head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2001.02.25.16.50.39; author alexis; state Exp; branches; next 1.5; 1.5 date 2000.01.10.18.58.14; author ahuxley; state Exp; branches; next 1.4; 1.4 date 2000.01.10.17.56.04; author ahuxley; state Exp; branches; next 1.3; 1.3 date 99.01.14.17.56.24; author alexis; state Exp; branches; next 1.2; 1.2 date 99.01.07.11.42.53; author alexis; state Exp; branches; next 1.1; 1.1 date 98.10.07.15.09.57; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR ANIMAL GUESSING GAME MAN PAGES @ 1.6 log @converted to 'active' format @ text @# $Header: /home/ahuxley/dev/supported/animal/man/RCS/Makefile,v 1.5 2000/01/10 18:58:14 ahuxley Exp $ BASE_DIR = .. include $(BASE_DIR)/bldcfg/prologue.mk include $(BASE_DIR)/bldcfg/settings.mk include $(BASE_DIR)/bldcfg/epilogue.mk MAN6_FILES = animal.6 compile: $(MAN6_FILES) distclean: clean clean: rm -f animal.6 install: compile $(INSTALL_CMD) $(OWNER) $(GROUP) -m 755 -d \ $(LCLMANDIR)/man6 $(INSTALL_CMD) $(OWNER) $(GROUP) -m 444 $(MAN6_FILES) \ $(LCLMANDIR)/man6 uninstall: -cd $(LCLMANDIR)/man6 && rm -f $(FILES_6) -rmdir $(LCLMANDIR)/man6 animal.6: animal.6.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< @ 1.5 log @added missing OWNER and GROUP @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/animal/man/RCS/Makefile,v 1.4 2000/01/10 17:56:04 ahuxley Exp ahuxley $ d5 3 a7 3 include $(BASE_DIR)/prologue.mk include $(BASE_DIR)/settings.mk include $(BASE_DIR)/epilogue.mk a29 1 @ 1.4 log @Makefile standardised @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/lx/man/RCS/Makefile,v 1.9 2000/01/09 15:39:08 ahuxley Exp $ d9 1 a9 1 MANFILES_6 = animal.6 d11 1 a11 1 compile: $(MANFILES_6) d19 1 a19 1 $(INSTALL_CMD) -o root -g root -m 755 -d \ d21 1 a21 1 $(INSTALL_CMD) -o root -g root -m 444 $(MANFILES_6) \ @ 1.3 log @cleanup didn't remove animal.6 - does now @ text @d1 1 a1 1 # $Header: /diskb/home/alexis/dev/animal/man/RCS/Makefile,v 1.2 1999/01/07 11:42:53 alexis Exp alexis $ d3 1 a3 2 SUPPORT_DIR = ../support include ../Makefile.defs d5 3 a7 1 FILES_6 = animal.6 d9 1 a9 1 compile: $(FILES_6) d11 4 d16 1 a16 1 rm animal.6 d21 1 a21 1 $(INSTALL_CMD) -o root -g root -m 444 $(FILES_6) \ @ 1.2 log @INSTALL is now INSTALL_CMD SHPP is SHPP_CMD RCS Id is now Header @ text @d1 1 a1 1 # $Header: Makefile,v 1.1 1998/10/07 15:09:57 alexis Exp alexis $ d11 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.6 1998/08/20 19:52:27 alexis Exp $ d13 1 a13 1 $(INSTALL) -o root -g root -m 755 -d \ d15 1 a15 1 $(INSTALL) -o root -g root -m 444 $(FILES_6) \ d23 1 a23 1 $(SHPP) -nx $(SHPPFLAGS) $< @