##############################################################################
#    Instructions to Make, for compilation of MTS-specific libraries
#
#	@(MHWARNING)
# @(#)$Id: mtsM,v 1.1 95/11/11 18:05:18 H.Ueno 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 $(MFLAGS)
SHELL	=	cmd


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

ALL	=	$(MTS)

all:;		for %d in ($(ALL)) do $(SHELL) /c "cd %d & $(MAKE) all"


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

#DIRS	=	mh mmdf sendmail
DIRS	=	mh sendmail

clean:;		-rm -f $(LIB) $(LLIB)
		for %d in ($(DIRS)) do $(SHELL) /c "cd %d & $(MAKE) clean"
