DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦58bbdbdf6⟧ TextFile

    Length: 1492 (0x5d4)
    Types: TextFile
    Names: »mtsM«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/conf/makefiles/mtsM« 

TextFile

##############################################################################
#    Instructions to Make, for compilation of MTS-specific libraries
#
#	@(MHWARNING)
# @(#)$Id: mtsM,v 2.2 90/04/05 15:17:58 sources Exp $
##############################################################################

# The following entries were inserted during MH configuration
@BEGIN: MHMTS
MTS	=	mh
@END: MHMTS
@BEGIN: MMDFMTS
MTS	=	mmdf
@END: MMDFMTS
@BEGIN: SENDMTS
MTS	=	sendmail
@END: SENDMTS

LIB	=	libmts.a
LLIB	=	llib-lmts

MAKE	=	make DESTDIR=$(DESTDIR) $(MFLAGS)
SHELL	=	/bin/sh


##############################################################################
#	Generate MTS-specific library
##############################################################################

ALL	=	$(MTS)

all:;		for d in $(ALL); do (cd $$d; $(MAKE) all); done

depend:;	for d in $(ALL); do (cd $$d; $(MAKE) depend); done

lint:;		for d in $(ALL); do (cd $$d; $(MAKE) lint); done


##############################################################################
#	Miscellaneous tasks
##############################################################################

DIRS	=	mh mmdf sendmail

unconfig:;	-rm -f $(LIB) $(LLIB)
		for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
		-rm -f Makefile

distribution:;	-rm -f $(LIB) $(LLIB)
		for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done

clean:;		for d in $(DIRS); do (cd $$d; $(MAKE) clean); done

unclean:;	for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done