File:  [CSRG BSD Unix] / 43BSD / contrib / mh / conf / makefiles / mtsM
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

##############################################################################
#    Instructions to Make, for compilation of MTS-specific libraries
#
#	@(MHWARNING)
##############################################################################

# 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

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.