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

⟦da1ae2b1d⟧ TextFile

    Length: 4751 (0x128f)
    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/Lib/util/Makefile« 

TextFile

# Utility routines & functions
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Lib/util/RCS/Makefile,v 5.0 90/09/20 16:18:23 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:18:23  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  arg2str.c compress.c err_abrt.c expand.c getfpath.c intime.c lock.c \
           multcat.c multcpy.c pe_fragment.c pgmwait.c prefix.c rename_log.c \
           rp_valstr.c siginit.c str2arg.c timeout.c timer.c tryfork.c \
           utctime.c scandir.c
OBJS =  arg2str.o compress.o err_abrt.o expand.o getfpath.o intime.o lock.o \
           multcat.o multcpy.o pe_fragment.o pgmwait.o prefix.o rename_log.o \
           rp_valstr.o siginit.o str2arg.o timeout.o timer.o tryfork.o \
           utctime.o scandir.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

HEADERS         = ../../h
CFLAGS          = $(LIBCCOPTIONS) -I$(HEADERS) $(LCF)
LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
SHADOW          = util-made

LINTLIBS        = ../addr/llib-laddr.ln \
		  ../format/llib-lfmt.ln \
		  ../io/llib-lio.ln \
		  ../or/llib-lor.ln \
		  ../pp/llib-lpp.ln \
		  ../qmgr/llib-lqmgr.ln \
		  ../table/llib-ltable.ln \
		  ../tai/llib-ltai.ln


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

default: ${SHADOW}

${SHADOW}: $(OBJS)
	$(AR) r$(ARFLAGS) ../libpp.a $?
	touch $@

lintlib: llib-lutil.ln
llib-lutil.ln: ${SRCS}
	$(LINT) -Cutil $(LLFLAGS) ${SRCS}

lint:
	$(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) $(LINTISODE)

install:;

clean:  tidy
	rm -f $(OBJS) llib-lutil.ln
tidy:
	rm -f core ${SHADOW} *.old *.BAK


define:
	$(DEFINE) Makefile

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


############################################################
#
# End of building rules
#
############################################################

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
arg2str.o: arg2str.c
arg2str.o: ../../h/util.h
arg2str.o: ../../h/config.h
arg2str.o: ../../h/ll_log.h
arg2str.o: ../../h/retcode.h
compress.o: compress.c
compress.o: ../../h/util.h
compress.o: ../../h/config.h
compress.o: ../../h/ll_log.h
err_abrt.o: err_abrt.c
err_abrt.o: ../../h/head.h
err_abrt.o: ../../h/util.h
err_abrt.o: ../../h/config.h
err_abrt.o: ../../h/ll_log.h
err_abrt.o: ../../h/retcode.h
expand.o: expand.c
expand.o: ../../h/util.h
expand.o: ../../h/config.h
expand.o: ../../h/ll_log.h
expand.o: ../../h/expand.h
getfpath.o: getfpath.c
getfpath.o: ../../h/util.h
getfpath.o: ../../h/config.h
getfpath.o: ../../h/ll_log.h
intime.o: intime.c
intime.o: ../../h/util.h
intime.o: ../../h/config.h
intime.o: ../../h/ll_log.h
intime.o: ../../h/mta.h
intime.o: ../../h/adr.h
intime.o: ../../h/list_rchan.h
intime.o: ../../h/chan.h
intime.o: ../../h/table.h
intime.o: ../../h/list_bpt.h
intime.o: ../../h/auth.h
intime.o: ../../h/list_bpt.h
intime.o: ../../h/extension.h
intime.o: ../../h/mta.h
intime.o: ../../h/list_bpt.h
lock.o: lock.c
lock.o: ../../h/util.h
lock.o: ../../h/config.h
lock.o: ../../h/ll_log.h
multcat.o: multcat.c
multcat.o: ../../h/util.h
multcat.o: ../../h/config.h
multcat.o: ../../h/ll_log.h
multcpy.o: multcpy.c
pe_fragment.o: pe_fragment.c
pgmwait.o: pgmwait.c
pgmwait.o: ../../h/head.h
pgmwait.o: ../../h/util.h
pgmwait.o: ../../h/config.h
pgmwait.o: ../../h/ll_log.h
pgmwait.o: ../../h/retcode.h
prefix.o: prefix.c
prefix.o: ../../h/util.h
prefix.o: ../../h/config.h
prefix.o: ../../h/ll_log.h
rename_log.o: rename_log.c
rename_log.o: ../../h/head.h
rename_log.o: ../../h/util.h
rename_log.o: ../../h/config.h
rename_log.o: ../../h/ll_log.h
rename_log.o: ../../h/retcode.h
rp_valstr.o: rp_valstr.c
rp_valstr.o: ../../h/head.h
rp_valstr.o: ../../h/util.h
rp_valstr.o: ../../h/config.h
rp_valstr.o: ../../h/ll_log.h
rp_valstr.o: ../../h/retcode.h
siginit.o: siginit.c
siginit.o: ../../h/util.h
siginit.o: ../../h/config.h
siginit.o: ../../h/ll_log.h
str2arg.o: str2arg.c
str2arg.o: ../../h/util.h
str2arg.o: ../../h/config.h
str2arg.o: ../../h/ll_log.h
timeout.o: timeout.c
timeout.o: ../../h/util.h
timeout.o: ../../h/config.h
timeout.o: ../../h/ll_log.h
timer.o: timer.c
timer.o: ../../h/util.h
timer.o: ../../h/config.h
timer.o: ../../h/ll_log.h
tryfork.o: tryfork.c
tryfork.o: ../../h/util.h
tryfork.o: ../../h/config.h
tryfork.o: ../../h/ll_log.h
utctime.o: utctime.c
utctime.o: ../../h/util.h
utctime.o: ../../h/config.h
utctime.o: ../../h/ll_log.h

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