1 # Makefile.in generated automatically by automake 1.4 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 noinst_LIBRARIES = libpdf.a
68 libpdf_a_SOURCES = Array.cc Catalog.cc Decrypt.cc Dict.cc Error.cc FontEncoding.cc FontFile.cc FormWidget.cc GString.cc Gfx.cc GfxFont.cc GfxState.cc Lexer.cc Link.cc Object.cc OutputDev.cc PDFDoc.cc Page.cc Params.cc Parser.cc Stream.cc XRef.cc gfile.cc gmem.cc ##parseargs.cc
71 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72 CONFIG_HEADER = ../../config.h
74 LIBRARIES = $(noinst_LIBRARIES)
77 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
82 libpdf_a_OBJECTS = Array.o Catalog.o Decrypt.o Dict.o Error.o \
83 FontEncoding.o FontFile.o FormWidget.o GString.o Gfx.o GfxFont.o \
84 GfxState.o Lexer.o Link.o Object.o OutputDev.o PDFDoc.o Page.o Params.o \
85 Parser.o Stream.o XRef.o gfile.o gmem.o
88 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
90 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
91 DIST_COMMON = Makefile.in
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98 DEP_FILES = .deps/Array.P .deps/Catalog.P .deps/Decrypt.P .deps/Dict.P \
99 .deps/Error.P .deps/FontEncoding.P .deps/FontFile.P .deps/FormWidget.P \
100 .deps/GString.P .deps/Gfx.P .deps/GfxFont.P .deps/GfxState.P \
101 .deps/Lexer.P .deps/Link.P .deps/Object.P .deps/OutputDev.P \
102 .deps/PDFDoc.P .deps/Page.P .deps/Params.P .deps/Parser.P \
103 .deps/Stream.P .deps/XRef.P .deps/gfile.P .deps/gmem.P
104 SOURCES = $(libpdf_a_SOURCES)
105 OBJECTS = $(libpdf_a_OBJECTS)
109 .SUFFIXES: .S .c .cc .o .s
111 mostlyclean-noinstLIBRARIES:
113 clean-noinstLIBRARIES:
114 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
116 distclean-noinstLIBRARIES:
118 maintainer-clean-noinstLIBRARIES:
127 -rm -f *.o core *.core
134 maintainer-clean-compile:
136 libpdf.a: $(libpdf_a_OBJECTS) $(libpdf_a_DEPENDENCIES)
138 $(AR) cru libpdf.a $(libpdf_a_OBJECTS) $(libpdf_a_LIBADD)
145 ID: $(HEADERS) $(SOURCES) $(LISP)
146 list='$(SOURCES) $(HEADERS)'; \
147 unique=`for i in $$list; do echo $$i; done | \
148 awk ' { files[$$0] = 1; } \
149 END { for (i in files) print i; }'`; \
150 here=`pwd` && cd $(srcdir) \
151 && mkid -f$$here/ID $$unique $(LISP)
153 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
156 list='$(SOURCES) $(HEADERS)'; \
157 unique=`for i in $$list; do echo $$i; done | \
158 awk ' { files[$$0] = 1; } \
159 END { for (i in files) print i; }'`; \
160 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
161 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
170 maintainer-clean-tags:
172 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
174 subdir = pdf2swf/xpdf
176 distdir: $(DISTFILES)
177 here=`cd $(top_builddir) && pwd`; \
178 top_distdir=`cd $(top_distdir) && pwd`; \
179 distdir=`cd $(distdir) && pwd`; \
180 @for file in $(DISTFILES); do \
182 if test -d $$d/$$file; then \
183 cp -pr $$d/$$file $(distdir)/$$file; \
185 test -f $(distdir)/$$file \
186 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
187 || cp -p $$d/$$file $(distdir)/$$file || :; \
191 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
193 -include $(DEP_FILES)
202 maintainer-clean-depend:
205 @echo '$(COMPILE) -c $<'; \
206 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
207 @-cp .deps/$(*F).pp .deps/$(*F).P; \
208 tr ' ' '\012' < .deps/$(*F).pp \
209 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
214 @echo '$(LTCOMPILE) -c $<'; \
215 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
216 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
217 < .deps/$(*F).pp > .deps/$(*F).P; \
218 tr ' ' '\012' < .deps/$(*F).pp \
219 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
224 @echo '$(CXXCOMPILE) -c $<'; \
225 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
226 @-cp .deps/$(*F).pp .deps/$(*F).P; \
227 tr ' ' '\012' < .deps/$(*F).pp \
228 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
233 @echo '$(LTCXXCOMPILE) -c $<'; \
234 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
235 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
236 < .deps/$(*F).pp > .deps/$(*F).P; \
237 tr ' ' '\012' < .deps/$(*F).pp \
238 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
248 installcheck: installcheck-am
250 install-exec: install-exec-am
253 install-data: install-data-am
256 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259 uninstall: uninstall-am
260 all-am: Makefile $(LIBRARIES)
263 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272 -rm -f Makefile $(CONFIG_CLEAN_FILES)
273 -rm -f config.cache config.log
275 maintainer-clean-generic:
276 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
277 mostlyclean-tags mostlyclean-depend mostlyclean-generic
279 mostlyclean: mostlyclean-am
281 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
282 clean-generic mostlyclean-am
286 distclean-am: distclean-noinstLIBRARIES distclean-compile \
287 distclean-tags distclean-depend distclean-generic \
290 distclean: distclean-am
292 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
293 maintainer-clean-compile maintainer-clean-tags \
294 maintainer-clean-depend maintainer-clean-generic \
296 @echo "This command is intended for maintainers to use;"
297 @echo "it deletes files that may require special tools to rebuild."
299 maintainer-clean: maintainer-clean-am
301 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
302 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
303 mostlyclean-compile distclean-compile clean-compile \
304 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
305 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
306 distclean-depend clean-depend maintainer-clean-depend info-am info \
307 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
308 install-exec install-data-am install-data install-am install \
309 uninstall-am uninstall all-redirect all-am all installdirs \
310 mostlyclean-generic distclean-generic clean-generic \
311 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314 # Tell versions [3.59,3.63) of GNU make to not export all variables.
315 # Otherwise a system limit (for SysV at least) may be exceeded.