head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2001.02.25.16.50.06; author alexis; state Exp; branches; next 1.5; 1.5 date 2000.01.10.19.01.41; author ahuxley; state Exp; branches; next 1.4; 1.4 date 2000.01.10.17.55.56; author ahuxley; state Exp; branches; next 1.3; 1.3 date 99.01.07.11.41.45; author alexis; state Exp; branches; next 1.2; 1.2 date 98.10.07.15.12.18; author alexis; state Exp; branches; next 1.1; 1.1 date 98.10.07.15.00.54; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR ANIMAL GUESSING GAME EXAMPLES @ 1.6 log @converted to 'active' format removed left-over clean action from ppplc @ text @# $Header: /home/ahuxley/dev/supported/animal/doc/examples/RCS/Makefile,v 1.5 2000/01/10 19:01:41 ahuxley Exp $ BASE_DIR = ../.. include $(BASE_DIR)/bldcfg/prologue.mk include $(BASE_DIR)/bldcfg/settings.mk include $(BASE_DIR)/bldcfg/epilogue.mk DATA_FILES = animal.dat ludia.dat compile: $(DATA_FILES) distclean: clean clean: install: compile $(INSTALL_CMD) $(OWNER) $(GROUP) -m 555 -d \ $(PRGDOCDIR)/examples $(INSTALL_CMD) -o root -g root -m 444 \ $(DATA_FILES) $(PRGDOCDIR)/examples uninstall: -cd $(PRGDOCDIR)/examples && rm -f \ $(DATA_FILES) -cd / && rmdir $(PRGDOCDIR)/examples @ 1.5 log @standardised @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/animal/doc/examples/RCS/Makefile,v 1.4 2000/01/10 17:55:56 ahuxley Exp ahuxley $ d4 3 a6 3 include $(BASE_DIR)/prologue.mk include $(BASE_DIR)/settings.mk include $(BASE_DIR)/epilogue.mk a14 1 rm -f local-ppplc ppplcd.conf crontab @ 1.4 log @Makefile standardised @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/lx/doc/RCS/Makefile,v 1.10 2000/01/09 15:39:08 ahuxley Exp $ d18 1 a18 1 $(INSTALL_CMD) -o root -g root -m 555 -d \ @ 1.3 log @INSTALL is now INSTALL_CMD @ text @d1 1 a1 1 # $Header: Makefile,v 1.2 1998/10/07 15:12:18 alexis Exp alexis $ d3 4 a6 2 SUPPORT_DIR = ../../support include ../../Makefile.defs d11 2 @ 1.2 log @added animal.dat example file. @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1998/10/07 15:00:54 alexis Exp alexis $ d14 1 a14 1 $(INSTALL) -o root -g root -m 555 -d \ d16 1 a16 1 $(INSTALL) -o root -g root -m 444 \ d22 1 a22 1 -rmdir $(PRGDOCDIR)/examples @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.19 1998/08/28 13:23:00 alexis Exp $ d6 1 a6 1 DATA_FILES = ludia.dat @