beta-0.89.2
[luatex.git] / source / libs / poppler / include / goo / Makefile.in
blob27c0f34beaf93a98e9a27d79d63bfeed9ec21f35
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = include/goo
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
91 $(top_srcdir)/../../m4/kpse-visibility.m4 \
92 $(top_srcdir)/../../m4/kpse-warnings.m4 \
93 $(top_srcdir)/../../m4/kpse-win32.m4 \
94 $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \
95 $(top_srcdir)/version.ac $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h \
101 $(top_builddir)/poppler-config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo " GEN " $@;
111 am__v_GEN_1 =
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 =
116 SOURCES =
117 DIST_SOURCES =
118 am__can_run_installinfo = \
119 case $$AM_UPDATE_INFO_DIR in \
120 n|no|NO) false;; \
121 *) (install-info --version) >/dev/null 2>&1;; \
122 esac
123 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 am__DIST_COMMON = $(srcdir)/Makefile.in \
125 $(top_srcdir)/../../am/hdr_links.am
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127 ACLOCAL = @ACLOCAL@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 CPP = @CPP@
138 CPPFLAGS = @CPPFLAGS@
139 CXX = @CXX@
140 CXXDEPMODE = @CXXDEPMODE@
141 CXXFLAGS = @CXXFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DEFS = @DEFS@
144 DEPDIR = @DEPDIR@
145 ECHO_C = @ECHO_C@
146 ECHO_N = @ECHO_N@
147 ECHO_T = @ECHO_T@
148 EGREP = @EGREP@
149 EXEEXT = @EXEEXT@
150 GREP = @GREP@
151 INSTALL = @INSTALL@
152 INSTALL_DATA = @INSTALL_DATA@
153 INSTALL_PROGRAM = @INSTALL_PROGRAM@
154 INSTALL_SCRIPT = @INSTALL_SCRIPT@
155 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156 LDFLAGS = @LDFLAGS@
157 LIBOBJS = @LIBOBJS@
158 LIBS = @LIBS@
159 LN_S = @LN_S@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAKEINFO = @MAKEINFO@
163 MKDIR_P = @MKDIR_P@
164 NO_WARN_CXXFLAGS = @NO_WARN_CXXFLAGS@
165 OBJEXT = @OBJEXT@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_URL = @PACKAGE_URL@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 POPPLER_TREE = @POPPLER_TREE@
175 RANLIB = @RANLIB@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 STRIP = @STRIP@
179 VERSION = @VERSION@
180 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
181 VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
182 WARNING_CFLAGS = @WARNING_CFLAGS@
183 WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
184 ZLIB_DEPEND = @ZLIB_DEPEND@
185 ZLIB_INCLUDES = @ZLIB_INCLUDES@
186 ZLIB_LIBS = @ZLIB_LIBS@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 ac_ct_CXX = @ac_ct_CXX@
193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
195 am__quote = @am__quote@
196 am__tar = @am__tar@
197 am__untar = @am__untar@
198 bindir = @bindir@
199 build_alias = @build_alias@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host_alias = @host_alias@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 sbindir = @sbindir@
223 sharedstatedir = @sharedstatedir@
224 srcdir = @srcdir@
225 sysconfdir = @sysconfdir@
226 target_alias = @target_alias@
227 top_build_prefix = @top_build_prefix@
228 top_builddir = @top_builddir@
229 top_srcdir = @top_srcdir@
230 hdr_links = $(top_srcdir)/$(POPPLER_TREE)/goo/*.h
231 all: all-am
233 .SUFFIXES:
234 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../../am/hdr_links.am $(am__configure_deps)
235 @for dep in $?; do \
236 case '$(am__configure_deps)' in \
237 *$$dep*) \
238 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
239 && { if test -f $@; then exit 0; else break; fi; }; \
240 exit 1;; \
241 esac; \
242 done; \
243 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/goo/Makefile'; \
244 $(am__cd) $(top_srcdir) && \
245 $(AUTOMAKE) --foreign include/goo/Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247 @case '$?' in \
248 *config.status*) \
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250 *) \
251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253 esac;
254 $(top_srcdir)/../../am/hdr_links.am $(am__empty):
256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263 $(am__aclocal_m4_deps):
264 tags TAGS:
266 ctags CTAGS:
268 cscope cscopelist:
271 distdir: $(DISTFILES)
272 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
273 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
274 list='$(DISTFILES)'; \
275 dist_files=`for file in $$list; do echo $$file; done | \
276 sed -e "s|^$$srcdirstrip/||;t" \
277 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
278 case $$dist_files in \
279 */*) $(MKDIR_P) `echo "$$dist_files" | \
280 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
281 sort -u` ;; \
282 esac; \
283 for file in $$dist_files; do \
284 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
285 if test -d $$d/$$file; then \
286 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
287 if test -d "$(distdir)/$$file"; then \
288 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
289 fi; \
290 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
291 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
292 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293 fi; \
294 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
295 else \
296 test -f "$(distdir)/$$file" \
297 || cp -p $$d/$$file "$(distdir)/$$file" \
298 || exit 1; \
299 fi; \
300 done
301 check-am: all-am
302 check: check-am
303 all-am: Makefile all-local
304 installdirs:
305 install: install-am
306 install-exec: install-exec-am
307 install-data: install-data-am
308 uninstall: uninstall-am
310 install-am: all-am
311 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
313 installcheck: installcheck-am
314 install-strip:
315 if test -z '$(STRIP)'; then \
316 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
317 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
318 install; \
319 else \
320 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
321 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
322 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
324 mostlyclean-generic:
326 clean-generic:
328 distclean-generic:
329 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
332 maintainer-clean-generic:
333 @echo "This command is intended for maintainers to use"
334 @echo "it deletes files that may require special tools to rebuild."
335 clean: clean-am
337 clean-am: clean-generic mostlyclean-am
339 distclean: distclean-am
340 -rm -f Makefile
341 distclean-am: clean-am distclean-generic distclean-local
343 dvi: dvi-am
345 dvi-am:
347 html: html-am
349 html-am:
351 info: info-am
353 info-am:
355 install-data-am:
357 install-dvi: install-dvi-am
359 install-dvi-am:
361 install-exec-am:
363 install-html: install-html-am
365 install-html-am:
367 install-info: install-info-am
369 install-info-am:
371 install-man:
373 install-pdf: install-pdf-am
375 install-pdf-am:
377 install-ps: install-ps-am
379 install-ps-am:
381 installcheck-am:
383 maintainer-clean: maintainer-clean-am
384 -rm -f Makefile
385 maintainer-clean-am: distclean-am maintainer-clean-generic
387 mostlyclean: mostlyclean-am
389 mostlyclean-am: mostlyclean-generic
391 pdf: pdf-am
393 pdf-am:
395 ps: ps-am
397 ps-am:
399 uninstall-am:
401 .MAKE: install-am install-strip
403 .PHONY: all all-am all-local check check-am clean clean-generic \
404 cscopelist-am ctags-am distclean distclean-generic \
405 distclean-local distdir dvi dvi-am html html-am info info-am \
406 install install-am install-data install-data-am install-dvi \
407 install-dvi-am install-exec install-exec-am install-html \
408 install-html-am install-info install-info-am install-man \
409 install-pdf install-pdf-am install-ps install-ps-am \
410 install-strip installcheck installcheck-am installdirs \
411 maintainer-clean maintainer-clean-generic mostlyclean \
412 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
413 uninstall-am
415 .PRECIOUS: Makefile
417 all-local:
418 @for file in $(hdr_links); do \
419 test -f $$file || continue; \
420 inst=`echo $$file | sed -e 's/^.*\///'`; \
421 test -f $$inst || { \
422 rm -f $$inst; \
423 if $(AM_V_P); then echo "$(LN_S) $$file $$inst"; \
424 else echo " INST $$inst"; fi; \
425 $(LN_S) $$file $$inst; } || exit 1; \
426 done
428 distclean-local:
429 rm -f *.h
431 # Tell versions [3.59,3.63) of GNU make to not export all variables.
432 # Otherwise a system limit (for SysV at least) may be exceeded.
433 .NOEXPORT: