head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 99.04.28.11.05.56; author alexis; state Exp; branches; next 1.2; 1.2 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.1; 1.1 date 98.08.28.13.06.41; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR MAIL SCRIPTS FOR PPPLCD @ 1.3 log @added gep.sh.shpp dependency for all added ppplc_msgids.shpp dependency for usecnt and qtest (which use sndmsg) @ text @# $Header: /diskb/home/alexis/dev/supported/ppplc/lib/mail/RCS/Makefile,v 1.2 1999/01/07 13:03:21 alexis Exp alexis $ SUPPORT_DIR = ../../support include ../../Makefile.defs EXEC_FILES = mail-sendmail mail-sendmail+fetchmail compile: $(EXEC_FILES) clean: rm -f mail-sendmail mail-sendmail+fetchmail install: compile $(INSTALL_CMD) -o root -g root -m 555 -d \ $(PRGLIBDIR)/mail $(INSTALL_CMD) -o root -g root -m 555 \ $(EXEC_FILES) $(PRGLIBDIR)/mail uninstall: -cd $(PRGLIBDIR)/mail && rm -f $(EXEC_FILES) -cd / && rmdir $(PRGLIBDIR)/mail mail-sendmail+fetchmail: mail-sendmail+fetchmail.shpp utils.sh.shpp \ gep.sh.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< mail-sendmail: mail-sendmail.shpp utils.sh.shpp gep.sh.shpp $(SHPP_CMD) $(SHPP_FLAGS) $< @ 1.2 log @symbol name changes @ text @d1 1 a1 1 # $Header: Makefile,v 1.1 1998/08/28 13:06:41 alexis Exp alexis $ d23 2 a24 1 mail-sendmail+fetchmail: mail-sendmail+fetchmail.shpp utils.sh.shpp d27 1 a27 1 mail-sendmail: mail-sendmail.shpp utils.sh.shpp @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.23 1998/08/07 11:33:00 alexis Exp alexis $ d6 1 a6 1 FILES = mail-sendmail mail-sendmail+fetchmail d8 1 a8 1 compile: $(FILES) d11 1 a11 2 rm -f mail-sendmail mail-sendmail+fetchmail \ utils.sh d14 1 a14 1 $(INSTALL) -o root -g root -m 555 -d \ d16 2 a17 2 $(INSTALL) -o root -g root -m 555 \ $(FILES) $(PRGLIBDIR)/mail d20 2 a21 2 -cd $(PRGLIBDIR)/mail && rm -f $(FILES) -rmdir $(PRGLIBDIR)/mail d23 2 a24 2 mail-sendmail+fetchmail: mail-sendmail+fetchmail.shpp utils.sh $(SHPP) $(SHPPFLAGS) $< d26 2 a27 5 mail-sendmail: mail-sendmail.shpp utils.sh $(SHPP) $(SHPPFLAGS) $< utils.sh: utils.sh.shpp $(SHPP) -nx $(SHPPFLAGS) $< @