a9f18b3f0e316095340fdc81c02dec860fc644c9
[swftools.git] / pdf2swf / xpdf / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AWK = @AWK@
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 EXEEXT = @EXEEXT@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
66 LN_S = @LN_S@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 VERSION = @VERSION@
71
72 noinst_LIBRARIES = libpdf.a
73 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 
74
75 COMPILE = $(CC)
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = ../../config.h
78 CONFIG_CLEAN_FILES = 
79 LIBRARIES =  $(noinst_LIBRARIES)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 libpdf_a_LIBADD = 
87 libpdf_a_OBJECTS =  Array.o Catalog.o Decrypt.o Dict.o Error.o \
88 FontEncoding.o FontFile.o FormWidget.o GString.o Gfx.o GfxFont.o \
89 GfxState.o Lexer.o Link.o Object.o OutputDev.o PDFDoc.o Page.o Params.o \
90 Parser.o Stream.o XRef.o gfile.o gmem.o
91 AR = ar
92 CXXFLAGS = @CXXFLAGS@
93 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
94 CXXLD = $(CXX)
95 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
96 DIST_COMMON =  Makefile.am Makefile.in
97
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101 TAR = tar
102 GZIP_ENV = --best
103 DEP_FILES =  .deps/Array.P .deps/Catalog.P .deps/Decrypt.P .deps/Dict.P \
104 .deps/Error.P .deps/FontEncoding.P .deps/FontFile.P .deps/FormWidget.P \
105 .deps/GString.P .deps/Gfx.P .deps/GfxFont.P .deps/GfxState.P \
106 .deps/Lexer.P .deps/Link.P .deps/Object.P .deps/OutputDev.P \
107 .deps/PDFDoc.P .deps/Page.P .deps/Params.P .deps/Parser.P \
108 .deps/Stream.P .deps/XRef.P .deps/gfile.P .deps/gmem.P
109 SOURCES = $(libpdf_a_SOURCES)
110 OBJECTS = $(libpdf_a_OBJECTS)
111
112 all: all-redirect
113 .SUFFIXES:
114 .SUFFIXES: .S .c .cc .o .s
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu pdf2swf/xpdf/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 mostlyclean-noinstLIBRARIES:
124
125 clean-noinstLIBRARIES:
126         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
127
128 distclean-noinstLIBRARIES:
129
130 maintainer-clean-noinstLIBRARIES:
131
132 .s.o:
133         $(COMPILE) -c $<
134
135 .S.o:
136         $(COMPILE) -c $<
137
138 mostlyclean-compile:
139         -rm -f *.o core *.core
140
141 clean-compile:
142
143 distclean-compile:
144         -rm -f *.tab.c
145
146 maintainer-clean-compile:
147
148 libpdf.a: $(libpdf_a_OBJECTS) $(libpdf_a_DEPENDENCIES)
149         -rm -f libpdf.a
150         $(AR) cru libpdf.a $(libpdf_a_OBJECTS) $(libpdf_a_LIBADD)
151         $(RANLIB) libpdf.a
152 .cc.o:
153         $(CXXCOMPILE) -c $<
154
155 tags: TAGS
156
157 ID: $(HEADERS) $(SOURCES) $(LISP)
158         list='$(SOURCES) $(HEADERS)'; \
159         unique=`for i in $$list; do echo $$i; done | \
160           awk '    { files[$$0] = 1; } \
161                END { for (i in files) print i; }'`; \
162         here=`pwd` && cd $(srcdir) \
163           && mkid -f$$here/ID $$unique $(LISP)
164
165 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
166         tags=; \
167         here=`pwd`; \
168         list='$(SOURCES) $(HEADERS)'; \
169         unique=`for i in $$list; do echo $$i; done | \
170           awk '    { files[$$0] = 1; } \
171                END { for (i in files) print i; }'`; \
172         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
173           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
174
175 mostlyclean-tags:
176
177 clean-tags:
178
179 distclean-tags:
180         -rm -f TAGS ID
181
182 maintainer-clean-tags:
183
184 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
185
186 subdir = pdf2swf/xpdf
187
188 distdir: $(DISTFILES)
189         here=`cd $(top_builddir) && pwd`; \
190         top_distdir=`cd $(top_distdir) && pwd`; \
191         distdir=`cd $(distdir) && pwd`; \
192         cd $(top_srcdir) \
193           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pdf2swf/xpdf/Makefile
194         @for file in $(DISTFILES); do \
195           d=$(srcdir); \
196           if test -d $$d/$$file; then \
197             cp -pr $$d/$$file $(distdir)/$$file; \
198           else \
199             test -f $(distdir)/$$file \
200             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
201             || cp -p $$d/$$file $(distdir)/$$file || :; \
202           fi; \
203         done
204
205 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
206
207 -include $(DEP_FILES)
208
209 mostlyclean-depend:
210
211 clean-depend:
212
213 distclean-depend:
214         -rm -rf .deps
215
216 maintainer-clean-depend:
217
218 %.o: %.c
219         @echo '$(COMPILE) -c $<'; \
220         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
221         @-cp .deps/$(*F).pp .deps/$(*F).P; \
222         tr ' ' '\012' < .deps/$(*F).pp \
223           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
224             >> .deps/$(*F).P; \
225         rm .deps/$(*F).pp
226
227 %.lo: %.c
228         @echo '$(LTCOMPILE) -c $<'; \
229         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
230         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
231           < .deps/$(*F).pp > .deps/$(*F).P; \
232         tr ' ' '\012' < .deps/$(*F).pp \
233           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
234             >> .deps/$(*F).P; \
235         rm -f .deps/$(*F).pp
236
237 %.o: %.cc
238         @echo '$(CXXCOMPILE) -c $<'; \
239         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
240         @-cp .deps/$(*F).pp .deps/$(*F).P; \
241         tr ' ' '\012' < .deps/$(*F).pp \
242           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243             >> .deps/$(*F).P; \
244         rm .deps/$(*F).pp
245
246 %.lo: %.cc
247         @echo '$(LTCXXCOMPILE) -c $<'; \
248         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
250           < .deps/$(*F).pp > .deps/$(*F).P; \
251         tr ' ' '\012' < .deps/$(*F).pp \
252           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253             >> .deps/$(*F).P; \
254         rm -f .deps/$(*F).pp
255 info-am:
256 info: info-am
257 dvi-am:
258 dvi: dvi-am
259 check-am: all-am
260 check: check-am
261 installcheck-am:
262 installcheck: installcheck-am
263 install-exec-am:
264 install-exec: install-exec-am
265
266 install-data-am:
267 install-data: install-data-am
268
269 install-am: all-am
270         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
271 install: install-am
272 uninstall-am:
273 uninstall: uninstall-am
274 all-am: Makefile $(LIBRARIES)
275 all-redirect: all-am
276 install-strip:
277         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
278 installdirs:
279
280
281 mostlyclean-generic:
282
283 clean-generic:
284
285 distclean-generic:
286         -rm -f Makefile $(CONFIG_CLEAN_FILES)
287         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288
289 maintainer-clean-generic:
290 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
291                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
292
293 mostlyclean: mostlyclean-am
294
295 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
296                 clean-generic mostlyclean-am
297
298 clean: clean-am
299
300 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
301                 distclean-tags distclean-depend distclean-generic \
302                 clean-am
303
304 distclean: distclean-am
305
306 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
307                 maintainer-clean-compile maintainer-clean-tags \
308                 maintainer-clean-depend maintainer-clean-generic \
309                 distclean-am
310         @echo "This command is intended for maintainers to use;"
311         @echo "it deletes files that may require special tools to rebuild."
312
313 maintainer-clean: maintainer-clean-am
314
315 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
316 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
317 mostlyclean-compile distclean-compile clean-compile \
318 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
319 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
320 distclean-depend clean-depend maintainer-clean-depend info-am info \
321 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
322 install-exec install-data-am install-data install-am install \
323 uninstall-am uninstall all-redirect all-am all installdirs \
324 mostlyclean-generic distclean-generic clean-generic \
325 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
326
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: