|
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: T m
Length: 2613 (0xa35) Types: TextFile Names: »mmdf«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/conf/makefiles/mts/mmdf«
############################################################################## # Instructions to Make, for compilation of MMDF-MTS library # # @(MHWARNING) # @(#)$Id: mmdf,v 1.6 90/04/05 15:16:01 sources Exp $ ############################################################################## # The following entries were inserted during MH configuration OPTIONS = @(MHOPTIONS) -I.. CC = (MHCOMPILER) @BEGIN: OPTIM CFLAGS = $(OPTIONS) @END: OPTIM @BEGIN: DEBUG CFLAGS = $(OPTIONS) @END: DEBUG LINT = lint LFLAGS = -bhu $(OPTIONS) LLIBS = LIB = mmdfmts.a CFILES = hosts.c OFILES = hosts.o @BEGIN: OPTIM ############################################################################## # Generation Rules ############################################################################## .c.o:; $(CC) $(CFLAGS) -c $*.c @BEGIN: NEWLOAD -ld -x -r $@ mv a.out $@ @END: NEWLOAD @BEGIN: OLDLOAD ${CC} -s -o $@ @END: OLDLOAD @END: OPTIM ############################################################################## # Here it is... ############################################################################## all: $(LIB) depend:; lint: l-mmdf @BEGIN: MMDFIMTS $(LIB): $(OFILES) mmdf_lib.a util_lib.a -mv $(LIB) z$(LIB) -rm -fr tmp mkdir tmp mmdf util ln hosts.o mmdf_lib.a util_lib.a tmp cd mmdf; ar x ../mmdf_lib.a; ln *.o ../tmp cd util; ar x ../util_lib.a; ln *.o ../tmp -@rm -f tmp/signal.o #dont want 4.1 signal package @BEGIN: RANLIB cd tmp; ar r ../$@ *.o; ranlib $@ @END: RANLIB @BEGIN: LORDER cd tmp; ar r ../$@ `lorder *.o | tsort` @END: LORDER rm -fr tmp mmdf util -rm -f ../libmts.a ln $@ ../libmts.a -rm -f ../llib-lmts -ln llib-lmmdf ../llib-lmts -@ls -l $@ -@echo "MMDFI-MTS library built normally" @END: MMDFIMTS @BEGIN: MMDFIIMTS $(LIB): $(OFILES) libmmdf.a -mv $(LIB) z$(LIB) @BEGIN: RANLIB cp libmmdf.a $@ ar r $@ hosts.o; ranlib $@ @END: RANLIB @BEGIN: LORDER mkdir tmp cd tmp; ar x ../libmmdf.a ln hosts.o tmp cd tmp; ar r ../$@ `lorder *.o | tsort` rm -fr tmp @END: LORDER -rm -f ../libmts.a ln $@ ../libmts.a -rm -f ../llib-lmts -ln llib-lmmdf ../llib-lmts -@ls -l $@ -@echo "MMDFII-MTS library built normally" @END: MMDFIIMTS l-mmdf:; $(LINT) $(LFLAGS) $(CFILES) $(LLIBS) hosts.o: Makefile ############################################################################## # Miscellaneous tasks ############################################################################## unconfig: distribution -rm -f Makefile distribution: clean clean: unclean -rm -f *.o $(LIB) z$(LIB) unclean:; -rm -f _* :* core