beta-0.89.2
[luatex.git] / source / texk / kpathsea / Makefile.in
blobb1d2f34ba35df39e94c2fbcbbc3feb661f884693
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@
21 VPATH = @srcdir@
22 am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
33 am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = @build@
94 host_triplet = @host@
95 @have_EXEEXT_TRUE@am__append_1 = -DEXEEXT=\"$(EXEEXT)\"
96 @MINGW32_FALSE@am__append_2 = \
97 @MINGW32_FALSE@ getopt.c \
98 @MINGW32_FALSE@ getopt1.c
100 @MINGW32_TRUE@@WIN32_TRUE@am__append_3 = \
101 @MINGW32_TRUE@@WIN32_TRUE@ mingw32.c \
102 @MINGW32_TRUE@@WIN32_TRUE@ xfseeko.c \
103 @MINGW32_TRUE@@WIN32_TRUE@ xftello.c
105 @MINGW32_FALSE@@WIN32_TRUE@am__append_4 = \
106 @MINGW32_FALSE@@WIN32_TRUE@ win32lib.c
108 @WIN32_TRUE@am__append_5 = \
109 @WIN32_TRUE@ knj.c
111 @WIN32_TRUE@am__append_6 = win32
112 @WIN32_FALSE@am__append_7 = \
113 @WIN32_FALSE@ xfseeko.c \
114 @WIN32_FALSE@ xftello.c
116 bin_PROGRAMS = kpseaccess$(EXEEXT) kpsereadlink$(EXEEXT) \
117 kpsestat$(EXEEXT) kpsewhich$(EXEEXT)
118 EXTRA_PROGRAMS = progname-test$(EXEEXT) xdirtest$(EXEEXT)
119 subdir = .
120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
122 $(top_srcdir)/../../m4/kpse-lib-version.m4 \
123 $(top_srcdir)/../../m4/kpse-mktex.m4 \
124 $(top_srcdir)/../../m4/kpse-warnings.m4 \
125 $(top_srcdir)/../../m4/kpse-win32.m4 \
126 $(top_srcdir)/../../m4/libtool.m4 \
127 $(top_srcdir)/../../m4/ltoptions.m4 \
128 $(top_srcdir)/../../m4/ltsugar.m4 \
129 $(top_srcdir)/../../m4/ltversion.m4 \
130 $(top_srcdir)/../../m4/lt~obsolete.m4 $(top_srcdir)/version.ac \
131 $(top_srcdir)/../../version.ac $(top_srcdir)/ac/mktex.ac \
132 $(top_srcdir)/configure.ac
133 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134 $(ACLOCAL_M4)
135 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
136 $(am__configure_deps) $(dist_noinst_SCRIPTS) \
137 $(dist_web2c_SCRIPTS) $(dist_noinst_DATA) $(dist_web2c_DATA) \
138 $(kpseinclude_HEADERS) $(noinst_HEADERS) $(am__DIST_COMMON)
139 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
140 configure.lineno config.status.lineno
141 mkinstalldirs = $(install_sh) -d
142 CONFIG_HEADER = c-auto.h
143 CONFIG_CLEAN_FILES = kpathsea.pc
144 CONFIG_CLEAN_VPATH_FILES =
145 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146 am__vpath_adj = case $$p in \
147 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
148 *) f=$$p;; \
149 esac;
150 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151 am__install_max = 40
152 am__nobase_strip_setup = \
153 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154 am__nobase_strip = \
155 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
156 am__nobase_list = $(am__nobase_strip_setup); \
157 for p in $$list; do echo "$$p $$p"; done | \
158 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
159 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
160 if (++n[$$2] == $(am__install_max)) \
161 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162 END { for (dir in files) print dir, files[dir] }'
163 am__base_list = \
164 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
165 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
166 am__uninstall_files_from_dir = { \
167 test -z "$$files" \
168 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170 $(am__cd) "$$dir" && rm -f $$files; }; \
172 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
173 "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" \
174 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" \
175 "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)"
176 LTLIBRARIES = $(lib_LTLIBRARIES)
177 libkpathsea_la_DEPENDENCIES = $(LTLIBOBJS)
178 am__libkpathsea_la_SOURCES_DIST = tex-file.c absolute.c atou.c cnf.c \
179 concat.c concat3.c concatn.c db.c debug.c dir.c elt-dirs.c \
180 expand.c extend-fname.c file-p.c find-suffix.c fn.c fontmap.c \
181 hash.c kdefault.c kpathsea.c line.c magstep.c make-suffix.c \
182 path-elt.c pathsearch.c proginit.c progname.c readable.c \
183 rm-suffix.c str-list.c str-llist.c tex-glyph.c tex-hush.c \
184 tex-make.c tilde.c uppercasify.c variable.c version.c \
185 xbasename.c xcalloc.c xdirname.c xfopen.c xfseek.c xftell.c \
186 xgetcwd.c xmalloc.c xopendir.c xputenv.c xrealloc.c xstat.c \
187 xstrdup.c getopt.c getopt1.c mingw32.c xfseeko.c xftello.c \
188 win32lib.c knj.c
189 @MINGW32_FALSE@am__objects_1 = libkpathsea_la-getopt.lo \
190 @MINGW32_FALSE@ libkpathsea_la-getopt1.lo
191 @MINGW32_TRUE@@WIN32_TRUE@am__objects_2 = libkpathsea_la-mingw32.lo \
192 @MINGW32_TRUE@@WIN32_TRUE@ libkpathsea_la-xfseeko.lo \
193 @MINGW32_TRUE@@WIN32_TRUE@ libkpathsea_la-xftello.lo
194 @MINGW32_FALSE@@WIN32_TRUE@am__objects_3 = libkpathsea_la-win32lib.lo
195 @WIN32_TRUE@am__objects_4 = libkpathsea_la-knj.lo
196 @WIN32_FALSE@am__objects_5 = libkpathsea_la-xfseeko.lo \
197 @WIN32_FALSE@ libkpathsea_la-xftello.lo
198 am_libkpathsea_la_OBJECTS = libkpathsea_la-tex-file.lo \
199 libkpathsea_la-absolute.lo libkpathsea_la-atou.lo \
200 libkpathsea_la-cnf.lo libkpathsea_la-concat.lo \
201 libkpathsea_la-concat3.lo libkpathsea_la-concatn.lo \
202 libkpathsea_la-db.lo libkpathsea_la-debug.lo \
203 libkpathsea_la-dir.lo libkpathsea_la-elt-dirs.lo \
204 libkpathsea_la-expand.lo libkpathsea_la-extend-fname.lo \
205 libkpathsea_la-file-p.lo libkpathsea_la-find-suffix.lo \
206 libkpathsea_la-fn.lo libkpathsea_la-fontmap.lo \
207 libkpathsea_la-hash.lo libkpathsea_la-kdefault.lo \
208 libkpathsea_la-kpathsea.lo libkpathsea_la-line.lo \
209 libkpathsea_la-magstep.lo libkpathsea_la-make-suffix.lo \
210 libkpathsea_la-path-elt.lo libkpathsea_la-pathsearch.lo \
211 libkpathsea_la-proginit.lo libkpathsea_la-progname.lo \
212 libkpathsea_la-readable.lo libkpathsea_la-rm-suffix.lo \
213 libkpathsea_la-str-list.lo libkpathsea_la-str-llist.lo \
214 libkpathsea_la-tex-glyph.lo libkpathsea_la-tex-hush.lo \
215 libkpathsea_la-tex-make.lo libkpathsea_la-tilde.lo \
216 libkpathsea_la-uppercasify.lo libkpathsea_la-variable.lo \
217 libkpathsea_la-version.lo libkpathsea_la-xbasename.lo \
218 libkpathsea_la-xcalloc.lo libkpathsea_la-xdirname.lo \
219 libkpathsea_la-xfopen.lo libkpathsea_la-xfseek.lo \
220 libkpathsea_la-xftell.lo libkpathsea_la-xgetcwd.lo \
221 libkpathsea_la-xmalloc.lo libkpathsea_la-xopendir.lo \
222 libkpathsea_la-xputenv.lo libkpathsea_la-xrealloc.lo \
223 libkpathsea_la-xstat.lo libkpathsea_la-xstrdup.lo \
224 $(am__objects_1) $(am__objects_2) $(am__objects_3) \
225 $(am__objects_4) $(am__objects_5)
226 libkpathsea_la_OBJECTS = $(am_libkpathsea_la_OBJECTS)
227 AM_V_lt = $(am__v_lt_@AM_V@)
228 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
229 am__v_lt_0 = --silent
230 am__v_lt_1 =
231 libkpathsea_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
232 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
233 $(AM_CFLAGS) $(CFLAGS) $(libkpathsea_la_LDFLAGS) $(LDFLAGS) -o \
235 PROGRAMS = $(bin_PROGRAMS)
236 am_kpseaccess_OBJECTS = access.$(OBJEXT)
237 kpseaccess_OBJECTS = $(am_kpseaccess_OBJECTS)
238 kpseaccess_LDADD = $(LDADD)
239 am_kpsereadlink_OBJECTS = readlink.$(OBJEXT)
240 kpsereadlink_OBJECTS = $(am_kpsereadlink_OBJECTS)
241 kpsereadlink_LDADD = $(LDADD)
242 kpsestat_SOURCES = kpsestat.c
243 kpsestat_OBJECTS = kpsestat.$(OBJEXT)
244 kpsestat_LDADD = $(LDADD)
245 kpsewhich_SOURCES = kpsewhich.c
246 kpsewhich_OBJECTS = kpsewhich.$(OBJEXT)
247 kpsewhich_DEPENDENCIES = libkpathsea.la
248 am_progname_test_OBJECTS = progname_test-progname.$(OBJEXT)
249 progname_test_OBJECTS = $(am_progname_test_OBJECTS)
250 progname_test_DEPENDENCIES = libkpathsea.la
251 xdirtest_SOURCES = xdirtest.c
252 xdirtest_OBJECTS = xdirtest.$(OBJEXT)
253 xdirtest_DEPENDENCIES = libkpathsea.la
254 SCRIPTS = $(dist_noinst_SCRIPTS) $(dist_web2c_SCRIPTS)
255 AM_V_P = $(am__v_P_@AM_V@)
256 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
257 am__v_P_0 = false
258 am__v_P_1 = :
259 AM_V_GEN = $(am__v_GEN_@AM_V@)
260 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
261 am__v_GEN_0 = @echo " GEN " $@;
262 am__v_GEN_1 =
263 AM_V_at = $(am__v_at_@AM_V@)
264 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
265 am__v_at_0 = @
266 am__v_at_1 =
267 DEFAULT_INCLUDES = -I.@am__isrc@
268 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
269 am__depfiles_maybe = depfiles
270 am__mv = mv -f
271 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
272 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
273 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
274 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
275 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
276 $(AM_CFLAGS) $(CFLAGS)
277 AM_V_CC = $(am__v_CC_@AM_V@)
278 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
279 am__v_CC_0 = @echo " CC " $@;
280 am__v_CC_1 =
281 CCLD = $(CC)
282 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
283 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
284 $(AM_LDFLAGS) $(LDFLAGS) -o $@
285 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
286 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
287 am__v_CCLD_0 = @echo " CCLD " $@;
288 am__v_CCLD_1 =
289 SOURCES = $(libkpathsea_la_SOURCES) $(kpseaccess_SOURCES) \
290 $(kpsereadlink_SOURCES) kpsestat.c kpsewhich.c \
291 $(progname_test_SOURCES) xdirtest.c
292 DIST_SOURCES = $(am__libkpathsea_la_SOURCES_DIST) \
293 $(kpseaccess_SOURCES) $(kpsereadlink_SOURCES) kpsestat.c \
294 kpsewhich.c $(progname_test_SOURCES) xdirtest.c
295 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
296 ctags-recursive dvi-recursive html-recursive info-recursive \
297 install-data-recursive install-dvi-recursive \
298 install-exec-recursive install-html-recursive \
299 install-info-recursive install-pdf-recursive \
300 install-ps-recursive install-recursive installcheck-recursive \
301 installdirs-recursive pdf-recursive ps-recursive \
302 tags-recursive uninstall-recursive
303 am__can_run_installinfo = \
304 case $$AM_UPDATE_INFO_DIR in \
305 n|no|NO) false;; \
306 *) (install-info --version) >/dev/null 2>&1;; \
307 esac
308 DATA = $(dist_noinst_DATA) $(dist_web2c_DATA) $(pkgconfig_DATA)
309 HEADERS = $(kpseinclude_HEADERS) $(nodist_kpseinclude_HEADERS) \
310 $(nodist_kpselib_HEADERS) $(noinst_HEADERS)
311 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
312 distclean-recursive maintainer-clean-recursive
313 am__recursive_targets = \
314 $(RECURSIVE_TARGETS) \
315 $(RECURSIVE_CLEAN_TARGETS) \
316 $(am__extra_recursive_targets)
317 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
318 cscope check recheck distdir dist dist-all distcheck
319 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
320 $(LISP)c-auto.in
321 # Read a list of newline-separated strings from the standard input,
322 # and print each of them once, without duplicates. Input order is
323 # *not* preserved.
324 am__uniquify_input = $(AWK) '\
325 BEGIN { nonempty = 0; } \
326 { items[$$0] = 1; nonempty = 1; } \
327 END { if (nonempty) { for (i in items) print i; }; } \
329 # Make sure the list of sources is unique. This is necessary because,
330 # e.g., the same source file might be shared among _SOURCES variables
331 # for different programs/libraries.
332 am__define_uniq_tagged_files = \
333 list='$(am__tagged_files)'; \
334 unique=`for i in $$list; do \
335 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336 done | $(am__uniquify_input)`
337 ETAGS = etags
338 CTAGS = ctags
339 CSCOPE = cscope
340 am__tty_colors_dummy = \
341 mgn= red= grn= lgn= blu= brg= std=; \
342 am__color_tests=no
343 am__tty_colors = { \
344 $(am__tty_colors_dummy); \
345 if test "X$(AM_COLOR_TESTS)" = Xno; then \
346 am__color_tests=no; \
347 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
348 am__color_tests=yes; \
349 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
350 am__color_tests=yes; \
351 fi; \
352 if test $$am__color_tests = yes; then \
353 red='\e[0;31m'; \
354 grn='\e[0;32m'; \
355 lgn='\e[1;32m'; \
356 blu='\e[1;34m'; \
357 mgn='\e[0;35m'; \
358 brg='\e[1m'; \
359 std='\e[m'; \
360 fi; \
362 am__recheck_rx = ^[ ]*:recheck:[ ]*
363 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
364 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
365 # A command that, given a newline-separated list of test names on the
366 # standard input, print the name of the tests that are to be re-run
367 # upon "make recheck".
368 am__list_recheck_tests = $(AWK) '{ \
369 recheck = 1; \
370 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
372 if (rc < 0) \
374 if ((getline line2 < ($$0 ".log")) < 0) \
375 recheck = 0; \
376 break; \
378 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
380 recheck = 0; \
381 break; \
383 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
385 break; \
387 }; \
388 if (recheck) \
389 print $$0; \
390 close ($$0 ".trs"); \
391 close ($$0 ".log"); \
393 # A command that, given a newline-separated list of test names on the
394 # standard input, create the global log from their .trs and .log files.
395 am__create_global_log = $(AWK) ' \
396 function fatal(msg) \
398 print "fatal: making $@: " msg | "cat >&2"; \
399 exit 1; \
401 function rst_section(header) \
403 print header; \
404 len = length(header); \
405 for (i = 1; i <= len; i = i + 1) \
406 printf "="; \
407 printf "\n\n"; \
410 copy_in_global_log = 1; \
411 global_test_result = "RUN"; \
412 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
414 if (rc < 0) \
415 fatal("failed to read from " $$0 ".trs"); \
416 if (line ~ /$(am__global_test_result_rx)/) \
418 sub("$(am__global_test_result_rx)", "", line); \
419 sub("[ ]*$$", "", line); \
420 global_test_result = line; \
422 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
423 copy_in_global_log = 0; \
424 }; \
425 if (copy_in_global_log) \
427 rst_section(global_test_result ": " $$0); \
428 while ((rc = (getline line < ($$0 ".log"))) != 0) \
430 if (rc < 0) \
431 fatal("failed to read from " $$0 ".log"); \
432 print line; \
433 }; \
434 printf "\n"; \
435 }; \
436 close ($$0 ".trs"); \
437 close ($$0 ".log"); \
439 # Restructured Text title.
440 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
441 # Solaris 10 'make', and several other traditional 'make' implementations,
442 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
443 # by disabling -e (using the XSI extension "set +e") if it's set.
444 am__sh_e_setup = case $$- in *e*) set +e;; esac
445 # Default flags passed to test drivers.
446 am__common_driver_flags = \
447 --color-tests "$$am__color_tests" \
448 --enable-hard-errors "$$am__enable_hard_errors" \
449 --expect-failure "$$am__expect_failure"
450 # To be inserted before the command running the test. Creates the
451 # directory for the log if needed. Stores in $dir the directory
452 # containing $f, in $tst the test, in $log the log. Executes the
453 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
454 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
455 # will run the test scripts (or their associated LOG_COMPILER, if
456 # thy have one).
457 am__check_pre = \
458 $(am__sh_e_setup); \
459 $(am__vpath_adj_setup) $(am__vpath_adj) \
460 $(am__tty_colors); \
461 srcdir=$(srcdir); export srcdir; \
462 case "$@" in \
463 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
464 *) am__odir=.;; \
465 esac; \
466 test "x$$am__odir" = x"." || test -d "$$am__odir" \
467 || $(MKDIR_P) "$$am__odir" || exit $$?; \
468 if test -f "./$$f"; then dir=./; \
469 elif test -f "$$f"; then dir=; \
470 else dir="$(srcdir)/"; fi; \
471 tst=$$dir$$f; log='$@'; \
472 if test -n '$(DISABLE_HARD_ERRORS)'; then \
473 am__enable_hard_errors=no; \
474 else \
475 am__enable_hard_errors=yes; \
476 fi; \
477 case " $(XFAIL_TESTS) " in \
478 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
479 am__expect_failure=yes;; \
480 *) \
481 am__expect_failure=no;; \
482 esac; \
483 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
484 # A shell command to get the names of the tests scripts with any registered
485 # extension removed (i.e., equivalently, the names of the test logs, with
486 # the '.log' extension removed). The result is saved in the shell variable
487 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
488 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
489 # since that might cause problem with VPATH rewrites for suffix-less tests.
490 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
491 am__set_TESTS_bases = \
492 bases='$(TEST_LOGS)'; \
493 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
494 bases=`echo $$bases`
495 RECHECK_LOGS = $(TEST_LOGS)
496 TEST_SUITE_LOG = test-suite.log
497 TEST_EXTENSIONS = @EXEEXT@ .test
498 am__test_logs1 = $(TESTS:=.log)
499 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
500 TEST_LOGS = $(am__test_logs2:.test.log=.log)
501 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
502 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
503 $(TEST_LOG_FLAGS)
504 am__set_b = \
505 case '$@' in \
506 */*) \
507 case '$*' in \
508 */*) b='$*';; \
509 *) b=`echo '$@' | sed 's/\.log$$//'`; \
510 esac;; \
511 *) \
512 b='$*';; \
513 esac
514 DIST_SUBDIRS = . doc man win32
515 am__DIST_COMMON = $(srcdir)/../../am/rebuild.am $(srcdir)/Makefile.in \
516 $(srcdir)/c-auto.in $(srcdir)/kpathsea.pc.in \
517 $(top_srcdir)/../../am/bin_links.am \
518 $(top_srcdir)/../../build-aux/compile \
519 $(top_srcdir)/../../build-aux/config.guess \
520 $(top_srcdir)/../../build-aux/config.sub \
521 $(top_srcdir)/../../build-aux/depcomp \
522 $(top_srcdir)/../../build-aux/install-sh \
523 $(top_srcdir)/../../build-aux/ltmain.sh \
524 $(top_srcdir)/../../build-aux/missing \
525 $(top_srcdir)/../../build-aux/test-driver \
526 ../../build-aux/compile ../../build-aux/config.guess \
527 ../../build-aux/config.sub ../../build-aux/depcomp \
528 ../../build-aux/install-sh ../../build-aux/ltmain.sh \
529 ../../build-aux/missing ../../build-aux/texinfo.tex \
530 ../../build-aux/ylwrap AUTHORS ChangeLog NEWS README putenv.c
531 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
532 distdir = $(PACKAGE)-$(VERSION)
533 top_distdir = $(distdir)
534 am__remove_distdir = \
535 if test -d "$(distdir)"; then \
536 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
537 && rm -rf "$(distdir)" \
538 || { sleep 5 && rm -rf "$(distdir)"; }; \
539 else :; fi
540 am__post_remove_distdir = $(am__remove_distdir)
541 am__relativize = \
542 dir0=`pwd`; \
543 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
544 sed_rest='s,^[^/]*/*,,'; \
545 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
546 sed_butlast='s,/*[^/]*$$,,'; \
547 while test -n "$$dir1"; do \
548 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
549 if test "$$first" != "."; then \
550 if test "$$first" = ".."; then \
551 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
552 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
553 else \
554 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
555 if test "$$first2" = "$$first"; then \
556 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
557 else \
558 dir2="../$$dir2"; \
559 fi; \
560 dir0="$$dir0"/"$$first"; \
561 fi; \
562 fi; \
563 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
564 done; \
565 reldir="$$dir2"
566 DIST_ARCHIVES = $(distdir).tar.gz
567 GZIP_ENV = --best
568 DIST_TARGETS = dist-gzip
569 distuninstallcheck_listfiles = find . -type f -print
570 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
571 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
572 distcleancheck_listfiles = find . -type f -print
573 ACLOCAL = @ACLOCAL@
574 AMTAR = @AMTAR@
575 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
576 AR = @AR@
577 AS = @AS@
578 AUTOCONF = @AUTOCONF@
579 AUTOHEADER = @AUTOHEADER@
580 AUTOMAKE = @AUTOMAKE@
581 AWK = @AWK@
582 CC = @CC@
583 CCDEPMODE = @CCDEPMODE@
584 CFLAGS = @CFLAGS@
585 CPP = @CPP@
586 CPPFLAGS = @CPPFLAGS@
587 CYGPATH_W = @CYGPATH_W@
588 DEFS = @DEFS@
589 DEPDIR = @DEPDIR@
590 DLLTOOL = @DLLTOOL@
591 DSYMUTIL = @DSYMUTIL@
592 DUMPBIN = @DUMPBIN@
593 ECHO_C = @ECHO_C@
594 ECHO_N = @ECHO_N@
595 ECHO_T = @ECHO_T@
596 EGREP = @EGREP@
597 EXEEXT = @EXEEXT@
598 FGREP = @FGREP@
599 GREP = @GREP@
600 INSTALL = @INSTALL@
601 INSTALL_DATA = @INSTALL_DATA@
602 INSTALL_PROGRAM = @INSTALL_PROGRAM@
603 INSTALL_SCRIPT = @INSTALL_SCRIPT@
604 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
605 KPSEVERSION = @KPSEVERSION@
606 KPSE_LT_VERSINFO = @KPSE_LT_VERSINFO@
607 LD = @LD@
608 LDFLAGS = @LDFLAGS@
609 LIBOBJS = @LIBOBJS@
610 LIBS = @LIBS@
611 LIBTOOL = @LIBTOOL@
612 LIPO = @LIPO@
613 LN_S = @LN_S@
614 LTLIBOBJS = @LTLIBOBJS@
615 LT_OBJDIR = @LT_OBJDIR@
616 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
617 MAINT = @MAINT@
618 MAKEINFO = @MAKEINFO@
619 MANIFEST_TOOL = @MANIFEST_TOOL@
620 MKDIR_P = @MKDIR_P@
621 NM = @NM@
622 NMEDIT = @NMEDIT@
623 OBJDUMP = @OBJDUMP@
624 OBJEXT = @OBJEXT@
625 OTOOL = @OTOOL@
626 OTOOL64 = @OTOOL64@
627 PACKAGE = @PACKAGE@
628 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
629 PACKAGE_NAME = @PACKAGE_NAME@
630 PACKAGE_STRING = @PACKAGE_STRING@
631 PACKAGE_TARNAME = @PACKAGE_TARNAME@
632 PACKAGE_URL = @PACKAGE_URL@
633 PACKAGE_VERSION = @PACKAGE_VERSION@
634 PATH_SEPARATOR = @PATH_SEPARATOR@
635 RANLIB = @RANLIB@
636 SED = @SED@
637 SET_MAKE = @SET_MAKE@
638 SHELL = @SHELL@
639 STRIP = @STRIP@
640 VERSION = @VERSION@
641 WARNING_CFLAGS = @WARNING_CFLAGS@
642 WEB2CVERSION = @WEB2CVERSION@
643 abs_builddir = @abs_builddir@
644 abs_srcdir = @abs_srcdir@
645 abs_top_builddir = @abs_top_builddir@
646 abs_top_srcdir = @abs_top_srcdir@
647 ac_ct_AR = @ac_ct_AR@
648 ac_ct_CC = @ac_ct_CC@
649 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
650 am__include = @am__include@
651 am__leading_dot = @am__leading_dot@
652 am__quote = @am__quote@
653 am__tar = @am__tar@
654 am__untar = @am__untar@
655 bindir = @bindir@
656 build = @build@
657 build_alias = @build_alias@
658 build_cpu = @build_cpu@
659 build_os = @build_os@
660 build_vendor = @build_vendor@
661 builddir = @builddir@
662 datadir = @datadir@
663 datarootdir = @datarootdir@
664 docdir = @docdir@
665 dvidir = @dvidir@
666 exec_prefix = @exec_prefix@
667 host = @host@
668 host_alias = @host_alias@
669 host_cpu = @host_cpu@
670 host_os = @host_os@
671 host_vendor = @host_vendor@
672 htmldir = @htmldir@
673 includedir = @includedir@
674 infodir = @infodir@
675 install_sh = @install_sh@
676 libdir = @libdir@
677 libexecdir = @libexecdir@
678 localedir = @localedir@
679 localstatedir = @localstatedir@
680 mandir = @mandir@
681 mkdir_p = @mkdir_p@
682 oldincludedir = @oldincludedir@
683 pdfdir = @pdfdir@
684 prefix = @prefix@
685 program_transform_name = @program_transform_name@
686 psdir = @psdir@
687 sbindir = @sbindir@
688 sharedstatedir = @sharedstatedir@
689 srcdir = @srcdir@
690 sysconfdir = @sysconfdir@
691 target_alias = @target_alias@
692 top_build_prefix = @top_build_prefix@
693 top_builddir = @top_builddir@
694 top_srcdir = @top_srcdir@
695 SUBDIRS = . doc man $(am__append_6)
696 EXTRA_DIST = PROJECTS putenv.c bsnl.awk cnf-to-paths.awk $(TESTS) \
697 tests/cnfnewline/texmf.cnf mktex.cnf
698 AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/..
699 AM_CFLAGS = $(WARNING_CFLAGS)
700 lib_LTLIBRARIES = libkpathsea.la
701 libkpathsea_la_CPPFLAGS = $(AM_CPPFLAGS) -DMAKE_KPSE_DLL \
702 $(am__append_1)
703 libkpathsea_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(KPSE_LT_VERSINFO)
704 libkpathsea_la_LIBADD = $(LTLIBOBJS)
705 BUILT_SOURCES = paths.h
706 libkpathsea_la_SOURCES = tex-file.c absolute.c atou.c cnf.c concat.c \
707 concat3.c concatn.c db.c debug.c dir.c elt-dirs.c expand.c \
708 extend-fname.c file-p.c find-suffix.c fn.c fontmap.c hash.c \
709 kdefault.c kpathsea.c line.c magstep.c make-suffix.c \
710 path-elt.c pathsearch.c proginit.c progname.c readable.c \
711 rm-suffix.c str-list.c str-llist.c tex-glyph.c tex-hush.c \
712 tex-make.c tilde.c uppercasify.c variable.c version.c \
713 xbasename.c xcalloc.c xdirname.c xfopen.c xfseek.c xftell.c \
714 xgetcwd.c xmalloc.c xopendir.c xputenv.c xrealloc.c xstat.c \
715 xstrdup.c $(am__append_2) $(am__append_3) $(am__append_4) \
716 $(am__append_5) $(am__append_7)
717 kpseincludedir = ${includedir}/kpathsea
718 nodist_kpseinclude_HEADERS = \
719 kpathsea.h \
720 paths.h
722 kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers)
723 kpselibdir = ${libdir}/kpathsea
724 nodist_kpselib_HEADERS = \
725 c-auto.h
728 # Headers included directly into kpathsea.h
730 direct_headers = \
731 absolute.h \
732 c-dir.h \
733 c-fopen.h \
734 c-namemx.h \
735 c-pathch.h \
736 c-pathmx.h \
737 c-stat.h \
738 cnf.h \
739 concatn.h \
740 expand.h \
741 getopt.h \
742 line.h \
743 magstep.h \
744 pathsearch.h \
745 proginit.h \
746 readable.h \
747 tex-glyph.h \
748 tex-hush.h \
749 tex-make.h \
750 variable.h \
751 version.h
754 # Headers included indirectly into kpathsea.h
756 indirect_headers = \
757 c-ctype.h \
758 c-errno.h \
759 c-limits.h \
760 c-memstr.h \
761 c-minmax.h \
762 c-proto.h \
763 c-std.h \
764 c-unistd.h \
765 debug.h \
766 hash.h \
767 knj.h \
768 lib.h \
769 mingw32.h \
770 progname.h \
771 simpletypes.h \
772 str-list.h \
773 str-llist.h \
774 systypes.h \
775 tex-file.h \
776 types.h \
777 win32lib.h
779 noinst_HEADERS = \
780 db.h \
781 default.h \
782 fn.h \
783 fontmap.h \
784 tilde.h \
785 xopendir.h \
786 xstat.h
788 pkgconfigdir = ${libdir}/pkgconfig
789 pkgconfig_DATA = kpathsea.pc
790 DISTCLEANFILES = paths.h stamp-paths kpathsea.h
791 kpseaccess_SOURCES = access.c
792 kpsereadlink_SOURCES = readlink.c
793 kpsewhich_LDADD = libkpathsea.la
794 progname_test_CPPFLAGS = $(AM_CPPFLAGS) -DMAKE_KPSE_DLL -DTEST
795 progname_test_SOURCES = progname.c
796 progname_test_LDADD = libkpathsea.la
797 xdirtest_LDADD = libkpathsea.la
798 web2cdir = $(datarootdir)/texmf-dist/web2c
799 dist_web2c_SCRIPTS = mktexdir mktexnam mktexupd
800 dist_web2c_DATA = mktex.opt mktexdir.opt mktexnam.opt
801 dist_noinst_SCRIPTS = mktexlsr mktexmf mktexpk mktextfm
802 dist_noinst_DATA = texmf.cnf
803 bin_links = mktexlsr:texhash
804 TESTS = tests/cnfnewline.test tests/kpseaccess.test \
805 tests/kpsereadlink.test tests/kpsestat.test \
806 tests/kpsewhich.test
807 TESTS_ENVIRONMENT = LN_S='$(LN_S)' LT_OBJDIR='$(LT_OBJDIR)'
809 # Rebuild
810 rebuild_prereq =
811 rebuild_target = all-am
812 CLEANFILES = rebuild.stamp
813 all: $(BUILT_SOURCES) c-auto.h
814 $(MAKE) $(AM_MAKEFLAGS) all-recursive
816 .SUFFIXES:
817 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
818 am--refresh: Makefile
820 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../../am/bin_links.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
821 @for dep in $?; do \
822 case '$(am__configure_deps)' in \
823 *$$dep*) \
824 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
825 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
826 && exit 0; \
827 exit 1;; \
828 esac; \
829 done; \
830 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
831 $(am__cd) $(top_srcdir) && \
832 $(AUTOMAKE) --foreign Makefile
833 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
834 @case '$?' in \
835 *config.status*) \
836 echo ' $(SHELL) ./config.status'; \
837 $(SHELL) ./config.status;; \
838 *) \
839 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
840 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
841 esac;
842 $(top_srcdir)/../../am/bin_links.am $(srcdir)/../../am/rebuild.am $(am__empty):
844 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
845 $(SHELL) ./config.status --recheck
847 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
848 $(am__cd) $(srcdir) && $(AUTOCONF)
849 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
850 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
851 $(am__aclocal_m4_deps):
853 c-auto.h: stamp-h1
854 @test -f $@ || rm -f stamp-h1
855 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
857 stamp-h1: $(srcdir)/c-auto.in $(top_builddir)/config.status
858 @rm -f stamp-h1
859 cd $(top_builddir) && $(SHELL) ./config.status c-auto.h
860 $(srcdir)/c-auto.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
861 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
862 rm -f stamp-h1
863 touch $@
865 distclean-hdr:
866 -rm -f c-auto.h stamp-h1
867 kpathsea.pc: $(top_builddir)/config.status $(srcdir)/kpathsea.pc.in
868 cd $(top_builddir) && $(SHELL) ./config.status $@
870 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
871 @$(NORMAL_INSTALL)
872 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
873 list2=; for p in $$list; do \
874 if test -f $$p; then \
875 list2="$$list2 $$p"; \
876 else :; fi; \
877 done; \
878 test -z "$$list2" || { \
879 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
880 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
881 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
882 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
885 uninstall-libLTLIBRARIES:
886 @$(NORMAL_UNINSTALL)
887 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
888 for p in $$list; do \
889 $(am__strip_dir) \
890 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
891 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
892 done
894 clean-libLTLIBRARIES:
895 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
896 @list='$(lib_LTLIBRARIES)'; \
897 locs=`for p in $$list; do echo $$p; done | \
898 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
899 sort -u`; \
900 test -z "$$locs" || { \
901 echo rm -f $${locs}; \
902 rm -f $${locs}; \
905 libkpathsea.la: $(libkpathsea_la_OBJECTS) $(libkpathsea_la_DEPENDENCIES) $(EXTRA_libkpathsea_la_DEPENDENCIES)
906 $(AM_V_CCLD)$(libkpathsea_la_LINK) -rpath $(libdir) $(libkpathsea_la_OBJECTS) $(libkpathsea_la_LIBADD) $(LIBS)
907 install-binPROGRAMS: $(bin_PROGRAMS)
908 @$(NORMAL_INSTALL)
909 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
910 if test -n "$$list"; then \
911 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
912 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
913 fi; \
914 for p in $$list; do echo "$$p $$p"; done | \
915 sed 's/$(EXEEXT)$$//' | \
916 while read p p1; do if test -f $$p \
917 || test -f $$p1 \
918 ; then echo "$$p"; echo "$$p"; else :; fi; \
919 done | \
920 sed -e 'p;s,.*/,,;n;h' \
921 -e 's|.*|.|' \
922 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
923 sed 'N;N;N;s,\n, ,g' | \
924 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
925 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
926 if ($$2 == $$4) files[d] = files[d] " " $$1; \
927 else { print "f", $$3 "/" $$4, $$1; } } \
928 END { for (d in files) print "f", d, files[d] }' | \
929 while read type dir files; do \
930 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
931 test -z "$$files" || { \
932 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
933 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
935 ; done
937 uninstall-binPROGRAMS:
938 @$(NORMAL_UNINSTALL)
939 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
940 files=`for p in $$list; do echo "$$p"; done | \
941 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
942 -e 's/$$/$(EXEEXT)/' \
943 `; \
944 test -n "$$list" || exit 0; \
945 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
946 cd "$(DESTDIR)$(bindir)" && rm -f $$files
948 clean-binPROGRAMS:
949 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
950 echo " rm -f" $$list; \
951 rm -f $$list || exit $$?; \
952 test -n "$(EXEEXT)" || exit 0; \
953 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
954 echo " rm -f" $$list; \
955 rm -f $$list
957 kpseaccess$(EXEEXT): $(kpseaccess_OBJECTS) $(kpseaccess_DEPENDENCIES) $(EXTRA_kpseaccess_DEPENDENCIES)
958 @rm -f kpseaccess$(EXEEXT)
959 $(AM_V_CCLD)$(LINK) $(kpseaccess_OBJECTS) $(kpseaccess_LDADD) $(LIBS)
961 kpsereadlink$(EXEEXT): $(kpsereadlink_OBJECTS) $(kpsereadlink_DEPENDENCIES) $(EXTRA_kpsereadlink_DEPENDENCIES)
962 @rm -f kpsereadlink$(EXEEXT)
963 $(AM_V_CCLD)$(LINK) $(kpsereadlink_OBJECTS) $(kpsereadlink_LDADD) $(LIBS)
965 kpsestat$(EXEEXT): $(kpsestat_OBJECTS) $(kpsestat_DEPENDENCIES) $(EXTRA_kpsestat_DEPENDENCIES)
966 @rm -f kpsestat$(EXEEXT)
967 $(AM_V_CCLD)$(LINK) $(kpsestat_OBJECTS) $(kpsestat_LDADD) $(LIBS)
969 kpsewhich$(EXEEXT): $(kpsewhich_OBJECTS) $(kpsewhich_DEPENDENCIES) $(EXTRA_kpsewhich_DEPENDENCIES)
970 @rm -f kpsewhich$(EXEEXT)
971 $(AM_V_CCLD)$(LINK) $(kpsewhich_OBJECTS) $(kpsewhich_LDADD) $(LIBS)
973 progname-test$(EXEEXT): $(progname_test_OBJECTS) $(progname_test_DEPENDENCIES) $(EXTRA_progname_test_DEPENDENCIES)
974 @rm -f progname-test$(EXEEXT)
975 $(AM_V_CCLD)$(LINK) $(progname_test_OBJECTS) $(progname_test_LDADD) $(LIBS)
977 xdirtest$(EXEEXT): $(xdirtest_OBJECTS) $(xdirtest_DEPENDENCIES) $(EXTRA_xdirtest_DEPENDENCIES)
978 @rm -f xdirtest$(EXEEXT)
979 $(AM_V_CCLD)$(LINK) $(xdirtest_OBJECTS) $(xdirtest_LDADD) $(LIBS)
980 install-dist_web2cSCRIPTS: $(dist_web2c_SCRIPTS)
981 @$(NORMAL_INSTALL)
982 @list='$(dist_web2c_SCRIPTS)'; test -n "$(web2cdir)" || list=; \
983 if test -n "$$list"; then \
984 echo " $(MKDIR_P) '$(DESTDIR)$(web2cdir)'"; \
985 $(MKDIR_P) "$(DESTDIR)$(web2cdir)" || exit 1; \
986 fi; \
987 for p in $$list; do \
988 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
989 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
990 done | \
991 sed -e 'p;s,.*/,,;n' \
992 -e 'h;s|.*|.|' \
993 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
994 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
995 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
996 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
997 if (++n[d] == $(am__install_max)) { \
998 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
999 else { print "f", d "/" $$4, $$1 } } \
1000 END { for (d in files) print "f", d, files[d] }' | \
1001 while read type dir files; do \
1002 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1003 test -z "$$files" || { \
1004 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(web2cdir)$$dir'"; \
1005 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(web2cdir)$$dir" || exit $$?; \
1007 ; done
1009 uninstall-dist_web2cSCRIPTS:
1010 @$(NORMAL_UNINSTALL)
1011 @list='$(dist_web2c_SCRIPTS)'; test -n "$(web2cdir)" || exit 0; \
1012 files=`for p in $$list; do echo "$$p"; done | \
1013 sed -e 's,.*/,,;$(transform)'`; \
1014 dir='$(DESTDIR)$(web2cdir)'; $(am__uninstall_files_from_dir)
1016 mostlyclean-compile:
1017 -rm -f *.$(OBJEXT)
1019 distclean-compile:
1020 -rm -f *.tab.c
1022 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/putenv.Plo@am__quote@
1023 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/access.Po@am__quote@
1024 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kpsestat.Po@am__quote@
1025 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kpsewhich.Po@am__quote@
1026 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-absolute.Plo@am__quote@
1027 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-atou.Plo@am__quote@
1028 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-cnf.Plo@am__quote@
1029 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-concat.Plo@am__quote@
1030 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-concat3.Plo@am__quote@
1031 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-concatn.Plo@am__quote@
1032 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-db.Plo@am__quote@
1033 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-debug.Plo@am__quote@
1034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-dir.Plo@am__quote@
1035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-elt-dirs.Plo@am__quote@
1036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-expand.Plo@am__quote@
1037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-extend-fname.Plo@am__quote@
1038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-file-p.Plo@am__quote@
1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-find-suffix.Plo@am__quote@
1040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-fn.Plo@am__quote@
1041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-fontmap.Plo@am__quote@
1042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-getopt.Plo@am__quote@
1043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-getopt1.Plo@am__quote@
1044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-hash.Plo@am__quote@
1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-kdefault.Plo@am__quote@
1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-knj.Plo@am__quote@
1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-kpathsea.Plo@am__quote@
1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-line.Plo@am__quote@
1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-magstep.Plo@am__quote@
1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-make-suffix.Plo@am__quote@
1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-mingw32.Plo@am__quote@
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-path-elt.Plo@am__quote@
1053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-pathsearch.Plo@am__quote@
1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-proginit.Plo@am__quote@
1055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-progname.Plo@am__quote@
1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-readable.Plo@am__quote@
1057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-rm-suffix.Plo@am__quote@
1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-str-list.Plo@am__quote@
1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-str-llist.Plo@am__quote@
1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-tex-file.Plo@am__quote@
1061 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-tex-glyph.Plo@am__quote@
1062 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-tex-hush.Plo@am__quote@
1063 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-tex-make.Plo@am__quote@
1064 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-tilde.Plo@am__quote@
1065 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-uppercasify.Plo@am__quote@
1066 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-variable.Plo@am__quote@
1067 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-version.Plo@am__quote@
1068 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-win32lib.Plo@am__quote@
1069 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xbasename.Plo@am__quote@
1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xcalloc.Plo@am__quote@
1071 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xdirname.Plo@am__quote@
1072 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xfopen.Plo@am__quote@
1073 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xfseek.Plo@am__quote@
1074 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xfseeko.Plo@am__quote@
1075 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xftell.Plo@am__quote@
1076 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xftello.Plo@am__quote@
1077 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xgetcwd.Plo@am__quote@
1078 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xmalloc.Plo@am__quote@
1079 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xopendir.Plo@am__quote@
1080 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xputenv.Plo@am__quote@
1081 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xrealloc.Plo@am__quote@
1082 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xstat.Plo@am__quote@
1083 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkpathsea_la-xstrdup.Plo@am__quote@
1084 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname_test-progname.Po@am__quote@
1085 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@
1086 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdirtest.Po@am__quote@
1088 .c.o:
1089 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1090 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1091 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1096 .c.obj:
1097 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1098 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1099 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1101 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1102 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1104 .c.lo:
1105 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1106 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1107 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1108 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1109 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1110 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1112 libkpathsea_la-tex-file.lo: tex-file.c
1113 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-tex-file.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-tex-file.Tpo -c -o libkpathsea_la-tex-file.lo `test -f 'tex-file.c' || echo '$(srcdir)/'`tex-file.c
1114 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-tex-file.Tpo $(DEPDIR)/libkpathsea_la-tex-file.Plo
1115 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tex-file.c' object='libkpathsea_la-tex-file.lo' libtool=yes @AMDEPBACKSLASH@
1116 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1117 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-tex-file.lo `test -f 'tex-file.c' || echo '$(srcdir)/'`tex-file.c
1119 libkpathsea_la-absolute.lo: absolute.c
1120 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-absolute.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-absolute.Tpo -c -o libkpathsea_la-absolute.lo `test -f 'absolute.c' || echo '$(srcdir)/'`absolute.c
1121 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-absolute.Tpo $(DEPDIR)/libkpathsea_la-absolute.Plo
1122 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='absolute.c' object='libkpathsea_la-absolute.lo' libtool=yes @AMDEPBACKSLASH@
1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-absolute.lo `test -f 'absolute.c' || echo '$(srcdir)/'`absolute.c
1126 libkpathsea_la-atou.lo: atou.c
1127 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-atou.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-atou.Tpo -c -o libkpathsea_la-atou.lo `test -f 'atou.c' || echo '$(srcdir)/'`atou.c
1128 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-atou.Tpo $(DEPDIR)/libkpathsea_la-atou.Plo
1129 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='atou.c' object='libkpathsea_la-atou.lo' libtool=yes @AMDEPBACKSLASH@
1130 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1131 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-atou.lo `test -f 'atou.c' || echo '$(srcdir)/'`atou.c
1133 libkpathsea_la-cnf.lo: cnf.c
1134 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-cnf.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-cnf.Tpo -c -o libkpathsea_la-cnf.lo `test -f 'cnf.c' || echo '$(srcdir)/'`cnf.c
1135 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-cnf.Tpo $(DEPDIR)/libkpathsea_la-cnf.Plo
1136 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cnf.c' object='libkpathsea_la-cnf.lo' libtool=yes @AMDEPBACKSLASH@
1137 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-cnf.lo `test -f 'cnf.c' || echo '$(srcdir)/'`cnf.c
1140 libkpathsea_la-concat.lo: concat.c
1141 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-concat.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-concat.Tpo -c -o libkpathsea_la-concat.lo `test -f 'concat.c' || echo '$(srcdir)/'`concat.c
1142 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-concat.Tpo $(DEPDIR)/libkpathsea_la-concat.Plo
1143 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concat.c' object='libkpathsea_la-concat.lo' libtool=yes @AMDEPBACKSLASH@
1144 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-concat.lo `test -f 'concat.c' || echo '$(srcdir)/'`concat.c
1147 libkpathsea_la-concat3.lo: concat3.c
1148 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-concat3.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-concat3.Tpo -c -o libkpathsea_la-concat3.lo `test -f 'concat3.c' || echo '$(srcdir)/'`concat3.c
1149 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-concat3.Tpo $(DEPDIR)/libkpathsea_la-concat3.Plo
1150 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concat3.c' object='libkpathsea_la-concat3.lo' libtool=yes @AMDEPBACKSLASH@
1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-concat3.lo `test -f 'concat3.c' || echo '$(srcdir)/'`concat3.c
1154 libkpathsea_la-concatn.lo: concatn.c
1155 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-concatn.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-concatn.Tpo -c -o libkpathsea_la-concatn.lo `test -f 'concatn.c' || echo '$(srcdir)/'`concatn.c
1156 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-concatn.Tpo $(DEPDIR)/libkpathsea_la-concatn.Plo
1157 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concatn.c' object='libkpathsea_la-concatn.lo' libtool=yes @AMDEPBACKSLASH@
1158 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-concatn.lo `test -f 'concatn.c' || echo '$(srcdir)/'`concatn.c
1161 libkpathsea_la-db.lo: db.c
1162 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-db.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-db.Tpo -c -o libkpathsea_la-db.lo `test -f 'db.c' || echo '$(srcdir)/'`db.c
1163 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-db.Tpo $(DEPDIR)/libkpathsea_la-db.Plo
1164 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='db.c' object='libkpathsea_la-db.lo' libtool=yes @AMDEPBACKSLASH@
1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-db.lo `test -f 'db.c' || echo '$(srcdir)/'`db.c
1168 libkpathsea_la-debug.lo: debug.c
1169 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-debug.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-debug.Tpo -c -o libkpathsea_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1170 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-debug.Tpo $(DEPDIR)/libkpathsea_la-debug.Plo
1171 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='debug.c' object='libkpathsea_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1175 libkpathsea_la-dir.lo: dir.c
1176 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-dir.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-dir.Tpo -c -o libkpathsea_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c
1177 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-dir.Tpo $(DEPDIR)/libkpathsea_la-dir.Plo
1178 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dir.c' object='libkpathsea_la-dir.lo' libtool=yes @AMDEPBACKSLASH@
1179 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c
1182 libkpathsea_la-elt-dirs.lo: elt-dirs.c
1183 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-elt-dirs.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-elt-dirs.Tpo -c -o libkpathsea_la-elt-dirs.lo `test -f 'elt-dirs.c' || echo '$(srcdir)/'`elt-dirs.c
1184 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-elt-dirs.Tpo $(DEPDIR)/libkpathsea_la-elt-dirs.Plo
1185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elt-dirs.c' object='libkpathsea_la-elt-dirs.lo' libtool=yes @AMDEPBACKSLASH@
1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1187 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-elt-dirs.lo `test -f 'elt-dirs.c' || echo '$(srcdir)/'`elt-dirs.c
1189 libkpathsea_la-expand.lo: expand.c
1190 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-expand.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-expand.Tpo -c -o libkpathsea_la-expand.lo `test -f 'expand.c' || echo '$(srcdir)/'`expand.c
1191 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-expand.Tpo $(DEPDIR)/libkpathsea_la-expand.Plo
1192 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='expand.c' object='libkpathsea_la-expand.lo' libtool=yes @AMDEPBACKSLASH@
1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1194 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-expand.lo `test -f 'expand.c' || echo '$(srcdir)/'`expand.c
1196 libkpathsea_la-extend-fname.lo: extend-fname.c
1197 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-extend-fname.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-extend-fname.Tpo -c -o libkpathsea_la-extend-fname.lo `test -f 'extend-fname.c' || echo '$(srcdir)/'`extend-fname.c
1198 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-extend-fname.Tpo $(DEPDIR)/libkpathsea_la-extend-fname.Plo
1199 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extend-fname.c' object='libkpathsea_la-extend-fname.lo' libtool=yes @AMDEPBACKSLASH@
1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1201 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-extend-fname.lo `test -f 'extend-fname.c' || echo '$(srcdir)/'`extend-fname.c
1203 libkpathsea_la-file-p.lo: file-p.c
1204 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-file-p.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-file-p.Tpo -c -o libkpathsea_la-file-p.lo `test -f 'file-p.c' || echo '$(srcdir)/'`file-p.c
1205 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-file-p.Tpo $(DEPDIR)/libkpathsea_la-file-p.Plo
1206 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file-p.c' object='libkpathsea_la-file-p.lo' libtool=yes @AMDEPBACKSLASH@
1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1208 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-file-p.lo `test -f 'file-p.c' || echo '$(srcdir)/'`file-p.c
1210 libkpathsea_la-find-suffix.lo: find-suffix.c
1211 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-find-suffix.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-find-suffix.Tpo -c -o libkpathsea_la-find-suffix.lo `test -f 'find-suffix.c' || echo '$(srcdir)/'`find-suffix.c
1212 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-find-suffix.Tpo $(DEPDIR)/libkpathsea_la-find-suffix.Plo
1213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='find-suffix.c' object='libkpathsea_la-find-suffix.lo' libtool=yes @AMDEPBACKSLASH@
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-find-suffix.lo `test -f 'find-suffix.c' || echo '$(srcdir)/'`find-suffix.c
1217 libkpathsea_la-fn.lo: fn.c
1218 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-fn.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-fn.Tpo -c -o libkpathsea_la-fn.lo `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
1219 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-fn.Tpo $(DEPDIR)/libkpathsea_la-fn.Plo
1220 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fn.c' object='libkpathsea_la-fn.lo' libtool=yes @AMDEPBACKSLASH@
1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-fn.lo `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
1224 libkpathsea_la-fontmap.lo: fontmap.c
1225 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-fontmap.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-fontmap.Tpo -c -o libkpathsea_la-fontmap.lo `test -f 'fontmap.c' || echo '$(srcdir)/'`fontmap.c
1226 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-fontmap.Tpo $(DEPDIR)/libkpathsea_la-fontmap.Plo
1227 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fontmap.c' object='libkpathsea_la-fontmap.lo' libtool=yes @AMDEPBACKSLASH@
1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1229 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-fontmap.lo `test -f 'fontmap.c' || echo '$(srcdir)/'`fontmap.c
1231 libkpathsea_la-hash.lo: hash.c
1232 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-hash.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-hash.Tpo -c -o libkpathsea_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
1233 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-hash.Tpo $(DEPDIR)/libkpathsea_la-hash.Plo
1234 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hash.c' object='libkpathsea_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1236 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
1238 libkpathsea_la-kdefault.lo: kdefault.c
1239 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-kdefault.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-kdefault.Tpo -c -o libkpathsea_la-kdefault.lo `test -f 'kdefault.c' || echo '$(srcdir)/'`kdefault.c
1240 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-kdefault.Tpo $(DEPDIR)/libkpathsea_la-kdefault.Plo
1241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kdefault.c' object='libkpathsea_la-kdefault.lo' libtool=yes @AMDEPBACKSLASH@
1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1243 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-kdefault.lo `test -f 'kdefault.c' || echo '$(srcdir)/'`kdefault.c
1245 libkpathsea_la-kpathsea.lo: kpathsea.c
1246 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-kpathsea.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-kpathsea.Tpo -c -o libkpathsea_la-kpathsea.lo `test -f 'kpathsea.c' || echo '$(srcdir)/'`kpathsea.c
1247 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-kpathsea.Tpo $(DEPDIR)/libkpathsea_la-kpathsea.Plo
1248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kpathsea.c' object='libkpathsea_la-kpathsea.lo' libtool=yes @AMDEPBACKSLASH@
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1250 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-kpathsea.lo `test -f 'kpathsea.c' || echo '$(srcdir)/'`kpathsea.c
1252 libkpathsea_la-line.lo: line.c
1253 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-line.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-line.Tpo -c -o libkpathsea_la-line.lo `test -f 'line.c' || echo '$(srcdir)/'`line.c
1254 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-line.Tpo $(DEPDIR)/libkpathsea_la-line.Plo
1255 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='line.c' object='libkpathsea_la-line.lo' libtool=yes @AMDEPBACKSLASH@
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1257 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-line.lo `test -f 'line.c' || echo '$(srcdir)/'`line.c
1259 libkpathsea_la-magstep.lo: magstep.c
1260 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-magstep.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-magstep.Tpo -c -o libkpathsea_la-magstep.lo `test -f 'magstep.c' || echo '$(srcdir)/'`magstep.c
1261 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-magstep.Tpo $(DEPDIR)/libkpathsea_la-magstep.Plo
1262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='magstep.c' object='libkpathsea_la-magstep.lo' libtool=yes @AMDEPBACKSLASH@
1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1264 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-magstep.lo `test -f 'magstep.c' || echo '$(srcdir)/'`magstep.c
1266 libkpathsea_la-make-suffix.lo: make-suffix.c
1267 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-make-suffix.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-make-suffix.Tpo -c -o libkpathsea_la-make-suffix.lo `test -f 'make-suffix.c' || echo '$(srcdir)/'`make-suffix.c
1268 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-make-suffix.Tpo $(DEPDIR)/libkpathsea_la-make-suffix.Plo
1269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='make-suffix.c' object='libkpathsea_la-make-suffix.lo' libtool=yes @AMDEPBACKSLASH@
1270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1271 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-make-suffix.lo `test -f 'make-suffix.c' || echo '$(srcdir)/'`make-suffix.c
1273 libkpathsea_la-path-elt.lo: path-elt.c
1274 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-path-elt.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-path-elt.Tpo -c -o libkpathsea_la-path-elt.lo `test -f 'path-elt.c' || echo '$(srcdir)/'`path-elt.c
1275 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-path-elt.Tpo $(DEPDIR)/libkpathsea_la-path-elt.Plo
1276 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='path-elt.c' object='libkpathsea_la-path-elt.lo' libtool=yes @AMDEPBACKSLASH@
1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1278 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-path-elt.lo `test -f 'path-elt.c' || echo '$(srcdir)/'`path-elt.c
1280 libkpathsea_la-pathsearch.lo: pathsearch.c
1281 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-pathsearch.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-pathsearch.Tpo -c -o libkpathsea_la-pathsearch.lo `test -f 'pathsearch.c' || echo '$(srcdir)/'`pathsearch.c
1282 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-pathsearch.Tpo $(DEPDIR)/libkpathsea_la-pathsearch.Plo
1283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pathsearch.c' object='libkpathsea_la-pathsearch.lo' libtool=yes @AMDEPBACKSLASH@
1284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1285 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-pathsearch.lo `test -f 'pathsearch.c' || echo '$(srcdir)/'`pathsearch.c
1287 libkpathsea_la-proginit.lo: proginit.c
1288 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-proginit.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-proginit.Tpo -c -o libkpathsea_la-proginit.lo `test -f 'proginit.c' || echo '$(srcdir)/'`proginit.c
1289 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-proginit.Tpo $(DEPDIR)/libkpathsea_la-proginit.Plo
1290 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proginit.c' object='libkpathsea_la-proginit.lo' libtool=yes @AMDEPBACKSLASH@
1291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1292 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-proginit.lo `test -f 'proginit.c' || echo '$(srcdir)/'`proginit.c
1294 libkpathsea_la-progname.lo: progname.c
1295 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-progname.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-progname.Tpo -c -o libkpathsea_la-progname.lo `test -f 'progname.c' || echo '$(srcdir)/'`progname.c
1296 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-progname.Tpo $(DEPDIR)/libkpathsea_la-progname.Plo
1297 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='progname.c' object='libkpathsea_la-progname.lo' libtool=yes @AMDEPBACKSLASH@
1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1299 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-progname.lo `test -f 'progname.c' || echo '$(srcdir)/'`progname.c
1301 libkpathsea_la-readable.lo: readable.c
1302 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-readable.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-readable.Tpo -c -o libkpathsea_la-readable.lo `test -f 'readable.c' || echo '$(srcdir)/'`readable.c
1303 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-readable.Tpo $(DEPDIR)/libkpathsea_la-readable.Plo
1304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='readable.c' object='libkpathsea_la-readable.lo' libtool=yes @AMDEPBACKSLASH@
1305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1306 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-readable.lo `test -f 'readable.c' || echo '$(srcdir)/'`readable.c
1308 libkpathsea_la-rm-suffix.lo: rm-suffix.c
1309 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-rm-suffix.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-rm-suffix.Tpo -c -o libkpathsea_la-rm-suffix.lo `test -f 'rm-suffix.c' || echo '$(srcdir)/'`rm-suffix.c
1310 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-rm-suffix.Tpo $(DEPDIR)/libkpathsea_la-rm-suffix.Plo
1311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rm-suffix.c' object='libkpathsea_la-rm-suffix.lo' libtool=yes @AMDEPBACKSLASH@
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1313 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-rm-suffix.lo `test -f 'rm-suffix.c' || echo '$(srcdir)/'`rm-suffix.c
1315 libkpathsea_la-str-list.lo: str-list.c
1316 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-str-list.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-str-list.Tpo -c -o libkpathsea_la-str-list.lo `test -f 'str-list.c' || echo '$(srcdir)/'`str-list.c
1317 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-str-list.Tpo $(DEPDIR)/libkpathsea_la-str-list.Plo
1318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='str-list.c' object='libkpathsea_la-str-list.lo' libtool=yes @AMDEPBACKSLASH@
1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1320 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-str-list.lo `test -f 'str-list.c' || echo '$(srcdir)/'`str-list.c
1322 libkpathsea_la-str-llist.lo: str-llist.c
1323 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-str-llist.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-str-llist.Tpo -c -o libkpathsea_la-str-llist.lo `test -f 'str-llist.c' || echo '$(srcdir)/'`str-llist.c
1324 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-str-llist.Tpo $(DEPDIR)/libkpathsea_la-str-llist.Plo
1325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='str-llist.c' object='libkpathsea_la-str-llist.lo' libtool=yes @AMDEPBACKSLASH@
1326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1327 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-str-llist.lo `test -f 'str-llist.c' || echo '$(srcdir)/'`str-llist.c
1329 libkpathsea_la-tex-glyph.lo: tex-glyph.c
1330 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-tex-glyph.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-tex-glyph.Tpo -c -o libkpathsea_la-tex-glyph.lo `test -f 'tex-glyph.c' || echo '$(srcdir)/'`tex-glyph.c
1331 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-tex-glyph.Tpo $(DEPDIR)/libkpathsea_la-tex-glyph.Plo
1332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tex-glyph.c' object='libkpathsea_la-tex-glyph.lo' libtool=yes @AMDEPBACKSLASH@
1333 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1334 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-tex-glyph.lo `test -f 'tex-glyph.c' || echo '$(srcdir)/'`tex-glyph.c
1336 libkpathsea_la-tex-hush.lo: tex-hush.c
1337 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-tex-hush.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-tex-hush.Tpo -c -o libkpathsea_la-tex-hush.lo `test -f 'tex-hush.c' || echo '$(srcdir)/'`tex-hush.c
1338 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-tex-hush.Tpo $(DEPDIR)/libkpathsea_la-tex-hush.Plo
1339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tex-hush.c' object='libkpathsea_la-tex-hush.lo' libtool=yes @AMDEPBACKSLASH@
1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1341 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-tex-hush.lo `test -f 'tex-hush.c' || echo '$(srcdir)/'`tex-hush.c
1343 libkpathsea_la-tex-make.lo: tex-make.c
1344 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-tex-make.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-tex-make.Tpo -c -o libkpathsea_la-tex-make.lo `test -f 'tex-make.c' || echo '$(srcdir)/'`tex-make.c
1345 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-tex-make.Tpo $(DEPDIR)/libkpathsea_la-tex-make.Plo
1346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tex-make.c' object='libkpathsea_la-tex-make.lo' libtool=yes @AMDEPBACKSLASH@
1347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1348 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-tex-make.lo `test -f 'tex-make.c' || echo '$(srcdir)/'`tex-make.c
1350 libkpathsea_la-tilde.lo: tilde.c
1351 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-tilde.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-tilde.Tpo -c -o libkpathsea_la-tilde.lo `test -f 'tilde.c' || echo '$(srcdir)/'`tilde.c
1352 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-tilde.Tpo $(DEPDIR)/libkpathsea_la-tilde.Plo
1353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tilde.c' object='libkpathsea_la-tilde.lo' libtool=yes @AMDEPBACKSLASH@
1354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1355 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-tilde.lo `test -f 'tilde.c' || echo '$(srcdir)/'`tilde.c
1357 libkpathsea_la-uppercasify.lo: uppercasify.c
1358 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-uppercasify.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-uppercasify.Tpo -c -o libkpathsea_la-uppercasify.lo `test -f 'uppercasify.c' || echo '$(srcdir)/'`uppercasify.c
1359 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-uppercasify.Tpo $(DEPDIR)/libkpathsea_la-uppercasify.Plo
1360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='uppercasify.c' object='libkpathsea_la-uppercasify.lo' libtool=yes @AMDEPBACKSLASH@
1361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1362 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-uppercasify.lo `test -f 'uppercasify.c' || echo '$(srcdir)/'`uppercasify.c
1364 libkpathsea_la-variable.lo: variable.c
1365 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-variable.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-variable.Tpo -c -o libkpathsea_la-variable.lo `test -f 'variable.c' || echo '$(srcdir)/'`variable.c
1366 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-variable.Tpo $(DEPDIR)/libkpathsea_la-variable.Plo
1367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='variable.c' object='libkpathsea_la-variable.lo' libtool=yes @AMDEPBACKSLASH@
1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1369 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-variable.lo `test -f 'variable.c' || echo '$(srcdir)/'`variable.c
1371 libkpathsea_la-version.lo: version.c
1372 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-version.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-version.Tpo -c -o libkpathsea_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
1373 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-version.Tpo $(DEPDIR)/libkpathsea_la-version.Plo
1374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='version.c' object='libkpathsea_la-version.lo' libtool=yes @AMDEPBACKSLASH@
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1376 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
1378 libkpathsea_la-xbasename.lo: xbasename.c
1379 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xbasename.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xbasename.Tpo -c -o libkpathsea_la-xbasename.lo `test -f 'xbasename.c' || echo '$(srcdir)/'`xbasename.c
1380 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xbasename.Tpo $(DEPDIR)/libkpathsea_la-xbasename.Plo
1381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xbasename.c' object='libkpathsea_la-xbasename.lo' libtool=yes @AMDEPBACKSLASH@
1382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1383 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xbasename.lo `test -f 'xbasename.c' || echo '$(srcdir)/'`xbasename.c
1385 libkpathsea_la-xcalloc.lo: xcalloc.c
1386 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xcalloc.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xcalloc.Tpo -c -o libkpathsea_la-xcalloc.lo `test -f 'xcalloc.c' || echo '$(srcdir)/'`xcalloc.c
1387 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xcalloc.Tpo $(DEPDIR)/libkpathsea_la-xcalloc.Plo
1388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xcalloc.c' object='libkpathsea_la-xcalloc.lo' libtool=yes @AMDEPBACKSLASH@
1389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1390 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xcalloc.lo `test -f 'xcalloc.c' || echo '$(srcdir)/'`xcalloc.c
1392 libkpathsea_la-xdirname.lo: xdirname.c
1393 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xdirname.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xdirname.Tpo -c -o libkpathsea_la-xdirname.lo `test -f 'xdirname.c' || echo '$(srcdir)/'`xdirname.c
1394 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xdirname.Tpo $(DEPDIR)/libkpathsea_la-xdirname.Plo
1395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdirname.c' object='libkpathsea_la-xdirname.lo' libtool=yes @AMDEPBACKSLASH@
1396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1397 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xdirname.lo `test -f 'xdirname.c' || echo '$(srcdir)/'`xdirname.c
1399 libkpathsea_la-xfopen.lo: xfopen.c
1400 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xfopen.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xfopen.Tpo -c -o libkpathsea_la-xfopen.lo `test -f 'xfopen.c' || echo '$(srcdir)/'`xfopen.c
1401 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xfopen.Tpo $(DEPDIR)/libkpathsea_la-xfopen.Plo
1402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfopen.c' object='libkpathsea_la-xfopen.lo' libtool=yes @AMDEPBACKSLASH@
1403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1404 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xfopen.lo `test -f 'xfopen.c' || echo '$(srcdir)/'`xfopen.c
1406 libkpathsea_la-xfseek.lo: xfseek.c
1407 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xfseek.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xfseek.Tpo -c -o libkpathsea_la-xfseek.lo `test -f 'xfseek.c' || echo '$(srcdir)/'`xfseek.c
1408 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xfseek.Tpo $(DEPDIR)/libkpathsea_la-xfseek.Plo
1409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfseek.c' object='libkpathsea_la-xfseek.lo' libtool=yes @AMDEPBACKSLASH@
1410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1411 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xfseek.lo `test -f 'xfseek.c' || echo '$(srcdir)/'`xfseek.c
1413 libkpathsea_la-xftell.lo: xftell.c
1414 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xftell.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xftell.Tpo -c -o libkpathsea_la-xftell.lo `test -f 'xftell.c' || echo '$(srcdir)/'`xftell.c
1415 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xftell.Tpo $(DEPDIR)/libkpathsea_la-xftell.Plo
1416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xftell.c' object='libkpathsea_la-xftell.lo' libtool=yes @AMDEPBACKSLASH@
1417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1418 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xftell.lo `test -f 'xftell.c' || echo '$(srcdir)/'`xftell.c
1420 libkpathsea_la-xgetcwd.lo: xgetcwd.c
1421 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xgetcwd.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xgetcwd.Tpo -c -o libkpathsea_la-xgetcwd.lo `test -f 'xgetcwd.c' || echo '$(srcdir)/'`xgetcwd.c
1422 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xgetcwd.Tpo $(DEPDIR)/libkpathsea_la-xgetcwd.Plo
1423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xgetcwd.c' object='libkpathsea_la-xgetcwd.lo' libtool=yes @AMDEPBACKSLASH@
1424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1425 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xgetcwd.lo `test -f 'xgetcwd.c' || echo '$(srcdir)/'`xgetcwd.c
1427 libkpathsea_la-xmalloc.lo: xmalloc.c
1428 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xmalloc.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xmalloc.Tpo -c -o libkpathsea_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
1429 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xmalloc.Tpo $(DEPDIR)/libkpathsea_la-xmalloc.Plo
1430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmalloc.c' object='libkpathsea_la-xmalloc.lo' libtool=yes @AMDEPBACKSLASH@
1431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1432 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
1434 libkpathsea_la-xopendir.lo: xopendir.c
1435 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xopendir.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xopendir.Tpo -c -o libkpathsea_la-xopendir.lo `test -f 'xopendir.c' || echo '$(srcdir)/'`xopendir.c
1436 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xopendir.Tpo $(DEPDIR)/libkpathsea_la-xopendir.Plo
1437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xopendir.c' object='libkpathsea_la-xopendir.lo' libtool=yes @AMDEPBACKSLASH@
1438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1439 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xopendir.lo `test -f 'xopendir.c' || echo '$(srcdir)/'`xopendir.c
1441 libkpathsea_la-xputenv.lo: xputenv.c
1442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xputenv.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xputenv.Tpo -c -o libkpathsea_la-xputenv.lo `test -f 'xputenv.c' || echo '$(srcdir)/'`xputenv.c
1443 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xputenv.Tpo $(DEPDIR)/libkpathsea_la-xputenv.Plo
1444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xputenv.c' object='libkpathsea_la-xputenv.lo' libtool=yes @AMDEPBACKSLASH@
1445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1446 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xputenv.lo `test -f 'xputenv.c' || echo '$(srcdir)/'`xputenv.c
1448 libkpathsea_la-xrealloc.lo: xrealloc.c
1449 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xrealloc.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xrealloc.Tpo -c -o libkpathsea_la-xrealloc.lo `test -f 'xrealloc.c' || echo '$(srcdir)/'`xrealloc.c
1450 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xrealloc.Tpo $(DEPDIR)/libkpathsea_la-xrealloc.Plo
1451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xrealloc.c' object='libkpathsea_la-xrealloc.lo' libtool=yes @AMDEPBACKSLASH@
1452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1453 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xrealloc.lo `test -f 'xrealloc.c' || echo '$(srcdir)/'`xrealloc.c
1455 libkpathsea_la-xstat.lo: xstat.c
1456 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xstat.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xstat.Tpo -c -o libkpathsea_la-xstat.lo `test -f 'xstat.c' || echo '$(srcdir)/'`xstat.c
1457 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xstat.Tpo $(DEPDIR)/libkpathsea_la-xstat.Plo
1458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xstat.c' object='libkpathsea_la-xstat.lo' libtool=yes @AMDEPBACKSLASH@
1459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1460 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xstat.lo `test -f 'xstat.c' || echo '$(srcdir)/'`xstat.c
1462 libkpathsea_la-xstrdup.lo: xstrdup.c
1463 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xstrdup.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xstrdup.Tpo -c -o libkpathsea_la-xstrdup.lo `test -f 'xstrdup.c' || echo '$(srcdir)/'`xstrdup.c
1464 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xstrdup.Tpo $(DEPDIR)/libkpathsea_la-xstrdup.Plo
1465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xstrdup.c' object='libkpathsea_la-xstrdup.lo' libtool=yes @AMDEPBACKSLASH@
1466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1467 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xstrdup.lo `test -f 'xstrdup.c' || echo '$(srcdir)/'`xstrdup.c
1469 libkpathsea_la-getopt.lo: getopt.c
1470 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-getopt.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-getopt.Tpo -c -o libkpathsea_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
1471 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-getopt.Tpo $(DEPDIR)/libkpathsea_la-getopt.Plo
1472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='getopt.c' object='libkpathsea_la-getopt.lo' libtool=yes @AMDEPBACKSLASH@
1473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1474 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
1476 libkpathsea_la-getopt1.lo: getopt1.c
1477 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-getopt1.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-getopt1.Tpo -c -o libkpathsea_la-getopt1.lo `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
1478 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-getopt1.Tpo $(DEPDIR)/libkpathsea_la-getopt1.Plo
1479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='getopt1.c' object='libkpathsea_la-getopt1.lo' libtool=yes @AMDEPBACKSLASH@
1480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1481 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-getopt1.lo `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
1483 libkpathsea_la-mingw32.lo: mingw32.c
1484 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-mingw32.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-mingw32.Tpo -c -o libkpathsea_la-mingw32.lo `test -f 'mingw32.c' || echo '$(srcdir)/'`mingw32.c
1485 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-mingw32.Tpo $(DEPDIR)/libkpathsea_la-mingw32.Plo
1486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mingw32.c' object='libkpathsea_la-mingw32.lo' libtool=yes @AMDEPBACKSLASH@
1487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1488 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-mingw32.lo `test -f 'mingw32.c' || echo '$(srcdir)/'`mingw32.c
1490 libkpathsea_la-xfseeko.lo: xfseeko.c
1491 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xfseeko.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xfseeko.Tpo -c -o libkpathsea_la-xfseeko.lo `test -f 'xfseeko.c' || echo '$(srcdir)/'`xfseeko.c
1492 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xfseeko.Tpo $(DEPDIR)/libkpathsea_la-xfseeko.Plo
1493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xfseeko.c' object='libkpathsea_la-xfseeko.lo' libtool=yes @AMDEPBACKSLASH@
1494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1495 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xfseeko.lo `test -f 'xfseeko.c' || echo '$(srcdir)/'`xfseeko.c
1497 libkpathsea_la-xftello.lo: xftello.c
1498 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-xftello.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-xftello.Tpo -c -o libkpathsea_la-xftello.lo `test -f 'xftello.c' || echo '$(srcdir)/'`xftello.c
1499 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-xftello.Tpo $(DEPDIR)/libkpathsea_la-xftello.Plo
1500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xftello.c' object='libkpathsea_la-xftello.lo' libtool=yes @AMDEPBACKSLASH@
1501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1502 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-xftello.lo `test -f 'xftello.c' || echo '$(srcdir)/'`xftello.c
1504 libkpathsea_la-win32lib.lo: win32lib.c
1505 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-win32lib.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-win32lib.Tpo -c -o libkpathsea_la-win32lib.lo `test -f 'win32lib.c' || echo '$(srcdir)/'`win32lib.c
1506 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-win32lib.Tpo $(DEPDIR)/libkpathsea_la-win32lib.Plo
1507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='win32lib.c' object='libkpathsea_la-win32lib.lo' libtool=yes @AMDEPBACKSLASH@
1508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1509 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-win32lib.lo `test -f 'win32lib.c' || echo '$(srcdir)/'`win32lib.c
1511 libkpathsea_la-knj.lo: knj.c
1512 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkpathsea_la-knj.lo -MD -MP -MF $(DEPDIR)/libkpathsea_la-knj.Tpo -c -o libkpathsea_la-knj.lo `test -f 'knj.c' || echo '$(srcdir)/'`knj.c
1513 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkpathsea_la-knj.Tpo $(DEPDIR)/libkpathsea_la-knj.Plo
1514 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='knj.c' object='libkpathsea_la-knj.lo' libtool=yes @AMDEPBACKSLASH@
1515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1516 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkpathsea_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkpathsea_la-knj.lo `test -f 'knj.c' || echo '$(srcdir)/'`knj.c
1518 progname_test-progname.o: progname.c
1519 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(progname_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT progname_test-progname.o -MD -MP -MF $(DEPDIR)/progname_test-progname.Tpo -c -o progname_test-progname.o `test -f 'progname.c' || echo '$(srcdir)/'`progname.c
1520 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/progname_test-progname.Tpo $(DEPDIR)/progname_test-progname.Po
1521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='progname.c' object='progname_test-progname.o' libtool=no @AMDEPBACKSLASH@
1522 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1523 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(progname_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o progname_test-progname.o `test -f 'progname.c' || echo '$(srcdir)/'`progname.c
1525 progname_test-progname.obj: progname.c
1526 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(progname_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT progname_test-progname.obj -MD -MP -MF $(DEPDIR)/progname_test-progname.Tpo -c -o progname_test-progname.obj `if test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; else $(CYGPATH_W) '$(srcdir)/progname.c'; fi`
1527 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/progname_test-progname.Tpo $(DEPDIR)/progname_test-progname.Po
1528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='progname.c' object='progname_test-progname.obj' libtool=no @AMDEPBACKSLASH@
1529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1530 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(progname_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o progname_test-progname.obj `if test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; else $(CYGPATH_W) '$(srcdir)/progname.c'; fi`
1532 mostlyclean-libtool:
1533 -rm -f *.lo
1535 clean-libtool:
1536 -rm -rf .libs _libs
1538 distclean-libtool:
1539 -rm -f libtool config.lt
1540 install-dist_web2cDATA: $(dist_web2c_DATA)
1541 @$(NORMAL_INSTALL)
1542 @list='$(dist_web2c_DATA)'; test -n "$(web2cdir)" || list=; \
1543 if test -n "$$list"; then \
1544 echo " $(MKDIR_P) '$(DESTDIR)$(web2cdir)'"; \
1545 $(MKDIR_P) "$(DESTDIR)$(web2cdir)" || exit 1; \
1546 fi; \
1547 for p in $$list; do \
1548 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1549 echo "$$d$$p"; \
1550 done | $(am__base_list) | \
1551 while read files; do \
1552 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(web2cdir)'"; \
1553 $(INSTALL_DATA) $$files "$(DESTDIR)$(web2cdir)" || exit $$?; \
1554 done
1556 uninstall-dist_web2cDATA:
1557 @$(NORMAL_UNINSTALL)
1558 @list='$(dist_web2c_DATA)'; test -n "$(web2cdir)" || list=; \
1559 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1560 dir='$(DESTDIR)$(web2cdir)'; $(am__uninstall_files_from_dir)
1561 install-pkgconfigDATA: $(pkgconfig_DATA)
1562 @$(NORMAL_INSTALL)
1563 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1564 if test -n "$$list"; then \
1565 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1566 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1567 fi; \
1568 for p in $$list; do \
1569 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1570 echo "$$d$$p"; \
1571 done | $(am__base_list) | \
1572 while read files; do \
1573 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1574 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1575 done
1577 uninstall-pkgconfigDATA:
1578 @$(NORMAL_UNINSTALL)
1579 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1580 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1581 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1582 install-kpseincludeHEADERS: $(kpseinclude_HEADERS)
1583 @$(NORMAL_INSTALL)
1584 @list='$(kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
1585 if test -n "$$list"; then \
1586 echo " $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)'"; \
1587 $(MKDIR_P) "$(DESTDIR)$(kpseincludedir)" || exit 1; \
1588 fi; \
1589 for p in $$list; do \
1590 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1591 echo "$$d$$p"; \
1592 done | $(am__base_list) | \
1593 while read files; do \
1594 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kpseincludedir)'"; \
1595 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kpseincludedir)" || exit $$?; \
1596 done
1598 uninstall-kpseincludeHEADERS:
1599 @$(NORMAL_UNINSTALL)
1600 @list='$(kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
1601 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1602 dir='$(DESTDIR)$(kpseincludedir)'; $(am__uninstall_files_from_dir)
1603 install-nodist_kpseincludeHEADERS: $(nodist_kpseinclude_HEADERS)
1604 @$(NORMAL_INSTALL)
1605 @list='$(nodist_kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
1606 if test -n "$$list"; then \
1607 echo " $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)'"; \
1608 $(MKDIR_P) "$(DESTDIR)$(kpseincludedir)" || exit 1; \
1609 fi; \
1610 for p in $$list; do \
1611 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1612 echo "$$d$$p"; \
1613 done | $(am__base_list) | \
1614 while read files; do \
1615 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kpseincludedir)'"; \
1616 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kpseincludedir)" || exit $$?; \
1617 done
1619 uninstall-nodist_kpseincludeHEADERS:
1620 @$(NORMAL_UNINSTALL)
1621 @list='$(nodist_kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
1622 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1623 dir='$(DESTDIR)$(kpseincludedir)'; $(am__uninstall_files_from_dir)
1624 install-nodist_kpselibHEADERS: $(nodist_kpselib_HEADERS)
1625 @$(NORMAL_INSTALL)
1626 @list='$(nodist_kpselib_HEADERS)'; test -n "$(kpselibdir)" || list=; \
1627 if test -n "$$list"; then \
1628 echo " $(MKDIR_P) '$(DESTDIR)$(kpselibdir)'"; \
1629 $(MKDIR_P) "$(DESTDIR)$(kpselibdir)" || exit 1; \
1630 fi; \
1631 for p in $$list; do \
1632 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1633 echo "$$d$$p"; \
1634 done | $(am__base_list) | \
1635 while read files; do \
1636 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kpselibdir)'"; \
1637 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kpselibdir)" || exit $$?; \
1638 done
1640 uninstall-nodist_kpselibHEADERS:
1641 @$(NORMAL_UNINSTALL)
1642 @list='$(nodist_kpselib_HEADERS)'; test -n "$(kpselibdir)" || list=; \
1643 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1644 dir='$(DESTDIR)$(kpselibdir)'; $(am__uninstall_files_from_dir)
1646 # This directory's subdirectories are mostly independent; you can cd
1647 # into them and run 'make' without going through this Makefile.
1648 # To change the values of 'make' variables: instead of editing Makefiles,
1649 # (1) if the variable is set in 'config.status', edit 'config.status'
1650 # (which will cause the Makefiles to be regenerated when you run 'make');
1651 # (2) otherwise, pass the desired values on the 'make' command line.
1652 $(am__recursive_targets):
1653 @fail=; \
1654 if $(am__make_keepgoing); then \
1655 failcom='fail=yes'; \
1656 else \
1657 failcom='exit 1'; \
1658 fi; \
1659 dot_seen=no; \
1660 target=`echo $@ | sed s/-recursive//`; \
1661 case "$@" in \
1662 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1663 *) list='$(SUBDIRS)' ;; \
1664 esac; \
1665 for subdir in $$list; do \
1666 echo "Making $$target in $$subdir"; \
1667 if test "$$subdir" = "."; then \
1668 dot_seen=yes; \
1669 local_target="$$target-am"; \
1670 else \
1671 local_target="$$target"; \
1672 fi; \
1673 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1674 || eval $$failcom; \
1675 done; \
1676 if test "$$dot_seen" = "no"; then \
1677 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1678 fi; test -z "$$fail"
1680 ID: $(am__tagged_files)
1681 $(am__define_uniq_tagged_files); mkid -fID $$unique
1682 tags: tags-recursive
1683 TAGS: tags
1685 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1686 set x; \
1687 here=`pwd`; \
1688 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1689 include_option=--etags-include; \
1690 empty_fix=.; \
1691 else \
1692 include_option=--include; \
1693 empty_fix=; \
1694 fi; \
1695 list='$(SUBDIRS)'; for subdir in $$list; do \
1696 if test "$$subdir" = .; then :; else \
1697 test ! -f $$subdir/TAGS || \
1698 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1699 fi; \
1700 done; \
1701 $(am__define_uniq_tagged_files); \
1702 shift; \
1703 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1704 test -n "$$unique" || unique=$$empty_fix; \
1705 if test $$# -gt 0; then \
1706 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1707 "$$@" $$unique; \
1708 else \
1709 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1710 $$unique; \
1711 fi; \
1713 ctags: ctags-recursive
1715 CTAGS: ctags
1716 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1717 $(am__define_uniq_tagged_files); \
1718 test -z "$(CTAGS_ARGS)$$unique" \
1719 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1720 $$unique
1722 GTAGS:
1723 here=`$(am__cd) $(top_builddir) && pwd` \
1724 && $(am__cd) $(top_srcdir) \
1725 && gtags -i $(GTAGS_ARGS) "$$here"
1726 cscope: cscope.files
1727 test ! -s cscope.files \
1728 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1729 clean-cscope:
1730 -rm -f cscope.files
1731 cscope.files: clean-cscope cscopelist
1732 cscopelist: cscopelist-recursive
1734 cscopelist-am: $(am__tagged_files)
1735 list='$(am__tagged_files)'; \
1736 case "$(srcdir)" in \
1737 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1738 *) sdir=$(subdir)/$(srcdir) ;; \
1739 esac; \
1740 for i in $$list; do \
1741 if test -f "$$i"; then \
1742 echo "$(subdir)/$$i"; \
1743 else \
1744 echo "$$sdir/$$i"; \
1745 fi; \
1746 done >> $(top_builddir)/cscope.files
1748 distclean-tags:
1749 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1750 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1752 # Recover from deleted '.trs' file; this should ensure that
1753 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1754 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1755 # to avoid problems with "make -n".
1756 .log.trs:
1757 rm -f $< $@
1758 $(MAKE) $(AM_MAKEFLAGS) $<
1760 # Leading 'am--fnord' is there to ensure the list of targets does not
1761 # expand to empty, as could happen e.g. with make check TESTS=''.
1762 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1763 am--force-recheck:
1766 $(TEST_SUITE_LOG): $(TEST_LOGS)
1767 @$(am__set_TESTS_bases); \
1768 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1769 redo_bases=`for i in $$bases; do \
1770 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1771 done`; \
1772 if test -n "$$redo_bases"; then \
1773 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1774 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1775 if $(am__make_dryrun); then :; else \
1776 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1777 fi; \
1778 fi; \
1779 if test -n "$$am__remaking_logs"; then \
1780 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1781 "recursion detected" >&2; \
1782 elif test -n "$$redo_logs"; then \
1783 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1784 fi; \
1785 if $(am__make_dryrun); then :; else \
1786 st=0; \
1787 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1788 for i in $$redo_bases; do \
1789 test -f $$i.trs && test -r $$i.trs \
1790 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1791 test -f $$i.log && test -r $$i.log \
1792 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1793 done; \
1794 test $$st -eq 0 || exit 1; \
1796 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1797 ws='[ ]'; \
1798 results=`for b in $$bases; do echo $$b.trs; done`; \
1799 test -n "$$results" || results=/dev/null; \
1800 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1801 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1802 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1803 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1804 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1805 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1806 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1807 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1808 success=true; \
1809 else \
1810 success=false; \
1811 fi; \
1812 br='==================='; br=$$br$$br$$br$$br; \
1813 result_count () \
1815 if test x"$$1" = x"--maybe-color"; then \
1816 maybe_colorize=yes; \
1817 elif test x"$$1" = x"--no-color"; then \
1818 maybe_colorize=no; \
1819 else \
1820 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1821 fi; \
1822 shift; \
1823 desc=$$1 count=$$2; \
1824 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1825 color_start=$$3 color_end=$$std; \
1826 else \
1827 color_start= color_end=; \
1828 fi; \
1829 echo "$${color_start}# $$desc $$count$${color_end}"; \
1830 }; \
1831 create_testsuite_report () \
1833 result_count $$1 "TOTAL:" $$all "$$brg"; \
1834 result_count $$1 "PASS: " $$pass "$$grn"; \
1835 result_count $$1 "SKIP: " $$skip "$$blu"; \
1836 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1837 result_count $$1 "FAIL: " $$fail "$$red"; \
1838 result_count $$1 "XPASS:" $$xpass "$$red"; \
1839 result_count $$1 "ERROR:" $$error "$$mgn"; \
1840 }; \
1842 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1843 $(am__rst_title); \
1844 create_testsuite_report --no-color; \
1845 echo; \
1846 echo ".. contents:: :depth: 2"; \
1847 echo; \
1848 for b in $$bases; do echo $$b; done \
1849 | $(am__create_global_log); \
1850 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1851 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1852 if $$success; then \
1853 col="$$grn"; \
1854 else \
1855 col="$$red"; \
1856 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1857 fi; \
1858 echo "$${col}$$br$${std}"; \
1859 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1860 echo "$${col}$$br$${std}"; \
1861 create_testsuite_report --maybe-color; \
1862 echo "$$col$$br$$std"; \
1863 if $$success; then :; else \
1864 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1865 if test -n "$(PACKAGE_BUGREPORT)"; then \
1866 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1867 fi; \
1868 echo "$$col$$br$$std"; \
1869 fi; \
1870 $$success || exit 1
1872 check-TESTS:
1873 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1874 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1875 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1876 @set +e; $(am__set_TESTS_bases); \
1877 log_list=`for i in $$bases; do echo $$i.log; done`; \
1878 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1879 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1880 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1881 exit $$?;
1882 recheck: all
1883 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1884 @set +e; $(am__set_TESTS_bases); \
1885 bases=`for i in $$bases; do echo $$i; done \
1886 | $(am__list_recheck_tests)` || exit 1; \
1887 log_list=`for i in $$bases; do echo $$i.log; done`; \
1888 log_list=`echo $$log_list`; \
1889 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1890 am__force_recheck=am--force-recheck \
1891 TEST_LOGS="$$log_list"; \
1892 exit $$?
1893 .test.log:
1894 @p='$<'; \
1895 $(am__set_b); \
1896 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1897 --log-file $$b.log --trs-file $$b.trs \
1898 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1899 "$$tst" $(AM_TESTS_FD_REDIRECT)
1900 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1901 @am__EXEEXT_TRUE@ @p='$<'; \
1902 @am__EXEEXT_TRUE@ $(am__set_b); \
1903 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1904 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1905 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1906 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1908 distdir: $(DISTFILES)
1909 $(am__remove_distdir)
1910 test -d "$(distdir)" || mkdir "$(distdir)"
1911 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1912 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1913 list='$(DISTFILES)'; \
1914 dist_files=`for file in $$list; do echo $$file; done | \
1915 sed -e "s|^$$srcdirstrip/||;t" \
1916 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1917 case $$dist_files in \
1918 */*) $(MKDIR_P) `echo "$$dist_files" | \
1919 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1920 sort -u` ;; \
1921 esac; \
1922 for file in $$dist_files; do \
1923 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1924 if test -d $$d/$$file; then \
1925 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1926 if test -d "$(distdir)/$$file"; then \
1927 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1928 fi; \
1929 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1930 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1931 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1932 fi; \
1933 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1934 else \
1935 test -f "$(distdir)/$$file" \
1936 || cp -p $$d/$$file "$(distdir)/$$file" \
1937 || exit 1; \
1938 fi; \
1939 done
1940 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1941 if test "$$subdir" = .; then :; else \
1942 $(am__make_dryrun) \
1943 || test -d "$(distdir)/$$subdir" \
1944 || $(MKDIR_P) "$(distdir)/$$subdir" \
1945 || exit 1; \
1946 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1947 $(am__relativize); \
1948 new_distdir=$$reldir; \
1949 dir1=$$subdir; dir2="$(top_distdir)"; \
1950 $(am__relativize); \
1951 new_top_distdir=$$reldir; \
1952 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1953 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1954 ($(am__cd) $$subdir && \
1955 $(MAKE) $(AM_MAKEFLAGS) \
1956 top_distdir="$$new_top_distdir" \
1957 distdir="$$new_distdir" \
1958 am__remove_distdir=: \
1959 am__skip_length_check=: \
1960 am__skip_mode_fix=: \
1961 distdir) \
1962 || exit 1; \
1963 fi; \
1964 done
1965 -test -n "$(am__skip_mode_fix)" \
1966 || find "$(distdir)" -type d ! -perm -755 \
1967 -exec chmod u+rwx,go+rx {} \; -o \
1968 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1969 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1970 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1971 || chmod -R a+r "$(distdir)"
1972 dist-gzip: distdir
1973 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1974 $(am__post_remove_distdir)
1976 dist-bzip2: distdir
1977 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1978 $(am__post_remove_distdir)
1980 dist-lzip: distdir
1981 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1982 $(am__post_remove_distdir)
1984 dist-xz: distdir
1985 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1986 $(am__post_remove_distdir)
1988 dist-tarZ: distdir
1989 @echo WARNING: "Support for distribution archives compressed with" \
1990 "legacy program 'compress' is deprecated." >&2
1991 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1992 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1993 $(am__post_remove_distdir)
1995 dist-shar: distdir
1996 @echo WARNING: "Support for shar distribution archives is" \
1997 "deprecated." >&2
1998 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1999 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2000 $(am__post_remove_distdir)
2002 dist-zip: distdir
2003 -rm -f $(distdir).zip
2004 zip -rq $(distdir).zip $(distdir)
2005 $(am__post_remove_distdir)
2007 dist dist-all:
2008 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2009 $(am__post_remove_distdir)
2011 # This target untars the dist file and tries a VPATH configuration. Then
2012 # it guarantees that the distribution is self-contained by making another
2013 # tarfile.
2014 distcheck: dist
2015 case '$(DIST_ARCHIVES)' in \
2016 *.tar.gz*) \
2017 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2018 *.tar.bz2*) \
2019 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2020 *.tar.lz*) \
2021 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2022 *.tar.xz*) \
2023 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2024 *.tar.Z*) \
2025 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2026 *.shar.gz*) \
2027 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2028 *.zip*) \
2029 unzip $(distdir).zip ;;\
2030 esac
2031 chmod -R a-w $(distdir)
2032 chmod u+w $(distdir)
2033 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2034 chmod a-w $(distdir)
2035 test -d $(distdir)/_build || exit 0; \
2036 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2037 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2038 && am__cwd=`pwd` \
2039 && $(am__cd) $(distdir)/_build/sub \
2040 && ../../configure \
2041 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2042 $(DISTCHECK_CONFIGURE_FLAGS) \
2043 --srcdir=../.. --prefix="$$dc_install_base" \
2044 && $(MAKE) $(AM_MAKEFLAGS) \
2045 && $(MAKE) $(AM_MAKEFLAGS) dvi \
2046 && $(MAKE) $(AM_MAKEFLAGS) check \
2047 && $(MAKE) $(AM_MAKEFLAGS) install \
2048 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2049 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2050 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2051 distuninstallcheck \
2052 && chmod -R a-w "$$dc_install_base" \
2053 && ({ \
2054 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2055 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2056 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2057 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2058 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2059 } || { rm -rf "$$dc_destdir"; exit 1; }) \
2060 && rm -rf "$$dc_destdir" \
2061 && $(MAKE) $(AM_MAKEFLAGS) dist \
2062 && rm -rf $(DIST_ARCHIVES) \
2063 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2064 && cd "$$am__cwd" \
2065 || exit 1
2066 $(am__post_remove_distdir)
2067 @(echo "$(distdir) archives ready for distribution: "; \
2068 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2069 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2070 distuninstallcheck:
2071 @test -n '$(distuninstallcheck_dir)' || { \
2072 echo 'ERROR: trying to run $@ with an empty' \
2073 '$$(distuninstallcheck_dir)' >&2; \
2074 exit 1; \
2075 }; \
2076 $(am__cd) '$(distuninstallcheck_dir)' || { \
2077 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2078 exit 1; \
2079 }; \
2080 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2081 || { echo "ERROR: files left after uninstall:" ; \
2082 if test -n "$(DESTDIR)"; then \
2083 echo " (check DESTDIR support)"; \
2084 fi ; \
2085 $(distuninstallcheck_listfiles) ; \
2086 exit 1; } >&2
2087 distcleancheck: distclean
2088 @if test '$(srcdir)' = . ; then \
2089 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2090 exit 1 ; \
2092 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2093 || { echo "ERROR: files left in build directory after distclean:" ; \
2094 $(distcleancheck_listfiles) ; \
2095 exit 1; } >&2
2096 check-am: all-am
2097 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2098 check: $(BUILT_SOURCES)
2099 $(MAKE) $(AM_MAKEFLAGS) check-recursive
2100 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
2101 $(HEADERS) c-auto.h
2102 install-binPROGRAMS: install-libLTLIBRARIES
2104 installdirs: installdirs-recursive
2105 installdirs-am:
2106 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)"; do \
2107 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2108 done
2109 install: $(BUILT_SOURCES)
2110 $(MAKE) $(AM_MAKEFLAGS) install-recursive
2111 install-exec: install-exec-recursive
2112 install-data: install-data-recursive
2113 uninstall: uninstall-recursive
2115 install-am: all-am
2116 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2118 installcheck: installcheck-recursive
2119 install-strip:
2120 if test -z '$(STRIP)'; then \
2121 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2122 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2123 install; \
2124 else \
2125 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2126 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2127 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2129 mostlyclean-generic:
2130 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2131 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2132 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2134 clean-generic:
2135 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2137 distclean-generic:
2138 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2139 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2140 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2142 maintainer-clean-generic:
2143 @echo "This command is intended for maintainers to use"
2144 @echo "it deletes files that may require special tools to rebuild."
2145 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2146 clean: clean-recursive
2148 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
2149 clean-libtool mostlyclean-am
2151 distclean: distclean-recursive
2152 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2153 -rm -rf $(DEPDIR) ./$(DEPDIR)
2154 -rm -f Makefile
2155 distclean-am: clean-am distclean-compile distclean-generic \
2156 distclean-hdr distclean-libtool distclean-tags
2158 dvi: dvi-recursive
2160 dvi-am:
2162 html: html-recursive
2164 html-am:
2166 info: info-recursive
2168 info-am:
2170 install-data-am: install-data-local install-dist_web2cDATA \
2171 install-dist_web2cSCRIPTS install-kpseincludeHEADERS \
2172 install-nodist_kpseincludeHEADERS \
2173 install-nodist_kpselibHEADERS install-pkgconfigDATA
2175 install-dvi: install-dvi-recursive
2177 install-dvi-am:
2179 install-exec-am: install-binPROGRAMS install-exec-local \
2180 install-libLTLIBRARIES
2181 @$(NORMAL_INSTALL)
2182 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
2183 install-html: install-html-recursive
2185 install-html-am:
2187 install-info: install-info-recursive
2189 install-info-am:
2191 install-man:
2193 install-pdf: install-pdf-recursive
2195 install-pdf-am:
2197 install-ps: install-ps-recursive
2199 install-ps-am:
2201 installcheck-am:
2203 maintainer-clean: maintainer-clean-recursive
2204 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2205 -rm -rf $(top_srcdir)/autom4te.cache
2206 -rm -rf $(DEPDIR) ./$(DEPDIR)
2207 -rm -f Makefile
2208 maintainer-clean-am: distclean-am maintainer-clean-generic
2210 mostlyclean: mostlyclean-recursive
2212 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2213 mostlyclean-libtool
2215 pdf: pdf-recursive
2217 pdf-am:
2219 ps: ps-recursive
2221 ps-am:
2223 uninstall-am: uninstall-binPROGRAMS uninstall-dist_web2cDATA \
2224 uninstall-dist_web2cSCRIPTS uninstall-kpseincludeHEADERS \
2225 uninstall-libLTLIBRARIES uninstall-local \
2226 uninstall-nodist_kpseincludeHEADERS \
2227 uninstall-nodist_kpselibHEADERS uninstall-pkgconfigDATA
2228 @$(NORMAL_INSTALL)
2229 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
2230 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2231 install-exec-am install-strip uninstall-am
2233 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2234 am--refresh check check-TESTS check-am clean clean-binPROGRAMS \
2235 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
2236 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
2237 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
2238 distcheck distclean distclean-compile distclean-generic \
2239 distclean-hdr distclean-libtool distclean-tags distcleancheck \
2240 distdir distuninstallcheck dvi dvi-am html html-am info \
2241 info-am install install-am install-binPROGRAMS install-data \
2242 install-data-am install-data-local install-dist_web2cDATA \
2243 install-dist_web2cSCRIPTS install-dvi install-dvi-am \
2244 install-exec install-exec-am install-exec-hook \
2245 install-exec-local install-html install-html-am install-info \
2246 install-info-am install-kpseincludeHEADERS \
2247 install-libLTLIBRARIES install-man \
2248 install-nodist_kpseincludeHEADERS \
2249 install-nodist_kpselibHEADERS install-pdf install-pdf-am \
2250 install-pkgconfigDATA install-ps install-ps-am install-strip \
2251 installcheck installcheck-am installdirs installdirs-am \
2252 maintainer-clean maintainer-clean-generic mostlyclean \
2253 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2254 pdf pdf-am ps ps-am recheck tags tags-am uninstall \
2255 uninstall-am uninstall-binPROGRAMS uninstall-dist_web2cDATA \
2256 uninstall-dist_web2cSCRIPTS uninstall-hook \
2257 uninstall-kpseincludeHEADERS uninstall-libLTLIBRARIES \
2258 uninstall-local uninstall-nodist_kpseincludeHEADERS \
2259 uninstall-nodist_kpselibHEADERS uninstall-pkgconfigDATA
2261 .PRECIOUS: Makefile
2264 $(libkpathsea_la_OBJECTS): paths.h kpathsea.h
2266 paths.h: stamp-paths
2267 stamp-paths: texmf.cnf bsnl.awk cnf-to-paths.awk
2268 # ensure grep is not completely broken, e.g., from GREP_OPTIONS.
2269 echo a | grep -v b >/dev/null || { echo "*** grep broken, goodbye."; exit 1; }
2271 # generate paths.h without build machine directories.
2272 echo "/* paths.h: Generated from texmf.cnf. */" >paths.tmp
2273 $(AWK) -f $(srcdir)/bsnl.awk $(srcdir)/texmf.cnf \
2274 | sed -e 's/%.*//' -e 's/^[ ]*//' -e 's/[ ]*$$//' \
2275 | $(AWK) -f $(srcdir)/cnf-to-paths.awk \
2276 >>paths.tmp
2277 @if cmp -s paths.h paths.tmp 2>/dev/null; then \
2278 echo "paths.h is unchanged"; \
2279 else \
2280 echo "cp paths.tmp paths.h"; \
2281 cp paths.tmp paths.h; \
2283 rm -f paths.tmp
2284 date >$@
2286 kpathsea.h: stamp-kpathsea
2287 stamp-kpathsea: Makefile paths.h
2288 $(AM_V_GEN)rm -f $@; \
2289 ( echo '/* This is a generated file */'; \
2290 echo '/* collecting all public kpathsea headers. */'; \
2291 for f in config.h paths.h $(direct_headers); do \
2292 echo "#include <kpathsea/$$f>"; \
2293 done ) >kpathsea.tmp && \
2294 if cmp -s kpathsea.h kpathsea.tmp 2>/dev/null; then \
2295 echo "kpathsea.h is unchanged"; \
2296 else \
2297 echo "generated kpathsea.h"; \
2298 cp kpathsea.tmp kpathsea.h; \
2299 fi && rm -f kpathsea.tmp && date >$@
2301 install-exec-local: installdirs-am
2302 @WIN32_FALSE@ @for f in $(dist_noinst_SCRIPTS); do \
2303 @WIN32_FALSE@ if grep "original $$f --" "$(DESTDIR)$(bindir)/$$f" >/dev/null 2>&1 \
2304 @WIN32_FALSE@ || test ! -r "$(DESTDIR)$(bindir)/$$f"; then \
2305 @WIN32_FALSE@ echo " $(INSTALL_SCRIPT) '$(srcdir)/$$f' '$(DESTDIR)$(bindir)/$$f'"; \
2306 @WIN32_FALSE@ $(INSTALL_SCRIPT) "$(srcdir)/$$f" "$(DESTDIR)$(bindir)/$$f"; \
2307 @WIN32_FALSE@ else :; fi; \
2308 @WIN32_FALSE@ done
2310 install-data-local: installdirs-am
2311 @for f in $(dist_noinst_DATA); do \
2312 if grep "original $$f --" "$(DESTDIR)$(web2cdir)/$$f" >/dev/null 2>&1 \
2313 || test ! -r "$(DESTDIR)$(web2cdir)/$$f"; then \
2314 echo " $(INSTALL_DATA) '$(srcdir)/$$f' '$(DESTDIR)$(web2cdir)/$$f'"; \
2315 $(INSTALL_DATA) "$(srcdir)/$$f" "$(DESTDIR)$(web2cdir)/$$f"; \
2316 else :; fi; \
2317 done
2319 uninstall-local:
2320 @WIN32_FALSE@ @for f in $(dist_noinst_SCRIPTS); do \
2321 @WIN32_FALSE@ if grep "original $$f --" "$(DESTDIR)$(bindir)/$$f" >/dev/null 2>&1; then \
2322 @WIN32_FALSE@ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
2323 @WIN32_FALSE@ rm -f "$(DESTDIR)$(bindir)/$$f"; \
2324 @WIN32_FALSE@ else :; fi; \
2325 @WIN32_FALSE@ done
2326 @for f in $(dist_noinst_DATA); do \
2327 if grep "original $$f --" "$(DESTDIR)$(web2cdir)/$$f" >/dev/null 2>&1; then \
2328 echo " rm -f '$(DESTDIR)$(web2cdir)/$$f'"; \
2329 rm -f "$(DESTDIR)$(web2cdir)/$$f"; \
2330 else :; fi; \
2331 done
2332 .PHONY: install-bin-links uninstall-bin-links
2334 install-bin-links:
2335 @WIN32_FALSE@ @cd $(DESTDIR)$(bindir) && \
2336 @WIN32_FALSE@ for s in $(bin_links); do \
2337 @WIN32_FALSE@ link=`echo $$s | sed 's,.*:,,'`; \
2338 @WIN32_FALSE@ file=`echo $$s | sed 's,:.*,,'`; \
2339 @WIN32_FALSE@ rm -f $$link; \
2340 @WIN32_FALSE@ echo "creating link '$$link' -> '$$file'"; \
2341 @WIN32_FALSE@ $(LN_S) $$file $$link || exit 1; \
2342 @WIN32_FALSE@ done
2344 uninstall-bin-links:
2345 @WIN32_FALSE@ @for s in $(bin_links); do \
2346 @WIN32_FALSE@ link=`echo $$s | sed 's,.*:,,'`; \
2347 @WIN32_FALSE@ rm -f $(DESTDIR)$(bindir)/$$link; \
2348 @WIN32_FALSE@ done
2350 install-exec-hook: install-bin-links
2352 uninstall-hook: uninstall-bin-links
2353 tests/cnfnewline.log tests/kpsewhich.log: kpsewhich$(EXEEXT)
2354 tests/kpseaccess.log: kpseaccess$(EXEEXT)
2355 tests/kpsereadlink.log: kpsereadlink$(EXEEXT)
2356 tests/kpsestat.log: kpsestat$(EXEEXT)
2357 rebuild.stamp: $(rebuild_target)
2358 echo timestamp >$@
2360 .PHONY: rebuild
2361 rebuild: $(rebuild_prereq)
2362 @dry=; for f in x $$MAKEFLAGS; do \
2363 case $$f in \
2364 *=*|--*);; \
2365 *n*) dry=:;; \
2366 esac; \
2367 done; \
2368 if test -f rebuild.stamp; then :; else \
2369 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
2370 if $$dry mkdir rebuild.lock 2>/dev/null; then \
2371 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
2372 $$dry rmdir rebuild.lock; \
2373 else \
2374 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
2375 fi; \
2376 $$dry test -f rebuild.stamp; exit $$?; \
2379 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2380 # Otherwise a system limit (for SysV at least) may be exceeded.
2381 .NOEXPORT: