head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2000.01.10.17.55.07; author ahuxley; state Exp; branches; next 1.3; 1.3 date 99.01.15.12.54.14; author alexis; state Exp; branches; next 1.2; 1.2 date 99.01.07.11.36.13; author alexis; state Exp; branches; next 1.1; 1.1 date 98.10.07.14.52.53; author alexis; state Exp; branches; next ; desc @MAIN MAKEFILE FOR ANIMAL GUESSING GAME @ 1.4 log @Makefile standardised @ text @# $Header: /home/ahuxley/dev/supported/lx/RCS/Makefile,v 1.11 2000/01/09 15:38:09 ahuxley Exp $ BASE_DIR = . include $(BASE_DIR)/prologue.mk include $(BASE_DIR)/settings.mk include $(BASE_DIR)/epilogue.mk compile: for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done uninstall: for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done @@echo "expect rmdir errors to follow" -cd / && rmdir $(LCLBINDIR) \ $(LCLDOCDIR) \ $(LCLMANDIR) \ $(LCLDIR) clean: for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done distclean: clean for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done rm -f paths.shpp paths.mk install: $(INSTALL_CMD) -m 755 $(OWNER) $(GROUP) -d \ $(LCLDIR) $(LCLBINDIR) \ $(LCLDOCDIR) \ $(LCLMANDIR) for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done release: mkrel [ ! -f .versions_in_releases ] || \ for DIR in $(POST_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done @ 1.3 log @removed POST_COMPONENT processing from exclusing pre-release targets. @ text @d1 1 a1 1 # $Header: /diskb/home/alexis/dev/supported/animal/RCS/Makefile,v 1.2 1999/01/07 11:36:13 alexis Exp alexis $ d3 1 a3 2 SUPPORT_DIR = ./support include Makefile.defs d5 4 d18 5 a22 4 -rmdir $(LCLBINDIR) $(LCLMANDIR) \ $(LCLDOCDIR) $(LCLLIBDIR) \ $(LCLSBINDIR) $(LCLXBINDIR) -rmdir $(LCLDIR) d29 6 d36 4 a39 4 $(INSTALL_CMD) -m 755 -o root -g root -d \ $(LCLDIR) $(LCLBINDIR) $(LCLMANDIR) \ $(LCLDOCDIR) $(LCLLIBDIR) \ $(LCLSBINDIR) $(LCLXBINDIR) @ 1.2 log @clean no longer removes tar.gz files from ./html INSTALL is now INSTALL_CMD @ text @d1 1 a1 1 # $Header: Makefile,v 1.1 1998/10/07 14:52:53 alexis Exp alexis $ a9 4 [ ! -f .versions_in_releases ] || \ for DIR in $(POST_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done a14 4 [ ! -f .versions_in_releases ] || \ for DIR in $(POST_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done a23 4 [ ! -f .versions_in_releases ] || \ for DIR in $(POST_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done d26 2 a27 2 $(INSTALL_CMD) -m 755 -o root -g root -d $(LCLDIR) \ $(LCLBINDIR) $(LCLMANDIR) \ d33 1 a33 4 [ ! -f .versions_in_releases ] || \ for DIR in $(POST_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.41 1998/08/28 13:06:41 alexis Exp $ a35 1 rm -f $(PROGID)-*.tar.gz d38 1 a38 1 $(INSTALL) -m 755 -o root -g root -d $(LCLDIR) \ @