1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
44 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
45 INSTALL_DATA = @INSTALL_DATA@
46 INSTALL_SCRIPT = @INSTALL_SCRIPT@
47 transform = @program_transform_name@
60 HAVE_UNISTD_H = @HAVE_UNISTD_H@
67 SUBDIRS = lib src pdf2swf
68 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69 CONFIG_HEADER = config.h
70 CONFIG_CLEAN_FILES = release
71 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL \
72 Makefile.in NEWS TODO config.guess config.h.in \
73 config.sub configure configure.in install-sh missing mkinstalldirs \
77 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92 release: $(top_builddir)/config.status release.in
93 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
95 # This directory's subdirectories are mostly independent; you can cd
96 # into them and run `make' without going through this Makefile.
97 # To change the values of `make' variables: instead of editing Makefiles,
98 # (1) if the variable is set in `config.status', edit `config.status'
99 # (which will cause the Makefiles to be regenerated when you run `make');
100 # (2) otherwise, pass the desired values on the `make' command line.
104 all-recursive install-data-recursive install-exec-recursive \
105 installdirs-recursive install-recursive uninstall-recursive \
106 check-recursive installcheck-recursive info-recursive dvi-recursive:
107 @set fnord $(MAKEFLAGS); amf=$$2; \
109 target=`echo $@ | sed s/-recursive//`; \
110 list='$(SUBDIRS)'; for subdir in $$list; do \
111 echo "Making $$target in $$subdir"; \
112 if test "$$subdir" = "."; then \
114 local_target="$$target-am"; \
116 local_target="$$target"; \
118 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
119 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
121 if test "$$dot_seen" = "no"; then \
122 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
125 mostlyclean-recursive clean-recursive distclean-recursive \
126 maintainer-clean-recursive:
127 @set fnord $(MAKEFLAGS); amf=$$2; \
129 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
130 rev="$$subdir $$rev"; \
131 test "$$subdir" = "." && dot_seen=yes; \
133 test "$$dot_seen" = "no" && rev=". $$rev"; \
134 target=`echo $@ | sed s/-recursive//`; \
135 for subdir in $$rev; do \
136 echo "Making $$target in $$subdir"; \
137 if test "$$subdir" = "."; then \
138 local_target="$$target-am"; \
140 local_target="$$target"; \
142 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
143 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144 done && test -z "$$fail"
146 list='$(SUBDIRS)'; for subdir in $$list; do \
147 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
152 ID: $(HEADERS) $(SOURCES) $(LISP)
153 list='$(SOURCES) $(HEADERS)'; \
154 unique=`for i in $$list; do echo $$i; done | \
155 awk ' { files[$$0] = 1; } \
156 END { for (i in files) print i; }'`; \
157 here=`pwd` && cd $(srcdir) \
158 && mkid -f$$here/ID $$unique $(LISP)
160 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
163 list='$(SUBDIRS)'; for subdir in $$list; do \
164 if test "$$subdir" = .; then :; else \
165 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
168 list='$(SOURCES) $(HEADERS)'; \
169 unique=`for i in $$list; do echo $$i; done | \
170 awk ' { files[$$0] = 1; } \
171 END { for (i in files) print i; }'`; \
172 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
173 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
182 maintainer-clean-tags:
184 distdir = $(PACKAGE)-$(VERSION)
185 top_distdir = $(distdir)
187 # This target untars the dist file and tries a VPATH configuration. Then
188 # it guarantees that the distribution is self-contained by making another
192 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
193 mkdir $(distdir)/=build
194 mkdir $(distdir)/=inst
195 dc_install_base=`cd $(distdir)/=inst && pwd`; \
196 cd $(distdir)/=build \
197 && ../configure --srcdir=.. --prefix=$$dc_install_base \
198 && $(MAKE) $(AM_MAKEFLAGS) \
199 && $(MAKE) $(AM_MAKEFLAGS) dvi \
200 && $(MAKE) $(AM_MAKEFLAGS) check \
201 && $(MAKE) $(AM_MAKEFLAGS) install \
202 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
203 && $(MAKE) $(AM_MAKEFLAGS) dist
205 @banner="$(distdir).tar.gz is ready for distribution"; \
206 dashes=`echo "$$banner" | sed s/./=/g`; \
211 -chmod -R a+r $(distdir)
212 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
215 -chmod -R a+r $(distdir)
216 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
218 distdir: $(DISTFILES)
221 -chmod 777 $(distdir)
222 here=`cd $(top_builddir) && pwd`; \
223 top_distdir=`cd $(distdir) && pwd`; \
224 distdir=`cd $(distdir) && pwd`; \
225 @for file in $(DISTFILES); do \
227 if test -d $$d/$$file; then \
228 cp -pr $$d/$$file $(distdir)/$$file; \
230 test -f $(distdir)/$$file \
231 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232 || cp -p $$d/$$file $(distdir)/$$file || :; \
235 for subdir in $(SUBDIRS); do \
236 if test "$$subdir" = .; then :; else \
237 test -d $(distdir)/$$subdir \
238 || mkdir $(distdir)/$$subdir \
240 chmod 777 $(distdir)/$$subdir; \
241 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
250 check: check-recursive
252 installcheck: installcheck-recursive
253 all-recursive-am: config.h
254 $(MAKE) $(AM_MAKEFLAGS) all-recursive
257 install-exec: install-exec-recursive
260 install-data: install-data-recursive
263 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264 install: install-recursive
266 uninstall: uninstall-recursive
268 all-redirect: all-recursive-am
270 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
271 installdirs: installdirs-recursive
280 -rm -f Makefile $(CONFIG_CLEAN_FILES)
281 -rm -f config.cache config.log
283 maintainer-clean-generic:
284 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
286 mostlyclean: mostlyclean-recursive
288 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
290 clean: clean-recursive
292 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
294 distclean: distclean-recursive
297 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
298 maintainer-clean-generic distclean-am
299 @echo "This command is intended for maintainers to use;"
300 @echo "it deletes files that may require special tools to rebuild."
302 maintainer-clean: maintainer-clean-recursive
305 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
306 install-data-recursive uninstall-data-recursive install-exec-recursive \
307 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
308 all-recursive check-recursive installcheck-recursive info-recursive \
309 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
310 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
311 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
312 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
313 install-exec-am install-exec install-data-am install-data install-am \
314 install uninstall-am uninstall all-redirect all-am all installdirs-am \
315 installdirs mostlyclean-generic distclean-generic clean-generic \
316 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
320 # Otherwise a system limit (for SysV at least) may be exceeded.