|
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: 1063 (0x427) Types: TextFile Names: »Makefile«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/papers/mh6.7/Makefile«
############################################################################## # @(#)$Id: Makefile,v 1.3 90/04/05 15:18:49 sources Exp $ MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS) -k SHELL = /bin/sh ############################################################################## # Generation Rules ############################################################################## .SUFFIXES: .ms .cat .doc .imp .ms.cat:; itroff -t -ms $< > $@ .ms.doc:; nroff -ms $< > $@ .cat.imp:; catimp -i $@ $< ###################################################################### # Here it is... ###################################################################### TARGETS = mh6.7.cat all: mh6.7.cat doc: mh6.7.doc i-all: all true lpr -t -J MH.6.7 mh6.7.cat true:; ############################################################################## # Miscellaneous tasks ############################################################################## distribution: clean unconfig clean: unclean rm -f *.cat *.dvi *.imp *.doc unclean:; rm -f *.tmp _* :* core