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@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
72 SUBDIRS = lib src pdf2swf pdf2swf
73 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 CONFIG_HEADER = config.h
76 CONFIG_CLEAN_FILES = release
77 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
78 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.h.in configure \
79 configure.in install-sh missing mkinstalldirs release.in
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
89 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
91 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
93 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
95 $(ACLOCAL_M4): configure.in
96 cd $(srcdir) && $(ACLOCAL)
98 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
99 $(SHELL) ./config.status --recheck
100 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
101 cd $(srcdir) && $(AUTOCONF)
104 @if test ! -f $@; then \
108 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
110 && CONFIG_FILES= CONFIG_HEADERS=config.h \
111 $(SHELL) ./config.status
112 @echo timestamp > stamp-h 2> /dev/null
113 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
114 @if test ! -f $@; then \
115 rm -f $(srcdir)/stamp-h.in; \
116 $(MAKE) $(srcdir)/stamp-h.in; \
118 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
119 cd $(top_srcdir) && $(AUTOHEADER)
120 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
129 maintainer-clean-hdr:
130 release: $(top_builddir)/config.status release.in
131 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
133 # This directory's subdirectories are mostly independent; you can cd
134 # into them and run `make' without going through this Makefile.
135 # To change the values of `make' variables: instead of editing Makefiles,
136 # (1) if the variable is set in `config.status', edit `config.status'
137 # (which will cause the Makefiles to be regenerated when you run `make');
138 # (2) otherwise, pass the desired values on the `make' command line.
142 all-recursive install-data-recursive install-exec-recursive \
143 installdirs-recursive install-recursive uninstall-recursive \
144 check-recursive installcheck-recursive info-recursive dvi-recursive:
145 @set fnord $(MAKEFLAGS); amf=$$2; \
147 target=`echo $@ | sed s/-recursive//`; \
148 list='$(SUBDIRS)'; for subdir in $$list; do \
149 echo "Making $$target in $$subdir"; \
150 if test "$$subdir" = "."; then \
152 local_target="$$target-am"; \
154 local_target="$$target"; \
156 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
157 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
159 if test "$$dot_seen" = "no"; then \
160 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163 mostlyclean-recursive clean-recursive distclean-recursive \
164 maintainer-clean-recursive:
165 @set fnord $(MAKEFLAGS); amf=$$2; \
167 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
168 rev="$$subdir $$rev"; \
169 test "$$subdir" = "." && dot_seen=yes; \
171 test "$$dot_seen" = "no" && rev=". $$rev"; \
172 target=`echo $@ | sed s/-recursive//`; \
173 for subdir in $$rev; do \
174 echo "Making $$target in $$subdir"; \
175 if test "$$subdir" = "."; then \
176 local_target="$$target-am"; \
178 local_target="$$target"; \
180 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
181 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
182 done && test -z "$$fail"
184 list='$(SUBDIRS)'; for subdir in $$list; do \
185 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
190 ID: $(HEADERS) $(SOURCES) $(LISP)
191 list='$(SOURCES) $(HEADERS)'; \
192 unique=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 here=`pwd` && cd $(srcdir) \
196 && mkid -f$$here/ID $$unique $(LISP)
198 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
201 list='$(SUBDIRS)'; for subdir in $$list; do \
202 if test "$$subdir" = .; then :; else \
203 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206 list='$(SOURCES) $(HEADERS)'; \
207 unique=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
211 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
220 maintainer-clean-tags:
222 distdir = $(PACKAGE)-$(VERSION)
223 top_distdir = $(distdir)
225 # This target untars the dist file and tries a VPATH configuration. Then
226 # it guarantees that the distribution is self-contained by making another
230 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
231 mkdir $(distdir)/=build
232 mkdir $(distdir)/=inst
233 dc_install_base=`cd $(distdir)/=inst && pwd`; \
234 cd $(distdir)/=build \
235 && ../configure --srcdir=.. --prefix=$$dc_install_base \
236 && $(MAKE) $(AM_MAKEFLAGS) \
237 && $(MAKE) $(AM_MAKEFLAGS) dvi \
238 && $(MAKE) $(AM_MAKEFLAGS) check \
239 && $(MAKE) $(AM_MAKEFLAGS) install \
240 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
241 && $(MAKE) $(AM_MAKEFLAGS) dist
243 @banner="$(distdir).tar.gz is ready for distribution"; \
244 dashes=`echo "$$banner" | sed s/./=/g`; \
249 -chmod -R a+r $(distdir)
250 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
253 -chmod -R a+r $(distdir)
254 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
256 distdir: $(DISTFILES)
259 -chmod 777 $(distdir)
260 here=`cd $(top_builddir) && pwd`; \
261 top_distdir=`cd $(distdir) && pwd`; \
262 distdir=`cd $(distdir) && pwd`; \
264 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
265 @for file in $(DISTFILES); do \
267 if test -d $$d/$$file; then \
268 cp -pr $$d/$$file $(distdir)/$$file; \
270 test -f $(distdir)/$$file \
271 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
272 || cp -p $$d/$$file $(distdir)/$$file || :; \
275 for subdir in $(SUBDIRS); do \
276 if test "$$subdir" = .; then :; else \
277 test -d $(distdir)/$$subdir \
278 || mkdir $(distdir)/$$subdir \
280 chmod 777 $(distdir)/$$subdir; \
281 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
290 check: check-recursive
292 installcheck: installcheck-recursive
293 all-recursive-am: config.h
294 $(MAKE) $(AM_MAKEFLAGS) all-recursive
297 install-exec: install-exec-recursive
300 install-data: install-data-recursive
303 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304 install: install-recursive
306 uninstall: uninstall-recursive
307 all-am: Makefile config.h
308 all-redirect: all-recursive-am
310 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
311 installdirs: installdirs-recursive
320 -rm -f Makefile $(CONFIG_CLEAN_FILES)
321 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
323 maintainer-clean-generic:
324 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
326 mostlyclean: mostlyclean-recursive
328 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
330 clean: clean-recursive
332 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
334 distclean: distclean-recursive
337 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
338 maintainer-clean-generic distclean-am
339 @echo "This command is intended for maintainers to use;"
340 @echo "it deletes files that may require special tools to rebuild."
342 maintainer-clean: maintainer-clean-recursive
345 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
346 install-data-recursive uninstall-data-recursive install-exec-recursive \
347 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
348 all-recursive check-recursive installcheck-recursive info-recursive \
349 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
350 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
351 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
352 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
353 install-exec-am install-exec install-data-am install-data install-am \
354 install uninstall-am uninstall all-redirect all-am all installdirs-am \
355 installdirs mostlyclean-generic distclean-generic clean-generic \
356 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
359 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360 # Otherwise a system limit (for SysV at least) may be exceeded.