4.3BSD/usr/contrib/mh/mts/Makefile

##############################################################################
#    Instructions to Make, for compilation of MTS-specific libraries
#
#	This file is automatically generated.  Do not edit!
##############################################################################

# The following entries were inserted during MH configuration
MTS	=	sendmail

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

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