a0f6d508a6d6747009cacc5073323a33dce69e90
[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
44
45
46
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 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 EXEEXT = @EXEEXT@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 JPEG2SWF = @JPEG2SWF@
66 LN_S = @LN_S@
67 RANLIB = @RANLIB@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
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.in
97
98
99 PACKAGE = @PACKAGE@
100 VERSION = @VERSION@
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = tar
105 GZIP_ENV = --best
106 SOURCES = $(libpdf_a_SOURCES)
107 OBJECTS = $(libpdf_a_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .cc .o .s
112
113
114
115
116
117
118
119
120 mostlyclean-noinstLIBRARIES:
121
122 clean-noinstLIBRARIES:
123         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
124
125 distclean-noinstLIBRARIES:
126
127 maintainer-clean-noinstLIBRARIES:
128
129 .c.o:
130         $(COMPILE) -c $<
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         @for file in $(DISTFILES); do \
190           d=$(srcdir); \
191           if test -d $$d/$$file; then \
192             cp -pr $$d/$$file $(distdir)/$$file; \
193           else \
194             test -f $(distdir)/$$file \
195             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
196             || cp -p $$d/$$file $(distdir)/$$file || :; \
197           fi; \
198         done
199 info-am:
200 info: info-am
201 dvi-am:
202 dvi: dvi-am
203 check-am: all-am
204 check: check-am
205 installcheck-am:
206 installcheck: installcheck-am
207 install-exec-am:
208 install-exec: install-exec-am
209
210 install-data-am:
211 install-data: install-data-am
212
213 install-am: all-am
214         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
215 install: install-am
216 uninstall-am:
217 uninstall: uninstall-am
218 all-am: Makefile $(LIBRARIES)
219 all-redirect: all-am
220 install-strip:
221         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
222 installdirs:
223
224
225 mostlyclean-generic:
226
227 clean-generic:
228
229 distclean-generic:
230         -rm -f Makefile $(CONFIG_CLEAN_FILES)
231         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
232
233 maintainer-clean-generic:
234 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
235                 mostlyclean-tags mostlyclean-generic
236
237 mostlyclean: mostlyclean-am
238
239 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
240                 mostlyclean-am
241
242 clean: clean-am
243
244 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
245                 distclean-tags distclean-generic clean-am
246
247 distclean: distclean-am
248
249 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
250                 maintainer-clean-compile maintainer-clean-tags \
251                 maintainer-clean-generic distclean-am
252         @echo "This command is intended for maintainers to use;"
253         @echo "it deletes files that may require special tools to rebuild."
254
255 maintainer-clean: maintainer-clean-am
256
257 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
258 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
259 mostlyclean-compile distclean-compile clean-compile \
260 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
261 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
262 check-am installcheck-am installcheck install-exec-am install-exec \
263 install-data-am install-data install-am install uninstall-am uninstall \
264 all-redirect all-am all installdirs mostlyclean-generic \
265 distclean-generic clean-generic maintainer-clean-generic clean \
266 mostlyclean distclean maintainer-clean
267
268
269 # Tell versions [3.59,3.63) of GNU make to not export all variables.
270 # Otherwise a system limit (for SysV at least) may be exceeded.
271 .NOEXPORT: