1 ##############################################################################
2 # Instructions to Make, for compilation of MH modules
4 # This file is automatically generated. Do not edit!
5 # @(#)$Id: config,v 2.8 1992/02/05 21:52:46 jromine Exp $
6 ##############################################################################
8 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
13 LDFLAGS = $(LDOPTIONS)
16 LFLAGS = -bhu $(OPTIONS)
20 ##############################################################################
21 # Generate object file for MH configuration
22 ##############################################################################
24 CFILES = config.c version.c
25 OFILES = config.o version.o
29 lint:; $(LINT) $(LFLAGS) $(CFILES) $(LLIBS)
31 version version.c: true
32 @/bin/sh version.sh 6.8.4
36 ##############################################################################
38 ##############################################################################
40 unconfig: distribution
44 -rm -f config.c version.c version
49 unclean:; -rm -f _* :* core eddep makedep
52 ##############################################################################
54 ##############################################################################
58 depend:; for m in $(MODULES); do ( \
59 i=`basename $$m .c`; \
60 echo $$i.o: $$i.c >> makedep; \
61 grep '^#[ ]*include' $$i.c | \
62 sed -e 's,[^"]*"/\([^"]*\)".*,'$$i'.o: /\1,' \
63 -e 's,[^"]*"\([^"]*\)".*,'$$i'.o: \1,' \
64 -e 's,[^<]*<\(.*\)>.*,#'$$i'.o: /usr/include/\1,' \
67 echo '/^# DO NOT DELETE THIS LINE/+2,$$d' > eddep
68 echo '$$r makedep' >> eddep
73 echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile
74 echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile
76 # DO NOT DELETE THIS LINE
77 # DEPENDENCIES START HERE
80 #config.o: /usr/include/pwd.h
81 #config.o: /usr/include/stdio.h
82 # DEPENDENCIES MUST END AT END OF FILE
83 # IF YOU PUT STUFF HERE IT WILL GO AWAY