head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 99.04.28.11.02.51; author alexis; state Exp; branches; next 1.5; 1.5 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.4; 1.4 date 98.08.28.13.06.41; author alexis; state Exp; branches; next 1.3; 1.3 date 98.03.01.22.27.08; author alexis; state Exp; branches; next 1.2; 1.2 date 98.03.01.15.05.43; author alexis; state Exp; branches; next 1.1; 1.1 date 97.10.26.18.09.50; author alexis; state Exp; branches; next ; desc @@ 1.6 log @added dependencies on bin/ppplc_msgids.shpp for some files @ text @# $Header: /diskb/home/alexis/dev/supported/ppplc/man/RCS/Makefile,v 1.5 1999/01/07 13:03:21 alexis Exp alexis $ SUPPORT_DIR = ../support include ../Makefile.defs FILES_1 = ppplcc.1 sndmsg.1 getmsg.1 FILES_5 = ppplcd.conf.5 FILES_8 = ppplcd.8 compile: $(FILES_1) $(FILES_5) $(FILES_8) clean: rm -f ppplcc.1 ppplcd.conf.5 sndmsg.1 \ ppplcd.8 getmsg.1 install: compile $(INSTALL_CMD) -o root -g root -m 755 -d \ $(LCLMANDIR)/man1 $(LCLMANDIR)/man5 \ $(LCLMANDIR)/man8 $(INSTALL_CMD) -o root -g root -m 444 $(FILES_1) \ $(LCLMANDIR)/man1 $(INSTALL_CMD) -o root -g root -m 444 $(FILES_5) \ $(LCLMANDIR)/man5 $(INSTALL_CMD) -o root -g root -m 444 $(FILES_8) \ $(LCLMANDIR)/man8 uninstall: -cd $(LCLMANDIR)/man1 && rm -f $(FILES_1) -cd $(LCLMANDIR)/man5 && rm -f $(FILES_5) -cd $(LCLMANDIR)/man8 && rm -f $(FILES_8) -rmdir $(LCLMANDIR)/man1 $(LCLMANDIR)/man5 \ $(LCLMANDIR)/man8 ppplcc.1: ppplcc.1.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< sndmsg.1: sndmsg.1.shpp ../bin/sm_msgids.shpp \ ../bin/ppplc_msgids.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< getmsg.1: getmsg.1.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< ppplcd.8: ppplcd.8.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< ppplcd.conf.5: ppplcd.conf.5.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< @ 1.5 log @symbol name changes @ text @d1 1 a1 1 # $Header: Makefile,v 1.4 1998/08/28 13:06:41 alexis Exp alexis $ d6 1 a6 1 FILES_1 = ppplcc.1 sndmsg.1 getmsg.1 d37 2 a38 1 sndmsg.1: sndmsg.1.shpp @ 1.4 log @milepost @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1998/03/01 22:27:08 alexis Exp alexis $ d17 1 a17 1 $(INSTALL) -o root -g root -m 755 -d \ d20 1 a20 1 $(INSTALL) -o root -g root -m 444 $(FILES_1) \ d22 1 a22 1 $(INSTALL) -o root -g root -m 444 $(FILES_5) \ d24 1 a24 1 $(INSTALL) -o root -g root -m 444 $(FILES_8) \ d35 1 a35 1 $(SHPP) -nx $(SHPPFLAGS) $< d38 1 a38 1 $(SHPP) -nx $(SHPPFLAGS) $< d41 1 a41 1 $(SHPP) -nx $(SHPPFLAGS) $< d44 1 a44 1 $(SHPP) -nx $(SHPPFLAGS) $< d47 1 a47 2 $(SHPP) -nx $(SHPPFLAGS) $< @ 1.3 log @more manual pages are now compiled @ text @d1 1 a1 1 # $Id: Makefile,v 1.2 1998/03/01 15:05:43 alexis Exp $ d3 1 d6 3 a8 3 FILES_1 = ppplcc.1 FILES_5 = ppplc.cfg.5 FILES_8 = ppplcd.8 sndmsg.8 d13 2 a14 1 rm -f ppplcc.1 ppplc.cfg.5 sndmsg.8 d34 15 a48 14 ppplcc.1: ppplcc.1.in sed \ -e 's%SOME_MARKER%$(SOME)%g' \ < $^ > $@@ sndmsg.8: sndmsg.8.in sed \ -e 's%LCLSBINDIR_MARKER%$(LCLSBINDIR)%g' \ < $^ > $@@ ppplc.cfg.5: ppplc.cfg.5.in sed \ -e 's%PRGDOCDIR_MARKER%$(PRGDOCDIR)%g' \ < $^ > $@@ @ 1.2 log @a real Makefile! @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1998/02/12 12:30:10 alexis Exp $ d12 1 a12 1 rm -f ppplcc.1 d35 10 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1997/10/26 17:46:46 alexis Exp $ d5 3 a7 1 compile install uninstall clean: d9 27 @