|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 3072 (0xc00) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Tools/ckmail/Makefile«
# Makefile for checkmail program # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Tools/ckmail/RCS/Makefile,v 5.0 90/09/20 16:25:37 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:25:37 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ SRCS = ckmail.c ryinitiator.c OBJS = ckmail.o ryinitiator.o # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT HEADERS = ../../h -I/usr/include/isode LIBPP = ../../Lib/libpp.a INCLUDE = -I$(HEADERS) CFLAGS = $(CCOPTIONS) $(LCF) $(INCLUDE) LDFLAGS = $(LDOPTIONS) $(LLF) MAKE = ./make LLFLAGS = $(LINTFLAGS) -u $(INCLUDE) LINTLIBS = $(LINTISODE) ../../Lib/llib-lpp.ln PROGS = xcheckmail ############################################################ # # Building Rules # ############################################################ default: $(PROGS) ############################################################ # # CheckMail # ############################################################ checkmail: xcheckmail xcheckmail: $(OBJS) $(LIBPP) -rm -f $@ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBPP) $(LIBSYS) ckmail.o: ryinitiator.h ryinitiator.o: ryinitiator.h ############################################################ # # Misc stuff # ############################################################ install: inst-dir inst-checkmail inst-checkmail: $(USRBINDIR)/checkmail $(USRBINDIR)/checkmail: xcheckmail -$(BACKUP) $@ zxcheckmail -rm -f $@ $(INSTALL) xcheckmail $@ -$(CHMOD) $(PGMPROT) $@ -$(CHOWN) $(PPUSER) $@ -@ls -ls $@ -@echo "checkmail tool installed normally"; echo "" inst-dir: $(TOOLDIR) clean: tidy rm -f $(OBJS) tidy: rm -f core a.out *.old $(PROGS) *.BAK zx* lint: l-checkmail l-checkmail: $(SRCS) true $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) define: $(DEFINE) Makefile depend: $(DEPEND) $(INCLUDE) $(SRCS) true:; ############################################################ # # End of Building Rules # ############################################################ # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT # Dependencies follow ckmail.o: ckmail.c ckmail.o: ../../h/util.h ckmail.o: ../../h/config.h ckmail.o: ../../h/ll_log.h ckmail.o: ../../h/retcode.h ckmail.o: ./ryinitiator.h ckmail.o: ../../h/Qmgr-ops.h ckmail.o: ../../h/Qmgr-types.h ckmail.o: ../../h/QmgrP1-types.h ckmail.o: ../../h/util.h ckmail.o: ../../h/adr.h ckmail.o: ../../h/list_rchan.h ckmail.o: ../../h/chan.h ckmail.o: ../../h/table.h ckmail.o: ../../h/list_bpt.h ckmail.o: ../../h/auth.h ckmail.o: ../../h/list_bpt.h ckmail.o: ../../h/extension.h ckmail.o: ../../h/mta.h ckmail.o: ../../h/adr.h ckmail.o: ../../h/list_bpt.h ckmail.o: ../../h/alias.h ckmail.o: ../../h/ap.h ckmail.o: ../../h/util.h ckmail.o: ../../h/or.h ryinitiator.o: ryinitiator.c ryinitiator.o: ./ryinitiator.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY # see make depend above