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
121 mostlyclean-binPROGRAMS:
124 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
126 distclean-binPROGRAMS:
128 maintainer-clean-binPROGRAMS:
130 install-binPROGRAMS: $(bin_PROGRAMS)
132 $(mkinstalldirs) $(DESTDIR)$(bindir)
133 @list='$(bin_PROGRAMS)'; for p in $$list; do \
134 if test -f $$p; then \
135 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
136 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
140 uninstall-binPROGRAMS:
142 list='$(bin_PROGRAMS)'; for p in $$list; do \
143 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153 -rm -f *.o core *.core
160 maintainer-clean-compile:
162 pdf2swf$(EXEEXT): $(pdf2swf_OBJECTS) $(pdf2swf_DEPENDENCIES)
163 @rm -f pdf2swf$(EXEEXT)
164 $(CXXLINK) $(pdf2swf_LDFLAGS) $(pdf2swf_OBJECTS) $(pdf2swf_LDADD) $(LIBS)
169 $(mkinstalldirs) $(DESTDIR)$(man1dir)
170 @list='$(man1_MANS)'; \
171 l2='$(man_MANS)'; for i in $$l2; do \
173 *.1*) list="$$list $$i" ;; \
176 for i in $$list; do \
177 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
179 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
180 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
181 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
182 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
183 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
187 @list='$(man1_MANS)'; \
188 l2='$(man_MANS)'; for i in $$l2; do \
190 *.1*) list="$$list $$i" ;; \
193 for i in $$list; do \
194 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
195 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
196 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
197 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
198 rm -f $(DESTDIR)$(man1dir)/$$inst; \
202 $(MAKE) $(AM_MAKEFLAGS) install-man1
205 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
207 # This directory's subdirectories are mostly independent; you can cd
208 # into them and run `make' without going through this Makefile.
209 # To change the values of `make' variables: instead of editing Makefiles,
210 # (1) if the variable is set in `config.status', edit `config.status'
211 # (which will cause the Makefiles to be regenerated when you run `make');
212 # (2) otherwise, pass the desired values on the `make' command line.
216 all-recursive install-data-recursive install-exec-recursive \
217 installdirs-recursive install-recursive uninstall-recursive \
218 check-recursive installcheck-recursive info-recursive dvi-recursive:
219 @set fnord $(MAKEFLAGS); amf=$$2; \
221 target=`echo $@ | sed s/-recursive//`; \
222 list='$(SUBDIRS)'; for subdir in $$list; do \
223 echo "Making $$target in $$subdir"; \
224 if test "$$subdir" = "."; then \
226 local_target="$$target-am"; \
228 local_target="$$target"; \
230 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
231 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233 if test "$$dot_seen" = "no"; then \
234 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
237 mostlyclean-recursive clean-recursive distclean-recursive \
238 maintainer-clean-recursive:
239 @set fnord $(MAKEFLAGS); amf=$$2; \
241 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
242 rev="$$subdir $$rev"; \
243 test "$$subdir" = "." && dot_seen=yes; \
245 test "$$dot_seen" = "no" && rev=". $$rev"; \
246 target=`echo $@ | sed s/-recursive//`; \
247 for subdir in $$rev; do \
248 echo "Making $$target in $$subdir"; \
249 if test "$$subdir" = "."; then \
250 local_target="$$target-am"; \
252 local_target="$$target"; \
254 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
255 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
256 done && test -z "$$fail"
258 list='$(SUBDIRS)'; for subdir in $$list; do \
259 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
264 ID: $(HEADERS) $(SOURCES) $(LISP)
265 list='$(SOURCES) $(HEADERS)'; \
266 unique=`for i in $$list; do echo $$i; done | \
267 awk ' { files[$$0] = 1; } \
268 END { for (i in files) print i; }'`; \
269 here=`pwd` && cd $(srcdir) \
270 && mkid -f$$here/ID $$unique $(LISP)
272 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
275 list='$(SUBDIRS)'; for subdir in $$list; do \
276 if test "$$subdir" = .; then :; else \
277 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
280 list='$(SOURCES) $(HEADERS)'; \
281 unique=`for i in $$list; do echo $$i; done | \
282 awk ' { files[$$0] = 1; } \
283 END { for (i in files) print i; }'`; \
284 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
285 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
294 maintainer-clean-tags:
296 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
300 distdir: $(DISTFILES)
301 here=`cd $(top_builddir) && pwd`; \
302 top_distdir=`cd $(top_distdir) && pwd`; \
303 distdir=`cd $(distdir) && pwd`; \
305 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pdf2swf/Makefile
306 @for file in $(DISTFILES); do \
308 if test -d $$d/$$file; then \
309 cp -pr $$d/$$file $(distdir)/$$file; \
311 test -f $(distdir)/$$file \
312 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
313 || cp -p $$d/$$file $(distdir)/$$file || :; \
316 for subdir in $(SUBDIRS); do \
317 if test "$$subdir" = .; then :; else \
318 test -d $(distdir)/$$subdir \
319 || mkdir $(distdir)/$$subdir \
321 chmod 777 $(distdir)/$$subdir; \
322 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
327 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
329 -include $(DEP_FILES)
338 maintainer-clean-depend:
341 @echo '$(COMPILE) -c $<'; \
342 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
343 @-cp .deps/$(*F).pp .deps/$(*F).P; \
344 tr ' ' '\012' < .deps/$(*F).pp \
345 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
350 @echo '$(LTCOMPILE) -c $<'; \
351 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
352 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
353 < .deps/$(*F).pp > .deps/$(*F).P; \
354 tr ' ' '\012' < .deps/$(*F).pp \
355 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
360 @echo '$(CXXCOMPILE) -c $<'; \
361 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
362 @-cp .deps/$(*F).pp .deps/$(*F).P; \
363 tr ' ' '\012' < .deps/$(*F).pp \
364 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
369 @echo '$(LTCXXCOMPILE) -c $<'; \
370 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
372 < .deps/$(*F).pp > .deps/$(*F).P; \
373 tr ' ' '\012' < .deps/$(*F).pp \
374 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
382 check: check-recursive
384 installcheck: installcheck-recursive
385 install-exec-am: install-binPROGRAMS
386 install-exec: install-exec-recursive
388 install-data-am: install-man
389 install-data: install-data-recursive
392 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393 install: install-recursive
394 uninstall-am: uninstall-binPROGRAMS uninstall-man
395 uninstall: uninstall-recursive
396 all-am: $(PROGRAMS) $(MANS)
397 all-redirect: all-recursive
399 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
400 installdirs: installdirs-recursive
402 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
410 -rm -f Makefile $(CONFIG_CLEAN_FILES)
411 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
413 maintainer-clean-generic:
414 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
415 mostlyclean-tags mostlyclean-depend mostlyclean-generic
417 mostlyclean: mostlyclean-recursive
419 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
420 clean-generic mostlyclean-am
422 clean: clean-recursive
424 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
425 distclean-depend distclean-generic clean-am
427 distclean: distclean-recursive
429 maintainer-clean-am: maintainer-clean-binPROGRAMS \
430 maintainer-clean-compile maintainer-clean-tags \
431 maintainer-clean-depend maintainer-clean-generic \
433 @echo "This command is intended for maintainers to use;"
434 @echo "it deletes files that may require special tools to rebuild."
436 maintainer-clean: maintainer-clean-recursive
438 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
439 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
440 mostlyclean-compile distclean-compile clean-compile \
441 maintainer-clean-compile install-man1 uninstall-man1 install-man \
442 uninstall-man install-data-recursive uninstall-data-recursive \
443 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
444 uninstalldirs-recursive all-recursive check-recursive \
445 installcheck-recursive info-recursive dvi-recursive \
446 mostlyclean-recursive distclean-recursive clean-recursive \
447 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
448 distclean-tags clean-tags maintainer-clean-tags distdir \
449 mostlyclean-depend distclean-depend clean-depend \
450 maintainer-clean-depend info-am info dvi-am dvi check check-am \
451 installcheck-am installcheck install-exec-am install-exec \
452 install-data-am install-data install-am install uninstall-am uninstall \
453 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
454 distclean-generic clean-generic maintainer-clean-generic clean \
455 mostlyclean distclean maintainer-clean
458 # Tell versions [3.59,3.63) of GNU make to not export all variables.
459 # Otherwise a system limit (for SysV at least) may be exceeded.