head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2001.05.09.11.06.14; author ahuxley; state Exp; branches; next 1.4; 1.4 date 2001.05.03.10.47.29; author ahuxley; state Exp; branches; next 1.3; 1.3 date 2001.02.04.16.59.06; author alexis; state Exp; branches; next 1.2; 1.2 date 2001.02.04.16.30.46; author alexis; state Exp; branches; next 1.1; 1.1 date 99.06.25.14.39.32; author ahuxley; state Exp; branches; next ; desc @MAKEFILE FOR ALL SMALL PROGRAMS @ 1.5 log @added inews-mail2news @ text @# $Header: /home/ahuxley/dev/active/small/bin/RCS/Makefile,v 1.4 2001/05/03 10:47:29 ahuxley Exp ahuxley $ BASE_DIR = .. include $(BASE_DIR)/bldcfg/prologue.mk include $(BASE_DIR)/bldcfg/settings.mk include $(BASE_DIR)/bldcfg/epilogue.mk BIN_FILES = stat leave ffd detab aubmaster rndpic sub lptest locate switcher abm reset-xringd-after-ppp play-qproc nop mymailer aubdom inews-mail2news compile: $(BIN_FILES) sub: sub.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(SHPP_CMD) $(SHPP_FLAGS) $< rndpic: rndpic.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(PERL_CMD) $(SHPP_CMD) $(SHPP_FLAGS) $< chmod g+rx $@@ lptest: lptest.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(PERL_CMD) $(SHPP_CMD) $(SHPP_FLAGS) $< chmod g+rx $@@ reset-xringd-after-ppp: reset-xringd-after-ppp.shpp $(UTILS_PL_SHPP) $(GEP_PL_SHPP) $(SHPP_CMD) $(SHPP_FLAGS) $< inews-mail2news: inews-mail2news.shpp $(UTILS_PL_SHPP) $(GEP_PL_SHPP) $(MAIL_PL_SHPP) $(SHPP_CMD) $(SHPP_FLAGS) $< mymailer: mymailer.shpp $(UTILS_PL_SHPP) $(GEP_PL_SHPP) $(MAIL_PL_SHPP) $(SHPP_CMD) $(SHPP_FLAGS) $< aubmaster: aubmaster.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< play-qproc: play-qproc.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< switcher: switcher.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< locate: locate.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< abm: abm.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< nop: nop.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< aubdom: aubdom.shpp $(UTILS_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< ffd: ffd.shpp $(UTILS_SH_SHPP) $(FFD_SH_SHPP) $(GEP_SH_SHPP) $(BASE_DIR)/bldcfg/paths.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< clean: rm -f $(BIN_FILES) core *.o @ 1.4 log @added mymailer and aubdom (moved from active/small2 - non shpp version) @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/active/small/bin/RCS/Makefile,v 1.3 2001/02/04 16:59:06 alexis Exp ahuxley $ d10 1 a10 1 BIN_FILES = stat leave ffd detab aubmaster rndpic sub lptest locate switcher abm reset-xringd-after-ppp play-qproc nop mymailer aubdom @ 1.3 log @added 'nop' @ text @d1 1 a1 1 # $Header: /home/alexis/dev/active/small/bin/RCS/Makefile,v 1.2 2001/02/04 16:30:46 alexis Exp alexis $ d10 1 a10 1 BIN_FILES = stat leave ffd detab aubmaster rndpic sub lptest locate switcher abm reset-xringd-after-ppp play-qproc nop d28 6 d51 3 @ 1.2 log @tidied @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/fad/bin/RCS/Makefile,v 1.11 2000/01/22 12 :45:35 ahuxley Exp $ d10 1 a10 1 BIN_FILES = stat leave ffd detab aubmaster rndpic sub lptest locate switcher abm reset-xringd-after-ppp play-qproc d42 3 @ 1.1 log @Initial revision @ text @d1 1 a1 2 SUPPORT_DIR = ./support include Makefile.defs a2 2 compile: @@echo "Use 'make list' to list targets." d4 1 a4 2 list: @@echo "leave, ffd, stat, detab, aubmaster, rndpic, sub" d6 5 a10 2 sub: sub.shpp gep.sh.shpp utils.sh.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< d12 1 a12 2 subclean: rm -f sub d14 1 a14 1 rndpic: rndpic.shpp gep.sh.shpp utils.sh.shpp d16 3 d21 3 a23 2 rndpicclean: rm -f rndpic d25 1 a25 1 aubmaster: aubmaster.shpp gep.sh.shpp utils.sh.shpp d28 2 a29 2 aubmasterclean: rm -f aubmaster d31 1 a31 1 stat: stat.o d33 1 a33 2 statclean: rm -f core stat.o stat d35 2 a36 1 leave: leave.o d38 2 a39 2 leaveclean: rm -f core leave.o leave d41 2 a42 1 detab: detab.o d44 1 a44 4 detabclean: rm -f core detab detab.o ffd: ffd.shpp utils.sh.shpp ffd.sh.shpp a46 3 ffdclean: rm -f ffd utils.sh ffd.sh d48 1 a48 2 @@echo "Use 'make leave' to clean a specific target." @@echo "Use 'make list' to list targets." @