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

⟦a8adae57d⟧ TextFile

    Length: 3366 (0xd26)
    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/tai/Makefile« 

TextFile

# Tailoring routines
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/Makefile,v 5.0 90/09/20 16:16:47 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:16:47  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  init_chan.c init_sys.c init_tai.c init_uip.c pp_setuserid.c \
           tai_alloc.c tai_chan.c tai_sys.c tai_tb.c
OBJS =  init_chan.o init_sys.o init_tai.o init_uip.o pp_setuserid.o \
           tai_alloc.o tai_chan.o tai_sys.o tai_tb.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

HEADERS         = ../../h
CFLAGS          = $(LIBCCOPTIONS) -I$(HEADERS) $(LCF)
LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
SHADOW          = tai-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 \
		  ../util/llib-lutil.ln \
		  ../parse/llib-lparse.ln



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

default: ${SHADOW}

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


install:;

lintlib:llib-ltai.ln
llib-ltai.ln: ${SRCS}
	$(LINT) -Ctai $(LLFLAGS) ${SRCS}

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

clean: tidy
	rm -f ${OBJS} llib-ltai.ln
tidy:
	rm -f core ${SHADOW} *.old  a.out *.BAK

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

define:
	$(DEFINE) Makefile

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

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
init_chan.o: init_chan.c
init_sys.o: init_sys.c
init_tai.o: init_tai.c
init_tai.o: ../../h/head.h
init_tai.o: ../../h/util.h
init_tai.o: ../../h/config.h
init_tai.o: ../../h/ll_log.h
init_tai.o: ../../h/retcode.h
init_uip.o: init_uip.c
pp_setuserid.o: pp_setuserid.c
pp_setuserid.o: ../../h/util.h
pp_setuserid.o: ../../h/config.h
pp_setuserid.o: ../../h/ll_log.h
tai_alloc.o: tai_alloc.c
tai_alloc.o: ../../h/head.h
tai_alloc.o: ../../h/util.h
tai_alloc.o: ../../h/config.h
tai_alloc.o: ../../h/ll_log.h
tai_alloc.o: ../../h/retcode.h
tai_chan.o: tai_chan.c
tai_chan.o: ../../h/head.h
tai_chan.o: ../../h/util.h
tai_chan.o: ../../h/config.h
tai_chan.o: ../../h/ll_log.h
tai_chan.o: ../../h/retcode.h
tai_chan.o: ../../h/chan.h
tai_chan.o: ../../h/table.h
tai_chan.o: ../../h/list_bpt.h
tai_chan.o: ../../h/adr.h
tai_chan.o: ../../h/list_rchan.h
tai_chan.o: ../../h/chan.h
tai_chan.o: ../../h/auth.h
tai_chan.o: ../../h/list_bpt.h
tai_chan.o: ../../h/extension.h
tai_chan.o: ../../h/mta.h
tai_chan.o: ../../h/adr.h
tai_chan.o: ../../h/list_bpt.h
tai_sys.o: tai_sys.c
tai_sys.o: ../../h/head.h
tai_sys.o: ../../h/util.h
tai_sys.o: ../../h/config.h
tai_sys.o: ../../h/ll_log.h
tai_sys.o: ../../h/retcode.h
tai_sys.o: ../../h/list_bpt.h
tai_tb.o: tai_tb.c
tai_tb.o: ../../h/util.h
tai_tb.o: ../../h/config.h
tai_tb.o: ../../h/ll_log.h
tai_tb.o: ../../h/table.h

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