1 # Makefile.in generated automatically by automake 1.4a from Makefile.am |
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
2 |
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 # This Makefile.in is free software; the Free Software Foundation |
4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, |
5 # gives unlimited permission to copy and/or distribute it, |
6 # with or without modifications, as long as this notice is preserved. |
6 # with or without modifications, as long as this notice is preserved. |
7 |
7 |
8 # This program is distributed in the hope that it will be useful, |
8 # This program is distributed in the hope that it will be useful, |
44 AUTOCONF = @AUTOCONF@ |
44 AUTOCONF = @AUTOCONF@ |
45 AUTOMAKE = @AUTOMAKE@ |
45 AUTOMAKE = @AUTOMAKE@ |
46 AUTOHEADER = @AUTOHEADER@ |
46 AUTOHEADER = @AUTOHEADER@ |
47 |
47 |
48 INSTALL = @INSTALL@ |
48 INSTALL = @INSTALL@ |
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
50 INSTALL_DATA = @INSTALL_DATA@ |
50 INSTALL_DATA = @INSTALL_DATA@ |
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
52 INSTALL_STRIP_FLAG = |
|
53 transform = @program_transform_name@ |
52 transform = @program_transform_name@ |
54 |
53 |
55 NORMAL_INSTALL = : |
54 NORMAL_INSTALL = : |
56 PRE_INSTALL = : |
55 PRE_INSTALL = : |
57 POST_INSTALL = : |
56 POST_INSTALL = : |
58 NORMAL_UNINSTALL = : |
57 NORMAL_UNINSTALL = : |
59 PRE_UNINSTALL = : |
58 PRE_UNINSTALL = : |
60 POST_UNINSTALL = : |
59 POST_UNINSTALL = : |
|
60 host_alias = @host_alias@ |
|
61 host_triplet = @host@ |
61 CC = @CC@ |
62 CC = @CC@ |
62 CDBPROGS = @CDBPROGS@ |
|
63 CDBSCRIPTS = @CDBSCRIPTS@ |
|
64 CXX = @CXX@ |
63 CXX = @CXX@ |
|
64 HAVE_LIB = @HAVE_LIB@ |
65 HTML2TXT = @HTML2TXT@ |
65 HTML2TXT = @HTML2TXT@ |
|
66 LIB = @LIB@ |
66 LN = @LN@ |
67 LN = @LN@ |
|
68 LTLIB = @LTLIB@ |
67 LYNX = @LYNX@ |
69 LYNX = @LYNX@ |
68 MAKEINFO = @MAKEINFO@ |
70 MAKEINFO = @MAKEINFO@ |
69 MKDIR = @MKDIR@ |
71 MKDIR = @MKDIR@ |
70 PACKAGE = @PACKAGE@ |
72 PACKAGE = @PACKAGE@ |
71 POD2HTML = @POD2HTML@ |
73 POD2HTML = @POD2HTML@ |
80 cgidir = @cgidir@ |
82 cgidir = @cgidir@ |
81 phpdir = @phpdir@ |
83 phpdir = @phpdir@ |
82 pythonlibdir = @pythonlibdir@ |
84 pythonlibdir = @pythonlibdir@ |
83 |
85 |
84 man_MANS = vmailmgr.7 |
86 man_MANS = vmailmgr.7 |
85 noinst_SGMLS = FAQ.sgml HOWTO.sgml |
87 noinst_TEXINFOS = FAQ.texi HOWTO.texi configuration.texi vmailmgr-cgi.texi |
86 noinst_TEXINFOS = configuration.texi vmailmgr-cgi.texi |
|
87 noinst_HTMLS = vmailmgr.html HOWTO.html FAQ.html NEWS.html configuration.html ChangeLog.html vmailmgr-cgi.html |
88 noinst_HTMLS = vmailmgr.html HOWTO.html FAQ.html NEWS.html configuration.html ChangeLog.html vmailmgr-cgi.html |
88 |
89 |
89 noinst_TXTS = HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt protocol.txt record-format.txt |
90 noinst_TXTS = HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt protocol.txt record-format.txt |
90 |
91 |
91 noinst_PODS = vmailmgr.pod |
92 noinst_PODS = vmailmgr.pod |
92 noinst_MISC = translation.ps |
93 noinst_MISC = FAQ.info FAQ.pdf HOWTO.info HOWTO.pdf configuration.info translation.pdf translation.ps |
93 EXTRA_DIST = ChangeLog-pre-vmailmgr ChangeLog-pre-0.70 changelog2html.pl news2html.pl YEAR2000 translation.fig translation.ps $(man_MANS) $(noinst_PODS) $(noinst_SGMLS) $(noinst_TEXINFOS) $(noinst_HTMLS) $(noinst_TXTS) |
94 |
94 |
95 EXTRA_DIST = ChangeLog-pre-vmailmgr ChangeLog-pre-0.70 changelog2html.pl news2html.pl YEAR2000 translation.fig $(man_MANS) $(noinst_PODS) $(noinst_TEXINFOS) $(noinst_HTMLS) $(noinst_MISC) $(noinst_TXTS) |
95 CLEANFILES = $(noinst_HTMLS) $(man_MANS) HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt |
96 |
|
97 CLEANFILES = $(noinst_HTMLS) $(man_MANS) $(noinst_MISC) HOWTO.txt FAQ.txt configuration.txt vmailmgr-cgi.txt pod2htmd.tmp pod2htmi.tmp |
96 |
98 |
97 |
99 |
98 TEXI2HTML = texi2html -monolithic -number |
100 TEXI2HTML = texi2html -monolithic -number |
99 CL2HTML = perl changelog2html.pl |
101 CL2HTML = perl changelog2html.pl |
100 NEWS2HTML = perl news2html.pl |
102 NEWS2HTML = perl news2html.pl |
|
103 FIG2PDF = fig2dev -L pdf -c |
101 FIG2PS = fig2dev -L ps -c |
104 FIG2PS = fig2dev -L ps -c |
102 SGML2HTML = sgml2html --split=0 |
105 TEXI2PDF = texi2pdf --clean --quiet |
103 SGML2TXT = sgml2txt |
106 TEXI2INFO = makeinfo --no-split --number-sections |
104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
105 CONFIG_HEADER = ../config.h |
108 CONFIG_HEADER = ../config.h |
106 CONFIG_CLEAN_FILES = |
109 CONFIG_CLEAN_FILES = |
107 man7dir = $(mandir)/man7 |
110 man7dir = $(mandir)/man7 |
108 MANS = $(man_MANS) |
111 MANS = $(man_MANS) |
204 uninstall-am: uninstall-man |
207 uninstall-am: uninstall-man |
205 uninstall: uninstall-am |
208 uninstall: uninstall-am |
206 all-am: Makefile $(MANS) |
209 all-am: Makefile $(MANS) |
207 all-redirect: all-am |
210 all-redirect: all-am |
208 install-strip: |
211 install-strip: |
209 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
212 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
210 installdirs: |
213 installdirs: |
211 $(mkinstalldirs) $(DESTDIR)$(mandir)/man7 |
214 $(mkinstalldirs) $(DESTDIR)$(mandir)/man7 |
212 |
215 |
213 |
216 |
214 mostlyclean-generic: |
217 mostlyclean-generic: |
245 install-am install uninstall-am uninstall all-redirect all-am all \ |
248 install-am install uninstall-am uninstall all-redirect all-am all \ |
246 installdirs mostlyclean-generic distclean-generic clean-generic \ |
249 installdirs mostlyclean-generic distclean-generic clean-generic \ |
247 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
250 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
248 |
251 |
249 |
252 |
250 all: $(noinst_HTMLS) $(noinst_TXTS) $(noinst_MISC) |
253 all: $(noinst_HTMLS) $(noinst_PDFS) $(noinst_TXTS) $(noinst_MISC) |
251 |
254 |
252 dist-hook: |
255 dist-hook: |
253 touch $(distdir)/*.html |
256 touch $(distdir)/*.html |
254 touch $(distdir)/*.txt |
257 touch $(distdir)/*.txt |
255 touch $(distdir)/*.[123456789] |
258 touch $(distdir)/*.[123456789] |
262 |
265 |
263 %.1: %.pod ../configure.in; $(POD2MAN) --section=1 $< >$@ |
266 %.1: %.pod ../configure.in; $(POD2MAN) --section=1 $< >$@ |
264 %.5: %.pod ../configure.in; $(POD2MAN) --section=5 $< >$@ |
267 %.5: %.pod ../configure.in; $(POD2MAN) --section=5 $< >$@ |
265 %.7: %.pod ../configure.in; $(POD2MAN) --section=7 $< >$@ |
268 %.7: %.pod ../configure.in; $(POD2MAN) --section=7 $< >$@ |
266 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@ |
269 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@ |
267 %.html: %.sgml; $(SGML2HTML) $< |
|
268 %.txt: %.sgml; $(SGML2TXT) $< |
|
269 %.html: %.pod; $(POD2HTML) $< >$@ |
270 %.html: %.pod; $(POD2HTML) $< >$@ |
270 %.html: %.texi; $(TEXI2HTML) $< >$@ |
271 %.html: %.texi; $(TEXI2HTML) $< >$@ |
271 %.txt: %.html; $(HTML2TXT) $< >$@ |
272 %.txt: %.html; $(HTML2TXT) $< >$@ |
272 |
273 %.pdf: %.texi; $(TEXI2PDF) $< |
|
274 %.info: %.texi; $(TEXI2INFO) $< |
|
275 |
|
276 %.pdf: %.fig ../configure.in; $(FIG2PDF) $< $@ |
273 %.ps: %.fig ../configure.in; $(FIG2PS) $< $@ |
277 %.ps: %.fig ../configure.in; $(FIG2PS) $< $@ |
274 |
278 |
275 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
279 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
276 # Otherwise a system limit (for SysV at least) may be exceeded. |
280 # Otherwise a system limit (for SysV at least) may be exceeded. |
277 .NOEXPORT: |
281 .NOEXPORT: |