head 1.14; access; symbols; locks; strict; comment @# @; 1.14 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.13; 1.13 date 98.10.21.14.51.12; author alexis; state Exp; branches; next 1.12; 1.12 date 98.08.28.13.06.41; author alexis; state Exp; branches; next 1.11; 1.11 date 98.03.01.14.23.52; author alexis; state Exp; branches; next 1.10; 1.10 date 97.11.24.15.49.04; author alexis; state Exp; branches; next 1.9; 1.9 date 97.11.12.13.47.50; author alexis; state Exp; branches; next 1.8; 1.8 date 97.11.11.12.05.55; author alexis; state Exp; branches; next 1.7; 1.7 date 97.10.26.20.55.19; author alexis; state Exp; branches; next 1.6; 1.6 date 97.10.26.20.08.57; author alexis; state Exp; branches; next 1.5; 1.5 date 97.10.26.18.54.30; author alexis; state Exp; branches; next 1.4; 1.4 date 97.10.26.17.46.46; author alexis; state Exp; branches; next 1.3; 1.3 date 97.10.26.12.12.33; author alexis; state Exp; branches; next 1.2; 1.2 date 97.10.22.16.20.23; author alexis; state Exp; branches; next 1.1; 1.1 date 97.10.22.12.13.48; author alexis; state Exp; branches; next ; desc @restructured for recursive makes @ 1.14 log @symbol name changes @ text @# $Header: Makefile,v 1.13 1998/10/21 14:51:12 alexis Exp alexis $ SUPPORT_DIR = ../support include ../Makefile.defs COMPONENTS = examples FILES = COPYING INSTALL README.1ST TODO compile: $(FILES) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done clean: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done install: compile $(INSTALL_CMD) -o root -g root -m 555 -d \ $(PRGDOCDIR) $(INSTALL_CMD) -o root -g root -m 444 $(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 $(FILES) -cd / && rmdir $(PRGDOCDIR) @ 1.13 log @de-shpp-ed INSTALL @ text @d1 1 a1 1 # $Id: Makefile,v 1.12 1998/08/28 13:06:41 alexis Exp alexis $ 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 1 -rmdir $(PRGDOCDIR) @ 1.12 log @milepost @ text @d1 1 a1 1 # $Id: Makefile,v 1.11 1998/03/01 14:23:52 alexis Exp alexis $ a15 1 rm -f INSTALL a34 3 INSTALL: INSTALL.shpp $(SHPP) -nx $(SHPPFLAGS) $< @ 1.11 log @modified to the new way of doing Makefiles @ text @d1 1 a1 1 # $Id: Makefile,v 1.10 1997/11/24 15:49:04 alexis Exp alexis $ d3 1 d37 2 a38 7 INSTALL: INSTALL.in sed -e "s%PRGLIBDIR_MARKER%$(PRGLIBDIR)%g" \ -e "s%LCLBINDIR_MARKER%$(LCLBINDIR)%g" \ -e "s%LOCKDIR_MARKER%$(LOCKDIR)%g" \ -e "s%PRGCFGDIR_MARKER%$(PRGCFGDIR)%g" \ < $^ > $@@ @ 1.10 log @forgot to add substition for LOCKDIR @ text @d1 1 a1 1 # $Id: Makefile,v 1.9 1997/11/12 13:47:50 alexis Exp alexis $ d7 1 a7 1 FILES = COPYING README TODO d10 1 a10 1 for DIR in examples; do \ d15 2 a16 2 rm -f README for DIR in examples; do \ d22 1 a22 1 $(PPPLCDOCDIR) d24 2 a25 2 $(PPPLCDOCDIR) for DIR in examples; do \ d30 1 a30 1 for DIR in examples; do \ d33 2 a34 1 rm -fr $(PPPLCDOCDIR) d36 3 a38 2 README: README.in sed -e "s%PPPLCLIBDIR_MARKER%$(PPPLCLIBDIR)%g" \ d41 1 a41 1 -e "s%PPPLCCFGDIR_MARKER%$(PPPLCCFGDIR)%g" \ @ 1.9 log @substitution of LCLBINDIR_MARKER added (was missing). @ text @d1 1 a1 1 # $Id: Makefile,v 1.8 1997/11/11 12:05:55 alexis Exp alexis $ d38 1 @ 1.8 log @making use of new symbol PPPLCLIBDIR instead of LCLLIBDIR/ppplc @ text @d1 1 a1 1 # $Id: Makefile,v 1.7 1997/10/26 20:55:19 alexis Exp alexis $ d37 1 @ 1.7 log @more directory changes @ text @d1 1 a1 1 # $Id: Makefile,v 1.6 1997/10/26 20:08:57 alexis Exp alexis $ d36 1 a36 1 sed -e "s%LCLLIBDIR_MARKER%$(LCLLIBDIR)%g" \ @ 1.6 log @more fixes to directory move @ text @d1 1 a1 1 # $Id: Makefile,v 1.5 1997/10/26 18:54:30 alexis Exp $ d22 1 a22 1 $(LCLDOCDIR)/ppplc d24 1 a24 1 $(LCLDOCDIR)/ppplc d33 1 a33 1 cd $(LCLDOCDIR) && rm -fr ppplc d37 1 a37 1 -e "s%PPPLCDCFGDIR_MARKER%$(PPPLCDCFGDIR)%g" \ @ 1.5 log @continued directory reorganisation @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1997/10/26 17:46:46 alexis Exp alexis $ d10 3 d14 2 a15 1 compile clean: d34 5 @ 1.4 log @directory reorganisation @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1997/10/26 12:12:33 alexis Exp alexis $ d5 21 a25 1 compile install uninstall clean: d29 1 @ 1.3 log @stamped for release 1.0.6 @ text @d1 1 a1 1 # $Id: Makefile,v 1.2 1997/10/22 16:20:23 alexis Exp alexis $ d5 4 a8 7 compile: clean: install: compile uninstall: @ 1.2 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1997/10/22 12:13:48 alexis Exp alexis $ @ 1.1 log @Initial revision @ text @d1 3 a3 1 # $Id: Makefile,v 1.13 1997/10/20 17:17:00 alexis Exp alexis $ @