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

⟦ddbe592da⟧ TextFile

    Length: 2860 (0xb2c)
    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/slocal/Makefile« 

TextFile

# slocal - structured local delivery channel
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/slocal/RCS/Makefile,v 5.0 90/09/20 15:54:08 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  15:54:08  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS = slocal.c loc_proto.c
OBJS = slocal.o loc_proto.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT


HEADERS         = ../../h
LIBPP           = ../../Lib/libpp.a
INCLUDE         = -I$(HEADERS)

CFLAGS          = $(CCOPTIONS) $(LCF) $(INCLUDE)
LDFLAGS         = $(LDOPTIONS) $(LLF)
LLFLAGS         = $(LINTFLAGS) $(INCLUDE)
LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE)


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

PROGS = xslocal

default: xslocal

slocal: xslocal

xslocal: $(OBJS) $(LIBPP)
	$(CC) $(LDFLAGS) $(OBJS) $(LIBPP) $(LIBSYS) -o $@

clean: tidy
	rm -f $(OBJS)

tidy:
	rm -f $(PROGS) core a.out *old *.BAK zxslocal

lint: l-slocal
l-slocal: $(SRCS)
	$(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS)


install: inst-slocal
inst-slocal: $(CHANDIR)/slocal
$(CHANDIR)/slocal: xslocal
	-$(BACKUP) $@ zxslocal
	rm -f $@
	$(INSTALL) xslocal $@
	-$(CHMOD) 4755 $@
	-$(CHOWN) $(ROOTUSER) $@
	-@ls -ls $@
	-@echo "Slocal channel installed normally"; echo ""

depend:
	$(DEPEND) $(INCLUDE) $(SRCS)

define:
	$(DEFINE) Makefile


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


# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow
slocal.o: slocal.c
slocal.o: ../../h/head.h
slocal.o: ../../h/util.h
slocal.o: ../../h/config.h
slocal.o: ../../h/ll_log.h
slocal.o: ../../h/retcode.h
slocal.o: ../../h/util.h
slocal.o: ../../h/prm.h
slocal.o: ../../h/q.h
slocal.o: ../../h/adr.h
slocal.o: ../../h/list_rchan.h
slocal.o: ../../h/chan.h
slocal.o: ../../h/table.h
slocal.o: ../../h/list_bpt.h
slocal.o: ../../h/auth.h
slocal.o: ../../h/list_bpt.h
slocal.o: ../../h/extension.h
slocal.o: ../../h/mta.h
slocal.o: ../../h/adr.h
slocal.o: ../../h/list_bpt.h
slocal.o: ../../h/mta.h
slocal.o: ../../h/qmgr.h
slocal.o: ../../h/Qmgr-types.h
slocal.o: ../../h/QmgrP1-types.h
slocal.o: ../../h/Qmgr-ops.h
slocal.o: ../../h/dr.h
slocal.o: ../../h/extension.h
slocal.o: ../../h/mta.h
slocal.o: ../../h/loc_user.h
loc_proto.o: loc_proto.c
loc_proto.o: ../../h/util.h
loc_proto.o: ../../h/config.h
loc_proto.o: ../../h/ll_log.h
loc_proto.o: ../../h/retcode.h
loc_proto.o: ../../h/loc_user.h

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