|
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: 2262 (0x8d6) 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/Src/pptsapd/Makefile«
# Makefile for the pp tsap daemon # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Src/pptsapd/RCS/Makefile,v 5.0 90/09/20 16:20:48 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:20:48 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ SRCS = pptsapd.c OBJS = pptsapd.o # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT HEADERS = ../../h LIBPP = ../../Lib/libpp.a CFLAGS = $(CCOPTIONS) $(LCF) -I$(HEADERS) LDFLAGS = $(LDOPTIONS) $(LLF) LLFLAGS = $(LINTFLAGS) -I$(HEADERS) -u LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE) ############################################################ # # Building Rules # ############################################################ pptsapd: xpptsapd xpptsapd: $(OBJS) $(LIBPP) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBPP) $(LIBSYS) install: inst-dir $(CMDDIR)/pptsapd $(CMDDIR)/pptsapd: xpptsapd -$(BACKUP) $@ zxpptsapd rm -f $@ $(INSTALL) xpptsapd $@ -$(CHMOD) $(PGMPROT) $@ -$(CHOWN) $(PPUSER) $@ -@ls -ls $@ -@echo "pptsapd installed normally"; echo "" xpptsapd-stat: pptsapd-stat.o $(CC) $(LDFLAGS) -o $@ pptsapd-stat.o $(LIBPP) $(LIBSYS) inst-dir: $(CMDDIR) clean: tidy rm -f $(OBJS) tidy: rm -f xpptsapd zxpptsapd core a.out *.old *.BAK lint: l-pptsapd l-pptsapd: $(SRCS) $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) define: $(DEFINE) Makefile depend: $(DEPEND) -I$(HEADERS) $(SRCS) ############################################################ # # End of Building Rules # ############################################################ # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT # Dependencies follow pptsapd.o: pptsapd.c pptsapd.o: ../../h/util.h pptsapd.o: ../../h/config.h pptsapd.o: ../../h/ll_log.h pptsapd.o: ../../h/chan.h pptsapd.o: ../../h/table.h pptsapd.o: ../../h/list_bpt.h pptsapd.o: pptsapd.c pptsapd.o: ../../h/util.h pptsapd.o: ../../h/config.h pptsapd.o: ../../h/ll_log.h pptsapd.o: ../../h/chan.h pptsapd.o: ../../h/table.h pptsapd.o: ../../h/list_bpt.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY # see make depend above