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

⟦2ff0f0f5d⟧ TextFile

    Length: 4074 (0xfea)
    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/Format/p2explode/Makefile« 

TextFile

# P2explode -takes P2 and splits into directory structure
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Format/p2explode/RCS/Makefile,v 5.0 90/09/20 16:00:53 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:00:53  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  P2-types.c p2explode.c explode_alone.c explode_chan.c
OBJS =  P2-types.o p2explode.o explode_alone.o expode_chan.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

CHAN_SRCS       = p2explode.c P2-types.c explode_chan.c
CHAN_OBJS       = p2explode.o P2-types.o explode_chan.o
ALONE_SRCS      = p2explode.c P2-types.c explode_alone.c
ALONE_OBJS      = p2explode.o P2-types.o explode_alone.o
HEADERS         = ../../h
LIBPP           = ../../Lib/libpp.a
CFLAGS          = $(CCOPTIONS) $(LCF) -I$(HEADERS)
LDFLAGS         = $(LDOPTIONS) $(LLF)
LLFLAGS         = $(LINTFLAGS) -I$(HEADERS)
LINTLIBS        = ../../Lib/llib-lpp.ln $(LINTISODE)


############################################################
#
# Suffix rules
#
############################################################

.SUFFIXES: .py

.py.c:
	$(PEPY) -a PY_advise $(PYFLAGS) $<
.py.o:
	$(PEPY) $(PYFLAGS) -a PY_advise $<
	$(CC) $(CFLAGS) -c $*.c
	rm $*.c

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

default: $(SRCS) xexplode_chan

clean: tidy
	rm -f $(OBJS) *.o P2-*

tidy:
	rm -f zx* xexplode_chan core a.out *.old *.BAK *.ph *.log

lint: l-p2explode l-explode_alone
l-p2explode: $(CHAN_SRCS)
	$(LINT) $(LLFLAGS) $(CHAN_SRCS) $(LINTLIBS)

l-explode_alone: $(ALONE_SRCS)
	$(LINT) $(LLFLAGS) $(ALONE_SRCS) $(LINTLIBS)

define:
	$(DEFINE) Makefile

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


xexplode_chan: $(CHAN_OBJS) $(LIBPP)
	$(CC) $(LDFLAGS) $(CHAN_OBJS)  -o $@ $(LIBPP) $(LIBSYS)

alone: $(ALONE_OBJS) $(LIBPP)
	$(CC) $(LDFLAGS) $(ALONE_OBJS)  -o xexplode_alone \
		$(LIBPP) $(LIBSYS)


install: inst-dir inst-p2explode

inst-p2explode: $(CHANDIR)/p2explode
$(CHANDIR)/p2explode: xexplode_chan
	-$(BACKUP) $@ zxexplode_chan
	rm -f $@
	$(INSTALL) xexplode_chan $@
	-$(CHMOD) $(PGMPROT) $@
	-$(CHOWN) $(PPUSER) $@
	-@ls -ls $@
	-@echo "The P2 explode channel installed normally"; echo ""

inst-dir: $(CHANDIR)


P2-types.py: p2.py
	$(POSY) -f -h -o P2-types.py p2.py

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

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
P2.o: P2.c
P2.o: ../../h/util.h
P2.o: ../../h/config.h
P2.o: ../../h/ll_log.h
P2.o: ../../h/tb_bpt84.h
p2explode.o: p2explode.c
p2explode.o: ../../h/util.h
p2explode.o: ../../h/config.h
p2explode.o: ../../h/ll_log.h
p2explode.o: ../../h/retcode.h
p2explode.o: ../../h/tb_bpt84.h
explode_alone.o: explode_alone.c
explode_alone.o: ../../h/util.h
explode_alone.o: ../../h/config.h
explode_alone.o: ../../h/ll_log.h
explode_alone.o: ../../h/retcode.h
explode_chan.o: explode_chan.c
explode_chan.o: ../../h/util.h
explode_chan.o: ../../h/config.h
explode_chan.o: ../../h/ll_log.h
explode_chan.o: ../../h/qmgr.h
explode_chan.o: ../../h/Qmgr-types.h
explode_chan.o: ../../h/QmgrP1-types.h
explode_chan.o: ../../h/Qmgr-ops.h
explode_chan.o: ../../h/q.h
explode_chan.o: ../../h/adr.h
explode_chan.o: ../../h/list_rchan.h
explode_chan.o: ../../h/chan.h
explode_chan.o: ../../h/table.h
explode_chan.o: ../../h/list_bpt.h
explode_chan.o: ../../h/auth.h
explode_chan.o: ../../h/list_bpt.h
explode_chan.o: ../../h/extension.h
explode_chan.o: ../../h/mta.h
explode_chan.o: ../../h/adr.h
explode_chan.o: ../../h/list_bpt.h
explode_chan.o: ../../h/mta.h
explode_chan.o: ../../h/prm.h
explode_chan.o: ../../h/retcode.h

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