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

⟦1abfdf3ff⟧ TextFile

    Length: 6233 (0x1859)
    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/table/Makefile« 

TextFile

# Table & database lookup routines.
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Lib/table/RCS/Makefile,v 5.0 90/09/20 16:16:03 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:16:03  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  ch_nm2struct.c tb_1148gate.c tb_checkauth.c tb_dbm.c tb_getalias.c \
           tb_getauth.c tb_getchan.c tb_getdl.c tb_getdomain.c tb_getlocal.c \
           tb_getuser.c tb_k2val.c tb_nm2struct.c tb_rtsparams.c
OBJS =  ch_nm2struct.o tb_1148gate.o tb_checkauth.o tb_dbm.o tb_getalias.o \
           tb_getauth.o tb_getchan.o tb_getdl.o tb_getdomain.o tb_getlocal.o \
           tb_getuser.o tb_k2val.o tb_nm2struct.o tb_rtsparams.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

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

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

default: ${SHADOW}

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

install:;

lintlib: llib-ltable.ln
llib-ltable.ln: ${SRCS}
	$(LINT) -Ctable $(LLFLAGS) ${SRCS}

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

clean: tidy
	rm -f ${OBJS} llib-ltable.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
ch_nm2struct.o: ch_nm2struct.c
ch_nm2struct.o: ../../h/util.h
ch_nm2struct.o: ../../h/config.h
ch_nm2struct.o: ../../h/ll_log.h
ch_nm2struct.o: ../../h/chan.h
ch_nm2struct.o: ../../h/table.h
ch_nm2struct.o: ../../h/list_bpt.h
tb_1148gate.o: tb_1148gate.c
tb_1148gate.o: ../../h/or.h
tb_1148gate.o: ../../h/util.h
tb_1148gate.o: ../../h/config.h
tb_1148gate.o: ../../h/ll_log.h
tb_1148gate.o: ../../h/table.h
tb_checkauth.o: tb_checkauth.c
tb_checkauth.o: ../../h/util.h
tb_checkauth.o: ../../h/config.h
tb_checkauth.o: ../../h/ll_log.h
tb_checkauth.o: ../../h/chan.h
tb_checkauth.o: ../../h/table.h
tb_checkauth.o: ../../h/list_bpt.h
tb_dbm.o: tb_dbm.c
tb_dbm.o: ../../h/head.h
tb_dbm.o: ../../h/util.h
tb_dbm.o: ../../h/config.h
tb_dbm.o: ../../h/ll_log.h
tb_dbm.o: ../../h/retcode.h
tb_dbm.o: ../../h/dbase.h
tb_dbm.o: ../../h/config.h
tb_dbm.o: ../../h/table.h
tb_getalias.o: tb_getalias.c
tb_getalias.o: ../../h/util.h
tb_getalias.o: ../../h/config.h
tb_getalias.o: ../../h/ll_log.h
tb_getalias.o: ../../h/table.h
tb_getalias.o: ../../h/alias.h
tb_getauth.o: tb_getauth.c
tb_getauth.o: ../../h/head.h
tb_getauth.o: ../../h/util.h
tb_getauth.o: ../../h/config.h
tb_getauth.o: ../../h/ll_log.h
tb_getauth.o: ../../h/retcode.h
tb_getauth.o: ../../h/util.h
tb_getauth.o: ../../h/chan.h
tb_getauth.o: ../../h/table.h
tb_getauth.o: ../../h/list_bpt.h
tb_getauth.o: ../../h/auth.h
tb_getauth.o: ../../h/list_bpt.h
tb_getauth.o: ../../h/list_rchan.h
tb_getauth.o: ../../h/chan.h
tb_getauth.o: ../../h/auth.h
tb_getauth.o: ../../h/adr.h
tb_getauth.o: ../../h/list_rchan.h
tb_getauth.o: ../../h/extension.h
tb_getauth.o: ../../h/mta.h
tb_getauth.o: ../../h/adr.h
tb_getauth.o: ../../h/list_bpt.h
tb_getchan.o: tb_getchan.c
tb_getchan.o: ../../h/util.h
tb_getchan.o: ../../h/config.h
tb_getchan.o: ../../h/ll_log.h
tb_getchan.o: ../../h/list_rchan.h
tb_getchan.o: ../../h/chan.h
tb_getchan.o: ../../h/table.h
tb_getchan.o: ../../h/list_bpt.h
tb_getchan.o: ../../h/auth.h
tb_getchan.o: ../../h/list_bpt.h
tb_getdl.o: tb_getdl.c
tb_getdl.o: ../../h/util.h
tb_getdl.o: ../../h/config.h
tb_getdl.o: ../../h/ll_log.h
tb_getdl.o: ../../h/chan.h
tb_getdl.o: ../../h/table.h
tb_getdl.o: ../../h/list_bpt.h
tb_getdl.o: ../../h/table.h
tb_getdl.o: ../../h/dl.h
tb_getdl.o: ../../h/adr.h
tb_getdl.o: ../../h/list_rchan.h
tb_getdl.o: ../../h/chan.h
tb_getdl.o: ../../h/auth.h
tb_getdl.o: ../../h/list_bpt.h
tb_getdl.o: ../../h/extension.h
tb_getdl.o: ../../h/mta.h
tb_getdl.o: ../../h/adr.h
tb_getdl.o: ../../h/list_bpt.h
tb_getdl.o: ../../h/retcode.h
tb_getdomain.o: tb_getdomain.c
tb_getdomain.o: ../../h/util.h
tb_getdomain.o: ../../h/config.h
tb_getdomain.o: ../../h/ll_log.h
tb_getdomain.o: ../../h/list_rchan.h
tb_getdomain.o: ../../h/chan.h
tb_getdomain.o: ../../h/table.h
tb_getdomain.o: ../../h/list_bpt.h
tb_getdomain.o: ../../h/auth.h
tb_getdomain.o: ../../h/list_bpt.h
tb_getlocal.o: tb_getlocal.c
tb_getlocal.o: ../../h/util.h
tb_getlocal.o: ../../h/config.h
tb_getlocal.o: ../../h/ll_log.h
tb_getlocal.o: ../../h/chan.h
tb_getlocal.o: ../../h/table.h
tb_getlocal.o: ../../h/list_bpt.h
tb_getlocal.o: ../../h/loc_user.h
tb_getuser.o: tb_getuser.c
tb_getuser.o: ../../h/util.h
tb_getuser.o: ../../h/config.h
tb_getuser.o: ../../h/ll_log.h
tb_getuser.o: ../../h/chan.h
tb_getuser.o: ../../h/table.h
tb_getuser.o: ../../h/list_bpt.h
tb_getuser.o: ../../h/list_rchan.h
tb_getuser.o: ../../h/chan.h
tb_getuser.o: ../../h/auth.h
tb_getuser.o: ../../h/list_bpt.h
tb_k2val.o: tb_k2val.c
tb_k2val.o: ../../h/util.h
tb_k2val.o: ../../h/config.h
tb_k2val.o: ../../h/ll_log.h
tb_k2val.o: ../../h/table.h
tb_nm2struct.o: tb_nm2struct.c
tb_nm2struct.o: ../../h/util.h
tb_nm2struct.o: ../../h/config.h
tb_nm2struct.o: ../../h/ll_log.h
tb_nm2struct.o: ../../h/table.h
tb_rtsparams.o: tb_rtsparams.c
tb_rtsparams.o: ../../h/util.h
tb_rtsparams.o: ../../h/config.h
tb_rtsparams.o: ../../h/ll_log.h
tb_rtsparams.o: ../../h/chan.h
tb_rtsparams.o: ../../h/table.h
tb_rtsparams.o: ../../h/list_bpt.h
tb_rtsparams.o: ../../h/rtsparams.h

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