##############################################################################
#    Instructions to Make, for compilation of SendMail/SMTP-MTS library
#
#	This file is automatically generated.  Do not edit!
# @(#)$Id: Makefile,v 1.1.1.1 1990/12/26 00:06:19 karl Exp $
##############################################################################

# The following entries were inserted during MH configuration
OPTIONS	=	-DBSD42 -DBSD43 -DTYPESIG=void -DDBM -DBIND -DDUMB -DRPATHS -DMHE -DSBACKUP='"\043"' -DMSGPROT='"0600"' -DSENDMTS -DSMTP -DPOP -DBPOP -DNNTP -g -bsd -I..

CC	=	cc
CFLAGS	=	$(OPTIONS)
LFLAGS	=	-bhu $(OPTIONS)

LIB	=	sendmts.a

CFILES	=	hosts.c smail.c
OFILES	=	hosts.o smail.o


##############################################################################
#	Generation Rules
##############################################################################

.c.o:;		$(CC) $(CFLAGS) -c $*.c
		-ld -x -r $@
		mv a.out $@


##############################################################################
#	Here it is...
##############################################################################

all:		$(LIB)
depend:;
lint:		l-sendmts

$(LIB):		$(OFILES)
		-mv $@ z$@
		ar r $@ $(OFILES); ranlib $@
		-rm -f ../libmts.a
		ln $@ ../libmts.a
		-rm -f ../llib-lmts
		-ln llib-lsendmail ../llib-lmts
		-@ls -l $@
		-@echo "SendMail/SMTP-MTS library built normally"

l-sendmts:;	lint $(LFLAGS) $(CFILES) $(LLIBS)

hosts.o:	Makefile
smail.o:	Makefile smail.h


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

unconfig:	distribution
		-rm -f Makefile

distribution:   clean
		-rm -f bboardsMH.m4 popMH.m4

clean:		unclean
		-rm -f *.o $(LIB) z$(LIB)

unclean:;	-rm -f _* :* core
