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

⟦4ac7ac3ce⟧ TextFile

    Length: 3791 (0xecf)
    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/msg-clean/Makefile« 

TextFile

# Makefile for msg_clean channel
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/msg-clean/RCS/Makefile,v 5.0 90/09/20 15:49:11 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  15:49:11  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =  msg-clean.c 
OBJS =  msg-clean.o
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

HEADERS =       ../../h
LIBPP   = ../../Lib/libpp.a

CFLAGS  = $(CCOPTIONS) $(LCF) -I$(HEADERS)
LDFLAGS = $(LDOPTIONS) $(LLF)
MAKE    = ./make

LLFLAGS = $(LINTFLAGS) -I$(HEADERS)
LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE)

PROGS   = xmsg_clean

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

default: msg_clean

############################################################
#
# Msg clean out
#
############################################################

msg_clean: xmsg-clean

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

sh_rmmsg: ;

############################################################
#
# Misc stuff
#
############################################################

install: inst-msg-clean

inst-msg-clean: inst-dir $(CHANDIR)/msg-clean
$(CHANDIR)/msg-clean:xmsg-clean
	-$(BACKUP) $@ zxmsg-clean
	rm -f $@
	$(INSTALL) xmsg-clean $@
	-$(CHMOD) $(PGMPROT) $@
	-$(CHOWN) $(PPUSER) $@
	-@ls -ls $@
	-@echo "msg-clean channel installed normally"; echo ""

$(CHANDIR)/sh_rmmsg: sh_rmmsg inst-dir
	$(INSTALL) sh_rmmsg $@

inst-dir: $(CHANDIR)

clean: tidy
	rm -f $(OBJS)
tidy:
	rm -f core a.out Makefile.old xmsg-clean zxmsg-clean *.BAK

lint: l-msg_clean

l-msg_clean: $(SRCS) true
	$(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS)

define:
	$(DEFINE) Makefile

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

true:;

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

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

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