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

⟦750d42321⟧ TextFile

    Length: 4639 (0x121f)
    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/Chans/grey/Makefile« 

TextFile

# GreyBook channel
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/grey/RCS/Makefile,v 5.0 90/09/20 15:48:43 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  15:48:43  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS	= io_grey.c ppp.c tppp.c
OBJS	= io_grey.o ppp.o tppp.o
UNQO	= $(NIFTPSRC)/lib/pqproc/ppQunspool.o
UNPO	= $(NIFTPSRC)/lib/pqproc/ppPunspool.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)
LINTLIBS        = ../../Lib/llib-lpp.ln $(LINTISODE)


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

PROGS	= greyout greyin 
CHECKS	= checkQbin
default: $(CHECKS) $(PROGS)

install: inst-dir inst-greyout inst-greyin
inst-dir: $(CHANDIR)

# If unix-niftp has been re-installed, make io_grey.o newer to force copy
checkQbin: io_grey.o ALWAYS
	@sh -c "cmp -s io_grey.o $(UNQO) || \
		{ echo touch io_grey.o; touch io_grey.o; } || \
		kill $$$$"

# If the unix-niftp copy is out of date, Zap it.
$(UNQO): io_grey.o
	cp io_grey.o $@

greyin: xgreyin
xgreyin: $(NIFTPSRC)/bin/q$(NIFTPINTERFACE) $(LIBPP)
$(NIFTPSRC)/bin/q$(NIFTPINTERFACE): $(UNQO)
	rm -f $(NIFTPSRC)/bin/q$(NIFTPINTERFACE)
	cd $(NIFTPSRC); make lib/pqproc q$(NIFTPINTERFACE) \
		NIFTPINTERFACE=$(NIFTPINTERFACE)
	cp $(NIFTPSRC)/bin/q$(NIFTPINTERFACE) xgreyin

inst-greyin: $(CHANDIR)/greyin
$(CHANDIR)/greyin: xgreyin
	-$(BACKUP) $@ zxgreyin
	rm -f $@
	$(INSTALL) xgreyin $@
	-$(CHMOD) $(PGMPROT) $@
	-$(CHOWN) $(PPUSER) $@
	-@ls -ls $@
	-@echo "greyin channel installed normally"; echo ""


greyout: xgreyout
xgreyout: $(UNPO) $(LIBPP)
	rm -f $(NIFTPSRC)/bin/$@
	cd $(NIFTPSRC); make lib/pqproc/libppp.a $@ NIFTPINTERFACE=$(NIFTPINTERFACE)
	cp $(NIFTPSRC)/bin/$@ $@

$(UNPO): ppp.o
	cp ppp.o $@

inst-greyout: $(CHANDIR)/greyout
$(CHANDIR)/greyout: xgreyout
	-$(BACKUP) $@ zxgreyout
	rm -f $@
	$(INSTALL) xgreyout $@
	-$(CHMOD) $(PGMPROT) $@
	-$(CHOWN) $(PPUSER) $@
	-@ls -ls $@
	-@echo "greyout channel installed normally"; echo ""


tppp: xtppp
xtppp: tppp.o ppp.o
	$(CC) $(LDFLAGS) -o $@ tppp.o ppp.o $(LIBPP) $(LIBSYS)

clean: tidy
	rm -f $(OBJS)
tidy:
	rm -f core* a.out *.old *.BAK xgreyout zx* xgreyin
lint: l-greyout l-greyin

l-greyout: ppp.c
	$(LINT) $(LLFLAGS) ppp.c $(LINTLIBS)

l-greyin: io_grey.c
	$(LINT) $(LLFLAGS) io_grey.c $(LINTLIBS)


depend:
	$(DEPEND) -I$(HEADERS) $(SRCS)

define:
	$(DEFINE) Makefile

ALWAYS:

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

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
io_grey.o: io_grey.c
io_grey.o: ../../h/util.h
io_grey.o: ../../h/config.h
io_grey.o: ../../h/ll_log.h
io_grey.o: ../../h/prm.h
io_grey.o: ../../h/q.h
io_grey.o: ../../h/adr.h
io_grey.o: ../../h/list_rchan.h
io_grey.o: ../../h/chan.h
io_grey.o: ../../h/table.h
io_grey.o: ../../h/list_bpt.h
io_grey.o: ../../h/auth.h
io_grey.o: ../../h/list_bpt.h
io_grey.o: ../../h/extension.h
io_grey.o: ../../h/mta.h
io_grey.o: ../../h/adr.h
io_grey.o: ../../h/list_bpt.h
io_grey.o: ../../h/mta.h
io_grey.o: ../../h/adr.h
io_grey.o: ../../h/ap.h
io_grey.o: ../../h/util.h
io_grey.o: ../../h/retcode.h
io_grey.o: ../../h/tb_q.h
io_grey.o: ../../h/tb_a.h
io_grey.o: ../../h/tb_prm.h
ppp.o: ppp.c
ppp.o: ../../h/util.h
ppp.o: ../../h/config.h
ppp.o: ../../h/ll_log.h
ppp.o: ../../h/ppp.h
ppp.o: ../../h/qmgr.h
ppp.o: ../../h/Qmgr-types.h
ppp.o: ../../h/QmgrP1-types.h
ppp.o: ../../h/Qmgr-ops.h
ppp.o: ../../h/prm.h
ppp.o: ../../h/q.h
ppp.o: ../../h/adr.h
ppp.o: ../../h/list_rchan.h
ppp.o: ../../h/chan.h
ppp.o: ../../h/table.h
ppp.o: ../../h/list_bpt.h
ppp.o: ../../h/auth.h
ppp.o: ../../h/list_bpt.h
ppp.o: ../../h/extension.h
ppp.o: ../../h/mta.h
ppp.o: ../../h/adr.h
ppp.o: ../../h/list_bpt.h
ppp.o: ../../h/mta.h
ppp.o: ../../h/adr.h
ppp.o: ../../h/chan.h
ppp.o: ../../h/retcode.h
ppp.o: ../../h/dr.h
ppp.o: ../../h/extension.h
ppp.o: ../../h/mta.h
ppp.o: ../../h/ap.h
ppp.o: ../../h/util.h
tppp.o: tppp.c
tppp.o: ../../h/util.h
tppp.o: ../../h/config.h
tppp.o: ../../h/ll_log.h
tppp.o: ../../h/ppp.h

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