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@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
72 noinst_LIBRARIES = libpdf.a
73 libpdf_a_SOURCES = Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc CMap.cc Catalog.cc CharCodeToUnicode.cc Decrypt.cc Dict.cc Error.cc FontEncodingTables.cc FontFile.cc Function.cc GHash.cc GList.cc GString.cc Gfx.cc GfxFont.cc GfxState.cc GlobalParams.cc Lexer.cc Link.cc NameToCharCode.cc Object.cc OutputDev.cc PDFDoc.cc PSTokenizer.cc Page.cc Parser.cc Stream.cc UnicodeMap.cc XRef.cc gfile.cc gmem.c
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../../config.h
80 LIBRARIES = $(noinst_LIBRARIES)
83 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
88 libpdf_a_OBJECTS = Annot.o Array.o BuiltinFont.o BuiltinFontTables.o \
89 CMap.o Catalog.o CharCodeToUnicode.o Decrypt.o Dict.o Error.o \
90 FontEncodingTables.o FontFile.o Function.o GHash.o GList.o GString.o \
91 Gfx.o GfxFont.o GfxState.o GlobalParams.o Lexer.o Link.o \
92 NameToCharCode.o Object.o OutputDev.o PDFDoc.o PSTokenizer.o Page.o \
93 Parser.o Stream.o UnicodeMap.o XRef.o gfile.o gmem.o
96 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
101 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102 DIST_COMMON = Makefile.in
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112 SOURCES = $(libpdf_a_SOURCES)
113 OBJECTS = $(libpdf_a_OBJECTS)
117 .SUFFIXES: .S .c .cc .o .s
126 mostlyclean-noinstLIBRARIES:
128 clean-noinstLIBRARIES:
129 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
131 distclean-noinstLIBRARIES:
133 maintainer-clean-noinstLIBRARIES:
145 -rm -f *.o core *.core
152 maintainer-clean-compile:
154 libpdf.a: $(libpdf_a_OBJECTS) $(libpdf_a_DEPENDENCIES)
156 $(AR) cru libpdf.a $(libpdf_a_OBJECTS) $(libpdf_a_LIBADD)
163 ID: $(HEADERS) $(SOURCES) $(LISP)
164 list='$(SOURCES) $(HEADERS)'; \
165 unique=`for i in $$list; do echo $$i; done | \
166 awk ' { files[$$0] = 1; } \
167 END { for (i in files) print i; }'`; \
168 here=`pwd` && cd $(srcdir) \
169 && mkid -f$$here/ID $$unique $(LISP)
171 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
174 list='$(SOURCES) $(HEADERS)'; \
175 unique=`for i in $$list; do echo $$i; done | \
176 awk ' { files[$$0] = 1; } \
177 END { for (i in files) print i; }'`; \
178 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
179 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
188 maintainer-clean-tags:
190 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192 subdir = pdf2swf/xpdf
194 distdir: $(DISTFILES)
195 @for file in $(DISTFILES); do \
197 if test -d $$d/$$file; then \
198 cp -pr $$d/$$file $(distdir)/$$file; \
200 test -f $(distdir)/$$file \
201 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
202 || cp -p $$d/$$file $(distdir)/$$file || :; \
212 installcheck: installcheck-am
214 install-exec: install-exec-am
217 install-data: install-data-am
220 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
223 uninstall: uninstall-am
224 all-am: Makefile $(LIBRARIES)
227 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
236 -rm -f Makefile $(CONFIG_CLEAN_FILES)
237 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
239 maintainer-clean-generic:
240 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
241 mostlyclean-tags mostlyclean-generic
243 mostlyclean: mostlyclean-am
245 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
250 distclean-am: distclean-noinstLIBRARIES distclean-compile \
251 distclean-tags distclean-generic clean-am
253 distclean: distclean-am
255 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
256 maintainer-clean-compile maintainer-clean-tags \
257 maintainer-clean-generic distclean-am
258 @echo "This command is intended for maintainers to use;"
259 @echo "it deletes files that may require special tools to rebuild."
261 maintainer-clean: maintainer-clean-am
263 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
264 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
265 mostlyclean-compile distclean-compile clean-compile \
266 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
267 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
268 check-am installcheck-am installcheck install-exec-am install-exec \
269 install-data-am install-data install-am install uninstall-am uninstall \
270 all-redirect all-am all installdirs mostlyclean-generic \
271 distclean-generic clean-generic maintainer-clean-generic clean \
272 mostlyclean distclean maintainer-clean
275 # Tell versions [3.59,3.63) of GNU make to not export all variables.
276 # Otherwise a system limit (for SysV at least) may be exceeded.