beta-0.89.2
[luatex.git] / source / libs / poppler / Makefile.in
blob980f969ddf148de33de8cbe7699951d3fc0e1b5c
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 subdir = .
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
92 $(top_srcdir)/../../m4/kpse-visibility.m4 \
93 $(top_srcdir)/../../m4/kpse-warnings.m4 \
94 $(top_srcdir)/../../m4/kpse-win32.m4 \
95 $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \
96 $(top_srcdir)/version.ac $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100 $(am__configure_deps) $(am__DIST_COMMON)
101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = config.h poppler-config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 LIBRARIES = $(noinst_LIBRARIES)
108 AR = ar
109 ARFLAGS = cru
110 AM_V_AR = $(am__v_AR_@AM_V@)
111 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
112 am__v_AR_0 = @echo " AR " $@;
113 am__v_AR_1 =
114 libpoppler_a_AR = $(AR) $(ARFLAGS)
115 libpoppler_a_LIBADD =
116 am__dirstamp = $(am__leading_dot)dirstamp
117 am__objects_1 = @POPPLER_TREE@/goo/gfile.$(OBJEXT) \
118 @POPPLER_TREE@/goo/gmem.$(OBJEXT) \
119 @POPPLER_TREE@/goo/gmempp.$(OBJEXT) \
120 @POPPLER_TREE@/goo/grandom.$(OBJEXT) \
121 @POPPLER_TREE@/goo/gstrtod.$(OBJEXT) \
122 @POPPLER_TREE@/goo/FixedPoint.$(OBJEXT) \
123 @POPPLER_TREE@/goo/GooHash.$(OBJEXT) \
124 @POPPLER_TREE@/goo/GooList.$(OBJEXT) \
125 @POPPLER_TREE@/goo/GooString.$(OBJEXT) \
126 @POPPLER_TREE@/goo/GooTimer.$(OBJEXT)
127 am__objects_2 = @POPPLER_TREE@/fofi/FoFiBase.$(OBJEXT) \
128 @POPPLER_TREE@/fofi/FoFiEncodings.$(OBJEXT) \
129 @POPPLER_TREE@/fofi/FoFiIdentifier.$(OBJEXT) \
130 @POPPLER_TREE@/fofi/FoFiTrueType.$(OBJEXT) \
131 @POPPLER_TREE@/fofi/FoFiType1.$(OBJEXT) \
132 @POPPLER_TREE@/fofi/FoFiType1C.$(OBJEXT)
133 am__objects_3 = @POPPLER_TREE@/poppler/Annot.$(OBJEXT) \
134 @POPPLER_TREE@/poppler/Array.$(OBJEXT) \
135 @POPPLER_TREE@/poppler/BuiltinFont.$(OBJEXT) \
136 @POPPLER_TREE@/poppler/BuiltinFontTables.$(OBJEXT) \
137 @POPPLER_TREE@/poppler/CMap.$(OBJEXT) \
138 @POPPLER_TREE@/poppler/CachedFile.$(OBJEXT) \
139 @POPPLER_TREE@/poppler/Catalog.$(OBJEXT) \
140 @POPPLER_TREE@/poppler/CharCodeToUnicode.$(OBJEXT) \
141 @POPPLER_TREE@/poppler/DateInfo.$(OBJEXT) \
142 @POPPLER_TREE@/poppler/Decrypt.$(OBJEXT) \
143 @POPPLER_TREE@/poppler/Dict.$(OBJEXT) \
144 @POPPLER_TREE@/poppler/Error.$(OBJEXT) \
145 @POPPLER_TREE@/poppler/FileSpec.$(OBJEXT) \
146 @POPPLER_TREE@/poppler/FlateStream.$(OBJEXT) \
147 @POPPLER_TREE@/poppler/FontEncodingTables.$(OBJEXT) \
148 @POPPLER_TREE@/poppler/FontInfo.$(OBJEXT) \
149 @POPPLER_TREE@/poppler/Form.$(OBJEXT) \
150 @POPPLER_TREE@/poppler/Function.$(OBJEXT) \
151 @POPPLER_TREE@/poppler/Gfx.$(OBJEXT) \
152 @POPPLER_TREE@/poppler/GfxFont.$(OBJEXT) \
153 @POPPLER_TREE@/poppler/GfxState.$(OBJEXT) \
154 @POPPLER_TREE@/poppler/GlobalParams.$(OBJEXT) \
155 @POPPLER_TREE@/poppler/Hints.$(OBJEXT) \
156 @POPPLER_TREE@/poppler/JArithmeticDecoder.$(OBJEXT) \
157 @POPPLER_TREE@/poppler/JBIG2Stream.$(OBJEXT) \
158 @POPPLER_TREE@/poppler/JPXStream.$(OBJEXT) \
159 @POPPLER_TREE@/poppler/Lexer.$(OBJEXT) \
160 @POPPLER_TREE@/poppler/Linearization.$(OBJEXT) \
161 @POPPLER_TREE@/poppler/Link.$(OBJEXT) \
162 @POPPLER_TREE@/poppler/MarkedContentOutputDev.$(OBJEXT) \
163 @POPPLER_TREE@/poppler/Movie.$(OBJEXT) \
164 @POPPLER_TREE@/poppler/NameToCharCode.$(OBJEXT) \
165 @POPPLER_TREE@/poppler/Object.$(OBJEXT) \
166 @POPPLER_TREE@/poppler/OptionalContent.$(OBJEXT) \
167 @POPPLER_TREE@/poppler/Outline.$(OBJEXT) \
168 @POPPLER_TREE@/poppler/OutputDev.$(OBJEXT) \
169 @POPPLER_TREE@/poppler/PDFDoc.$(OBJEXT) \
170 @POPPLER_TREE@/poppler/PDFDocEncoding.$(OBJEXT) \
171 @POPPLER_TREE@/poppler/PDFDocFactory.$(OBJEXT) \
172 @POPPLER_TREE@/poppler/PSTokenizer.$(OBJEXT) \
173 @POPPLER_TREE@/poppler/Page.$(OBJEXT) \
174 @POPPLER_TREE@/poppler/PageLabelInfo.$(OBJEXT) \
175 @POPPLER_TREE@/poppler/PageTransition.$(OBJEXT) \
176 @POPPLER_TREE@/poppler/Parser.$(OBJEXT) \
177 @POPPLER_TREE@/poppler/PopplerCache.$(OBJEXT) \
178 @POPPLER_TREE@/poppler/PreScanOutputDev.$(OBJEXT) \
179 @POPPLER_TREE@/poppler/ProfileData.$(OBJEXT) \
180 @POPPLER_TREE@/poppler/Rendition.$(OBJEXT) \
181 @POPPLER_TREE@/poppler/SecurityHandler.$(OBJEXT) \
182 @POPPLER_TREE@/poppler/Sound.$(OBJEXT) \
183 @POPPLER_TREE@/poppler/StdinCachedFile.$(OBJEXT) \
184 @POPPLER_TREE@/poppler/StdinPDFDocBuilder.$(OBJEXT) \
185 @POPPLER_TREE@/poppler/Stream.$(OBJEXT) \
186 @POPPLER_TREE@/poppler/StructElement.$(OBJEXT) \
187 @POPPLER_TREE@/poppler/StructTreeRoot.$(OBJEXT) \
188 @POPPLER_TREE@/poppler/UTF.$(OBJEXT) \
189 @POPPLER_TREE@/poppler/UnicodeMap.$(OBJEXT) \
190 @POPPLER_TREE@/poppler/UnicodeTypeTable.$(OBJEXT) \
191 @POPPLER_TREE@/poppler/ViewerPreferences.$(OBJEXT) \
192 @POPPLER_TREE@/poppler/XRef.$(OBJEXT) \
193 @POPPLER_TREE@/poppler/XpdfPluginAPI.$(OBJEXT) \
194 @POPPLER_TREE@/poppler/strtok_r.$(OBJEXT)
195 nodist_libpoppler_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
196 $(am__objects_3)
197 libpoppler_a_OBJECTS = $(nodist_libpoppler_a_OBJECTS)
198 AM_V_P = $(am__v_P_@AM_V@)
199 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
200 am__v_P_0 = false
201 am__v_P_1 = :
202 AM_V_GEN = $(am__v_GEN_@AM_V@)
203 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
204 am__v_GEN_0 = @echo " GEN " $@;
205 am__v_GEN_1 =
206 AM_V_at = $(am__v_at_@AM_V@)
207 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
208 am__v_at_0 = @
209 am__v_at_1 =
210 DEFAULT_INCLUDES = -I.@am__isrc@
211 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
212 am__depfiles_maybe = depfiles
213 am__mv = mv -f
214 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
215 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
216 AM_V_CXX = $(am__v_CXX_@AM_V@)
217 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
218 am__v_CXX_0 = @echo " CXX " $@;
219 am__v_CXX_1 =
220 CXXLD = $(CXX)
221 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
222 -o $@
223 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
224 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
225 am__v_CXXLD_0 = @echo " CXXLD " $@;
226 am__v_CXXLD_1 =
227 SOURCES = $(nodist_libpoppler_a_SOURCES)
228 DIST_SOURCES =
229 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
230 ctags-recursive dvi-recursive html-recursive info-recursive \
231 install-data-recursive install-dvi-recursive \
232 install-exec-recursive install-html-recursive \
233 install-info-recursive install-pdf-recursive \
234 install-ps-recursive install-recursive installcheck-recursive \
235 installdirs-recursive pdf-recursive ps-recursive \
236 tags-recursive uninstall-recursive
237 am__can_run_installinfo = \
238 case $$AM_UPDATE_INFO_DIR in \
239 n|no|NO) false;; \
240 *) (install-info --version) >/dev/null 2>&1;; \
241 esac
242 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
243 distclean-recursive maintainer-clean-recursive
244 am__recursive_targets = \
245 $(RECURSIVE_TARGETS) \
246 $(RECURSIVE_CLEAN_TARGETS) \
247 $(am__extra_recursive_targets)
248 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
249 cscope distdir dist dist-all distcheck
250 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
251 $(LISP)config.h.in
252 # Read a list of newline-separated strings from the standard input,
253 # and print each of them once, without duplicates. Input order is
254 # *not* preserved.
255 am__uniquify_input = $(AWK) '\
256 BEGIN { nonempty = 0; } \
257 { items[$$0] = 1; nonempty = 1; } \
258 END { if (nonempty) { for (i in items) print i; }; } \
260 # Make sure the list of sources is unique. This is necessary because,
261 # e.g., the same source file might be shared among _SOURCES variables
262 # for different programs/libraries.
263 am__define_uniq_tagged_files = \
264 list='$(am__tagged_files)'; \
265 unique=`for i in $$list; do \
266 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
267 done | $(am__uniquify_input)`
268 ETAGS = etags
269 CTAGS = ctags
270 CSCOPE = cscope
271 DIST_SUBDIRS = $(SUBDIRS)
272 am__DIST_COMMON = $(srcdir)/../../am/dist_hook.am \
273 $(srcdir)/../../am/rebuild.am $(srcdir)/../../am/reconfig.am \
274 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
275 $(top_srcdir)/../../build-aux/compile \
276 $(top_srcdir)/../../build-aux/depcomp \
277 $(top_srcdir)/../../build-aux/install-sh \
278 $(top_srcdir)/../../build-aux/missing \
279 $(top_srcdir)/poppler-src/poppler/poppler-config.h.in \
280 ../../build-aux/compile ../../build-aux/config.guess \
281 ../../build-aux/config.sub ../../build-aux/depcomp \
282 ../../build-aux/install-sh ../../build-aux/ltmain.sh \
283 ../../build-aux/missing ../../build-aux/texinfo.tex \
284 ../../build-aux/ylwrap ChangeLog
285 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
286 distdir = $(PACKAGE)-$(VERSION)
287 top_distdir = $(distdir)
288 am__remove_distdir = \
289 if test -d "$(distdir)"; then \
290 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
291 && rm -rf "$(distdir)" \
292 || { sleep 5 && rm -rf "$(distdir)"; }; \
293 else :; fi
294 am__post_remove_distdir = $(am__remove_distdir)
295 am__relativize = \
296 dir0=`pwd`; \
297 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
298 sed_rest='s,^[^/]*/*,,'; \
299 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
300 sed_butlast='s,/*[^/]*$$,,'; \
301 while test -n "$$dir1"; do \
302 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
303 if test "$$first" != "."; then \
304 if test "$$first" = ".."; then \
305 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
306 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
307 else \
308 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
309 if test "$$first2" = "$$first"; then \
310 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
311 else \
312 dir2="../$$dir2"; \
313 fi; \
314 dir0="$$dir0"/"$$first"; \
315 fi; \
316 fi; \
317 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
318 done; \
319 reldir="$$dir2"
320 DIST_ARCHIVES = $(distdir).tar.gz
321 GZIP_ENV = --best
322 DIST_TARGETS = dist-gzip
323 distuninstallcheck_listfiles = find . -type f -print
324 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
325 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
326 distcleancheck_listfiles = find . -type f -print
327 ACLOCAL = @ACLOCAL@
328 AMTAR = @AMTAR@
329 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
330 AUTOCONF = @AUTOCONF@
331 AUTOHEADER = @AUTOHEADER@
332 AUTOMAKE = @AUTOMAKE@
333 AWK = @AWK@
334 CC = @CC@
335 CCDEPMODE = @CCDEPMODE@
336 CFLAGS = @CFLAGS@
337 CPP = @CPP@
338 CPPFLAGS = @CPPFLAGS@
339 CXX = @CXX@
340 CXXDEPMODE = @CXXDEPMODE@
341 CXXFLAGS = @CXXFLAGS@
342 CYGPATH_W = @CYGPATH_W@
343 DEFS = @DEFS@
344 DEPDIR = @DEPDIR@
345 ECHO_C = @ECHO_C@
346 ECHO_N = @ECHO_N@
347 ECHO_T = @ECHO_T@
348 EGREP = @EGREP@
349 EXEEXT = @EXEEXT@
350 GREP = @GREP@
351 INSTALL = @INSTALL@
352 INSTALL_DATA = @INSTALL_DATA@
353 INSTALL_PROGRAM = @INSTALL_PROGRAM@
354 INSTALL_SCRIPT = @INSTALL_SCRIPT@
355 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
356 LDFLAGS = @LDFLAGS@
357 LIBOBJS = @LIBOBJS@
358 LIBS = @LIBS@
359 LN_S = @LN_S@
360 LTLIBOBJS = @LTLIBOBJS@
361 MAINT = @MAINT@
362 MAKEINFO = @MAKEINFO@
363 MKDIR_P = @MKDIR_P@
364 NO_WARN_CXXFLAGS = @NO_WARN_CXXFLAGS@
365 OBJEXT = @OBJEXT@
366 PACKAGE = @PACKAGE@
367 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
368 PACKAGE_NAME = @PACKAGE_NAME@
369 PACKAGE_STRING = @PACKAGE_STRING@
370 PACKAGE_TARNAME = @PACKAGE_TARNAME@
371 PACKAGE_URL = @PACKAGE_URL@
372 PACKAGE_VERSION = @PACKAGE_VERSION@
373 PATH_SEPARATOR = @PATH_SEPARATOR@
374 POPPLER_TREE = @POPPLER_TREE@
375 RANLIB = @RANLIB@
376 SET_MAKE = @SET_MAKE@
377 SHELL = @SHELL@
378 STRIP = @STRIP@
379 VERSION = @VERSION@
380 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
381 VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
382 WARNING_CFLAGS = @WARNING_CFLAGS@
383 WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
384 ZLIB_DEPEND = @ZLIB_DEPEND@
385 ZLIB_INCLUDES = @ZLIB_INCLUDES@
386 ZLIB_LIBS = @ZLIB_LIBS@
387 abs_builddir = @abs_builddir@
388 abs_srcdir = @abs_srcdir@
389 abs_top_builddir = @abs_top_builddir@
390 abs_top_srcdir = @abs_top_srcdir@
391 ac_ct_CC = @ac_ct_CC@
392 ac_ct_CXX = @ac_ct_CXX@
393 am__include = @am__include@
394 am__leading_dot = @am__leading_dot@
395 am__quote = @am__quote@
396 am__tar = @am__tar@
397 am__untar = @am__untar@
398 bindir = @bindir@
399 build_alias = @build_alias@
400 builddir = @builddir@
401 datadir = @datadir@
402 datarootdir = @datarootdir@
403 docdir = @docdir@
404 dvidir = @dvidir@
405 exec_prefix = @exec_prefix@
406 host_alias = @host_alias@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 libdir = @libdir@
412 libexecdir = @libexecdir@
413 localedir = @localedir@
414 localstatedir = @localstatedir@
415 mandir = @mandir@
416 mkdir_p = @mkdir_p@
417 oldincludedir = @oldincludedir@
418 pdfdir = @pdfdir@
419 prefix = @prefix@
420 program_transform_name = @program_transform_name@
421 psdir = @psdir@
422 sbindir = @sbindir@
423 sharedstatedir = @sharedstatedir@
424 srcdir = @srcdir@
425 sysconfdir = @sysconfdir@
426 target_alias = @target_alias@
427 top_build_prefix = @top_build_prefix@
428 top_builddir = @top_builddir@
429 top_srcdir = @top_srcdir@
430 EXTRA_DIST = $(POPPLER_TREE) poppler-PATCHES
431 NEVER_DIST = `find . $(NEVER_NAMES)`
433 # Files not to be distributed
434 NEVER_NAMES = -name .svn $(NEVER_NAMES_SUB)
435 NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
436 NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
437 SUBDIRS = . include
438 GOO_SRC = $(top_srcdir)/$(POPPLER_TREE)/goo
439 FOFI_SRC = $(top_srcdir)/$(POPPLER_TREE)/fofi
440 POPPLER_SRC = $(top_srcdir)/$(POPPLER_TREE)/poppler
441 AM_CPPFLAGS = -I$(top_srcdir)/$(POPPLER_TREE) -I$(GOO_SRC) \
442 $(ZLIB_INCLUDES) -DPOPPLER_DATADIR='"."'
443 AM_CFLAGS = $(VISIBILITY_CFLAGS) $(WARNING_CFLAGS)
444 AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) $(NO_WARN_CXXFLAGS)
445 noinst_LIBRARIES = libpoppler.a
446 nodist_libpoppler_a_SOURCES = \
447 $(goo_libGoo_a_sources) \
448 $(fofi_libfofi_a_sources) \
449 $(poppler_libpoppler_a_sources)
451 goo_libGoo_a_sources = \
452 @POPPLER_TREE@/goo/gfile.cc \
453 @POPPLER_TREE@/goo/gmem.cc \
454 @POPPLER_TREE@/goo/gmempp.cc \
455 @POPPLER_TREE@/goo/grandom.cc \
456 @POPPLER_TREE@/goo/gstrtod.cc \
457 @POPPLER_TREE@/goo/FixedPoint.cc \
458 @POPPLER_TREE@/goo/GooHash.cc \
459 @POPPLER_TREE@/goo/GooList.cc \
460 @POPPLER_TREE@/goo/GooString.cc \
461 @POPPLER_TREE@/goo/GooTimer.cc
463 fofi_libfofi_a_sources = \
464 @POPPLER_TREE@/fofi/FoFiBase.cc \
465 @POPPLER_TREE@/fofi/FoFiEncodings.cc \
466 @POPPLER_TREE@/fofi/FoFiIdentifier.cc \
467 @POPPLER_TREE@/fofi/FoFiTrueType.cc \
468 @POPPLER_TREE@/fofi/FoFiType1.cc \
469 @POPPLER_TREE@/fofi/FoFiType1C.cc
471 poppler_libpoppler_a_sources = \
472 @POPPLER_TREE@/poppler/Annot.cc \
473 @POPPLER_TREE@/poppler/Array.cc \
474 @POPPLER_TREE@/poppler/BuiltinFont.cc \
475 @POPPLER_TREE@/poppler/BuiltinFontTables.cc \
476 @POPPLER_TREE@/poppler/CMap.cc \
477 @POPPLER_TREE@/poppler/CachedFile.cc \
478 @POPPLER_TREE@/poppler/Catalog.cc \
479 @POPPLER_TREE@/poppler/CharCodeToUnicode.cc \
480 @POPPLER_TREE@/poppler/DateInfo.cc \
481 @POPPLER_TREE@/poppler/Decrypt.cc \
482 @POPPLER_TREE@/poppler/Dict.cc \
483 @POPPLER_TREE@/poppler/Error.cc \
484 @POPPLER_TREE@/poppler/FileSpec.cc \
485 @POPPLER_TREE@/poppler/FlateStream.cc \
486 @POPPLER_TREE@/poppler/FontEncodingTables.cc \
487 @POPPLER_TREE@/poppler/FontInfo.cc \
488 @POPPLER_TREE@/poppler/Form.cc \
489 @POPPLER_TREE@/poppler/Function.cc \
490 @POPPLER_TREE@/poppler/Gfx.cc \
491 @POPPLER_TREE@/poppler/GfxFont.cc \
492 @POPPLER_TREE@/poppler/GfxState.cc \
493 @POPPLER_TREE@/poppler/GlobalParams.cc \
494 @POPPLER_TREE@/poppler/Hints.cc \
495 @POPPLER_TREE@/poppler/JArithmeticDecoder.cc \
496 @POPPLER_TREE@/poppler/JBIG2Stream.cc \
497 @POPPLER_TREE@/poppler/JPXStream.cc \
498 @POPPLER_TREE@/poppler/Lexer.cc \
499 @POPPLER_TREE@/poppler/Linearization.cc \
500 @POPPLER_TREE@/poppler/Link.cc \
501 @POPPLER_TREE@/poppler/MarkedContentOutputDev.cc \
502 @POPPLER_TREE@/poppler/Movie.cc \
503 @POPPLER_TREE@/poppler/NameToCharCode.cc \
504 @POPPLER_TREE@/poppler/Object.cc \
505 @POPPLER_TREE@/poppler/OptionalContent.cc \
506 @POPPLER_TREE@/poppler/Outline.cc \
507 @POPPLER_TREE@/poppler/OutputDev.cc \
508 @POPPLER_TREE@/poppler/PDFDoc.cc \
509 @POPPLER_TREE@/poppler/PDFDocEncoding.cc \
510 @POPPLER_TREE@/poppler/PDFDocFactory.cc \
511 @POPPLER_TREE@/poppler/PSTokenizer.cc \
512 @POPPLER_TREE@/poppler/Page.cc \
513 @POPPLER_TREE@/poppler/PageLabelInfo.cc \
514 @POPPLER_TREE@/poppler/PageTransition.cc \
515 @POPPLER_TREE@/poppler/Parser.cc \
516 @POPPLER_TREE@/poppler/PopplerCache.cc \
517 @POPPLER_TREE@/poppler/PreScanOutputDev.cc \
518 @POPPLER_TREE@/poppler/ProfileData.cc \
519 @POPPLER_TREE@/poppler/Rendition.cc \
520 @POPPLER_TREE@/poppler/SecurityHandler.cc \
521 @POPPLER_TREE@/poppler/Sound.cc \
522 @POPPLER_TREE@/poppler/StdinCachedFile.cc \
523 @POPPLER_TREE@/poppler/StdinPDFDocBuilder.cc \
524 @POPPLER_TREE@/poppler/Stream.cc \
525 @POPPLER_TREE@/poppler/StructElement.cc \
526 @POPPLER_TREE@/poppler/StructTreeRoot.cc \
527 @POPPLER_TREE@/poppler/UTF.cc \
528 @POPPLER_TREE@/poppler/UnicodeMap.cc \
529 @POPPLER_TREE@/poppler/UnicodeTypeTable.cc \
530 @POPPLER_TREE@/poppler/ViewerPreferences.cc \
531 @POPPLER_TREE@/poppler/XRef.cc \
532 @POPPLER_TREE@/poppler/XpdfPluginAPI.cc \
533 @POPPLER_TREE@/poppler/strtok_r.cpp
536 # Reconfig
537 reconfig_prereq = $(ZLIB_DEPEND)
538 DISTCLEANFILES = config.force
540 # Rebuild
541 rebuild_prereq =
542 rebuild_target = all
543 CLEANFILES = rebuild.stamp
544 all: config.h poppler-config.h
545 $(MAKE) $(AM_MAKEFLAGS) all-recursive
547 .SUFFIXES:
548 .SUFFIXES: .cc .cpp .o .obj
549 am--refresh: Makefile
551 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
552 @for dep in $?; do \
553 case '$(am__configure_deps)' in \
554 *$$dep*) \
555 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
556 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
557 && exit 0; \
558 exit 1;; \
559 esac; \
560 done; \
561 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
562 $(am__cd) $(top_srcdir) && \
563 $(AUTOMAKE) --foreign Makefile
564 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
565 @case '$?' in \
566 *config.status*) \
567 echo ' $(SHELL) ./config.status'; \
568 $(SHELL) ./config.status;; \
569 *) \
570 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
571 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
572 esac;
573 $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__empty):
575 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
576 $(SHELL) ./config.status --recheck
578 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
579 $(am__cd) $(srcdir) && $(AUTOCONF)
580 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
581 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
582 $(am__aclocal_m4_deps):
584 config.h: stamp-h1
585 @test -f $@ || rm -f stamp-h1
586 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
588 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
589 @rm -f stamp-h1
590 cd $(top_builddir) && $(SHELL) ./config.status config.h
591 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
592 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
593 rm -f stamp-h1
594 touch $@
596 poppler-config.h: stamp-h2
597 @test -f $@ || rm -f stamp-h2
598 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
600 stamp-h2: $(top_srcdir)/poppler-src/poppler/poppler-config.h.in $(top_builddir)/config.status
601 @rm -f stamp-h2
602 cd $(top_builddir) && $(SHELL) ./config.status poppler-config.h
604 distclean-hdr:
605 -rm -f config.h stamp-h1 poppler-config.h stamp-h2
607 clean-noinstLIBRARIES:
608 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
609 @POPPLER_TREE@/goo/$(am__dirstamp):
610 @$(MKDIR_P) @POPPLER_TREE@/goo
611 @: > @POPPLER_TREE@/goo/$(am__dirstamp)
612 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp):
613 @$(MKDIR_P) @POPPLER_TREE@/goo/$(DEPDIR)
614 @: > @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
615 @POPPLER_TREE@/goo/gfile.$(OBJEXT): \
616 @POPPLER_TREE@/goo/$(am__dirstamp) \
617 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
618 @POPPLER_TREE@/goo/gmem.$(OBJEXT): @POPPLER_TREE@/goo/$(am__dirstamp) \
619 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
620 @POPPLER_TREE@/goo/gmempp.$(OBJEXT): \
621 @POPPLER_TREE@/goo/$(am__dirstamp) \
622 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
623 @POPPLER_TREE@/goo/grandom.$(OBJEXT): \
624 @POPPLER_TREE@/goo/$(am__dirstamp) \
625 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
626 @POPPLER_TREE@/goo/gstrtod.$(OBJEXT): \
627 @POPPLER_TREE@/goo/$(am__dirstamp) \
628 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
629 @POPPLER_TREE@/goo/FixedPoint.$(OBJEXT): \
630 @POPPLER_TREE@/goo/$(am__dirstamp) \
631 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
632 @POPPLER_TREE@/goo/GooHash.$(OBJEXT): \
633 @POPPLER_TREE@/goo/$(am__dirstamp) \
634 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
635 @POPPLER_TREE@/goo/GooList.$(OBJEXT): \
636 @POPPLER_TREE@/goo/$(am__dirstamp) \
637 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
638 @POPPLER_TREE@/goo/GooString.$(OBJEXT): \
639 @POPPLER_TREE@/goo/$(am__dirstamp) \
640 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
641 @POPPLER_TREE@/goo/GooTimer.$(OBJEXT): \
642 @POPPLER_TREE@/goo/$(am__dirstamp) \
643 @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
644 @POPPLER_TREE@/fofi/$(am__dirstamp):
645 @$(MKDIR_P) @POPPLER_TREE@/fofi
646 @: > @POPPLER_TREE@/fofi/$(am__dirstamp)
647 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp):
648 @$(MKDIR_P) @POPPLER_TREE@/fofi/$(DEPDIR)
649 @: > @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
650 @POPPLER_TREE@/fofi/FoFiBase.$(OBJEXT): \
651 @POPPLER_TREE@/fofi/$(am__dirstamp) \
652 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
653 @POPPLER_TREE@/fofi/FoFiEncodings.$(OBJEXT): \
654 @POPPLER_TREE@/fofi/$(am__dirstamp) \
655 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
656 @POPPLER_TREE@/fofi/FoFiIdentifier.$(OBJEXT): \
657 @POPPLER_TREE@/fofi/$(am__dirstamp) \
658 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
659 @POPPLER_TREE@/fofi/FoFiTrueType.$(OBJEXT): \
660 @POPPLER_TREE@/fofi/$(am__dirstamp) \
661 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
662 @POPPLER_TREE@/fofi/FoFiType1.$(OBJEXT): \
663 @POPPLER_TREE@/fofi/$(am__dirstamp) \
664 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
665 @POPPLER_TREE@/fofi/FoFiType1C.$(OBJEXT): \
666 @POPPLER_TREE@/fofi/$(am__dirstamp) \
667 @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
668 @POPPLER_TREE@/poppler/$(am__dirstamp):
669 @$(MKDIR_P) @POPPLER_TREE@/poppler
670 @: > @POPPLER_TREE@/poppler/$(am__dirstamp)
671 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp):
672 @$(MKDIR_P) @POPPLER_TREE@/poppler/$(DEPDIR)
673 @: > @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
674 @POPPLER_TREE@/poppler/Annot.$(OBJEXT): \
675 @POPPLER_TREE@/poppler/$(am__dirstamp) \
676 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
677 @POPPLER_TREE@/poppler/Array.$(OBJEXT): \
678 @POPPLER_TREE@/poppler/$(am__dirstamp) \
679 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
680 @POPPLER_TREE@/poppler/BuiltinFont.$(OBJEXT): \
681 @POPPLER_TREE@/poppler/$(am__dirstamp) \
682 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
683 @POPPLER_TREE@/poppler/BuiltinFontTables.$(OBJEXT): \
684 @POPPLER_TREE@/poppler/$(am__dirstamp) \
685 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
686 @POPPLER_TREE@/poppler/CMap.$(OBJEXT): \
687 @POPPLER_TREE@/poppler/$(am__dirstamp) \
688 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
689 @POPPLER_TREE@/poppler/CachedFile.$(OBJEXT): \
690 @POPPLER_TREE@/poppler/$(am__dirstamp) \
691 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
692 @POPPLER_TREE@/poppler/Catalog.$(OBJEXT): \
693 @POPPLER_TREE@/poppler/$(am__dirstamp) \
694 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
695 @POPPLER_TREE@/poppler/CharCodeToUnicode.$(OBJEXT): \
696 @POPPLER_TREE@/poppler/$(am__dirstamp) \
697 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
698 @POPPLER_TREE@/poppler/DateInfo.$(OBJEXT): \
699 @POPPLER_TREE@/poppler/$(am__dirstamp) \
700 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
701 @POPPLER_TREE@/poppler/Decrypt.$(OBJEXT): \
702 @POPPLER_TREE@/poppler/$(am__dirstamp) \
703 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
704 @POPPLER_TREE@/poppler/Dict.$(OBJEXT): \
705 @POPPLER_TREE@/poppler/$(am__dirstamp) \
706 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
707 @POPPLER_TREE@/poppler/Error.$(OBJEXT): \
708 @POPPLER_TREE@/poppler/$(am__dirstamp) \
709 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
710 @POPPLER_TREE@/poppler/FileSpec.$(OBJEXT): \
711 @POPPLER_TREE@/poppler/$(am__dirstamp) \
712 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
713 @POPPLER_TREE@/poppler/FlateStream.$(OBJEXT): \
714 @POPPLER_TREE@/poppler/$(am__dirstamp) \
715 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
716 @POPPLER_TREE@/poppler/FontEncodingTables.$(OBJEXT): \
717 @POPPLER_TREE@/poppler/$(am__dirstamp) \
718 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
719 @POPPLER_TREE@/poppler/FontInfo.$(OBJEXT): \
720 @POPPLER_TREE@/poppler/$(am__dirstamp) \
721 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
722 @POPPLER_TREE@/poppler/Form.$(OBJEXT): \
723 @POPPLER_TREE@/poppler/$(am__dirstamp) \
724 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
725 @POPPLER_TREE@/poppler/Function.$(OBJEXT): \
726 @POPPLER_TREE@/poppler/$(am__dirstamp) \
727 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
728 @POPPLER_TREE@/poppler/Gfx.$(OBJEXT): \
729 @POPPLER_TREE@/poppler/$(am__dirstamp) \
730 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
731 @POPPLER_TREE@/poppler/GfxFont.$(OBJEXT): \
732 @POPPLER_TREE@/poppler/$(am__dirstamp) \
733 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
734 @POPPLER_TREE@/poppler/GfxState.$(OBJEXT): \
735 @POPPLER_TREE@/poppler/$(am__dirstamp) \
736 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
737 @POPPLER_TREE@/poppler/GlobalParams.$(OBJEXT): \
738 @POPPLER_TREE@/poppler/$(am__dirstamp) \
739 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
740 @POPPLER_TREE@/poppler/Hints.$(OBJEXT): \
741 @POPPLER_TREE@/poppler/$(am__dirstamp) \
742 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
743 @POPPLER_TREE@/poppler/JArithmeticDecoder.$(OBJEXT): \
744 @POPPLER_TREE@/poppler/$(am__dirstamp) \
745 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
746 @POPPLER_TREE@/poppler/JBIG2Stream.$(OBJEXT): \
747 @POPPLER_TREE@/poppler/$(am__dirstamp) \
748 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
749 @POPPLER_TREE@/poppler/JPXStream.$(OBJEXT): \
750 @POPPLER_TREE@/poppler/$(am__dirstamp) \
751 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
752 @POPPLER_TREE@/poppler/Lexer.$(OBJEXT): \
753 @POPPLER_TREE@/poppler/$(am__dirstamp) \
754 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
755 @POPPLER_TREE@/poppler/Linearization.$(OBJEXT): \
756 @POPPLER_TREE@/poppler/$(am__dirstamp) \
757 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
758 @POPPLER_TREE@/poppler/Link.$(OBJEXT): \
759 @POPPLER_TREE@/poppler/$(am__dirstamp) \
760 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
761 @POPPLER_TREE@/poppler/MarkedContentOutputDev.$(OBJEXT): \
762 @POPPLER_TREE@/poppler/$(am__dirstamp) \
763 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
764 @POPPLER_TREE@/poppler/Movie.$(OBJEXT): \
765 @POPPLER_TREE@/poppler/$(am__dirstamp) \
766 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
767 @POPPLER_TREE@/poppler/NameToCharCode.$(OBJEXT): \
768 @POPPLER_TREE@/poppler/$(am__dirstamp) \
769 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
770 @POPPLER_TREE@/poppler/Object.$(OBJEXT): \
771 @POPPLER_TREE@/poppler/$(am__dirstamp) \
772 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
773 @POPPLER_TREE@/poppler/OptionalContent.$(OBJEXT): \
774 @POPPLER_TREE@/poppler/$(am__dirstamp) \
775 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
776 @POPPLER_TREE@/poppler/Outline.$(OBJEXT): \
777 @POPPLER_TREE@/poppler/$(am__dirstamp) \
778 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
779 @POPPLER_TREE@/poppler/OutputDev.$(OBJEXT): \
780 @POPPLER_TREE@/poppler/$(am__dirstamp) \
781 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
782 @POPPLER_TREE@/poppler/PDFDoc.$(OBJEXT): \
783 @POPPLER_TREE@/poppler/$(am__dirstamp) \
784 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
785 @POPPLER_TREE@/poppler/PDFDocEncoding.$(OBJEXT): \
786 @POPPLER_TREE@/poppler/$(am__dirstamp) \
787 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
788 @POPPLER_TREE@/poppler/PDFDocFactory.$(OBJEXT): \
789 @POPPLER_TREE@/poppler/$(am__dirstamp) \
790 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
791 @POPPLER_TREE@/poppler/PSTokenizer.$(OBJEXT): \
792 @POPPLER_TREE@/poppler/$(am__dirstamp) \
793 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
794 @POPPLER_TREE@/poppler/Page.$(OBJEXT): \
795 @POPPLER_TREE@/poppler/$(am__dirstamp) \
796 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
797 @POPPLER_TREE@/poppler/PageLabelInfo.$(OBJEXT): \
798 @POPPLER_TREE@/poppler/$(am__dirstamp) \
799 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
800 @POPPLER_TREE@/poppler/PageTransition.$(OBJEXT): \
801 @POPPLER_TREE@/poppler/$(am__dirstamp) \
802 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
803 @POPPLER_TREE@/poppler/Parser.$(OBJEXT): \
804 @POPPLER_TREE@/poppler/$(am__dirstamp) \
805 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
806 @POPPLER_TREE@/poppler/PopplerCache.$(OBJEXT): \
807 @POPPLER_TREE@/poppler/$(am__dirstamp) \
808 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
809 @POPPLER_TREE@/poppler/PreScanOutputDev.$(OBJEXT): \
810 @POPPLER_TREE@/poppler/$(am__dirstamp) \
811 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
812 @POPPLER_TREE@/poppler/ProfileData.$(OBJEXT): \
813 @POPPLER_TREE@/poppler/$(am__dirstamp) \
814 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
815 @POPPLER_TREE@/poppler/Rendition.$(OBJEXT): \
816 @POPPLER_TREE@/poppler/$(am__dirstamp) \
817 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
818 @POPPLER_TREE@/poppler/SecurityHandler.$(OBJEXT): \
819 @POPPLER_TREE@/poppler/$(am__dirstamp) \
820 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
821 @POPPLER_TREE@/poppler/Sound.$(OBJEXT): \
822 @POPPLER_TREE@/poppler/$(am__dirstamp) \
823 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
824 @POPPLER_TREE@/poppler/StdinCachedFile.$(OBJEXT): \
825 @POPPLER_TREE@/poppler/$(am__dirstamp) \
826 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
827 @POPPLER_TREE@/poppler/StdinPDFDocBuilder.$(OBJEXT): \
828 @POPPLER_TREE@/poppler/$(am__dirstamp) \
829 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
830 @POPPLER_TREE@/poppler/Stream.$(OBJEXT): \
831 @POPPLER_TREE@/poppler/$(am__dirstamp) \
832 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
833 @POPPLER_TREE@/poppler/StructElement.$(OBJEXT): \
834 @POPPLER_TREE@/poppler/$(am__dirstamp) \
835 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
836 @POPPLER_TREE@/poppler/StructTreeRoot.$(OBJEXT): \
837 @POPPLER_TREE@/poppler/$(am__dirstamp) \
838 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
839 @POPPLER_TREE@/poppler/UTF.$(OBJEXT): \
840 @POPPLER_TREE@/poppler/$(am__dirstamp) \
841 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
842 @POPPLER_TREE@/poppler/UnicodeMap.$(OBJEXT): \
843 @POPPLER_TREE@/poppler/$(am__dirstamp) \
844 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
845 @POPPLER_TREE@/poppler/UnicodeTypeTable.$(OBJEXT): \
846 @POPPLER_TREE@/poppler/$(am__dirstamp) \
847 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
848 @POPPLER_TREE@/poppler/ViewerPreferences.$(OBJEXT): \
849 @POPPLER_TREE@/poppler/$(am__dirstamp) \
850 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
851 @POPPLER_TREE@/poppler/XRef.$(OBJEXT): \
852 @POPPLER_TREE@/poppler/$(am__dirstamp) \
853 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
854 @POPPLER_TREE@/poppler/XpdfPluginAPI.$(OBJEXT): \
855 @POPPLER_TREE@/poppler/$(am__dirstamp) \
856 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
857 @POPPLER_TREE@/poppler/strtok_r.$(OBJEXT): \
858 @POPPLER_TREE@/poppler/$(am__dirstamp) \
859 @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
861 libpoppler.a: $(libpoppler_a_OBJECTS) $(libpoppler_a_DEPENDENCIES) $(EXTRA_libpoppler_a_DEPENDENCIES)
862 $(AM_V_at)-rm -f libpoppler.a
863 $(AM_V_AR)$(libpoppler_a_AR) libpoppler.a $(libpoppler_a_OBJECTS) $(libpoppler_a_LIBADD)
864 $(AM_V_at)$(RANLIB) libpoppler.a
866 mostlyclean-compile:
867 -rm -f *.$(OBJEXT)
868 -rm -f @POPPLER_TREE@/fofi/*.$(OBJEXT)
869 -rm -f @POPPLER_TREE@/goo/*.$(OBJEXT)
870 -rm -f @POPPLER_TREE@/poppler/*.$(OBJEXT)
872 distclean-compile:
873 -rm -f *.tab.c
875 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiBase.Po@am__quote@
876 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiEncodings.Po@am__quote@
877 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiIdentifier.Po@am__quote@
878 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiTrueType.Po@am__quote@
879 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiType1.Po@am__quote@
880 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/fofi/$(DEPDIR)/FoFiType1C.Po@am__quote@
881 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/FixedPoint.Po@am__quote@
882 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/GooHash.Po@am__quote@
883 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/GooList.Po@am__quote@
884 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/GooString.Po@am__quote@
885 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/GooTimer.Po@am__quote@
886 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/gfile.Po@am__quote@
887 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/gmem.Po@am__quote@
888 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/gmempp.Po@am__quote@
889 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/grandom.Po@am__quote@
890 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/goo/$(DEPDIR)/gstrtod.Po@am__quote@
891 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Annot.Po@am__quote@
892 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Array.Po@am__quote@
893 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/BuiltinFont.Po@am__quote@
894 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/BuiltinFontTables.Po@am__quote@
895 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/CMap.Po@am__quote@
896 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/CachedFile.Po@am__quote@
897 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Catalog.Po@am__quote@
898 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/CharCodeToUnicode.Po@am__quote@
899 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/DateInfo.Po@am__quote@
900 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Decrypt.Po@am__quote@
901 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Dict.Po@am__quote@
902 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Error.Po@am__quote@
903 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/FileSpec.Po@am__quote@
904 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/FlateStream.Po@am__quote@
905 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/FontEncodingTables.Po@am__quote@
906 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/FontInfo.Po@am__quote@
907 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Form.Po@am__quote@
908 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Function.Po@am__quote@
909 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Gfx.Po@am__quote@
910 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/GfxFont.Po@am__quote@
911 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/GfxState.Po@am__quote@
912 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/GlobalParams.Po@am__quote@
913 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Hints.Po@am__quote@
914 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/JArithmeticDecoder.Po@am__quote@
915 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/JBIG2Stream.Po@am__quote@
916 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/JPXStream.Po@am__quote@
917 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Lexer.Po@am__quote@
918 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Linearization.Po@am__quote@
919 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Link.Po@am__quote@
920 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/MarkedContentOutputDev.Po@am__quote@
921 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Movie.Po@am__quote@
922 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/NameToCharCode.Po@am__quote@
923 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Object.Po@am__quote@
924 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/OptionalContent.Po@am__quote@
925 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Outline.Po@am__quote@
926 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/OutputDev.Po@am__quote@
927 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PDFDoc.Po@am__quote@
928 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PDFDocEncoding.Po@am__quote@
929 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PDFDocFactory.Po@am__quote@
930 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PSTokenizer.Po@am__quote@
931 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Page.Po@am__quote@
932 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PageLabelInfo.Po@am__quote@
933 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PageTransition.Po@am__quote@
934 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Parser.Po@am__quote@
935 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PopplerCache.Po@am__quote@
936 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/PreScanOutputDev.Po@am__quote@
937 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/ProfileData.Po@am__quote@
938 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Rendition.Po@am__quote@
939 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/SecurityHandler.Po@am__quote@
940 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Sound.Po@am__quote@
941 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/StdinCachedFile.Po@am__quote@
942 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/StdinPDFDocBuilder.Po@am__quote@
943 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/Stream.Po@am__quote@
944 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/StructElement.Po@am__quote@
945 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/StructTreeRoot.Po@am__quote@
946 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/UTF.Po@am__quote@
947 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/UnicodeMap.Po@am__quote@
948 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/UnicodeTypeTable.Po@am__quote@
949 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/ViewerPreferences.Po@am__quote@
950 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/XRef.Po@am__quote@
951 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/XpdfPluginAPI.Po@am__quote@
952 @AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/strtok_r.Po@am__quote@
954 .cc.o:
955 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
956 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
957 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
958 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
959 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
960 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
962 .cc.obj:
963 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
964 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
965 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
966 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
967 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
968 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
970 .cpp.o:
971 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
972 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
973 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
974 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
975 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
978 .cpp.obj:
979 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
980 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
981 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
982 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
983 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
986 # This directory's subdirectories are mostly independent; you can cd
987 # into them and run 'make' without going through this Makefile.
988 # To change the values of 'make' variables: instead of editing Makefiles,
989 # (1) if the variable is set in 'config.status', edit 'config.status'
990 # (which will cause the Makefiles to be regenerated when you run 'make');
991 # (2) otherwise, pass the desired values on the 'make' command line.
992 $(am__recursive_targets):
993 @fail=; \
994 if $(am__make_keepgoing); then \
995 failcom='fail=yes'; \
996 else \
997 failcom='exit 1'; \
998 fi; \
999 dot_seen=no; \
1000 target=`echo $@ | sed s/-recursive//`; \
1001 case "$@" in \
1002 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1003 *) list='$(SUBDIRS)' ;; \
1004 esac; \
1005 for subdir in $$list; do \
1006 echo "Making $$target in $$subdir"; \
1007 if test "$$subdir" = "."; then \
1008 dot_seen=yes; \
1009 local_target="$$target-am"; \
1010 else \
1011 local_target="$$target"; \
1012 fi; \
1013 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1014 || eval $$failcom; \
1015 done; \
1016 if test "$$dot_seen" = "no"; then \
1017 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1018 fi; test -z "$$fail"
1020 ID: $(am__tagged_files)
1021 $(am__define_uniq_tagged_files); mkid -fID $$unique
1022 tags: tags-recursive
1023 TAGS: tags
1025 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1026 set x; \
1027 here=`pwd`; \
1028 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1029 include_option=--etags-include; \
1030 empty_fix=.; \
1031 else \
1032 include_option=--include; \
1033 empty_fix=; \
1034 fi; \
1035 list='$(SUBDIRS)'; for subdir in $$list; do \
1036 if test "$$subdir" = .; then :; else \
1037 test ! -f $$subdir/TAGS || \
1038 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1039 fi; \
1040 done; \
1041 $(am__define_uniq_tagged_files); \
1042 shift; \
1043 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1044 test -n "$$unique" || unique=$$empty_fix; \
1045 if test $$# -gt 0; then \
1046 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1047 "$$@" $$unique; \
1048 else \
1049 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1050 $$unique; \
1051 fi; \
1053 ctags: ctags-recursive
1055 CTAGS: ctags
1056 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1057 $(am__define_uniq_tagged_files); \
1058 test -z "$(CTAGS_ARGS)$$unique" \
1059 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1060 $$unique
1062 GTAGS:
1063 here=`$(am__cd) $(top_builddir) && pwd` \
1064 && $(am__cd) $(top_srcdir) \
1065 && gtags -i $(GTAGS_ARGS) "$$here"
1066 cscope: cscope.files
1067 test ! -s cscope.files \
1068 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1069 clean-cscope:
1070 -rm -f cscope.files
1071 cscope.files: clean-cscope cscopelist
1072 cscopelist: cscopelist-recursive
1074 cscopelist-am: $(am__tagged_files)
1075 list='$(am__tagged_files)'; \
1076 case "$(srcdir)" in \
1077 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1078 *) sdir=$(subdir)/$(srcdir) ;; \
1079 esac; \
1080 for i in $$list; do \
1081 if test -f "$$i"; then \
1082 echo "$(subdir)/$$i"; \
1083 else \
1084 echo "$$sdir/$$i"; \
1085 fi; \
1086 done >> $(top_builddir)/cscope.files
1088 distclean-tags:
1089 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1090 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1092 distdir: $(DISTFILES)
1093 $(am__remove_distdir)
1094 test -d "$(distdir)" || mkdir "$(distdir)"
1095 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1096 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1097 list='$(DISTFILES)'; \
1098 dist_files=`for file in $$list; do echo $$file; done | \
1099 sed -e "s|^$$srcdirstrip/||;t" \
1100 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1101 case $$dist_files in \
1102 */*) $(MKDIR_P) `echo "$$dist_files" | \
1103 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1104 sort -u` ;; \
1105 esac; \
1106 for file in $$dist_files; do \
1107 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1108 if test -d $$d/$$file; then \
1109 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1110 if test -d "$(distdir)/$$file"; then \
1111 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1112 fi; \
1113 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1114 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1115 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1116 fi; \
1117 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1118 else \
1119 test -f "$(distdir)/$$file" \
1120 || cp -p $$d/$$file "$(distdir)/$$file" \
1121 || exit 1; \
1122 fi; \
1123 done
1124 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1125 if test "$$subdir" = .; then :; else \
1126 $(am__make_dryrun) \
1127 || test -d "$(distdir)/$$subdir" \
1128 || $(MKDIR_P) "$(distdir)/$$subdir" \
1129 || exit 1; \
1130 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1131 $(am__relativize); \
1132 new_distdir=$$reldir; \
1133 dir1=$$subdir; dir2="$(top_distdir)"; \
1134 $(am__relativize); \
1135 new_top_distdir=$$reldir; \
1136 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1137 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1138 ($(am__cd) $$subdir && \
1139 $(MAKE) $(AM_MAKEFLAGS) \
1140 top_distdir="$$new_top_distdir" \
1141 distdir="$$new_distdir" \
1142 am__remove_distdir=: \
1143 am__skip_length_check=: \
1144 am__skip_mode_fix=: \
1145 distdir) \
1146 || exit 1; \
1147 fi; \
1148 done
1149 $(MAKE) $(AM_MAKEFLAGS) \
1150 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1151 dist-hook
1152 -test -n "$(am__skip_mode_fix)" \
1153 || find "$(distdir)" -type d ! -perm -755 \
1154 -exec chmod u+rwx,go+rx {} \; -o \
1155 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1156 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1157 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1158 || chmod -R a+r "$(distdir)"
1159 dist-gzip: distdir
1160 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1161 $(am__post_remove_distdir)
1163 dist-bzip2: distdir
1164 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1165 $(am__post_remove_distdir)
1167 dist-lzip: distdir
1168 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1169 $(am__post_remove_distdir)
1171 dist-xz: distdir
1172 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1173 $(am__post_remove_distdir)
1175 dist-tarZ: distdir
1176 @echo WARNING: "Support for distribution archives compressed with" \
1177 "legacy program 'compress' is deprecated." >&2
1178 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1179 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1180 $(am__post_remove_distdir)
1182 dist-shar: distdir
1183 @echo WARNING: "Support for shar distribution archives is" \
1184 "deprecated." >&2
1185 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1186 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1187 $(am__post_remove_distdir)
1189 dist-zip: distdir
1190 -rm -f $(distdir).zip
1191 zip -rq $(distdir).zip $(distdir)
1192 $(am__post_remove_distdir)
1194 dist dist-all:
1195 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1196 $(am__post_remove_distdir)
1198 # This target untars the dist file and tries a VPATH configuration. Then
1199 # it guarantees that the distribution is self-contained by making another
1200 # tarfile.
1201 distcheck: dist
1202 case '$(DIST_ARCHIVES)' in \
1203 *.tar.gz*) \
1204 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1205 *.tar.bz2*) \
1206 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1207 *.tar.lz*) \
1208 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1209 *.tar.xz*) \
1210 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1211 *.tar.Z*) \
1212 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1213 *.shar.gz*) \
1214 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1215 *.zip*) \
1216 unzip $(distdir).zip ;;\
1217 esac
1218 chmod -R a-w $(distdir)
1219 chmod u+w $(distdir)
1220 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1221 chmod a-w $(distdir)
1222 test -d $(distdir)/_build || exit 0; \
1223 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1224 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1225 && am__cwd=`pwd` \
1226 && $(am__cd) $(distdir)/_build/sub \
1227 && ../../configure \
1228 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1229 $(DISTCHECK_CONFIGURE_FLAGS) \
1230 --srcdir=../.. --prefix="$$dc_install_base" \
1231 && $(MAKE) $(AM_MAKEFLAGS) \
1232 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1233 && $(MAKE) $(AM_MAKEFLAGS) check \
1234 && $(MAKE) $(AM_MAKEFLAGS) install \
1235 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1236 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1237 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1238 distuninstallcheck \
1239 && chmod -R a-w "$$dc_install_base" \
1240 && ({ \
1241 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1242 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1243 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1244 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1245 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1246 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1247 && rm -rf "$$dc_destdir" \
1248 && $(MAKE) $(AM_MAKEFLAGS) dist \
1249 && rm -rf $(DIST_ARCHIVES) \
1250 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1251 && cd "$$am__cwd" \
1252 || exit 1
1253 $(am__post_remove_distdir)
1254 @(echo "$(distdir) archives ready for distribution: "; \
1255 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1256 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1257 distuninstallcheck:
1258 @test -n '$(distuninstallcheck_dir)' || { \
1259 echo 'ERROR: trying to run $@ with an empty' \
1260 '$$(distuninstallcheck_dir)' >&2; \
1261 exit 1; \
1262 }; \
1263 $(am__cd) '$(distuninstallcheck_dir)' || { \
1264 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1265 exit 1; \
1266 }; \
1267 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1268 || { echo "ERROR: files left after uninstall:" ; \
1269 if test -n "$(DESTDIR)"; then \
1270 echo " (check DESTDIR support)"; \
1271 fi ; \
1272 $(distuninstallcheck_listfiles) ; \
1273 exit 1; } >&2
1274 distcleancheck: distclean
1275 @if test '$(srcdir)' = . ; then \
1276 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1277 exit 1 ; \
1279 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1280 || { echo "ERROR: files left in build directory after distclean:" ; \
1281 $(distcleancheck_listfiles) ; \
1282 exit 1; } >&2
1283 check-am: all-am
1284 check: check-recursive
1285 all-am: Makefile $(LIBRARIES) config.h poppler-config.h
1286 installdirs: installdirs-recursive
1287 installdirs-am:
1288 install: install-recursive
1289 install-exec: install-exec-recursive
1290 install-data: install-data-recursive
1291 uninstall: uninstall-recursive
1293 install-am: all-am
1294 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1296 installcheck: installcheck-recursive
1297 install-strip:
1298 if test -z '$(STRIP)'; then \
1299 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1300 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1301 install; \
1302 else \
1303 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1304 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1305 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1307 mostlyclean-generic:
1309 clean-generic:
1310 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1312 distclean-generic:
1313 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1314 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1315 -rm -f @POPPLER_TREE@/fofi/$(DEPDIR)/$(am__dirstamp)
1316 -rm -f @POPPLER_TREE@/fofi/$(am__dirstamp)
1317 -rm -f @POPPLER_TREE@/goo/$(DEPDIR)/$(am__dirstamp)
1318 -rm -f @POPPLER_TREE@/goo/$(am__dirstamp)
1319 -rm -f @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
1320 -rm -f @POPPLER_TREE@/poppler/$(am__dirstamp)
1321 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1323 maintainer-clean-generic:
1324 @echo "This command is intended for maintainers to use"
1325 @echo "it deletes files that may require special tools to rebuild."
1326 clean: clean-recursive
1328 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1330 distclean: distclean-recursive
1331 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1332 -rm -rf @POPPLER_TREE@/fofi/$(DEPDIR) @POPPLER_TREE@/goo/$(DEPDIR) @POPPLER_TREE@/poppler/$(DEPDIR)
1333 -rm -f Makefile
1334 distclean-am: clean-am distclean-compile distclean-generic \
1335 distclean-hdr distclean-tags
1337 dvi: dvi-recursive
1339 dvi-am:
1341 html: html-recursive
1343 html-am:
1345 info: info-recursive
1347 info-am:
1349 install-data-am:
1351 install-dvi: install-dvi-recursive
1353 install-dvi-am:
1355 install-exec-am:
1357 install-html: install-html-recursive
1359 install-html-am:
1361 install-info: install-info-recursive
1363 install-info-am:
1365 install-man:
1367 install-pdf: install-pdf-recursive
1369 install-pdf-am:
1371 install-ps: install-ps-recursive
1373 install-ps-am:
1375 installcheck-am:
1377 maintainer-clean: maintainer-clean-recursive
1378 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1379 -rm -rf $(top_srcdir)/autom4te.cache
1380 -rm -rf @POPPLER_TREE@/fofi/$(DEPDIR) @POPPLER_TREE@/goo/$(DEPDIR) @POPPLER_TREE@/poppler/$(DEPDIR)
1381 -rm -f Makefile
1382 maintainer-clean-am: distclean-am maintainer-clean-generic
1384 mostlyclean: mostlyclean-recursive
1386 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1388 pdf: pdf-recursive
1390 pdf-am:
1392 ps: ps-recursive
1394 ps-am:
1396 uninstall-am:
1398 .MAKE: $(am__recursive_targets) all install-am install-strip
1400 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1401 am--refresh check check-am clean clean-cscope clean-generic \
1402 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1403 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1404 dist-tarZ dist-xz dist-zip distcheck distclean \
1405 distclean-compile distclean-generic distclean-hdr \
1406 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1407 dvi-am html html-am info info-am install install-am \
1408 install-data install-data-am install-dvi install-dvi-am \
1409 install-exec install-exec-am install-html install-html-am \
1410 install-info install-info-am install-man install-pdf \
1411 install-pdf-am install-ps install-ps-am install-strip \
1412 installcheck installcheck-am installdirs installdirs-am \
1413 maintainer-clean maintainer-clean-generic mostlyclean \
1414 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1415 tags tags-am uninstall uninstall-am
1417 .PRECIOUS: Makefile
1419 dist-hook:
1420 cd "$(distdir)" && rm -rf $(NEVER_DIST)
1422 $(libpoppler_a_OBJECTS): $(ZLIB_DEPEND)
1424 $(libpoppler_a_OBJECTS): config.force
1426 @ZLIB_RULE@
1427 config.force: $(reconfig_prereq)
1428 @if test -f $@; then :; else \
1429 trap 'rm -rf reconfig.lock' 1 2 13 15; \
1430 if mkdir reconfig.lock 2>/dev/null; then \
1431 echo timestamp >$@; \
1432 $(SHELL) ./config.status --recheck; \
1433 rmdir reconfig.lock; \
1434 else \
1435 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1436 test -f $@; \
1437 fi; \
1439 rebuild.stamp: $(rebuild_target)
1440 echo timestamp >$@
1442 .PHONY: rebuild
1443 rebuild: $(rebuild_prereq)
1444 @dry=; for f in x $$MAKEFLAGS; do \
1445 case $$f in \
1446 *=*|--*);; \
1447 *n*) dry=:;; \
1448 esac; \
1449 done; \
1450 if test -f rebuild.stamp; then :; else \
1451 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
1452 if $$dry mkdir rebuild.lock 2>/dev/null; then \
1453 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
1454 $$dry rmdir rebuild.lock; \
1455 else \
1456 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1457 fi; \
1458 $$dry test -f rebuild.stamp; exit $$?; \
1461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1462 # Otherwise a system limit (for SysV at least) may be exceeded.
1463 .NOEXPORT: