]> Pileus Git - ~andy/fetchmail/blob - Makefile.am
Minor bug fixes for socket.c
[~andy/fetchmail] / Makefile.am
1 # Makefile for fetchmail
2
3 SUBDIRS=                . po
4 AUTOMAKE_OPTIONS=       1.11 foreign no-dist-gzip dist-bzip2 dist-xz
5
6 AM_CPPFLAGS=            -I$(srcdir)/libesmtp
7 ACLOCAL_AMFLAGS=        -I m4 -I m4-local
8 AM_YFLAGS=              -d
9 BUILT_SOURCES=          rcfile_y.h
10
11 bin_PROGRAMS=           fetchmail
12
13 dist_noinst_SCRIPTS=    specgen.sh
14 dist_man1_MANS=         fetchmail.man
15
16 pys=                    fetchmailconf.py
17 pym=                    fetchmailconf.man
18
19 nodist_bin_SCRIPTS=     fetchmailconf
20 python_PYTHON=          $(pys)
21 dist_man1_MANS+=        $(pym)
22
23 CLEANFILES=             $(nodist_bin_SCRIPTS)
24
25 # for gettext (used by fetchmail.c, NOT by GNU gettext)
26 localedir=              $(datadir)/locale
27 DEFS=                   @DEFS@ -DLOCALEDIR=\"$(localedir)\"
28
29 noinst_LIBRARIES=       libfm.a
30 libfm_a_SOURCES=        xmalloc.c base64.c rfc822.c report.c rfc2047e.c \
31                         servport.c ntlm.h smbbyteorder.h smbdes.h smbmd4.h \
32                         smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \
33                         libesmtp/gethostbyname.h libesmtp/gethostbyname.c \
34                         smbtypes.h fm_getaddrinfo.c tls.c rfc822valid.c \
35                         xmalloc.h sdump.h sdump.c x509_name_match.c \
36                         fm_strl.h md5c.c
37 if NTLM_ENABLE
38 libfm_a_SOURCES += ntlmsubr.c
39 endif
40 libfm_a_LIBADD=         $(EXTRAOBJ)
41 libfm_a_DEPENDENCIES=   $(EXTRAOBJ)
42 LDADD   =               libfm.a @LIBINTL@ $(LIBOBJS)
43 DEPENDENCIES=           libfm.a $(LIBOBJS)
44
45 check_PROGRAMS=
46
47 TESTS=                  t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match
48 TESTS_ENVIRONMENT=      srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL)
49
50 if NEED_TRIO
51 noinst_LIBRARIES+=      libtrio.a
52 libtrio_a_SOURCES=      trio/triostr.c trio/trio.c trio/trionan.c \
53                         trio/trio.h trio/triop.h trio/triodef.h \
54                         trio/trionan.h trio/triostr.h
55 check_PROGRAMS+=        regression
56 regression_SOURCES=     trio/regression.c
57 LDADD+=                 libtrio.a -lm
58 TESTS+=                 t.regression
59 endif
60
61 fetchmail_SOURCES=      fetchmail.h getopt.h \
62                 i18n.h kerberos.h fm_md5.h mx.h netrc.h smtp.h \
63                 socket.h tunable.h \
64                 socket.c getpass.c \
65                 fetchmail.c env.c idle.c options.c daemon.c \
66                 driver.c transact.c sink.c smtp.c \
67                 idlist.c uid.c mxget.c md5ify.c cram.c gssapi.c \
68                 opie.c interface.c netrc.c \
69                 unmime.c conf.c checkalias.c \
70                 lock.h lock.c \
71                 rcfile_l.l rcfile_y.y \
72                 ucs/norm_charmap.c ucs/norm_charmap.h
73 if POP2_ENABLE
74 fetchmail_SOURCES += pop2.c
75 endif
76 if POP3_ENABLE
77 fetchmail_SOURCES += pop3.c
78 endif
79 if IMAP_ENABLE
80 fetchmail_SOURCES += imap.c
81 endif
82 if ETRN_ENABLE
83 fetchmail_SOURCES += etrn.c
84 endif
85 if ODMR_ENABLE
86 fetchmail_SOURCES += odmr.c
87 endif
88 if KERBEROS_V4_ENABLE
89 fetchmail_SOURCES += kerberos.c
90 endif
91 if RPA_ENABLE
92 fetchmail_SOURCES += rpa.c
93 endif
94 if NEED_GETNAMEINFO
95 fetchmail_SOURCES += KAME/getnameinfo.c
96 endif
97 if NEED_GETADDRINFO
98 fetchmail_SOURCES += libesmtp/getaddrinfo.h libesmtp/getaddrinfo.c
99 endif
100
101 check_PROGRAMS +=       rfc822 unmime netrc rfc2047e mxget rfc822valid \
102                         x509_name_match
103
104 rfc2047e_CFLAGS=        -DTEST
105
106 rfc822valid_CFLAGS=     -DTEST
107
108 rfc822_CFLAGS=          -DMAIN
109
110 x509_name_match_CFLAGS= -DTEST
111
112 unmime_SOURCES= unmime.c
113 unmime_CFLAGS=  -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir)
114
115 netrc_SOURCES=  netrc.c xmalloc.c report.c
116 netrc_CFLAGS=   -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir)
117
118 mxget_SOURCES=  mxget.c
119 mxget_CFLAGS=   -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir)
120
121 @SET_MAKE@
122
123 fetchmail.spec: Makefile.in specgen.sh
124         $(srcdir)/specgen.sh $(VERSION) >fetchmail.spec
125
126 DISTDOCS=       FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \
127                 design-notes.html esrs-design-notes.html todo.html \
128                 fetchmail-features.html README.SSL README.NTLM \
129                 README.packaging README.SSL-SERVER \
130                 fetchmail-FAQ.book fetchmail-FAQ.pdf fetchmail-FAQ.html \
131                 Mailbox-Names-UTF7.txt Mailbox-Names-UTF7.html \
132                 fetchmail-SA-2012-02.txt \
133                 fetchmail-SA-2012-01.txt \
134                 fetchmail-SA-2011-01.txt \
135                 fetchmail-EN-2010-03.txt \
136                 fetchmail-SA-2010-02.txt \
137                 fetchmail-SA-2010-01.txt \
138                 fetchmail-SA-2009-01.txt \
139                 fetchmail-SA-2008-01.txt \
140                 fetchmail-SA-2007-02.txt \
141                 fetchmail-SA-2007-01.txt \
142                 fetchmail-SA-2006-03.txt \
143                 fetchmail-SA-2006-02.txt \
144                 fetchmail-SA-2006-01.txt \
145                 fetchmail-SA-2005-01.txt \
146                 fetchmail-SA-2005-02.txt \
147                 fetchmail-SA-2005-03.txt
148
149 # extra directories to ship
150 distdirs = rh-config contrib beos
151
152 EXTRA_DIST=     $(DISTDOCS) $(distdirs) \
153                 fetchmail.spec fetchmail.xpm \
154                 trio/CHANGES trio/README \
155                 strlcpy.3 bighand.png \
156                 m4/codeset.m4 \
157                 m4/gettext.m4 \
158                 m4/glibc2.m4 \
159                 m4/glibc21.m4 \
160                 m4/iconv.m4 \
161                 m4/intdiv0.m4 \
162                 m4/intl.m4 \
163                 m4/intldir.m4 \
164                 m4/intlmacosx.m4 \
165                 m4/intmax.m4 \
166                 m4/inttypes-pri.m4 \
167                 m4/inttypes_h.m4 \
168                 m4/lcmessage.m4 \
169                 m4/lib-ld.m4 \
170                 m4/lib-link.m4 \
171                 m4/lib-prefix.m4 \
172                 m4/lock.m4 \
173                 m4/longlong.m4 \
174                 m4/nls.m4 \
175                 m4/po.m4 \
176                 m4/printf-posix.m4 \
177                 m4/progtest.m4 \
178                 m4/size_max.m4 \
179                 m4/stdint_h.m4 \
180                 m4/uintmax_t.m4 \
181                 m4/visibility.m4 \
182                 m4/wchar_t.m4 \
183                 m4/wint_t.m4 \
184                 m4/xsize.m4 \
185                 m4-local/ac-archive-license.txt \
186                 m4-local/ac_ma_search_package.m4 \
187                 $(TESTS) t.rc t.regression \
188                 dist-tools/html2txt \
189                 dist-tools/manServer.pl \
190                 Doxyfile
191
192 fetchmailconf:
193         ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; }
194
195 FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt
196         AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; }
197
198 fetchmail-FAQ.pdf: fetchmail-FAQ.html fetchmail-FAQ.book bighand.png
199         $(AWK) '/^[ \t]*<h1/ {sec++; } {if (sec < 2 || sec > 3) print $0;}' <$(srcdir)/fetchmail-FAQ.html >fetchmail-FAQ-print.html
200         htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book || { rm -f $@ ; exit 1 ; }
201         rm -f fetchmail-FAQ-print.html
202
203 FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt
204         AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-features.html >$@ || { rm -f $@ ; exit 1 ; }
205
206 NOTES: design-notes.html esrs-design-notes.html $(srcdir)/dist-tools/html2txt
207            echo "This file contains two articles reformatted from HTML." > $@ \
208         && echo "------------------------------------------------------" >> $@ \
209         && echo "" >> $@ \
210         && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/design-notes.html >>$@ \
211         && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/esrs-design-notes.html >>$@ \
212         || { rm -f $@ ; exit 1 ; }
213
214 TODO: todo.html $(srcdir)/dist-tools/html2txt
215         AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/todo.html >$@ || { rm -f $@ ; exit 1 ; }
216
217 fetchmail-man.html: fetchmail.man $(srcdir)/dist-tools/manServer.pl
218         env - "PATH=$$PATH" perl -T $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \
219         || { rm -f $@ ; exit 1 ; }
220
221 dist-hook:
222         cd $(distdir) && find $(distdirs) po -name .git -type d -prune -exec rm -rf '{}' ';'
223         cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';'
224
225 # this target expects a .rsyncs file with lines of this format:
226 # host:directory/
227 # it will call rsync from its source directory to the destination for
228 # each of them, running them in parallel
229 rsync:  distdir $(srcdir)/.rsyncs
230         @( cat $(srcdir)/.rsyncs | sed -e 's}^}rsync -aH --delete-after $(PACKAGE)-$(VERSION)/ }; s/\($$\)/ \&/;' ; echo "wait" ) | $(SHELL) -x
231
232 .PHONY: import-translations
233 import-translations:
234         rsync -Lrtvz translationproject.org::tp/latest/fetchmail/  $(top_srcdir)/po
235         cd $(top_builddir)/po && $(MAKE) update-po
236
237 SUFFIXES = .html .txt
238 .txt.html:
239         asciidoc --unsafe -a toc -a data-uri -o $@ $< || { rm -f $@ ; exit 1 ; }
240
241 # default to some non-default options when using "make distcheck"
242 AM_DISTCHECK_CONFIGURE_FLAGS=--with-ssl
243
244 # The following sets edit modes for GNU EMACS.
245 # Local Variables:
246 # compile-command:"configure"
247 # End: