1 ##############################################################################
2 # Instructions to Make, for compilation of standalone-MTS library
5 # @(#)$Id: mh,v 1.10 1992/11/20 17:14:07 jromine Exp $
6 ##############################################################################
8 # The following entries were inserted during MH configuration
9 OPTIONS= @(MHOPTIONS) -I..
19 LFLAGS = -bhu $(OPTIONS)
26 CFILES = hosts.c netmail.c uucp.c
27 OFILES = hosts.o netmail.o uucp.o
31 ##############################################################################
33 ##############################################################################
34 .c.o:; $(CC) $(CFLAGS) -c $*.c
45 ##############################################################################
47 ##############################################################################
56 ar r $@ $(OFILES); ranlib $@
59 ar r $@ `lorder $(OFILES) | tsort`
62 -cd ..; $(LN) mh/$@ libmts.a
64 -cd .. ; $(LN) mh/llib-lmhmts llib-lmts
66 -@echo "standalone-MTS library built normally"
68 l-mhmts:; $(LINT) $(LFLAGS) $(CFILES) $(LLIBS)
75 ##############################################################################
77 ##############################################################################
79 unconfig: distribution
85 -rm -f *.o $(LIB) z$(LIB)
87 unclean:; -rm -f _* :* core