head 1.22; access; symbols; locks; strict; comment @# @; 1.22 date 99.04.28.11.02.51; author alexis; state Exp; branches; next 1.21; 1.21 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.20; 1.20 date 98.10.17.13.21.08; author alexis; state Exp; branches; next 1.19; 1.19 date 98.08.28.13.23.00; author alexis; state Exp; branches; next 1.18; 1.18 date 98.03.02.12.20.34; author alexis; state Exp; branches; next 1.17; 1.17 date 98.03.01.14.57.54; author alexis; state Exp; branches; next 1.16; 1.16 date 98.03.01.14.23.52; author alexis; state Exp; branches; next 1.15; 1.15 date 97.11.11.12.07.35; author alexis; state Exp; branches; next 1.14; 1.14 date 97.10.26.20.55.48; author alexis; state Exp; branches; next 1.13; 1.13 date 97.10.26.20.13.18; author alexis; state Exp; branches; next 1.12; 1.12 date 97.10.26.19.03.34; author alexis; state Exp; branches; next 1.11; 1.11 date 97.10.26.14.33.17; author alexis; state Exp; branches; next 1.10; 1.10 date 97.10.26.12.12.37; author alexis; state Exp; branches; next 1.9; 1.9 date 97.10.26.10.02.46; author alexis; state Exp; branches; next 1.8; 1.8 date 97.10.22.18.18.04; author alexis; state Exp; branches; next 1.7; 1.7 date 97.10.22.17.32.45; author alexis; state Exp; branches; next 1.6; 1.6 date 97.10.22.16.20.34; author alexis; state Exp; branches; next 1.5; 1.5 date 97.10.22.13.53.10; author alexis; state Exp; branches; next 1.4; 1.4 date 97.10.22.13.37.25; author alexis; state Exp; branches; next 1.3; 1.3 date 97.10.22.13.34.47; author alexis; state Exp; branches; next 1.2; 1.2 date 97.10.22.13.27.40; author alexis; state Exp; branches; next 1.1; 1.1 date 97.10.22.12.51.39; author alexis; state Exp; branches; next ; desc @@ 1.22 log @added dependencies on bin/ppplc_msgids.shpp for some files @ text @# $Header: /diskb/home/alexis/dev/supported/ppplc/doc/examples/RCS/Makefile,v 1.21 1999/01/07 13:03:21 alexis Exp alexis $ SUPPORT_DIR = ../../support include ../../Makefile.defs EXEC_FILES = local-ppplc ppplc-misc-null DATA_FILES = ppplcd.conf crontab compile: $(EXEC_FILES) $(DATA_FILES) clean: rm -f local-ppplc ppplcd.conf crontab install: compile $(INSTALL_CMD) -o root -g root -m 555 -d \ $(PRGDOCDIR)/examples $(INSTALL_CMD) -o root -g root -m 444 \ $(DATA_FILES) $(PRGDOCDIR)/examples $(INSTALL_CMD) -o root -g root -m 555 \ $(EXEC_FILES) $(PRGDOCDIR)/examples uninstall: -cd $(PRGDOCDIR)/examples && rm -f \ $(EXEC_FILES) $(DATA_FILES) -cd / && rmdir $(PRGDOCDIR)/examples crontab: crontab.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< local-ppplc: local-ppplc.shpp ../../bin/ppplc_msgids.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< ppplcd.conf: ppplcd.conf.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< @ 1.21 log @symbol name changes @ text @d1 1 a1 1 # $Header: Makefile,v 1.20 1998/10/17 13:21:08 alexis Exp alexis $ d30 1 a30 1 local-ppplc: local-ppplc.shpp @ 1.20 log @moved ppplc-misc-null from lib/misc ., @ text @d1 1 a1 1 # $Id: Makefile,v 1.19 1998/08/28 13:23:00 alexis Exp $ d15 1 a15 1 $(INSTALL) -o root -g root -m 555 -d \ d17 1 a17 1 $(INSTALL) -o root -g root -m 444 \ d19 1 a19 1 $(INSTALL) -o root -g root -m 555 \ d25 1 a25 1 -rmdir $(PRGDOCDIR)/examples d28 1 a28 1 $(SHPP) -nx $(SHPPFLAGS) $< d31 1 a31 1 $(SHPP) $(SHPPFLAGS) $< d35 1 a35 1 $(SHPP) -nx $(SHPPFLAGS) $< @ 1.19 log @SHPP'd it @ text @d1 1 a1 1 # $Id: Makefile,v 1.18 1998/03/02 12:20:34 alexis Exp alexis $ d6 1 a6 1 EXEC_FILES = local-ppplc @ 1.18 log @moved stuff from bin to sbin so markers changed removed cfgdir marker for ppplc.cfg.in @ text @d1 1 a1 1 # $Id: Makefile,v 1.17 1998/03/01 14:57:54 alexis Exp alexis $ d3 1 d7 1 a7 1 DATA_FILES = ppplc.cfg crontab d12 1 a12 1 rm -f local-ppplc ppplc.cfg crontab d23 2 a24 1 -cd $(PRGDOCDIR)/examples && rm -f $(FILES) d27 10 a36 13 crontab: crontab.in sed -e 's%LCLSBINDIR_MARKER%$(LCLSBINDIR)%g' \ < $^ > $@@ local-ppplc: local-ppplc.in sed -e "s%LCLSBINDIR_MARKER%$(LCLSBINDIR)%g" \ -e "s%PRGCFGDIR_MARKER%$(PRGCFGDIR)%g" \ < $^ > $@@ chmod u+x $@@ ppplc.cfg: ppplc.cfg.in sed -e "s%PRGLIBDIR_MARKER%$(PRGLIBDIR)%g" \ < $^ > $@@ @ 1.17 log @removed refs to PPPLC.*MARKER moved sndmsg and ppplcd from bin to sbin @ text @d1 1 a1 1 # $Id: Makefile,v 1.16 1998/03/01 14:23:52 alexis Exp alexis $ d30 1 a30 1 sed -e "s%LCLBINDIR_MARKER%$(LCLBINDIR)%g" \ a36 1 -e "s%PRGCFGDIR_MARKER%$(PRGCFGDIR)%g" \ @ 1.16 log @modified to the new way of doing Makefiles @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1998/02/12 12:41:36 alexis Exp $ d26 1 a26 1 sed -e 's%LCLBINDIR_MARKER%$(LCLBINDIR)%g' \ d31 1 a31 1 -e "s%PPPLCCFGDIR_MARKER%$(PPPLCCFGDIR)%g" \ d36 2 a37 2 sed -e "s%PPPLCLIBDIR_MARKER%$(PPPLCLIBDIR)%g" \ -e "s%PPPLCCFGDIR_MARKER%$(PPPLCCFGDIR)%g" \ @ 1.15 log @making use of PPPLCLIBDIR instead of LCLLIBDIR/ppplc @ text @d1 1 a1 1 # $Id: Makefile,v 1.14 1997/10/26 20:55:48 alexis Exp alexis $ d6 1 a6 1 DATA_FILES = ppplc.cfg d11 1 a11 1 rm -f local-ppplc ppplc.cfg d15 3 a17 1 $(PPPLCDOCDIR)/examples d19 1 a19 5 $(EXEC_FILES) \ $(PPPLCDOCDIR)/examples $(INSTALL) -o root -g root -m 444 \ $(DATA_FILES) \ $(PPPLCDOCDIR)/examples d22 6 a27 1 -cd $(PPPLCDOCDIR) && rm -fr examples @ 1.14 log @more directory changes @ text @d1 1 a1 1 # $Id: Makefile,v 1.13 1997/10/26 20:13:18 alexis Exp alexis $ d33 1 a33 1 sed -e "s%LCLLIBDIR_MARKER%$(LCLLIBDIR)%g" \ @ 1.13 log @more directory reorg fixes @ text @d1 1 a1 1 # $Id: Makefile,v 1.12 1997/10/26 19:03:34 alexis Exp alexis $ d15 1 a15 1 $(LCLDOCDIR)/ppplc/examples d18 1 a18 1 $(LCLDOCDIR)/ppplc/examples d21 1 a21 1 $(LCLDOCDIR)/ppplc/examples d24 1 a24 1 -cd $(LCLDOCDIR)/ppplc && rm -fr examples d28 1 a28 1 -e "s%PPPLCDCFGDIR_MARKER%$(PPPLCDCFGDIR)%g" \ d34 1 a34 1 -e "s%PPPLCDCFGDIR_MARKER%$(PPPLCDCFGDIR)%g" \ @ 1.12 log @continuing directory reorg @ text @d1 1 a1 1 # $Id: Makefile,v 1.11 1997/10/26 14:33:17 alexis Exp $ d5 2 a6 2 EXEC_FILES = local-ppplc ip-up ip-down DATA_FILES = options ppplc.cfg d11 1 a11 1 rm -f local-ppplc ip-up ip-down ppplc.cfg a30 11 ip-down: ip-down.in sed -e "s%LCLBINDIR_MARKER%$(LCLBINDIR)%g" \ < $^ > $@@ chmod u+x $@@ ip-up: ip-up.in sed -e "s%LCLBINDIR_MARKER%$(LCLBINDIR)%g" \ < $^ > $@@ chmod u+x $@@ @ 1.11 log @added support for user-definable '/etc' directory @ text @d1 1 a1 1 # $Id: Makefile,v 1.10 1997/10/26 12:12:37 alexis Exp alexis $ d3 1 a3 1 include ../Makefile.defs d5 2 a6 1 FILES = local-ppplc d8 1 a8 1 compile: $(FILES) d11 1 a11 1 rm -f $(FILES) d13 9 a21 22 install: compile $(INSTALL) -o root -g root -m 755 -d \ $(SYSETCDIR)/init.d $(SYSETCDIR)/rc0.d \ $(SYSETCDIR)/rc1.d $(SYSETCDIR)/rc2.d \ $(SYSETCDIR)/rc3.d $(SYSETCDIR)/rc4.d \ $(SYSETCDIR)/rc5.d $(SYSETCDIR)/rc6.d $(INSTALL) -o root -g root -m 555 $(FILES) \ $(SYSETCDIR)/init.d cd $(SYSETCDIR)/rc0.d && ln -s ../init.d/$(FILES) \ K01local-ppplc cd $(SYSETCDIR)/rc1.d && ln -s ../init.d/$(FILES) \ K01local-ppplc cd $(SYSETCDIR)/rc2.d && ln -s ../init.d/$(FILES) \ S99local-ppplc cd $(SYSETCDIR)/rc3.d && ln -s ../init.d/$(FILES) \ S99local-ppplc cd $(SYSETCDIR)/rc4.d && ln -s ../init.d/$(FILES) \ S99local-ppplc cd $(SYSETCDIR)/rc5.d && ln -s ../init.d/$(FILES) \ S99local-ppplc cd $(SYSETCDIR)/rc6.d && ln -s ../init.d/$(FILES) \ K01local-ppplc d24 1 a24 2 rm -f $(SYSETCDIR)/*.d/*local-ppplc -rmdir $(SYSETCDIR)/*.d d26 21 a46 5 local-ppplc: local-ppplc.in sed -e "s%LCLSBINDIR_MARKER%$(LCLSBINDIR)%g" \ -e "s%LCLETCDIR_MARKER%$(LCLETCDIR)%g" \ < $^ > $@@ chmod u+x $@@ @ 1.10 log @stamped for release 1.0.6 @ text @d1 1 a1 1 # $Id: Makefile,v 1.9 1997/10/26 10:02:46 alexis Exp alexis $ d13 8 a20 2 $(INSTALL) -o root -g root -m 555 $(FILES) /etc/init.d cd /etc/rc0.d && ln -s ../init.d/$(FILES) \ d22 1 a22 1 cd /etc/rc1.d && ln -s ../init.d/$(FILES) \ d24 1 a24 1 cd /etc/rc2.d && ln -s ../init.d/$(FILES) \ d26 1 a26 1 cd /etc/rc3.d && ln -s ../init.d/$(FILES) \ d28 1 a28 1 cd /etc/rc4.d && ln -s ../init.d/$(FILES) \ d30 1 a30 1 cd /etc/rc5.d && ln -s ../init.d/$(FILES) \ d32 1 a32 1 cd /etc/rc6.d && ln -s ../init.d/$(FILES) \ d36 2 a37 1 rm -f /etc/*.d/*local-ppplc a40 2 -e "s%LCLLIBDIR_MARKER%$(LCLLIBDIR)%g" \ -e "s%PPPETCDIR_MARKER%$(PPPETCDIR)%g" \ @ 1.9 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.8 1997/10/22 18:18:04 alexis Exp alexis $ @ 1.8 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.7 1997/10/22 17:32:45 alexis Exp alexis $ d13 1 a13 1 install -o root -g root -m 555 $(FILES) /etc/init.d d33 4 a36 4 sed -e "s%SBINDIR_MARKER%$(BASESBINDIR)%g" \ -e "s%MY_LIBDIR_MARKER%$(BASELIBDIR)/ppplc%g" \ -e "s%PPP_ETCDIR_MARKER%$(PPPETCDIR)%g" \ -e "s%MY_ETCDIR_MARKER%$(BASEETCDIR)/ppplc%g" \ @ 1.7 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.6 1997/10/22 16:20:34 alexis Exp alexis $ d15 1 a15 1 K01local-ppplcc d17 1 a17 1 K01local-ppplcc d19 1 a19 1 S99local-ppplcc d21 1 a21 1 S99local-ppplcc d23 1 a23 1 S99local-ppplcc d25 1 a25 1 S99local-ppplcc d27 1 a27 1 K01local-ppplcc d36 1 a36 1 -e "s%MY_ETCDIR_MARKER%$(BASEETCDIR)/ppplcc%g" \ @ 1.6 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.5 1997/10/22 13:53:10 alexis Exp alexis $ d33 5 a37 4 sed -e "s%SBINDIR_MARKER%$(SBINDIR)%g" \ -e "s%MY_LIBDIR_MARKER%$(LIBDIR)%g" \ -e "s%PPP_ETCDIR_MARKER%$(PPPEDTCDIR)%g" \ -e "s%MY_ETCDIR_MARKER%$(ETCDIR)%g" < $^ > $@@ @ 1.5 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1997/10/22 13:37:25 alexis Exp alexis $ d3 1 a3 1 FILES = local-ppplc d5 3 a7 1 compile: $(FILES) d10 1 a10 1 rm -f $(FILES) d12 16 a27 9 install: compile install -o root -g root -m 555 $(FILES) /etc/init.d cd /etc/rc0.d && ln -s ../init.d/$(FILES) K01local-ppplcc cd /etc/rc1.d && ln -s ../init.d/$(FILES) K01local-ppplcc cd /etc/rc2.d && ln -s ../init.d/$(FILES) S99local-ppplcc cd /etc/rc3.d && ln -s ../init.d/$(FILES) S99local-ppplcc cd /etc/rc4.d && ln -s ../init.d/$(FILES) S99local-ppplcc cd /etc/rc5.d && ln -s ../init.d/$(FILES) S99local-ppplcc cd /etc/rc6.d && ln -s ../init.d/$(FILES) K01local-ppplcc d30 1 a30 1 rm -f /etc/*.d/*local-ppplc d32 6 a37 4 local-ppplc: local-ppplc.in sed -e "s%SBINDIR%$(SBINDIR)%g" -e "s%ETCDIR%$(ETCDIR)%g" < \ $^ > $@@ chmod u+x $@@ @ 1.4 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1997/10/22 13:34:47 alexis Exp alexis $ d8 1 a8 1 -rm $(FILES) d21 1 a21 1 -rm /etc/*.d/*local-ppplc @ 1.3 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.2 1997/10/22 13:27:40 alexis Exp alexis $ d26 1 @ 1.2 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1997/10/22 12:51:39 alexis Exp alexis $ d8 1 d21 1 a21 1 rm /etc/*.d/*local-ppplc @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1997/10/22 12:13:48 alexis Exp $ d22 3 @