VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/include/Makefile.in@ 71765

Last change on this file since 71765 was 65950, checked in by vboxsync, 8 years ago

libxml 2.9.4: fix export

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette