added Annot.cc.
[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 =  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
74
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 =  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
94 AR = ar
95 CXXFLAGS = @CXXFLAGS@
96 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
97 CXXLD = $(CXX)
98 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
99 CFLAGS = @CFLAGS@
100 CCLD = $(CC)
101 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102 DIST_COMMON =  Makefile.in
103
104
105 PACKAGE = @PACKAGE@
106 VERSION = @VERSION@
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP_ENV = --best
112 SOURCES = $(libpdf_a_SOURCES)
113 OBJECTS = $(libpdf_a_OBJECTS)
114
115 all: all-redirect
116 .SUFFIXES:
117 .SUFFIXES: .S .c .cc .o .s
118
119
120
121
122
123
124
125
126 mostlyclean-noinstLIBRARIES:
127
128 clean-noinstLIBRARIES:
129         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
130
131 distclean-noinstLIBRARIES:
132
133 maintainer-clean-noinstLIBRARIES:
134
135 .c.o:
136         $(COMPILE) -c $<
137
138 .s.o:
139         $(COMPILE) -c $<
140
141 .S.o:
142         $(COMPILE) -c $<
143
144 mostlyclean-compile:
145         -rm -f *.o core *.core
146
147 clean-compile:
148
149 distclean-compile:
150         -rm -f *.tab.c
151
152 maintainer-clean-compile:
153
154 libpdf.a: $(libpdf_a_OBJECTS) $(libpdf_a_DEPENDENCIES)
155         -rm -f libpdf.a
156         $(AR) cru libpdf.a $(libpdf_a_OBJECTS) $(libpdf_a_LIBADD)
157         $(RANLIB) libpdf.a
158 .cc.o:
159         $(CXXCOMPILE) -c $<
160
161 tags: TAGS
162
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)
170
171 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
172         tags=; \
173         here=`pwd`; \
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)
180
181 mostlyclean-tags:
182
183 clean-tags:
184
185 distclean-tags:
186         -rm -f TAGS ID
187
188 maintainer-clean-tags:
189
190 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
191
192 subdir = pdf2swf/xpdf
193
194 distdir: $(DISTFILES)
195         @for file in $(DISTFILES); do \
196           d=$(srcdir); \
197           if test -d $$d/$$file; then \
198             cp -pr $$d/$$file $(distdir)/$$file; \
199           else \
200             test -f $(distdir)/$$file \
201             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
202             || cp -p $$d/$$file $(distdir)/$$file || :; \
203           fi; \
204         done
205 info-am:
206 info: info-am
207 dvi-am:
208 dvi: dvi-am
209 check-am: all-am
210 check: check-am
211 installcheck-am:
212 installcheck: installcheck-am
213 install-exec-am:
214 install-exec: install-exec-am
215
216 install-data-am:
217 install-data: install-data-am
218
219 install-am: all-am
220         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
221 install: install-am
222 uninstall-am:
223 uninstall: uninstall-am
224 all-am: Makefile $(LIBRARIES)
225 all-redirect: all-am
226 install-strip:
227         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
228 installdirs:
229
230
231 mostlyclean-generic:
232
233 clean-generic:
234
235 distclean-generic:
236         -rm -f Makefile $(CONFIG_CLEAN_FILES)
237         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
238
239 maintainer-clean-generic:
240 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
241                 mostlyclean-tags mostlyclean-generic
242
243 mostlyclean: mostlyclean-am
244
245 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
246                 mostlyclean-am
247
248 clean: clean-am
249
250 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
251                 distclean-tags distclean-generic clean-am
252
253 distclean: distclean-am
254
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."
260
261 maintainer-clean: maintainer-clean-am
262
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
273
274
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.
277 .NOEXPORT: