DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦e268efba6⟧ TextFile

    Length: 8483 (0x2123)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Src/qmgr/Makefile« 

TextFile

# Makefile for qmgr - ros version
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Src/qmgr/RCS/Makefile,v 5.0 90/09/20 16:22:11 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:22:11  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  assoc.c chans.c inter-print.c inter-read.c interface.c misc.c qmgr.c \
           qstub.c ryinitiator.c ryresponder.c structs.c tables.c
OBJS =  assoc.o chans.o inter-print.o inter-read.o interface.o misc.o qmgr.o \
           qstub.o ryinitiator.o ryresponder.o structs.o tables.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT


RSRCS   = qmgr.c ryresponder.c tables.c \
		misc.c chans.c \
		assoc.c structs.c
ROBJS   = qmgr.o ryresponder.o tables.o \
		misc.o chans.o \
		assoc.o structs.o
ISRCS   = interface.c ryinitiator.c inter-read.c \
		misc.c
IOBJS   = interface.o ryinitiator.o inter-read.o \
		misc.o

HEADERS = ../../h
INCLUDE = -I$(HEADERS)
LIBPP   = ../../Lib/libpp.a

CFLAGS  = $(CCOPTIONS) $(LCF) $(INCLUDE) $(PROF)
LDFLAGS = $(LDOPTIONS) $(LLF) $(PROF)

LLFLAGS = -bhuz -u $(INCLUDE)
LINTLIBS =  ../../Lib/llib-lpp.ln

PROGS = xqmgr

############################################################
#
# Building Rules
#
############################################################

default: $(PROGS)

############################################################
#
# Queue manager
#
############################################################

inst-qmgr: $(CMDDIR)/qmgr

$(CMDDIR)/qmgr: xqmgr
	-$(BACKUP) $@ zxqmgr
	rm -f $@
	$(INSTALL) xqmgr $@
	-$(CHMOD) $(PGMPROT) $@
	-@ls -ls $@
	-@echo "Queue Manager installed normally"; echo ""

qmgr: xqmgr

xqmgr: $(ROBJS) $(LIBPP)
	$(CC) $(LDFLAGS) -o $@ $(ROBJS) $(LIBPP) $(LIBSYS)

qmgr.o: ryresponder.h

############################################################
#
# Interface
#
############################################################

interface: xinterface

xinterface:     $(IOBJS) $(LIBPP)
	$(CC) $(LDFLAGS) -o $@ $(IOBJS) $(LIBPP) $(LIBSYS)

interface.o:    ryinitiator.h

ryinitiator.o: ryinitiator.h

############################################################
#
# Qstub
#
############################################################

STUBC   =       qstub.c
STUBO   =       qstub.o

qstub: xqstub

xqstub: $(STUBO) $(LIBPP)
	$(CC) $(LDFLAGS) -o $@ $(STUBO) $(LIBPP) $(LIBSYS)

l-qstub: $(STUBC)
	$(LINT) $(LLFLAGS) -DPERFORMER $(STUBC) $(LINTLIBS)

############################################################
#
# Misc stuff
#
############################################################

install: inst-dir inst-qmgr

inst-dir: $(CMDDIR)


clean:  tidy
	rm -f $(OBJS)

tidy:
	rm -f core a.out *.old *.ph Qmgr-* P1-types* *.BAK $(PROGS) zx*
	rm -f xinterface


lint: l-qmgr

l-qmgr: $(RSRCS) true
	$(LINT) $(LLFLAGS) -DPERFORMER -DINVOKER $(RSRCS) $(LINTLIBS)

l-interface: $(ISRCS) true
	$(LINT) $(LLFLAGS) -DINVOKER $(ISRCS) $(LINTLIBS)

l-channel: $(CHANS) true
	$(LINT) $(LLFLAGS) -DPERFORMER $(CHANS) $(LINTLIBS)

define:
	$(DEFINE) Makefile

depend:
	$(DEPEND) $(INCLUDE) $(SRCS)

true:;

############################################################
#
# End of Building Rules
#
############################################################

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
assoc.o: assoc.c
assoc.o: ../../h/util.h
assoc.o: ../../h/config.h
assoc.o: ../../h/ll_log.h
assoc.o: ./types.h
assoc.o: ../../h/Qmgr-types.h
assoc.o: ../../h/QmgrP1-types.h
assoc.o: ../../h/table.h
assoc.o: ../../h/chan.h
assoc.o: ../../h/table.h
assoc.o: ../../h/list_bpt.h
assoc.o: ../../h/list_bpt.h
assoc.o: ../../h/list_rchan.h
assoc.o: ../../h/chan.h
assoc.o: ../../h/auth.h
assoc.o: ../../h/list_bpt.h
assoc.o: ../../h/mta.h
assoc.o: ../../h/adr.h
assoc.o: ../../h/list_rchan.h
assoc.o: ../../h/extension.h
assoc.o: ../../h/mta.h
assoc.o: ../../h/list_bpt.h
assoc.o: ../../h/qmgr.h
assoc.o: ../../h/Qmgr-types.h
assoc.o: ../../h/Qmgr-ops.h
chans.o: chans.c
chans.o: ./types.h
chans.o: ../../h/Qmgr-types.h
chans.o: ../../h/QmgrP1-types.h
chans.o: ../../h/table.h
chans.o: ../../h/chan.h
chans.o: ../../h/table.h
chans.o: ../../h/list_bpt.h
chans.o: ../../h/list_bpt.h
chans.o: ../../h/list_rchan.h
chans.o: ../../h/chan.h
chans.o: ../../h/auth.h
chans.o: ../../h/list_bpt.h
chans.o: ../../h/mta.h
chans.o: ../../h/adr.h
chans.o: ../../h/list_rchan.h
chans.o: ../../h/extension.h
chans.o: ../../h/mta.h
chans.o: ../../h/list_bpt.h
chans.o: ./ryinitiator.h
chans.o: ../../h/Qmgr-ops.h
chans.o: ../../h/util.h
chans.o: ../../h/config.h
chans.o: ../../h/ll_log.h
inter-print.o: inter-print.c
inter-print.o: ../../h/Qmgr-types.h
inter-print.o: ../../h/QmgrP1-types.h
inter-read.o: inter-read.c
inter-read.o: ./types.h
inter-read.o: ../../h/Qmgr-types.h
inter-read.o: ../../h/QmgrP1-types.h
inter-read.o: ../../h/table.h
inter-read.o: ../../h/chan.h
inter-read.o: ../../h/table.h
inter-read.o: ../../h/list_bpt.h
inter-read.o: ../../h/list_bpt.h
inter-read.o: ../../h/list_rchan.h
inter-read.o: ../../h/chan.h
inter-read.o: ../../h/auth.h
inter-read.o: ../../h/list_bpt.h
inter-read.o: ../../h/mta.h
inter-read.o: ../../h/adr.h
inter-read.o: ../../h/list_rchan.h
inter-read.o: ../../h/extension.h
inter-read.o: ../../h/mta.h
inter-read.o: ../../h/list_bpt.h
interface.o: interface.c
interface.o: ./ryinitiator.h
interface.o: ../../h/Qmgr-ops.h
interface.o: ../../h/Qmgr-types.h
interface.o: ../../h/QmgrP1-types.h
misc.o: misc.c
misc.o: ./types.h
misc.o: ../../h/Qmgr-types.h
misc.o: ../../h/QmgrP1-types.h
misc.o: ../../h/table.h
misc.o: ../../h/chan.h
misc.o: ../../h/table.h
misc.o: ../../h/list_bpt.h
misc.o: ../../h/list_bpt.h
misc.o: ../../h/list_rchan.h
misc.o: ../../h/chan.h
misc.o: ../../h/auth.h
misc.o: ../../h/list_bpt.h
misc.o: ../../h/mta.h
misc.o: ../../h/adr.h
misc.o: ../../h/list_rchan.h
misc.o: ../../h/extension.h
misc.o: ../../h/mta.h
misc.o: ../../h/list_bpt.h
qmgr.o: qmgr.c
qmgr.o: ../../h/util.h
qmgr.o: ../../h/config.h
qmgr.o: ../../h/ll_log.h
qmgr.o: ./ryresponder.h
qmgr.o: ../../h/qmgr.h
qmgr.o: ../../h/Qmgr-types.h
qmgr.o: ../../h/QmgrP1-types.h
qmgr.o: ../../h/Qmgr-ops.h
qmgr.o: ./types.h
qmgr.o: ../../h/Qmgr-types.h
qmgr.o: ../../h/table.h
qmgr.o: ../../h/chan.h
qmgr.o: ../../h/table.h
qmgr.o: ../../h/list_bpt.h
qmgr.o: ../../h/list_bpt.h
qmgr.o: ../../h/list_rchan.h
qmgr.o: ../../h/chan.h
qmgr.o: ../../h/auth.h
qmgr.o: ../../h/list_bpt.h
qmgr.o: ../../h/mta.h
qmgr.o: ../../h/adr.h
qmgr.o: ../../h/list_rchan.h
qmgr.o: ../../h/extension.h
qmgr.o: ../../h/mta.h
qmgr.o: ../../h/list_bpt.h
qstub.o: qstub.c
qstub.o: ../../h/qmgr.h
qstub.o: ../../h/Qmgr-types.h
qstub.o: ../../h/QmgrP1-types.h
qstub.o: ../../h/Qmgr-ops.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
ryresponder.o: ../../h/Qmgr-ops.h
structs.o: structs.c
structs.o: ../../h/util.h
structs.o: ../../h/config.h
structs.o: ../../h/ll_log.h
structs.o: ./types.h
structs.o: ../../h/Qmgr-types.h
structs.o: ../../h/QmgrP1-types.h
structs.o: ../../h/table.h
structs.o: ../../h/chan.h
structs.o: ../../h/table.h
structs.o: ../../h/list_bpt.h
structs.o: ../../h/list_bpt.h
structs.o: ../../h/list_rchan.h
structs.o: ../../h/chan.h
structs.o: ../../h/auth.h
structs.o: ../../h/list_bpt.h
structs.o: ../../h/mta.h
structs.o: ../../h/adr.h
structs.o: ../../h/list_rchan.h
structs.o: ../../h/extension.h
structs.o: ../../h/mta.h
structs.o: ../../h/list_bpt.h
structs.o: ../../h/Qmgr-ops.h
tables.o: tables.c
tables.o: ../../h/util.h
tables.o: ../../h/config.h
tables.o: ../../h/ll_log.h
tables.o: ./types.h
tables.o: ../../h/Qmgr-types.h
tables.o: ../../h/QmgrP1-types.h
tables.o: ../../h/table.h
tables.o: ../../h/chan.h
tables.o: ../../h/table.h
tables.o: ../../h/list_bpt.h
tables.o: ../../h/list_bpt.h
tables.o: ../../h/list_rchan.h
tables.o: ../../h/chan.h
tables.o: ../../h/auth.h
tables.o: ../../h/list_bpt.h
tables.o: ../../h/mta.h
tables.o: ../../h/adr.h
tables.o: ../../h/list_rchan.h
tables.o: ../../h/extension.h
tables.o: ../../h/mta.h
tables.o: ../../h/list_bpt.h
tables.o: ../../h/qmgr.h
tables.o: ../../h/Qmgr-types.h
tables.o: ../../h/Qmgr-ops.h

# DEPENDENCIES MUST END AT END OF FILE
# IF YOU PUT STUFF HERE IT WILL GO AWAY
# see make depend above