]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/sendmail/cf/cf/Makefile
This commit was generated by cvs2svn to compensate for changes in r51384,
[FreeBSD/FreeBSD.git] / contrib / sendmail / cf / cf / Makefile
1 #
2 #  Makefile for configuration files.
3 #
4 #       @(#)Makefile    8.17 (Berkeley) 4/2/1998
5 #
6
7 #
8 #  Create configuration files using "m4 ../m4/cf.m4 file.mc > file.cf";
9 #  this may be easier than tweaking the Makefile.  You do need to
10 #  have a fairly modern M4 available (GNU m4 works).  On SunOS, use
11 #  /usr/5bin/m4.
12 #
13
14 M4=     m4
15 CFDIR=  ..
16 CHMOD=  chmod
17 ROMODE= 444
18 RM=     rm -f
19
20 .SUFFIXES:  .mc .cf
21
22 .mc.cf:
23         $(RM) $@
24         $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
25         $(CHMOD) $(ROMODE) $@
26
27 ALL=    generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \
28                 generic-osf1.cf generic-solaris2.cf \
29                 generic-sunos4.1.cf generic-ultrix4.cf \
30         cs-hpux9.cf cs-osf1.cf cs-solaris2.cf \
31                 cs-sunos4.1.cf cs-ultrix4.cf \
32         s2k-osf1.cf s2k-ultrix4.cf \
33         chez.cs.cf huginn.cs.cf mail.cs.cf mail.eecs.cf mailspool.cs.cf \
34                 python.cs.cf ucbarpa.cf ucbvax.cf vangogh.cs.cf knecht.cf
35
36 all: $(ALL)
37
38 clean cleandir:
39         $(RM) $(ALL) core
40
41 depend install: 
42
43 # this is overkill, but....
44 M4FILES=\
45         ${CFDIR}/domain/Berkeley.EDU.m4 \
46         ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
47         ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
48         ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
49         ${CFDIR}/domain/berkeley-only.m4 \
50         ${CFDIR}/domain/generic.m4 \
51         ${CFDIR}/feature/accept_unqualified_senders.m4 \
52         ${CFDIR}/feature/accept_unresolvable_domains.m4 \
53         ${CFDIR}/feature/access_db.m4 \
54         ${CFDIR}/feature/allmasquerade.m4 \
55         ${CFDIR}/feature/always_add_domain.m4 \
56         ${CFDIR}/feature/bestmx_is_local.m4 \
57         ${CFDIR}/feature/bitdomain.m4 \
58         ${CFDIR}/feature/blacklist_recipients.m4 \
59         ${CFDIR}/feature/loose_relay_check.m4 \
60         ${CFDIR}/feature/domaintable.m4 \
61         ${CFDIR}/feature/genericstable.m4 \
62         ${CFDIR}/feature/limited_masquerade.m4 \
63         ${CFDIR}/feature/local_lmtp.m4 \
64         ${CFDIR}/feature/local_procmail.m4 \
65         ${CFDIR}/feature/mailertable.m4 \
66         ${CFDIR}/feature/masquerade_entire_domain.m4 \
67         ${CFDIR}/feature/masquerade_envelope.m4 \
68         ${CFDIR}/feature/nocanonify.m4 \
69         ${CFDIR}/feature/nodns.m4 \
70         ${CFDIR}/feature/notsticky.m4 \
71         ${CFDIR}/feature/nouucp.m4 \
72         ${CFDIR}/feature/nullclient.m4 \
73         ${CFDIR}/feature/promiscuous_relay.m4 \
74         ${CFDIR}/feature/rbl.m4 \
75         ${CFDIR}/feature/redirect.m4 \
76         ${CFDIR}/feature/relay_based_on_MX.m4 \
77         ${CFDIR}/feature/relay_entire_domain.m4 \
78         ${CFDIR}/feature/relay_hosts_only.m4 \
79         ${CFDIR}/feature/relay_local_from.m4 \
80         ${CFDIR}/feature/smrsh.m4 \
81         ${CFDIR}/feature/stickyhost.m4 \
82         ${CFDIR}/feature/use_ct_file.m4 \
83         ${CFDIR}/feature/use_cw_file.m4 \
84         ${CFDIR}/feature/uucpdomain.m4 \
85         ${CFDIR}/feature/virtusertable.m4 \
86         ${CFDIR}/hack/cssubdomain.m4 \
87         ${CFDIR}/m4/cf.m4 \
88         ${CFDIR}/m4/cfhead.m4 \
89         ${CFDIR}/m4/nullrelay.m4 \
90         ${CFDIR}/m4/proto.m4 \
91         ${CFDIR}/m4/version.m4 \
92         ${CFDIR}/mailer/cyrus.m4 \
93         ${CFDIR}/mailer/fax.m4 \
94         ${CFDIR}/mailer/local.m4 \
95         ${CFDIR}/mailer/mail11.m4 \
96         ${CFDIR}/mailer/pop.m4 \
97         ${CFDIR}/mailer/procmail.m4 \
98         ${CFDIR}/mailer/smtp.m4 \
99         ${CFDIR}/mailer/usenet.m4 \
100         ${CFDIR}/mailer/uucp.m4 \
101         ${CFDIR}/ostype/aix2.m4 \
102         ${CFDIR}/ostype/aix3.m4 \
103         ${CFDIR}/ostype/altos.m4 \
104         ${CFDIR}/ostype/amdahl-uts.m4 \
105         ${CFDIR}/ostype/aux.m4 \
106         ${CFDIR}/ostype/bsd4.3.m4 \
107         ${CFDIR}/ostype/bsd4.4.m4 \
108         ${CFDIR}/ostype/bsdi1.0.m4 \
109         ${CFDIR}/ostype/bsdi2.0.m4 \
110         ${CFDIR}/ostype/dgux.m4 \
111         ${CFDIR}/ostype/domainos.m4 \
112         ${CFDIR}/ostype/dynix3.2.m4 \
113         ${CFDIR}/ostype/gnuhurd.m4 \
114         ${CFDIR}/ostype/hpux10.m4 \
115         ${CFDIR}/ostype/hpux9.m4 \
116         ${CFDIR}/ostype/irix4.m4 \
117         ${CFDIR}/ostype/irix5.m4 \
118         ${CFDIR}/ostype/irix6.m4 \
119         ${CFDIR}/ostype/linux.m4 \
120         ${CFDIR}/ostype/maxion.m4 \
121         ${CFDIR}/ostype/mklinux.m4 \
122         ${CFDIR}/ostype/nextstep.m4 \
123         ${CFDIR}/ostype/osf1.m4 \
124         ${CFDIR}/ostype/powerux.m4 \
125         ${CFDIR}/ostype/ptx2.m4 \
126         ${CFDIR}/ostype/qnx.m4 \
127         ${CFDIR}/ostype/riscos4.5.m4 \
128         ${CFDIR}/ostype/sco-uw-2.1.m4 \
129         ${CFDIR}/ostype/sco3.2.m4 \
130         ${CFDIR}/ostype/solaris2.m4 \
131         ${CFDIR}/ostype/solaris2.ml.m4 \
132         ${CFDIR}/ostype/sunos3.5.m4 \
133         ${CFDIR}/ostype/sunos4.1.m4 \
134         ${CFDIR}/ostype/svr4.m4 \
135         ${CFDIR}/ostype/ultrix4.m4 \
136         ${CFDIR}/ostype/unknown.m4 \
137         ${CFDIR}/ostype/uxpds.m4 \
138         ${CFDIR}/siteconfig/uucp.cogsci.m4 \
139         ${CFDIR}/siteconfig/uucp.old.arpa.m4 \
140         ${CFDIR}/siteconfig/uucp.ucbarpa.m4 \
141         ${CFDIR}/siteconfig/uucp.ucbvax.m4 \
142
143 $(ALL):  $(M4FILES)