############################################################################## # Instructions to Make, for compilation of MMDF-MTS library # # This file is automatically generated. Do not edit! # @(#)$Id: mmdf,v 1.11 1993/12/06 18:11:49 jromine Exp $ ############################################################################## # The following entries were inserted during MH configuration OPTIONS = -DSYS5 -DSVR4 -DFCNTL -DRENAME -DVSPRINTF -DATTVIBUG -DDBMPWD -DDUMB -DMORE='"/usr/bin/more"' -DMSGPROT='"0600"' -DMSGID -DRPATHS -DSOCKETS -DFOLDPROT='"0711"' -DSHADOW -DSYS5DIR -DMHRC -DMHE -DMIME -DSENDMTS -DSMTP -DSPRINTFTYPE=int -DTYPESIG=void -O -g -I.. CC = cc CFLAGS = $(OPTIONS) LINT = lint LFLAGS = -bhu $(OPTIONS) LLIBS = CP = cp LN = ln LIB = mmdfmts.a CFILES = hosts.c OFILES = hosts.o ############################################################################## # Generation Rules ############################################################################## .c.o:; $(CC) $(CFLAGS) -c $*.c ############################################################################## # Here it is... ############################################################################## all: $(LIB) depend:; lint: l-mmdf 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