head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2000.01.10.18.58.14; author ahuxley; state Exp; branches; next 1.3; 1.3 date 2000.01.10.17.55.32; author ahuxley; state Exp; branches; next 1.2; 1.2 date 99.01.07.11.40.31; author alexis; state Exp; branches; next 1.1; 1.1 date 98.10.07.14.59.30; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR ANIMAL GUESSING GAME DOCUMENTATION @ 1.4 log @added missing OWNER and GROUP @ text @# $Header: /home/ahuxley/dev/supported/animal/doc/RCS/Makefile,v 1.3 2000/01/10 17:55:32 ahuxley Exp ahuxley $ BASE_DIR = .. include $(BASE_DIR)/prologue.mk include $(BASE_DIR)/settings.mk include $(BASE_DIR)/epilogue.mk COMPONENTS = examples DOC_FILES = COPYING INSTALL README.1ST TODO compile: $(DOC_FILES) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done distclean: clean clean: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done install: compile $(INSTALL_CMD) $(OWNER) $(GROUP) -m 555 -d \ $(PRGDOCDIR) $(INSTALL_CMD) $(OWNER) $(GROUP) -m 444 $(DOC_FILES) \ $(PRGDOCDIR) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done uninstall: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done -cd $(PRGDOCDIR) && rm -f $(DOC_FILES) -cd / && rmdir $(PRGDOCDIR) @ 1.3 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 $ d25 1 a25 1 $(INSTALL_CMD) -o root -g root -m 555 -d \ d27 1 a27 1 $(INSTALL_CMD) -o root -g root -m 444 $(DOC_FILES) \ @ 1.2 log @RCS Id changed to Header INSTALL is now INSTALL_CMD @ text @d1 1 a1 1 # $Header: Makefile,v 1.1 1998/10/07 14:59:30 alexis Exp alexis $ d3 4 a6 2 SUPPORT_DIR = ../support include ../Makefile.defs d10 1 a10 1 FILES = COPYING INSTALL README.1ST TODO d12 1 a12 1 compile: $(FILES) d17 2 d27 1 a27 1 $(INSTALL_CMD) -o root -g root -m 444 $(FILES) \ d37 1 a37 1 -cd $(PRGDOCDIR) && rm -f $(FILES) @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.12 1998/08/28 13:06:41 alexis Exp $ a15 1 rm -f INSTALL d21 1 a21 1 $(INSTALL) -o root -g root -m 555 -d \ d23 1 a23 1 $(INSTALL) -o root -g root -m 444 $(FILES) \ d34 1 a34 4 -rmdir $(PRGDOCDIR) INSTALL: INSTALL.shpp $(SHPP) -nx $(SHPPFLAGS) $< @