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@
73 bin_PROGRAMS = pdf2swf
75 pdf2swf_SOURCES = pdf2swf.cc pdfswf.cc pdfswf.h swfoutput.cc swfoutput.h spline.cc spline.h
76 pdf2swf_LDADD = ../lib/log.o ../lib/rfxswf.o xpdf/libpdf.a
77 INCLUDES = -I../lib -I./xpdf
79 CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = ../config.h
83 bin_PROGRAMS = pdf2swf$(EXEEXT)
84 PROGRAMS = $(bin_PROGRAMS)
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
91 pdf2swf_OBJECTS = pdf2swf.o pdfswf.o swfoutput.o spline.o
92 pdf2swf_DEPENDENCIES = ../lib/log.o ../lib/rfxswf.o xpdf/libpdf.a
96 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
98 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
101 man1dir = $(mandir)/man1
105 DIST_COMMON = Makefile.am Makefile.in
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 DEP_FILES = .deps/pdf2swf.P .deps/pdfswf.P .deps/spline.P \
114 SOURCES = $(pdf2swf_SOURCES)
115 OBJECTS = $(pdf2swf_OBJECTS)
119 .SUFFIXES: .S .c .cc .o .s
120 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121 cd $(top_srcdir) && $(AUTOMAKE) --gnu pdf2swf/Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
125 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128 mostlyclean-binPROGRAMS:
131 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
133 distclean-binPROGRAMS:
135 maintainer-clean-binPROGRAMS:
137 install-binPROGRAMS: $(bin_PROGRAMS)
139 $(mkinstalldirs) $(DESTDIR)$(bindir)
140 @list='$(bin_PROGRAMS)'; for p in $$list; do \
141 if test -f $$p; then \
142 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
143 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
147 uninstall-binPROGRAMS:
149 list='$(bin_PROGRAMS)'; for p in $$list; do \
150 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160 -rm -f *.o core *.core
167 maintainer-clean-compile:
169 pdf2swf$(EXEEXT): $(pdf2swf_OBJECTS) $(pdf2swf_DEPENDENCIES)
170 @rm -f pdf2swf$(EXEEXT)
171 $(CXXLINK) $(pdf2swf_LDFLAGS) $(pdf2swf_OBJECTS) $(pdf2swf_LDADD) $(LIBS)
176 $(mkinstalldirs) $(DESTDIR)$(man1dir)
177 @list='$(man1_MANS)'; \
178 l2='$(man_MANS)'; for i in $$l2; do \
180 *.1*) list="$$list $$i" ;; \
183 for i in $$list; do \
184 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
186 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
187 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
188 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
189 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
190 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
194 @list='$(man1_MANS)'; \
195 l2='$(man_MANS)'; for i in $$l2; do \
197 *.1*) list="$$list $$i" ;; \
200 for i in $$list; do \
201 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
202 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
203 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
204 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
205 rm -f $(DESTDIR)$(man1dir)/$$inst; \
209 $(MAKE) $(AM_MAKEFLAGS) install-man1
212 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
214 # This directory's subdirectories are mostly independent; you can cd
215 # into them and run `make' without going through this Makefile.
216 # To change the values of `make' variables: instead of editing Makefiles,
217 # (1) if the variable is set in `config.status', edit `config.status'
218 # (which will cause the Makefiles to be regenerated when you run `make');
219 # (2) otherwise, pass the desired values on the `make' command line.
223 all-recursive install-data-recursive install-exec-recursive \
224 installdirs-recursive install-recursive uninstall-recursive \
225 check-recursive installcheck-recursive info-recursive dvi-recursive:
226 @set fnord $(MAKEFLAGS); amf=$$2; \
228 target=`echo $@ | sed s/-recursive//`; \
229 list='$(SUBDIRS)'; for subdir in $$list; do \
230 echo "Making $$target in $$subdir"; \
231 if test "$$subdir" = "."; then \
233 local_target="$$target-am"; \
235 local_target="$$target"; \
237 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
240 if test "$$dot_seen" = "no"; then \
241 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
244 mostlyclean-recursive clean-recursive distclean-recursive \
245 maintainer-clean-recursive:
246 @set fnord $(MAKEFLAGS); amf=$$2; \
248 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
249 rev="$$subdir $$rev"; \
250 test "$$subdir" = "." && dot_seen=yes; \
252 test "$$dot_seen" = "no" && rev=". $$rev"; \
253 target=`echo $@ | sed s/-recursive//`; \
254 for subdir in $$rev; do \
255 echo "Making $$target in $$subdir"; \
256 if test "$$subdir" = "."; then \
257 local_target="$$target-am"; \
259 local_target="$$target"; \
261 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
262 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
263 done && test -z "$$fail"
265 list='$(SUBDIRS)'; for subdir in $$list; do \
266 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
271 ID: $(HEADERS) $(SOURCES) $(LISP)
272 list='$(SOURCES) $(HEADERS)'; \
273 unique=`for i in $$list; do echo $$i; done | \
274 awk ' { files[$$0] = 1; } \
275 END { for (i in files) print i; }'`; \
276 here=`pwd` && cd $(srcdir) \
277 && mkid -f$$here/ID $$unique $(LISP)
279 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
282 list='$(SUBDIRS)'; for subdir in $$list; do \
283 if test "$$subdir" = .; then :; else \
284 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
287 list='$(SOURCES) $(HEADERS)'; \
288 unique=`for i in $$list; do echo $$i; done | \
289 awk ' { files[$$0] = 1; } \
290 END { for (i in files) print i; }'`; \
291 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
292 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
301 maintainer-clean-tags:
303 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
307 distdir: $(DISTFILES)
308 here=`cd $(top_builddir) && pwd`; \
309 top_distdir=`cd $(top_distdir) && pwd`; \
310 distdir=`cd $(distdir) && pwd`; \
312 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pdf2swf/Makefile
313 @for file in $(DISTFILES); do \
315 if test -d $$d/$$file; then \
316 cp -pr $$d/$$file $(distdir)/$$file; \
318 test -f $(distdir)/$$file \
319 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
320 || cp -p $$d/$$file $(distdir)/$$file || :; \
323 for subdir in $(SUBDIRS); do \
324 if test "$$subdir" = .; then :; else \
325 test -d $(distdir)/$$subdir \
326 || mkdir $(distdir)/$$subdir \
328 chmod 777 $(distdir)/$$subdir; \
329 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
334 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
336 -include $(DEP_FILES)
345 maintainer-clean-depend:
348 @echo '$(COMPILE) -c $<'; \
349 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
350 @-cp .deps/$(*F).pp .deps/$(*F).P; \
351 tr ' ' '\012' < .deps/$(*F).pp \
352 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
357 @echo '$(LTCOMPILE) -c $<'; \
358 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
359 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
360 < .deps/$(*F).pp > .deps/$(*F).P; \
361 tr ' ' '\012' < .deps/$(*F).pp \
362 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
367 @echo '$(CXXCOMPILE) -c $<'; \
368 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
369 @-cp .deps/$(*F).pp .deps/$(*F).P; \
370 tr ' ' '\012' < .deps/$(*F).pp \
371 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
376 @echo '$(LTCXXCOMPILE) -c $<'; \
377 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
378 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
379 < .deps/$(*F).pp > .deps/$(*F).P; \
380 tr ' ' '\012' < .deps/$(*F).pp \
381 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
389 check: check-recursive
391 installcheck: installcheck-recursive
392 install-exec-am: install-binPROGRAMS
393 install-exec: install-exec-recursive
395 install-data-am: install-man
396 install-data: install-data-recursive
399 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
400 install: install-recursive
401 uninstall-am: uninstall-binPROGRAMS uninstall-man
402 uninstall: uninstall-recursive
403 all-am: Makefile $(PROGRAMS) $(MANS)
404 all-redirect: all-recursive
406 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
407 installdirs: installdirs-recursive
409 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
417 -rm -f Makefile $(CONFIG_CLEAN_FILES)
418 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
420 maintainer-clean-generic:
421 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
422 mostlyclean-tags mostlyclean-depend mostlyclean-generic
424 mostlyclean: mostlyclean-recursive
426 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
427 clean-generic mostlyclean-am
429 clean: clean-recursive
431 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
432 distclean-depend distclean-generic clean-am
434 distclean: distclean-recursive
436 maintainer-clean-am: maintainer-clean-binPROGRAMS \
437 maintainer-clean-compile maintainer-clean-tags \
438 maintainer-clean-depend maintainer-clean-generic \
440 @echo "This command is intended for maintainers to use;"
441 @echo "it deletes files that may require special tools to rebuild."
443 maintainer-clean: maintainer-clean-recursive
445 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
446 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
447 mostlyclean-compile distclean-compile clean-compile \
448 maintainer-clean-compile install-man1 uninstall-man1 install-man \
449 uninstall-man install-data-recursive uninstall-data-recursive \
450 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
451 uninstalldirs-recursive all-recursive check-recursive \
452 installcheck-recursive info-recursive dvi-recursive \
453 mostlyclean-recursive distclean-recursive clean-recursive \
454 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
455 distclean-tags clean-tags maintainer-clean-tags distdir \
456 mostlyclean-depend distclean-depend clean-depend \
457 maintainer-clean-depend info-am info dvi-am dvi check check-am \
458 installcheck-am installcheck install-exec-am install-exec \
459 install-data-am install-data install-am install uninstall-am uninstall \
460 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
461 distclean-generic clean-generic maintainer-clean-generic clean \
462 mostlyclean distclean maintainer-clean
465 # Tell versions [3.59,3.63) of GNU make to not export all variables.
466 # Otherwise a system limit (for SysV at least) may be exceeded.