|
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: 1403 (0x57b) 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/Makefile«
# Master makefile for the whole PP # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/RCS/Makefile,v 5.0 90/09/20 15:44:26 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 15:44:26 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ SUBDIRS = Lib Src Chans Format Tools Uip examples ALLDIRS = $(SUBDIRS) man doc DIRS = $(PPDIR) \ $(TXTDIR) $(PRIDIR) $(SPLDIR) $(MANDIR) $(USRBINDIR) \ $(BINDIR) $(CMDDIR) $(TBLDIR) \ $(LOGDIR) $(QUEDIR) \ $(CHANDIR) $(FORMDIR) $(MACDIR) $(TOOLDIR) MAKE = ./make ############################################################ # # Building Rules # ############################################################ default: for i in $(SUBDIRS); \ do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE)); done install clean tidy all lint define depend: for i in $(ALLDIRS); \ do (echo "cd $$i; $(MAKE) $@"; cd $$i; $(MAKE) $@); done dirs: $(DIRS) $(DIRS) junk: @-base=`expr $@ : '\(.*\)/[^/]*'`; \ test -r $$base || echo " ++++ you must create $$base" mkdir $@ $(CHOWN) $(PPUSER) $@ case "$@" in $(LOGDIR)) $(CHMOD) a=rwx $@;; esac distribution: README clean cd doc;make clean README: man/man8/pp-gen.8 nroff -man man/man8/pp-gen.8 > $@