(re)generated with automake --no-deps.
[swftools.git] / pdf2swf / xpdf / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a 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@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 EXEEXT = @EXEEXT@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
66 JPEG2SWF = @JPEG2SWF@
67 LN_S = @LN_S@
68 RANLIB = @RANLIB@
69 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
70 UNCOMPRESS = @UNCOMPRESS@
71 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
72
73 noinst_LIBRARIES = libpdf.a
74 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 
75
76 COMPILE = $(CC)
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../../config.h
79 CONFIG_CLEAN_FILES = 
80 LIBRARIES =  $(noinst_LIBRARIES)
81
82
83 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
84 CPPFLAGS = @CPPFLAGS@
85 LDFLAGS = @LDFLAGS@
86 LIBS = @LIBS@
87 libpdf_a_LIBADD = 
88 libpdf_a_OBJECTS =  Array.o Catalog.o Decrypt.o Dict.o Error.o \
89 FontEncoding.o FontFile.o FormWidget.o GString.o Gfx.o GfxFont.o \
90 GfxState.o Lexer.o Link.o Object.o OutputDev.o PDFDoc.o Page.o Params.o \
91 Parser.o Stream.o XRef.o gfile.o gmem.o
92 AR = ar
93 CXXFLAGS = @CXXFLAGS@
94 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
95 CXXLD = $(CXX)
96 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON =  Makefile.in
98
99
100 PACKAGE = @PACKAGE@
101 VERSION = @VERSION@
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = gtar
106 GZIP_ENV = --best
107 SOURCES = $(libpdf_a_SOURCES)
108 OBJECTS = $(libpdf_a_OBJECTS)
109
110 all: all-redirect
111 .SUFFIXES:
112 .SUFFIXES: .S .c .cc .o .s
113
114
115
116
117
118
119
120
121 mostlyclean-noinstLIBRARIES:
122
123 clean-noinstLIBRARIES:
124         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
125
126 distclean-noinstLIBRARIES:
127
128 maintainer-clean-noinstLIBRARIES:
129
130 .c.o:
131         $(COMPILE) -c $<
132
133 .s.o:
134         $(COMPILE) -c $<
135
136 .S.o:
137         $(COMPILE) -c $<
138
139 mostlyclean-compile:
140         -rm -f *.o core *.core
141
142 clean-compile:
143
144 distclean-compile:
145         -rm -f *.tab.c
146
147 maintainer-clean-compile:
148
149 libpdf.a: $(libpdf_a_OBJECTS) $(libpdf_a_DEPENDENCIES)
150         -rm -f libpdf.a
151         $(AR) cru libpdf.a $(libpdf_a_OBJECTS) $(libpdf_a_LIBADD)
152         $(RANLIB) libpdf.a
153 .cc.o:
154         $(CXXCOMPILE) -c $<
155
156 tags: TAGS
157
158 ID: $(HEADERS) $(SOURCES) $(LISP)
159         list='$(SOURCES) $(HEADERS)'; \
160         unique=`for i in $$list; do echo $$i; done | \
161           awk '    { files[$$0] = 1; } \
162                END { for (i in files) print i; }'`; \
163         here=`pwd` && cd $(srcdir) \
164           && mkid -f$$here/ID $$unique $(LISP)
165
166 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
167         tags=; \
168         here=`pwd`; \
169         list='$(SOURCES) $(HEADERS)'; \
170         unique=`for i in $$list; do echo $$i; done | \
171           awk '    { files[$$0] = 1; } \
172                END { for (i in files) print i; }'`; \
173         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
174           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
175
176 mostlyclean-tags:
177
178 clean-tags:
179
180 distclean-tags:
181         -rm -f TAGS ID
182
183 maintainer-clean-tags:
184
185 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
186
187 subdir = pdf2swf/xpdf
188
189 distdir: $(DISTFILES)
190         @for file in $(DISTFILES); do \
191           d=$(srcdir); \
192           if test -d $$d/$$file; then \
193             cp -pr $$d/$$file $(distdir)/$$file; \
194           else \
195             test -f $(distdir)/$$file \
196             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
197             || cp -p $$d/$$file $(distdir)/$$file || :; \
198           fi; \
199         done
200 info-am:
201 info: info-am
202 dvi-am:
203 dvi: dvi-am
204 check-am: all-am
205 check: check-am
206 installcheck-am:
207 installcheck: installcheck-am
208 install-exec-am:
209 install-exec: install-exec-am
210
211 install-data-am:
212 install-data: install-data-am
213
214 install-am: all-am
215         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
216 install: install-am
217 uninstall-am:
218 uninstall: uninstall-am
219 all-am: Makefile $(LIBRARIES)
220 all-redirect: all-am
221 install-strip:
222         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
223 installdirs:
224
225
226 mostlyclean-generic:
227
228 clean-generic:
229
230 distclean-generic:
231         -rm -f Makefile $(CONFIG_CLEAN_FILES)
232         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
233
234 maintainer-clean-generic:
235 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
236                 mostlyclean-tags mostlyclean-generic
237
238 mostlyclean: mostlyclean-am
239
240 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
241                 mostlyclean-am
242
243 clean: clean-am
244
245 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
246                 distclean-tags distclean-generic clean-am
247
248 distclean: distclean-am
249
250 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
251                 maintainer-clean-compile maintainer-clean-tags \
252                 maintainer-clean-generic distclean-am
253         @echo "This command is intended for maintainers to use;"
254         @echo "it deletes files that may require special tools to rebuild."
255
256 maintainer-clean: maintainer-clean-am
257
258 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
259 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
260 mostlyclean-compile distclean-compile clean-compile \
261 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
262 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
263 check-am installcheck-am installcheck install-exec-am install-exec \
264 install-data-am install-data install-am install uninstall-am uninstall \
265 all-redirect all-am all installdirs mostlyclean-generic \
266 distclean-generic clean-generic maintainer-clean-generic clean \
267 mostlyclean distclean maintainer-clean
268
269
270 # Tell versions [3.59,3.63) of GNU make to not export all variables.
271 # Otherwise a system limit (for SysV at least) may be exceeded.
272 .NOEXPORT: