head 1.44; access; symbols; locks ahuxley:1.44; strict; comment @# @; 1.44 date 99.01.15.12.54.14; author alexis; state Exp; branches; next 1.43; 1.43 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.42; 1.42 date 98.10.21.14.50.24; author alexis; state Exp; branches; next 1.41; 1.41 date 98.08.28.13.06.41; author alexis; state Exp; branches; next 1.40; 1.40 date 98.03.02.12.48.53; author alexis; state Exp; branches; next 1.39; 1.39 date 98.03.01.14.16.24; author alexis; state Exp; branches; next 1.38; 1.38 date 98.02.05.12.17.26; author alexis; state Exp; branches; next 1.37; 1.37 date 97.10.26.20.54.30; author alexis; state Exp; branches; next 1.36; 1.36 date 97.10.26.18.53.53; author alexis; state Exp; branches; next 1.35; 1.35 date 97.10.26.17.46.01; author alexis; state Exp; branches; next 1.34; 1.34 date 97.10.26.14.32.15; author alexis; state Exp; branches; next 1.33; 1.33 date 97.10.26.12.12.36; author alexis; state Exp; branches; next 1.32; 1.32 date 97.10.26.12.01.07; author alexis; state Exp; branches; next 1.31; 1.31 date 97.10.26.11.15.15; author alexis; state Exp; branches; next 1.30; 1.30 date 97.10.26.10.47.44; author alexis; state Exp; branches; next 1.29; 1.29 date 97.10.26.10.02.46; author alexis; state Exp; branches; next 1.28; 1.28 date 97.10.22.22.10.19; author alexis; state Exp; branches; next 1.27; 1.27 date 97.10.22.21.40.42; author alexis; state Exp; branches; next 1.26; 1.26 date 97.10.22.17.57.06; author alexis; state Exp; branches; next 1.25; 1.25 date 97.10.22.17.35.08; author alexis; state Exp; branches; next 1.24; 1.24 date 97.10.22.17.32.45; author alexis; state Exp; branches; next 1.23; 1.23 date 97.10.22.16.19.49; author alexis; state Exp; branches; next 1.22; 1.22 date 97.10.22.14.38.22; author alexis; state Exp; branches; next 1.21; 1.21 date 97.10.22.14.21.47; author alexis; state Exp; branches; next 1.20; 1.20 date 97.10.22.13.53.10; author alexis; state Exp; branches; next 1.19; 1.19 date 97.10.22.13.27.32; author alexis; state Exp; branches; next 1.18; 1.18 date 97.10.22.13.04.28; author alexis; state Exp; branches; next 1.17; 1.17 date 97.10.22.12.55.07; author alexis; state Exp; branches; next 1.16; 1.16 date 97.10.22.12.52.39; author alexis; state Exp; branches; next 1.15; 1.15 date 97.10.22.12.51.21; author alexis; state Exp; branches; next 1.14; 1.14 date 97.10.22.12.13.48; author alexis; state Exp; branches; next 1.13; 1.13 date 97.10.20.17.17.00; author alexis; state Exp; branches; next 1.12; 1.12 date 97.10.20.17.00.18; author alexis; state Exp; branches; next 1.11; 1.11 date 97.02.25.18.08.53; author alexis; state Exp; branches; next 1.10; 1.10 date 97.02.25.18.03.52; author alexis; state Exp; branches; next 1.9; 1.9 date 97.02.09.17.08.10; author alexis; state Exp; branches; next 1.8; 1.8 date 97.02.09.16.30.08; author alexis; state Exp; branches; next 1.7; 1.7 date 97.02.09.16.28.13; author alexis; state Exp; branches; next 1.6; 1.6 date 97.02.09.16.27.41; author alexis; state Exp; branches; next 1.5; 1.5 date 97.02.09.16.24.44; author alexis; state Exp; branches; next 1.4; 1.4 date 97.02.01.21.51.41; author alexis; state Exp; branches; next 1.3; 1.3 date 97.01.31.14.43.34; author alexis; state Exp; branches; next 1.2; 1.2 date 97.01.31.10.22.48; author alexis; state Exp; branches; next 1.1; 1.1 date 97.01.22.10.33.52; author alexis; state Exp; branches; next ; desc @@ 1.44 log @removed POST_COMPONENT processing from exclusing pre-release targets. @ text @# $Header: /diskb/home/alexis/dev/supported/ppplc/RCS/Makefile,v 1.43 1999/01/07 13:03:21 alexis Exp alexis $ SUPPORT_DIR = ./support include Makefile.defs 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 -rmdir $(LCLBINDIR) $(LCLMANDIR) \ $(LCLDOCDIR) $(LCLLIBDIR) \ $(LCLSBINDIR) $(LCLXBINDIR) -rmdir $(LCLDIR) clean: for DIR in $(PRE_MKREL_CMPTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done install: $(INSTALL_CMD) -m 755 -o root -g root -d \ $(LCLDIR) $(LCLBINDIR) $(LCLMANDIR) \ $(LCLDOCDIR) $(LCLLIBDIR) \ $(LCLSBINDIR) $(LCLXBINDIR) 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 show: @@echo $($(SHOW)) @ 1.43 log @symbol name changes @ text @d1 1 a1 1 # $Header: Makefile,v 1.42 1998/10/21 14:50:24 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.42 log @added 'show' target to show the value of whatever $SHOW is set to @ text @d1 1 a1 1 # $Id: Makefile,v 1.41 1998/08/28 13:06:41 alexis Exp alexis $ a35 1 rm -f $(PROGID)-*.tar.gz d38 1 a38 1 $(INSTALL) -m 755 -o root -g root -d $(LCLDIR) \ @ 1.41 log @milepost @ text @d1 1 a1 1 # $Id: Makefile,v 1.40 1998/03/02 12:48:53 alexis Exp alexis $ d56 3 @ 1.40 log @added creation and removal of sbin @ text @d1 1 a1 1 # $Id: Makefile,v 1.39 1998/03/01 14:16:24 alexis Exp alexis $ d3 1 d23 3 a25 2 -rmdir $(LCLBINDIR) $(LCLMANDIR) $(LCLDOCDIR) \ $(LCLLIBDIR) $(LCLSBINDIR) a38 1 PATH=$(PATH):`pwd`/support; export PATH; \ d40 3 a42 3 $(LCLBINDIR) $(LCLMANDIR) $(LCLDOCDIR) \ $(LCLLIBDIR) $(LCLSBINDIR) PATH=$(PATH):`pwd`/support; export PATH; \ a45 1 PATH=$(PATH):`pwd`/support; export PATH; \ a55 3 $(MKREL_MAKE_ABLES): FORCE cd `dirname $@@` && $(MAKE) `basename $@@` @ 1.39 log @modified to conform to new way of doing makefiles @ text @d1 1 a1 1 # $Id: Makefile,v 1.8 1998/02/12 12:19:32 alexis Exp $ d23 1 a23 1 $(LCLLIBDIR) d40 1 a40 1 $(LCLLIBDIR) @ 1.38 log @simplified and added html support @ text @d1 1 a1 1 # $Id: Makefile,v 1.37 1997/10/26 20:54:30 alexis Exp $ d5 8 a12 1 COMPONENTS = bin doc html lib man d14 2 a15 2 compile uninstall: for DIR in $(COMPONENTS); do \ d18 7 d27 5 a31 1 for DIR in $(COMPONENTS); do \ d36 2 a37 2 install: compile PATH=$$PATH:`pwd`/support; \ d41 7 a47 1 for DIR in $(COMPONENTS); do \ a49 1 d52 4 a55 1 ( cd html && $(MAKE) $@@ ) || exit 1 d57 1 a57 1 $(RELEASE_BINARIES): FORCE a58 2 FORCE: @ 1.37 log @more directory changes @ text @d1 1 a1 7 # $Id: Makefile,v 1.36 1997/10/26 18:53:53 alexis Exp alexis $ ################################################################################ # # DON'T MODIFY ANYTHING BELOW HERE # ################################################################################ d5 1 a5 2 # In the following list, put the example directories *after* the corresponding # non-example directories d7 4 a10 1 COMPONENTS = bin lib doc man d12 1 a12 1 compile clean uninstall: d16 1 d19 1 d27 1 a27 1 release: ppplc-mkrel.pl d29 1 d31 2 a32 43 # Here are a couple of targets that a binary release will try to make. # They are only here for 'make_release' to make things it know it has to # make in order to make a binary release. # Note that *this* make file is not intelligent enough to realise that when # 'src/ppplcd' (and the others) is really out of date (with respect to it's # sources and objects) it needs rebuilding. This is because it depends on # nothing and so since it exists it is automatically up to date. There # are two ways round this: phony targets and force targets, both documented # in the Make 'info' files. # # Phoney targets are more efficient, but force targets are more portable, so # we use the latter. bin/ppplcd: FORCE cd bin && $(MAKE) ppplcd bin/sndmsg: FORCE cd bin && $(MAKE) sndmsg doc/examples/local-ppplc: FORCE cd doc/examples && $(MAKE) local-ppplc bin/ppplcc: FORCE cd bin && $(MAKE) ppplcc bin/xppplcc: FORCE cd bin && $(MAKE) xppplcc lib/getnews: FORCE cd lib && $(MAKE) getnews lib/sndnews: FORCE cd lib && $(MAKE) sndnews doc/examples/ppplc.cfg: FORCE cd doc/examples && $(MAKE) ppplc.cfg doc/examples/ip-up: FORCE cd pppd && $(MAKE) ip-up doc/examples/ip-down: FORCE cd pppd && $(MAKE) ip-down @ 1.36 log @continued directory reorganisation @ text @d1 1 a1 1 # $Id: Makefile,v 1.35 1997/10/26 17:46:01 alexis Exp $ a14 2 export CC CFLAGS LCLDIR LCLMANDIR LCLDOCDIR LCLBINDIR \ LCLLIBDIR INSTALL NEWSBINDIR PPPLCDCFGDIR @ 1.35 log @directory reorganisation @ text @d1 1 a1 1 # $Id: Makefile,v 1.34 1997/10/26 14:32:15 alexis Exp alexis $ d14 1 a14 1 COMPONENTS = bin lib doc d18 1 a18 1 compile clean: a22 9 # Note the 'rmdir' is to remove the directories *IF THEY ARE EMPTY* uninstall: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done -rmdir $(LCLLIBDIR)/ppplc d69 2 a70 2 doc/examples/master.cfg: FORCE cd doc/examples && $(MAKE) master.cfg @ 1.34 log @added support for user-definable '/etc' directory @ text @d1 1 a1 1 # $Id: Makefile,v 1.33 1997/10/26 12:12:36 alexis Exp alexis $ d9 1 a9 1 include Makefile.defs d14 3 a16 9 COMPONENTS = src scr scr-examples cfg cfg-examples doc pppd init export CC CFLAGS LCLDIR LCLETCDIR LCLSBINDIR LCLMANDIR \ LCLDOCDIR LCLLIBDIR SYSPPPDIR LCLXBINDIR INSTALL \ NEWSBINDIR SYSETCDIR default: compile release: ppplc-mkrel.pl mkrel d19 3 a21 3 for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done d26 13 a38 5 for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done -rmdir $(LCLLIBDIR)/ppplc $(LCLETCDIR)/ppplc d40 2 a41 8 install: compile $(INSTALL) -m 755 -o root -g root -d $(LCLDIR) \ $(LCLETCDIR) $(LCLSBINDIR) $(LCLMANDIR) \ $(LCLDOCDIR) $(LCLXBINDIR) $(LCLLIBDIR) \ $(SYSETCDIR) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done d57 2 a58 2 src/ppplcd: FORCE cd src && $(MAKE) ppplcd d60 2 a61 2 src/sndmsg: FORCE cd src && $(MAKE) sndmsg d63 2 a64 2 init/local-ppplc: FORCE cd init && $(MAKE) local-ppplc d66 2 a67 2 scr/ppplcc: FORCE cd scr && $(MAKE) ppplcc d69 2 a70 2 scr/xppplcc: FORCE cd scr && $(MAKE) xppplcc d72 2 a73 2 scr-examples/getnews: FORCE cd scr-examples && $(MAKE) getnews d75 2 a76 2 scr-examples/sndnews: FORCE cd scr-examples && $(MAKE) sndnews d78 2 a79 2 cfg-examples/master.cfg: FORCE cd cfg-examples && $(MAKE) master.cfg d81 2 a82 2 pppd/ip-up: FORCE cd pppd && $(MAKE) ip-up d84 2 a85 2 pppd/ip-down: FORCE cd pppd && $(MAKE) ip-down @ 1.33 log @stamped for release 1.0.6 @ text @d1 1 a1 1 # $Id: Makefile,v 1.32 1997/10/26 12:01:07 alexis Exp alexis $ d16 2 a17 2 LCLDOCDIR LCLLIBDIR PPPETCDIR LCLXBINDIR INSTALL \ NEWSBINDIR d41 2 a42 1 $(LCLDOCDIR) $(LCLXBINDIR) $(LCLLIBDIR) @ 1.32 log @corrected var name in removal of 'ppplc' directories @ text @d1 1 a1 1 # $Id: Makefile,v 1.31 1997/10/26 11:15:15 alexis Exp $ @ 1.31 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.30 1997/10/26 10:47:44 alexis Exp alexis $ d35 1 a35 1 -rmdir $(BASELIBDIR)/ppplc $(BASEETCDIR)/ppplc @ 1.30 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.29 1997/10/26 10:02:46 alexis Exp alexis $ d24 1 a24 1 uninstall compile clean: d28 9 @ 1.29 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.28 1997/10/22 22:10:19 alexis Exp alexis $ d74 6 @ 1.28 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.27 1997/10/22 21:40:42 alexis Exp alexis $ d15 3 a17 2 export CC CFLAGS BASEDIR BASEETCDIR BASESBINDIR BASEMANDIR \ BASEDOCDIR BASELIBDIR PPPETCDIR BASEXBINDIR d21 2 a22 2 release: make_release ./make_release d24 1 a24 1 compile clean: d30 3 a32 4 install -m 755 -o root -g root -d $(BASEDIR) \ $(BASEETCDIR)/ppplc $(BASESBINDIR) \ $(BASEMANDIR) $(BASEDOCDIR) $(BASEXBINDIR) \ $(BASELIBDIR)/ppplc a36 6 uninstall: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done -rmdir $(BASELIBDIR)/ppplc $(BASEETCDIR)/ppplc d66 9 a75 1 @ 1.27 log @added creation of XBASEDIR added make entry for scr/xppplcc for make_release @ text @d1 1 a1 1 # $Id: Makefile,v 1.26 1997/10/22 17:57:06 alexis Exp alexis $ d41 1 a41 4 # For the 'uninstall' we need to tag this on: # -rm -fr $(BASEETCDIR)/ppplc $(BASELIBDIR)/ppplc # but it really needs to check that those directories are empty first @ 1.26 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.25 1997/10/22 17:35:08 alexis Exp alexis $ d16 1 a16 1 BASEDOCDIR BASELIBDIR PPPETCDIR d31 2 a32 1 $(BASEMANDIR) $(BASEDOCDIR) $(BASELIBDIR)/ppplc d71 3 @ 1.25 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.24 1997/10/22 17:32:45 alexis Exp $ d40 4 a43 1 -rm -fr $(BASEETCDIR)/ppplc $(BASELIBDIR)/ppplc @ 1.24 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.23 1997/10/22 16:19:49 alexis Exp alexis $ d23 1 a23 1 compile clean uninstall: d36 1 a36 1 install: @ 1.23 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.22 1997/10/22 14:38:22 alexis Exp alexis $ d15 2 a16 2 export CC CFLAGS BASEDIR ETCDIR SBINDIR MAN8DIR DOCDIR LIBDIR \ PPPETCDIR d29 3 a31 2 install -m 755 -o root -g root $(BASEDIR) $(ETCDIR) \ $(SBINDIR) $(MAN8DIR) $(DOCDIR) $(LIBDIR) d35 6 @ 1.22 log @*** empty log message *** @ text @d1 1 a1 25 # $Id: Makefile,v 1.21 1997/10/22 14:21:47 alexis Exp alexis $ ############################################################################### # # THERE ARE NO PARAMETERS IN HERE THAT ARE CONFIGURABLE IF YOU HAVE UNPACKED # A *BINARY* RELEASE! THE FOLLOWING PATH NAMES HAVE BEEN HARD CODED INTO # EXECUTABLES! IF YOU CHANGE THEM FOR THE PURPOSE OF CHANGING INSTALLATION # DIRECTORIES THEN SEVERAL PRE-COMPILED COMPONENTS WILL NOT BE ABLE TO FIND # EACH OTHER! # # THESE ARE CONFIGURABLE ONLY IF YOU HAVE UNPACKED A *SOURCE* RELEASE! # ############################################################################### BASEDIR = /usr/local ETCDIR = $(BASEDIR)/etc/ppplc SBINDIR = $(BASEDIR)/sbin MAN8DIR = $(BASEDIR)/man/man8 DOCDIR = $(BASEDIR)/doc/ppplc LIBDIR = $(BASEDIR)/lib/ppplc PPPETCDIR = /etc/ppp CC = gcc CFLAGS = -g d9 2 d57 3 @ 1.21 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.19 1997/10/22 13:27:32 alexis Exp $ d3 11 a13 1 CC = gcc d24 1 d26 6 @ 1.20 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1997/10/22 13:34:47 alexis Exp $ d3 1 a3 1 FILES = master.cfg d5 6 a10 1 compile: $(FILES) d12 1 a12 1 clean: d14 50 a63 5 install: compile install -o root -g root -m 755 -d \ $(ETCDIR)/examples install -o root -g root -m 644 $(FILES) \ $(ETCDIR)/examples a64 2 uninstall: -cd $(ETCDIR) && rm -fr examples @ 1.19 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.18 1997/10/22 13:04:28 alexis Exp alexis $ d3 1 a3 1 CC = gcc d5 1 a5 6 BASEDIR = /usr/local ETCDIR = $(BASEDIR)/etc/ppplc SBINDIR = $(BASEDIR)/sbin MAN8DIR = $(BASEDIR)/man/man8 DOCDIR = $(BASEDIR)/doc/ppplc LIBDIR = $(BASEDIR)/lib/ppplc d7 1 a7 1 PPPETCDIR = /etc/ppp d9 5 a13 1 CFLAGS = -g d15 2 a16 32 # In the following list, put the example directories *after* the corresponding # non-example directories COMPONENTS = src scr scr-examples cfg cfg-examples doc pppd init export CC CFLAGS BASEDIR ETCDIR SBINDIR MAN8DIR DOCDIR LIBDIR \ PPPETCDIR default: compile release: make_release ./make_release compile clean uninstall: for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done install: compile install -m 755 -o root -g root $(BASEDIR) $(ETCDIR) \ $(SBINDIR) $(MAN8DIR) $(DOCDIR) $(LIBDIR) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done # Here are a couple of targets that a binary release will try to make src/ppplcd: cd src && make ppplcd src/sndmsg: cd src && make sndmsg init/local-ppplc: cd init && make local-ppplc @ 1.18 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.17 1997/10/22 12:55:07 alexis Exp alexis $ d45 3 @ 1.17 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.16 1997/10/22 12:52:39 alexis Exp alexis $ d39 6 @ 1.16 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.15 1997/10/22 12:51:21 alexis Exp alexis $ d24 3 @ 1.15 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.14 1997/10/22 12:13:48 alexis Exp alexis $ d31 2 a35 2 install -m 755 -o root -g root $(BASEDIR) $(ETCDIR) \ $(SBINDIR) $(MAN8DIR) $(DOCDIR) $(LIBDIR) @ 1.14 log @restructured for recursive makes @ text @d1 1 a1 1 # $Id: Makefile,v 1.13 1997/10/20 17:17:00 alexis Exp alexis $ d19 1 a19 1 COMPONENTS = src scr scr-examples cfg cfg-examples doc pppd d25 1 a25 1 compile install clean uninstall: d29 7 @ 1.13 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile,v 1.12 1997/10/20 17:00:18 alexis Exp alexis $ d3 1 a3 1 CC = gcc d5 6 a10 1 CFLAGS = -g d12 1 a12 1 DESTS = ppplcd sndmsg qtest announce ip-up ip-down ppplcc options d14 1 a14 1 all: $(DESTS) d16 2 a17 4 ppplcd: ppplcd_msgids.o ppplcd.o ppplcd_ipc.o ppplcd_utils.o ppplcd_cfg.o \ ppplcd_mhf.o patchlevel.o gcc -o ppplcd ppplcd.o ppplcd_msgids.o ppplcd_ipc.o ppplcd_utils.o \ ppplcd_cfg.o ppplcd_mhf.o patchlevel.o d19 3 a21 3 sndmsg: sndmsg.o ppplcd_ipc.o ppplcd_msgids.o ppplcd_utils.o patchlevel.o gcc -o sndmsg sndmsg.o ppplcd_ipc.o ppplcd_msgids.o \ ppplcd_utils.o patchlevel.o d23 1 a23 1 ppplcd_ipc.o: ppplcd_ipc.h ppplcd_msgids.h ppplcd_utils.h d25 4 a28 18 ppplcd.o: ppplcd_ipc.h ppplcd_msgids.h ppplcd.h ppplcd_utils.h \ patchlevel.h ppplcd_cfg.h ppplcd_msgids.o: ppplcd_msgids.h ppplcd_utils.o: ppplcd_utils.h sndmsg.o: ppplcd_ipc.h ppplcd_msgids.h ppplcd_utils.h patchlevel.h ppplcd_cfg.o: ppplcd_utils.h ppplcd_ipc.h ppplcd_utils.h ppplcd_cfg.h ppplcd_mhf.o: ppplcd_utils.h ppplcd_ipc.h ppplcd_msgids.h ppplcd.h ppplcd_utils.h \ patchlevel.h ppplcd_cfg.h patchlevel.o: patchlevel.h clean: rm -f *.o core sndmsg ppplcd @ 1.12 log @added rcs id @ text @d1 1 a1 1 # $Id$ d39 1 a39 1 rm -f *.o core @ 1.11 log @*** empty log message *** @ text @d1 2 @ 1.10 log @removed targets clean2 and mrproper for src release @ text @d5 1 a5 2 DESTS = ppplcd sndmsg qtest sndmail sndnews getnews getmail announce \ ip-up ip-down ppplcc options @ 1.9 log @*** empty log message *** @ text @a38 6 clean2: rm -f *.o *.h *.c core Makefile mrproper: rm -f *.o *.c *.h core $(DESTS) Makefile @ 1.8 log @*** empty log message *** @ text @d6 1 a6 1 ip-up ip-down @ 1.7 log @*** empty log message *** @ text @d40 3 @ 1.6 log @*** empty log message *** @ text @d40 2 a41 1 mrproper: rm -f *.o *.c *.h core $(DESTS) Makefile @ 1.5 log @*** empty log message *** @ text @d5 1 a5 1 all: ppplcd sndmsg qtest sndmail sndnews getnews getmail announce \ d8 2 d38 3 a40 1 rm -f *.o core ppplcd sndmsg @ 1.4 log @MILEPOST - WORKS @ text @d5 2 a6 1 all: ppplcd sndmsg d17 1 a17 1 ppplcd.o: ppplcd_ipc.h ppplcd_msgids.h ppplcd.h ppplcd_utils.h patchlevel.h d19 2 a20 1 ppplcd_ipc.o: ppplcd_ipc.h ppplcd_msgids.h ppplcd_utils.h @ 1.3 log @MILEPOST - MAY NOT WORK @ text @d3 1 a3 1 CFLAGS = -g d5 1 a5 1 all: pppld sndmsg d7 4 a10 4 pppld: pppld_msgids.o pppld.o pppld_ipc.o pppld_utils.o pppld_cfg.o \ pppld_mhf.o patchlevel.o gcc -o pppld pppld.o pppld_msgids.o pppld_ipc.o pppld_utils.o \ pppld_cfg.o pppld_mhf.o patchlevel.o d12 3 a14 2 sndmsg: sndmsg.o pppld_ipc.o pppld_msgids.o pppld_utils.o gcc -o sndmsg sndmsg.o pppld_ipc.o pppld_msgids.o pppld_utils.o d16 1 a16 1 pppld.o: pppld_ipc.h pppld_msgids.h pppld.h pppld_utils.h d18 1 a18 1 pppld_ipc.o: pppld_ipc.h pppld_msgids.h pppld_utils.h d20 1 a20 1 pppld_msgids.o: pppld_msgids.h d22 1 a22 1 pppld_utils.o: pppld_utils.h d24 1 a24 1 sndmsg.o: pppld_ipc.h pppld_msgids.h pppld_utils.h d26 1 a26 1 pppld_cfg.o: pppld_utils.h pppld_ipc.h pppld_utils.h d28 2 a29 2 pppld_mhf.o: pppld_utils.h pppld_ipc.h pppld_msgids.h pppld.h pppld_utils.h \ patchlevel.h d34 1 a34 1 rm -f *.o core pppld sndmsg @ 1.2 log @WORKING MILESTONE @ text @d1 1 a1 1 CC = gcc d3 1 a3 1 CFLAGS = -g d5 1 a5 1 HEADERS = pppld_msgids.h pppld_utils.h d7 4 a10 1 all: pppld sndmsg d12 2 a13 2 pppld: pppld_msgtxts.o pppld.o pppld_ipc.o pppld_utils.o pppld_cfg.o gcc -o pppld pppld.o pppld_msgtxts.o pppld_ipc.o pppld_utils.o pppld_cfg.o d15 1 a15 2 sndmsg: sndmsg.o pppld_ipc.o pppld_msgtxts.o pppld_utils.o gcc -o sndmsg sndmsg.o pppld_ipc.o pppld_msgtxts.o pppld_utils.o d17 1 a17 1 pppld.o: $(HEADERS) pppld_ipc.h d19 1 a19 1 pppld_ipc.o: $(HEADERS) pppld_ipc.h d21 1 a21 1 pppld_msgtxts.o: $(HEADERS) d23 1 a23 1 pppld_utils.o: $(HEADERS) d25 1 a25 1 sndmsg.o: $(HEADERS) pppld_ipc.h d27 4 a30 1 pppld_cfg.o: pppld_utils.h pppld_ipc.h d33 1 a33 1 rm -f *.o core pppld sndmsg @ 1.1 log @Initial revision @ text @d9 2 a10 2 pppld: pppld_msgtxts.o pppld.o pppld_ipc.o pppld_utils.o gcc -o pppld pppld.o pppld_msgtxts.o pppld_ipc.o pppld_utils.o d15 1 a15 1 pppld.o: $(HEADERS) d17 1 a17 1 pppld_ipc.o: $(HEADERS) d23 3 a25 1 sndmsg.o: $(HEADERS) @