comparison xml/Makefile.in @ 20:1acd3231c3a4

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 20:19:38 -0800
parents c508ee15dfca
children
comparison
equal deleted inserted replaced
19:1246d317a05b 20:1acd3231c3a4
35 POST_UNINSTALL = : 35 POST_UNINSTALL = :
36 build_triplet = @build@ 36 build_triplet = @build@
37 host_triplet = @host@ 37 host_triplet = @host@
38 subdir = xml 38 subdir = xml
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40 $(srcdir)/dnsbl.in 40 $(srcdir)/libpst.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.in 42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4) 44 $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d 45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h 46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES = dnsbl 47 CONFIG_CLEAN_FILES = libpst
48 SOURCES = 48 SOURCES =
49 DIST_SOURCES = 49 DIST_SOURCES =
50 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 50 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
51 ACLOCAL = @ACLOCAL@ 51 ACLOCAL = @ACLOCAL@
52 AMDEP_FALSE = @AMDEP_FALSE@ 52 AMDEP_FALSE = @AMDEP_FALSE@
175 175
176 $(top_srcdir)/configure: $(am__configure_deps) 176 $(top_srcdir)/configure: $(am__configure_deps)
177 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 177 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
178 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 178 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
179 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 179 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
180 dnsbl: $(top_builddir)/config.status $(srcdir)/dnsbl.in 180 libpst: $(top_builddir)/config.status $(srcdir)/libpst.in
181 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 181 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
182 182
183 mostlyclean-libtool: 183 mostlyclean-libtool:
184 -rm -f *.lo 184 -rm -f *.lo
185 185
305 installcheck installcheck-am installdirs maintainer-clean \ 305 installcheck installcheck-am installdirs maintainer-clean \
306 maintainer-clean-generic mostlyclean mostlyclean-generic \ 306 maintainer-clean-generic mostlyclean mostlyclean-generic \
307 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 307 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
308 uninstall-info-am 308 uninstall-info-am
309 309
310 all: dnsbl 310 all: libpst
311 cat header.xml dnsbl >dnsbl.xml 311 cat header.xml libpst >libpst.xml
312 cat header.sgml dnsbl >dnsbl.sgml 312 cat header.sgml libpst >libpst.sgml
313 rm -f ../html/*html 313 rm -f ../html/*html
314 rm -f ../html/*pdf 314 rm -f ../html/*pdf
315 xmlto -o ../man man dnsbl.xml 315 xmlto -o ../man man libpst.xml
316 xmlto -o ../html xhtml dnsbl.xml 316 xmlto -o ../html xhtml libpst.xml
317 xmlto -o ../html pdf dnsbl.xml 317 xmlto -o ../html pdf libpst.xml
318 docbook2texi -o ../info dnsbl.sgml 318 docbook2texi -o ../info libpst.sgml
319 rm -f dnsbl.xml dnsbl.sgml 319 rm -f libpst.xml libpst.sgml
320 # Tell versions [3.59,3.63) of GNU make to not export all variables. 320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded. 321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: 322 .NOEXPORT: