Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: third_party/libxml/src/include/Makefile.in

Issue 1752223002: Roll libxml to 2.9.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-cherry-pick fprintf formatting fix. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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.
9
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.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = include
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118 ctags-recursive dvi-recursive html-recursive info-recursive \
119 install-data-recursive install-dvi-recursive \
120 install-exec-recursive install-html-recursive \
121 install-info-recursive install-pdf-recursive \
122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
124 tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
130 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131 distclean-recursive maintainer-clean-recursive
132 am__recursive_targets = \
133 $(RECURSIVE_TARGETS) \
134 $(RECURSIVE_CLEAN_TARGETS) \
135 $(am__extra_recursive_targets)
136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137 distdir
138 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139 # Read a list of newline-separated strings from the standard input,
140 # and print each of them once, without duplicates. Input order is
141 # *not* preserved.
142 am__uniquify_input = $(AWK) '\
143 BEGIN { nonempty = 0; } \
144 { items[$$0] = 1; nonempty = 1; } \
145 END { if (nonempty) { for (i in items) print i; }; } \
146 '
147 # Make sure the list of sources is unique. This is necessary because,
148 # e.g., the same source file might be shared among _SOURCES variables
149 # for different programs/libraries.
150 am__define_uniq_tagged_files = \
151 list='$(am__tagged_files)'; \
152 unique=`for i in $$list; do \
153 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154 done | $(am__uniquify_input)`
155 ETAGS = etags
156 CTAGS = ctags
157 DIST_SUBDIRS = $(SUBDIRS)
158 am__DIST_COMMON = $(srcdir)/Makefile.in
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160 am__relativize = \
161 dir0=`pwd`; \
162 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163 sed_rest='s,^[^/]*/*,,'; \
164 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165 sed_butlast='s,/*[^/]*$$,,'; \
166 while test -n "$$dir1"; do \
167 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168 if test "$$first" != "."; then \
169 if test "$$first" = ".."; then \
170 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172 else \
173 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174 if test "$$first2" = "$$first"; then \
175 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176 else \
177 dir2="../$$dir2"; \
178 fi; \
179 dir0="$$dir0"/"$$first"; \
180 fi; \
181 fi; \
182 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183 done; \
184 reldir="$$dir2"
185 ACLOCAL = @ACLOCAL@
186 AMTAR = @AMTAR@
187 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188 AR = @AR@
189 AUTOCONF = @AUTOCONF@
190 AUTOHEADER = @AUTOHEADER@
191 AUTOMAKE = @AUTOMAKE@
192 AWK = @AWK@
193 BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
194 C14N_OBJ = @C14N_OBJ@
195 CATALOG_OBJ = @CATALOG_OBJ@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CYGPATH_W = @CYGPATH_W@
202 CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
203 CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
204 DEBUG_OBJ = @DEBUG_OBJ@
205 DEFS = @DEFS@
206 DEPDIR = @DEPDIR@
207 DLLTOOL = @DLLTOOL@
208 DOCB_OBJ = @DOCB_OBJ@
209 DSYMUTIL = @DSYMUTIL@
210 DUMPBIN = @DUMPBIN@
211 ECHO_C = @ECHO_C@
212 ECHO_N = @ECHO_N@
213 ECHO_T = @ECHO_T@
214 EGREP = @EGREP@
215 EXEEXT = @EXEEXT@
216 FGREP = @FGREP@
217 FTP_OBJ = @FTP_OBJ@
218 GREP = @GREP@
219 HAVE_ISINF = @HAVE_ISINF@
220 HAVE_ISNAN = @HAVE_ISNAN@
221 HTML_DIR = @HTML_DIR@
222 HTML_OBJ = @HTML_OBJ@
223 HTTP_OBJ = @HTTP_OBJ@
224 ICONV_LIBS = @ICONV_LIBS@
225 ICU_LIBS = @ICU_LIBS@
226 INSTALL = @INSTALL@
227 INSTALL_DATA = @INSTALL_DATA@
228 INSTALL_PROGRAM = @INSTALL_PROGRAM@
229 INSTALL_SCRIPT = @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231 LD = @LD@
232 LDFLAGS = @LDFLAGS@
233 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@
235 LIBTOOL = @LIBTOOL@
236 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
237 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
238 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
239 LIBXML_VERSION = @LIBXML_VERSION@
240 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
241 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
242 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
243 LIPO = @LIPO@
244 LN_S = @LN_S@
245 LTLIBOBJS = @LTLIBOBJS@
246 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247 LZMA_CFLAGS = @LZMA_CFLAGS@
248 LZMA_LIBS = @LZMA_LIBS@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@
252 MODULE_EXTENSION = @MODULE_EXTENSION@
253 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
254 MV = @MV@
255 M_LIBS = @M_LIBS@
256 NM = @NM@
257 NMEDIT = @NMEDIT@
258 OBJDUMP = @OBJDUMP@
259 OBJEXT = @OBJEXT@
260 OTOOL = @OTOOL@
261 OTOOL64 = @OTOOL64@
262 PACKAGE = @PACKAGE@
263 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264 PACKAGE_NAME = @PACKAGE_NAME@
265 PACKAGE_STRING = @PACKAGE_STRING@
266 PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 PACKAGE_URL = @PACKAGE_URL@
268 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PERL = @PERL@
271 PKG_CONFIG = @PKG_CONFIG@
272 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274 PYTHON = @PYTHON@
275 PYTHON_INCLUDES = @PYTHON_INCLUDES@
276 PYTHON_LIBS = @PYTHON_LIBS@
277 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
278 PYTHON_SUBDIR = @PYTHON_SUBDIR@
279 PYTHON_TESTS = @PYTHON_TESTS@
280 PYTHON_VERSION = @PYTHON_VERSION@
281 RANLIB = @RANLIB@
282 RDL_LIBS = @RDL_LIBS@
283 READER_TEST = @READER_TEST@
284 RELDATE = @RELDATE@
285 SED = @SED@
286 SET_MAKE = @SET_MAKE@
287 SHELL = @SHELL@
288 STATIC_BINARIES = @STATIC_BINARIES@
289 STRIP = @STRIP@
290 TAR = @TAR@
291 TEST_C14N = @TEST_C14N@
292 TEST_CATALOG = @TEST_CATALOG@
293 TEST_DEBUG = @TEST_DEBUG@
294 TEST_HTML = @TEST_HTML@
295 TEST_MODULES = @TEST_MODULES@
296 TEST_PATTERN = @TEST_PATTERN@
297 TEST_PHTML = @TEST_PHTML@
298 TEST_PUSH = @TEST_PUSH@
299 TEST_REGEXPS = @TEST_REGEXPS@
300 TEST_SAX = @TEST_SAX@
301 TEST_SCHEMAS = @TEST_SCHEMAS@
302 TEST_SCHEMATRON = @TEST_SCHEMATRON@
303 TEST_THREADS = @TEST_THREADS@
304 TEST_VALID = @TEST_VALID@
305 TEST_VTIME = @TEST_VTIME@
306 TEST_XINCLUDE = @TEST_XINCLUDE@
307 TEST_XPATH = @TEST_XPATH@
308 TEST_XPTR = @TEST_XPTR@
309 THREAD_CFLAGS = @THREAD_CFLAGS@
310 THREAD_LIBS = @THREAD_LIBS@
311 VERSION = @VERSION@
312 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
313 WGET = @WGET@
314 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
315 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
316 WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
317 WITH_C14N = @WITH_C14N@
318 WITH_CATALOG = @WITH_CATALOG@
319 WITH_DEBUG = @WITH_DEBUG@
320 WITH_DOCB = @WITH_DOCB@
321 WITH_FTP = @WITH_FTP@
322 WITH_HTML = @WITH_HTML@
323 WITH_HTTP = @WITH_HTTP@
324 WITH_ICONV = @WITH_ICONV@
325 WITH_ICU = @WITH_ICU@
326 WITH_ISO8859X = @WITH_ISO8859X@
327 WITH_LEGACY = @WITH_LEGACY@
328 WITH_LZMA = @WITH_LZMA@
329 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
330 WITH_MODULES = @WITH_MODULES@
331 WITH_OUTPUT = @WITH_OUTPUT@
332 WITH_PATTERN = @WITH_PATTERN@
333 WITH_PUSH = @WITH_PUSH@
334 WITH_READER = @WITH_READER@
335 WITH_REGEXPS = @WITH_REGEXPS@
336 WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
337 WITH_SAX1 = @WITH_SAX1@
338 WITH_SCHEMAS = @WITH_SCHEMAS@
339 WITH_SCHEMATRON = @WITH_SCHEMATRON@
340 WITH_THREADS = @WITH_THREADS@
341 WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
342 WITH_TREE = @WITH_TREE@
343 WITH_TRIO = @WITH_TRIO@
344 WITH_VALID = @WITH_VALID@
345 WITH_WRITER = @WITH_WRITER@
346 WITH_XINCLUDE = @WITH_XINCLUDE@
347 WITH_XPATH = @WITH_XPATH@
348 WITH_XPTR = @WITH_XPTR@
349 WITH_ZLIB = @WITH_ZLIB@
350 XINCLUDE_OBJ = @XINCLUDE_OBJ@
351 XMLLINT = @XMLLINT@
352 XML_CFLAGS = @XML_CFLAGS@
353 XML_INCLUDEDIR = @XML_INCLUDEDIR@
354 XML_LIBDIR = @XML_LIBDIR@
355 XML_LIBS = @XML_LIBS@
356 XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
357 XPATH_OBJ = @XPATH_OBJ@
358 XPTR_OBJ = @XPTR_OBJ@
359 XSLTPROC = @XSLTPROC@
360 Z_CFLAGS = @Z_CFLAGS@
361 Z_LIBS = @Z_LIBS@
362 abs_builddir = @abs_builddir@
363 abs_srcdir = @abs_srcdir@
364 abs_top_builddir = @abs_top_builddir@
365 abs_top_srcdir = @abs_top_srcdir@
366 ac_ct_AR = @ac_ct_AR@
367 ac_ct_CC = @ac_ct_CC@
368 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
369 am__include = @am__include@
370 am__leading_dot = @am__leading_dot@
371 am__quote = @am__quote@
372 am__tar = @am__tar@
373 am__untar = @am__untar@
374 bindir = @bindir@
375 build = @build@
376 build_alias = @build_alias@
377 build_cpu = @build_cpu@
378 build_os = @build_os@
379 build_vendor = @build_vendor@
380 builddir = @builddir@
381 datadir = @datadir@
382 datarootdir = @datarootdir@
383 docdir = @docdir@
384 dvidir = @dvidir@
385 exec_prefix = @exec_prefix@
386 host = @host@
387 host_alias = @host_alias@
388 host_cpu = @host_cpu@
389 host_os = @host_os@
390 host_vendor = @host_vendor@
391 htmldir = @htmldir@
392 includedir = @includedir@
393 infodir = @infodir@
394 install_sh = @install_sh@
395 libdir = @libdir@
396 libexecdir = @libexecdir@
397 localedir = @localedir@
398 localstatedir = @localstatedir@
399 mandir = @mandir@
400 mkdir_p = @mkdir_p@
401 oldincludedir = @oldincludedir@
402 pdfdir = @pdfdir@
403 prefix = @prefix@
404 program_transform_name = @program_transform_name@
405 psdir = @psdir@
406 pythondir = @pythondir@
407 sbindir = @sbindir@
408 sharedstatedir = @sharedstatedir@
409 srcdir = @srcdir@
410 sysconfdir = @sysconfdir@
411 target_alias = @target_alias@
412 top_build_prefix = @top_build_prefix@
413 top_builddir = @top_builddir@
414 top_srcdir = @top_srcdir@
415 SUBDIRS = libxml
416 EXTRA_DIST = win32config.h wsockcompat.h
417 all: all-recursive
418
419 .SUFFIXES:
420 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
421 @for dep in $?; do \
422 case '$(am__configure_deps)' in \
423 *$$dep*) \
424 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
425 && { if test -f $@; then exit 0; else break; fi; }; \
426 exit 1;; \
427 esac; \
428 done; \
429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
430 $(am__cd) $(top_srcdir) && \
431 $(AUTOMAKE) --gnu include/Makefile
432 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
433 @case '$?' in \
434 *config.status*) \
435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
436 *) \
437 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
438 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
439 esac;
440
441 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443
444 $(top_srcdir)/configure: $(am__configure_deps)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
447 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448 $(am__aclocal_m4_deps):
449
450 mostlyclean-libtool:
451 -rm -f *.lo
452
453 clean-libtool:
454 -rm -rf .libs _libs
455
456 # This directory's subdirectories are mostly independent; you can cd
457 # into them and run 'make' without going through this Makefile.
458 # To change the values of 'make' variables: instead of editing Makefiles,
459 # (1) if the variable is set in 'config.status', edit 'config.status'
460 # (which will cause the Makefiles to be regenerated when you run 'make');
461 # (2) otherwise, pass the desired values on the 'make' command line.
462 $(am__recursive_targets):
463 @fail=; \
464 if $(am__make_keepgoing); then \
465 failcom='fail=yes'; \
466 else \
467 failcom='exit 1'; \
468 fi; \
469 dot_seen=no; \
470 target=`echo $@ | sed s/-recursive//`; \
471 case "$@" in \
472 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
473 *) list='$(SUBDIRS)' ;; \
474 esac; \
475 for subdir in $$list; do \
476 echo "Making $$target in $$subdir"; \
477 if test "$$subdir" = "."; then \
478 dot_seen=yes; \
479 local_target="$$target-am"; \
480 else \
481 local_target="$$target"; \
482 fi; \
483 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
484 || eval $$failcom; \
485 done; \
486 if test "$$dot_seen" = "no"; then \
487 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
488 fi; test -z "$$fail"
489
490 ID: $(am__tagged_files)
491 $(am__define_uniq_tagged_files); mkid -fID $$unique
492 tags: tags-recursive
493 TAGS: tags
494
495 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496 set x; \
497 here=`pwd`; \
498 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499 include_option=--etags-include; \
500 empty_fix=.; \
501 else \
502 include_option=--include; \
503 empty_fix=; \
504 fi; \
505 list='$(SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 test ! -f $$subdir/TAGS || \
508 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509 fi; \
510 done; \
511 $(am__define_uniq_tagged_files); \
512 shift; \
513 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 if test $$# -gt 0; then \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 "$$@" $$unique; \
518 else \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$unique; \
521 fi; \
522 fi
523 ctags: ctags-recursive
524
525 CTAGS: ctags
526 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527 $(am__define_uniq_tagged_files); \
528 test -z "$(CTAGS_ARGS)$$unique" \
529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 $$unique
531
532 GTAGS:
533 here=`$(am__cd) $(top_builddir) && pwd` \
534 && $(am__cd) $(top_srcdir) \
535 && gtags -i $(GTAGS_ARGS) "$$here"
536 cscopelist: cscopelist-recursive
537
538 cscopelist-am: $(am__tagged_files)
539 list='$(am__tagged_files)'; \
540 case "$(srcdir)" in \
541 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
542 *) sdir=$(subdir)/$(srcdir) ;; \
543 esac; \
544 for i in $$list; do \
545 if test -f "$$i"; then \
546 echo "$(subdir)/$$i"; \
547 else \
548 echo "$$sdir/$$i"; \
549 fi; \
550 done >> $(top_builddir)/cscope.files
551
552 distclean-tags:
553 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554
555 distdir: $(DISTFILES)
556 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558 list='$(DISTFILES)'; \
559 dist_files=`for file in $$list; do echo $$file; done | \
560 sed -e "s|^$$srcdirstrip/||;t" \
561 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
562 case $$dist_files in \
563 */*) $(MKDIR_P) `echo "$$dist_files" | \
564 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
565 sort -u` ;; \
566 esac; \
567 for file in $$dist_files; do \
568 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569 if test -d $$d/$$file; then \
570 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
571 if test -d "$(distdir)/$$file"; then \
572 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573 fi; \
574 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577 fi; \
578 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579 else \
580 test -f "$(distdir)/$$file" \
581 || cp -p $$d/$$file "$(distdir)/$$file" \
582 || exit 1; \
583 fi; \
584 done
585 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
586 if test "$$subdir" = .; then :; else \
587 $(am__make_dryrun) \
588 || test -d "$(distdir)/$$subdir" \
589 || $(MKDIR_P) "$(distdir)/$$subdir" \
590 || exit 1; \
591 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
592 $(am__relativize); \
593 new_distdir=$$reldir; \
594 dir1=$$subdir; dir2="$(top_distdir)"; \
595 $(am__relativize); \
596 new_top_distdir=$$reldir; \
597 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \
598 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \
599 ($(am__cd) $$subdir && \
600 $(MAKE) $(AM_MAKEFLAGS) \
601 top_distdir="$$new_top_distdir" \
602 distdir="$$new_distdir" \
603 am__remove_distdir=: \
604 am__skip_length_check=: \
605 am__skip_mode_fix=: \
606 distdir) \
607 || exit 1; \
608 fi; \
609 done
610 check-am: all-am
611 check: check-recursive
612 all-am: Makefile
613 installdirs: installdirs-recursive
614 installdirs-am:
615 install: install-recursive
616 install-exec: install-exec-recursive
617 install-data: install-data-recursive
618 uninstall: uninstall-recursive
619
620 install-am: all-am
621 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622
623 installcheck: installcheck-recursive
624 install-strip:
625 if test -z '$(STRIP)'; then \
626 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628 install; \
629 else \
630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
633 fi
634 mostlyclean-generic:
635
636 clean-generic:
637
638 distclean-generic:
639 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
640 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
641
642 maintainer-clean-generic:
643 @echo "This command is intended for maintainers to use"
644 @echo "it deletes files that may require special tools to rebuild."
645 clean: clean-recursive
646
647 clean-am: clean-generic clean-libtool mostlyclean-am
648
649 distclean: distclean-recursive
650 -rm -f Makefile
651 distclean-am: clean-am distclean-generic distclean-tags
652
653 dvi: dvi-recursive
654
655 dvi-am:
656
657 html: html-recursive
658
659 html-am:
660
661 info: info-recursive
662
663 info-am:
664
665 install-data-am:
666
667 install-dvi: install-dvi-recursive
668
669 install-dvi-am:
670
671 install-exec-am:
672
673 install-html: install-html-recursive
674
675 install-html-am:
676
677 install-info: install-info-recursive
678
679 install-info-am:
680
681 install-man:
682
683 install-pdf: install-pdf-recursive
684
685 install-pdf-am:
686
687 install-ps: install-ps-recursive
688
689 install-ps-am:
690
691 installcheck-am:
692
693 maintainer-clean: maintainer-clean-recursive
694 -rm -f Makefile
695 maintainer-clean-am: distclean-am maintainer-clean-generic
696
697 mostlyclean: mostlyclean-recursive
698
699 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
700
701 pdf: pdf-recursive
702
703 pdf-am:
704
705 ps: ps-recursive
706
707 ps-am:
708
709 uninstall-am:
710
711 .MAKE: $(am__recursive_targets) install-am install-strip
712
713 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
714 check-am clean clean-generic clean-libtool cscopelist-am ctags \
715 ctags-am distclean distclean-generic distclean-libtool \
716 distclean-tags distdir dvi dvi-am html html-am info info-am \
717 install install-am install-data install-data-am install-dvi \
718 install-dvi-am install-exec install-exec-am install-html \
719 install-html-am install-info install-info-am install-man \
720 install-pdf install-pdf-am install-ps install-ps-am \
721 install-strip installcheck installcheck-am installdirs \
722 installdirs-am maintainer-clean maintainer-clean-generic \
723 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
724 ps ps-am tags tags-am uninstall uninstall-am
725
726 .PRECIOUS: Makefile
727
728
729 # Tell versions [3.59,3.63) of GNU make to not export all variables.
730 # Otherwise a system limit (for SysV at least) may be exceeded.
731 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698