|
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: 1018 (0x3fa) 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/Tools/Makefile«
# Tools building Makefile # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Tools/RCS/Makefile,v 5.0 90/09/20 16:23:48 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:23:48 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ SUBDIRS = bin2ascii bin2hex ckadr ckchan ckconfig ckmail ckor dbmbuild \ dbmedit hex2bin mkpasswd mlist mpp84 mpp88 mu nsapexpand ntail \ probe qmgrDisable splat tables statgen ALLDIRS = $(SUBDIRS) misc MAKE = ./make default: make-bits make-bits: @for x in ${SUBDIRS} ; \ do (echo "cd $$x ; $(MAKE)"; cd $$x ; $(MAKE)); done clean tidy: @for x in ${ALLDIRS} ; \ do (echo "cd $$x ; $(MAKE) $@"; cd $$x ; $(MAKE) $@ ); done rm -f core *.old *.BAK define depend lint install: @for x in ${SUBDIRS} ; \ do (echo "cd $$x ; $(MAKE) $@"; cd $$x ; $(MAKE) $@ ); done