|
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: 4412 (0x113c) 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/Chans/qmgr-load/Makefile«
# makefile for qmgr loading activities # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/qmgr-load/RCS/Makefile,v 5.0 90/09/20 15:53:29 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 15:53:29 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ XQSTART = qmgr-start.o ryinitiator.o XQMGR-LOAD = qmgr-load.o ryresponder.o SRCS = qmgr-load.c qmgr-start.c ryinitiator.c ryresponder.c OBJS = qmgr-load.o qmgr-start.o ryinitiator.o ryresponder.o # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT HEADERS = ../../h LIBPP = ../../Lib/libpp.a CFLAGS = $(CCOPTIONS) $(LCF) -I$(HEADERS) LDFLAGS = $(LDOPTIONS) $(LLF) MAKE = ./make LLFLAGS = $(LINTFLAGS) -u -I$(HEADERS) LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE) ############################################################ # # Building Rules # ############################################################ all: qmgr-load ############################################################ # # Q start up # ############################################################ qmgr-start: xqstart xqstart: $(XQSTART) $(CC) $(LDFLAGS) -o $@ $(XQSTART) $(LIBPP) $(LIBSYS) qmgr-start.o: ryinitiator.h ryinitiator.o: ryinitiator.h ############################################################ # # Qmgr loading channel # ############################################################ qmgr-load: xqmgr-load xqmgr-load: $(XQMGR-LOAD) $(LIBPP) $(CC) $(LDFLAGS) -o $@ $(XQMGR-LOAD) $(LIBPP) \ $(LIBSYS) ############################################################ # # Misc stuff # ############################################################ install: inst-dir inst-qmgr-load inst-qmgr-load: $(CHANDIR)/qmgr-load $(CHANDIR)/qmgr-load: xqmgr-load -$(BACKUP) $@ zxqmgr-load rm -f $@ $(INSTALL) xqmgr-load $(CHANDIR)/qmgr-load -$(CHMOD) $(PGMPROT) $(CHANDIR)/qmgr-load -$(CHOWN) $(PPUSER) $@ -@ls -ls $(CHANDIR)/qmgr-load -@echo "qmgr-load channel installed normally"; echo "" inst-dir: $(CHANDIR) clean: tidy rm -f $(OBJS) tidy: rm -f core a.out *.BAK *.old xqstart xqmgr-load zxqmgr-load lint: l-load l-load: $(SRCS) true $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) define: $(DEFINE) Makefile depend: $(DEPEND) -I$(HEADERS) $(SRCS) true:; ############################################################ # # End of Building Rules # ############################################################ # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT # Dependencies follow qmgr-load.o: qmgr-load.c qmgr-load.o: ../../h/util.h qmgr-load.o: ../../h/config.h qmgr-load.o: ../../h/ll_log.h qmgr-load.o: ../../h/retcode.h qmgr-load.o: ./ryresponder.h qmgr-load.o: ../../h/Qmgr-ops.h qmgr-load.o: ../../h/Qmgr-types.h qmgr-load.o: ../../h/QmgrP1-types.h qmgr-load.o: ../../h/q.h qmgr-load.o: ../../h/adr.h qmgr-load.o: ../../h/list_rchan.h qmgr-load.o: ../../h/chan.h qmgr-load.o: ../../h/table.h qmgr-load.o: ../../h/list_bpt.h qmgr-load.o: ../../h/auth.h qmgr-load.o: ../../h/list_bpt.h qmgr-load.o: ../../h/extension.h qmgr-load.o: ../../h/mta.h qmgr-load.o: ../../h/adr.h qmgr-load.o: ../../h/list_bpt.h qmgr-load.o: ../../h/mta.h qmgr-load.o: ../../h/prm.h qmgr-start.o: qmgr-start.c qmgr-start.o: ../../h/util.h qmgr-start.o: ../../h/config.h qmgr-start.o: ../../h/ll_log.h qmgr-start.o: ../../h/retcode.h qmgr-start.o: ./ryinitiator.h qmgr-start.o: ../../h/Qmgr-ops.h qmgr-start.o: ../../h/Qmgr-types.h qmgr-start.o: ../../h/QmgrP1-types.h qmgr-start.o: ../../h/q.h qmgr-start.o: ../../h/adr.h qmgr-start.o: ../../h/list_rchan.h qmgr-start.o: ../../h/chan.h qmgr-start.o: ../../h/table.h qmgr-start.o: ../../h/list_bpt.h qmgr-start.o: ../../h/auth.h qmgr-start.o: ../../h/list_bpt.h qmgr-start.o: ../../h/extension.h qmgr-start.o: ../../h/mta.h qmgr-start.o: ../../h/adr.h qmgr-start.o: ../../h/list_bpt.h qmgr-start.o: ../../h/mta.h qmgr-start.o: ../../h/prm.h ryinitiator.o: ryinitiator.c ryinitiator.o: ./ryinitiator.h ryresponder.o: ryresponder.c ryresponder.o: ../../h/util.h ryresponder.o: ../../h/config.h ryresponder.o: ../../h/ll_log.h ryresponder.o: ./ryresponder.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY # see make depend above