|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1253 (0x4e5) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Chans/Makefile«
# Channel master makefile # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/RCS/Makefile,v 5.0 90/09/20 15:44:39 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 15:44:39 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ BASIC = dr2rfc filtercontrol msg-clean qmgr-load timeout trashman SUBDIRS = $(BASIC) $(OPTIONALCHANS) ALLDIRS = $(BASIC) 822-local dirlist grey list shell slocal \ smtp uucp x40084 x40088 dirlist MAKE = ./make ############################################################ # # Building Rules # ############################################################ target: @for i in ${SUBDIRS} ; \ do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE)); done install: @for i in ${SUBDIRS} ; \ do (echo "cd $$i; $(MAKE) $@"; cd $$i; $(MAKE) $@); done tidy define depend clean lint: @for i in ${ALLDIRS} ; \ do (echo "cd $$i; $(MAKE) $@"; cd $$i; $(MAKE) $@); done ############################################################ # # End of Building Rules # ############################################################