Fixed include path (again).
[platform/upstream/libconfig.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 target_triplet = @target@
81 @BUILDEXAMPLES_TRUE@am__append_1 = examples
82 subdir = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
84         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(top_srcdir)/configure $(am__configure_deps) \
86         $(srcdir)/ac_config.h.in $(top_srcdir)/aux-build/mkinstalldirs \
87         $(srcdir)/libconfig.spec.in COPYING.LIB TODO aux-build/compile \
88         aux-build/config.guess aux-build/config.rpath \
89         aux-build/config.sub aux-build/depcomp aux-build/install-sh \
90         aux-build/missing aux-build/mkinstalldirs \
91         aux-build/texinfo.tex aux-build/ylwrap aux-build/ltmain.sh \
92         $(top_srcdir)/aux-build/compile \
93         $(top_srcdir)/aux-build/config.guess \
94         $(top_srcdir)/aux-build/config.sub \
95         $(top_srcdir)/aux-build/install-sh \
96         $(top_srcdir)/aux-build/ltmain.sh \
97         $(top_srcdir)/aux-build/missing
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
100         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102         $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104         $(ACLOCAL_M4)
105 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106  configure.lineno config.status.lineno
107 mkinstalldirs = $(SHELL) $(top_srcdir)/aux-build/mkinstalldirs
108 CONFIG_HEADER = ac_config.h
109 CONFIG_CLEAN_FILES = libconfig.spec
110 CONFIG_CLEAN_VPATH_FILES =
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo "  GEN     " $@;
118 am__v_GEN_1 = 
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 = 
123 SOURCES =
124 DIST_SOURCES =
125 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126         ctags-recursive dvi-recursive html-recursive info-recursive \
127         install-data-recursive install-dvi-recursive \
128         install-exec-recursive install-html-recursive \
129         install-info-recursive install-pdf-recursive \
130         install-ps-recursive install-recursive installcheck-recursive \
131         installdirs-recursive pdf-recursive ps-recursive \
132         tags-recursive uninstall-recursive
133 am__can_run_installinfo = \
134   case $$AM_UPDATE_INFO_DIR in \
135     n|no|NO) false;; \
136     *) (install-info --version) >/dev/null 2>&1;; \
137   esac
138 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139   distclean-recursive maintainer-clean-recursive
140 am__recursive_targets = \
141   $(RECURSIVE_TARGETS) \
142   $(RECURSIVE_CLEAN_TARGETS) \
143   $(am__extra_recursive_targets)
144 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
145         cscope distdir dist dist-all distcheck
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
147         $(LISP)ac_config.h.in
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates.  Input order is
150 # *not* preserved.
151 am__uniquify_input = $(AWK) '\
152   BEGIN { nonempty = 0; } \
153   { items[$$0] = 1; nonempty = 1; } \
154   END { if (nonempty) { for (i in items) print i; }; } \
155 '
156 # Make sure the list of sources is unique.  This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files = \
160   list='$(am__tagged_files)'; \
161   unique=`for i in $$list; do \
162     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163   done | $(am__uniquify_input)`
164 ETAGS = etags
165 CTAGS = ctags
166 CSCOPE = cscope
167 DIST_SUBDIRS = lib doc tinytest tests examples
168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 distdir = $(PACKAGE)-$(VERSION)
170 top_distdir = $(distdir)
171 am__remove_distdir = \
172   if test -d "$(distdir)"; then \
173     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
174       && rm -rf "$(distdir)" \
175       || { sleep 5 && rm -rf "$(distdir)"; }; \
176   else :; fi
177 am__post_remove_distdir = $(am__remove_distdir)
178 am__relativize = \
179   dir0=`pwd`; \
180   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
181   sed_rest='s,^[^/]*/*,,'; \
182   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
183   sed_butlast='s,/*[^/]*$$,,'; \
184   while test -n "$$dir1"; do \
185     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
186     if test "$$first" != "."; then \
187       if test "$$first" = ".."; then \
188         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
189         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
190       else \
191         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192         if test "$$first2" = "$$first"; then \
193           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
194         else \
195           dir2="../$$dir2"; \
196         fi; \
197         dir0="$$dir0"/"$$first"; \
198       fi; \
199     fi; \
200     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201   done; \
202   reldir="$$dir2"
203 DIST_ARCHIVES = $(distdir).tar.gz
204 GZIP_ENV = --best
205 DIST_TARGETS = dist-gzip
206 distuninstallcheck_listfiles = find . -type f -print
207 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
209 distcleancheck_listfiles = find . -type f -print
210 ACLOCAL = @ACLOCAL@
211 AMTAR = @AMTAR@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 AR = @AR@
214 AS = @AS@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPP = @CPP@
223 CPPFLAGS = @CPPFLAGS@
224 CXX = @CXX@
225 CXXCPP = @CXXCPP@
226 CXXDEPMODE = @CXXDEPMODE@
227 CXXFLAGS = @CXXFLAGS@
228 CYGPATH_W = @CYGPATH_W@
229 DEFS = @DEFS@
230 DEPDIR = @DEPDIR@
231 DLLTOOL = @DLLTOOL@
232 DSYMUTIL = @DSYMUTIL@
233 DUMPBIN = @DUMPBIN@
234 ECHO_C = @ECHO_C@
235 ECHO_N = @ECHO_N@
236 ECHO_T = @ECHO_T@
237 EGREP = @EGREP@
238 EXEEXT = @EXEEXT@
239 FGREP = @FGREP@
240 GREP = @GREP@
241 INSTALL = @INSTALL@
242 INSTALL_DATA = @INSTALL_DATA@
243 INSTALL_PROGRAM = @INSTALL_PROGRAM@
244 INSTALL_SCRIPT = @INSTALL_SCRIPT@
245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246 LD = @LD@
247 LDFLAGS = @LDFLAGS@
248 LEX = @LEX@
249 LEXLIB = @LEXLIB@
250 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIPO = @LIPO@
255 LN_S = @LN_S@
256 LTLIBOBJS = @LTLIBOBJS@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
259 MKDIR_P = @MKDIR_P@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 OBJDUMP = @OBJDUMP@
263 OBJEXT = @OBJEXT@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 RANLIB = @RANLIB@
275 SED = @SED@
276 SET_MAKE = @SET_MAKE@
277 SHELL = @SHELL@
278 STRIP = @STRIP@
279 VERSION = @VERSION@
280 YACC = @YACC@
281 YFLAGS = @YFLAGS@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_AR = @ac_ct_AR@
287 ac_ct_CC = @ac_ct_CC@
288 ac_ct_CXX = @ac_ct_CXX@
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290 am__include = @am__include@
291 am__leading_dot = @am__leading_dot@
292 am__quote = @am__quote@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build = @build@
297 build_alias = @build_alias@
298 build_cpu = @build_cpu@
299 build_os = @build_os@
300 build_vendor = @build_vendor@
301 builddir = @builddir@
302 datadir = @datadir@
303 datarootdir = @datarootdir@
304 docdir = @docdir@
305 dvidir = @dvidir@
306 exec_prefix = @exec_prefix@
307 host = @host@
308 host_alias = @host_alias@
309 host_cpu = @host_cpu@
310 host_os = @host_os@
311 host_vendor = @host_vendor@
312 htmldir = @htmldir@
313 includedir = @includedir@
314 infodir = @infodir@
315 install_sh = @install_sh@
316 libdir = @libdir@
317 libexecdir = @libexecdir@
318 localedir = @localedir@
319 localstatedir = @localstatedir@
320 mandir = @mandir@
321 mkdir_p = @mkdir_p@
322 oldincludedir = @oldincludedir@
323 pdfdir = @pdfdir@
324 prefix = @prefix@
325 program_transform_name = @program_transform_name@
326 psdir = @psdir@
327 sbindir = @sbindir@
328 sharedstatedir = @sharedstatedir@
329 srcdir = @srcdir@
330 sysconfdir = @sysconfdir@
331 target = @target@
332 target_alias = @target_alias@
333 target_cpu = @target_cpu@
334 target_os = @target_os@
335 target_vendor = @target_vendor@
336 top_build_prefix = @top_build_prefix@
337 top_builddir = @top_builddir@
338 top_srcdir = @top_srcdir@
339 ACLOCAL_AMFLAGS = -I m4
340 SUBDIRS = lib doc tinytest tests $(am__append_1)
341 EXTRA_DIST = \
342         m4/*.m4 \
343         *.sln \
344         test.cfg \
345         TODO \
346         debian/changelog \
347         debian/compat \
348         debian/control \
349         debian/copyright \
350         debian/docs \
351         debian/libconfig++9-dev.install \
352         debian/libconfig++9.install \
353         debian/libconfig9-dev.docs \
354         debian/libconfig9-dev.install \
355         debian/libconfig9.info \
356         debian/libconfig9.install \
357         debian/rules \
358         debian/shlibs \
359         debian/watch \
360         libconfig.spec \
361         contrib
362
363 all: ac_config.h
364         $(MAKE) $(AM_MAKEFLAGS) all-recursive
365
366 .SUFFIXES:
367 am--refresh: Makefile
368         @:
369 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
370         @for dep in $?; do \
371           case '$(am__configure_deps)' in \
372             *$$dep*) \
373               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
374               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
375                 && exit 0; \
376               exit 1;; \
377           esac; \
378         done; \
379         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
380         $(am__cd) $(top_srcdir) && \
381           $(AUTOMAKE) --gnu Makefile
382 .PRECIOUS: Makefile
383 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384         @case '$?' in \
385           *config.status*) \
386             echo ' $(SHELL) ./config.status'; \
387             $(SHELL) ./config.status;; \
388           *) \
389             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
390             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
391         esac;
392
393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394         $(SHELL) ./config.status --recheck
395
396 $(top_srcdir)/configure:  $(am__configure_deps)
397         $(am__cd) $(srcdir) && $(AUTOCONF)
398 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
399         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
400 $(am__aclocal_m4_deps):
401
402 ac_config.h: stamp-h1
403         @test -f $@ || rm -f stamp-h1
404         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
405
406 stamp-h1: $(srcdir)/ac_config.h.in $(top_builddir)/config.status
407         @rm -f stamp-h1
408         cd $(top_builddir) && $(SHELL) ./config.status ac_config.h
409 $(srcdir)/ac_config.h.in:  $(am__configure_deps) 
410         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
411         rm -f stamp-h1
412         touch $@
413
414 distclean-hdr:
415         -rm -f ac_config.h stamp-h1
416 libconfig.spec: $(top_builddir)/config.status $(srcdir)/libconfig.spec.in
417         cd $(top_builddir) && $(SHELL) ./config.status $@
418
419 mostlyclean-libtool:
420         -rm -f *.lo
421
422 clean-libtool:
423         -rm -rf .libs _libs
424
425 distclean-libtool:
426         -rm -f libtool config.lt
427
428 # This directory's subdirectories are mostly independent; you can cd
429 # into them and run 'make' without going through this Makefile.
430 # To change the values of 'make' variables: instead of editing Makefiles,
431 # (1) if the variable is set in 'config.status', edit 'config.status'
432 #     (which will cause the Makefiles to be regenerated when you run 'make');
433 # (2) otherwise, pass the desired values on the 'make' command line.
434 $(am__recursive_targets):
435         @fail=; \
436         if $(am__make_keepgoing); then \
437           failcom='fail=yes'; \
438         else \
439           failcom='exit 1'; \
440         fi; \
441         dot_seen=no; \
442         target=`echo $@ | sed s/-recursive//`; \
443         case "$@" in \
444           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
445           *) list='$(SUBDIRS)' ;; \
446         esac; \
447         for subdir in $$list; do \
448           echo "Making $$target in $$subdir"; \
449           if test "$$subdir" = "."; then \
450             dot_seen=yes; \
451             local_target="$$target-am"; \
452           else \
453             local_target="$$target"; \
454           fi; \
455           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
456           || eval $$failcom; \
457         done; \
458         if test "$$dot_seen" = "no"; then \
459           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
460         fi; test -z "$$fail"
461
462 ID: $(am__tagged_files)
463         $(am__define_uniq_tagged_files); mkid -fID $$unique
464 tags: tags-recursive
465 TAGS: tags
466
467 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468         set x; \
469         here=`pwd`; \
470         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
471           include_option=--etags-include; \
472           empty_fix=.; \
473         else \
474           include_option=--include; \
475           empty_fix=; \
476         fi; \
477         list='$(SUBDIRS)'; for subdir in $$list; do \
478           if test "$$subdir" = .; then :; else \
479             test ! -f $$subdir/TAGS || \
480               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
481           fi; \
482         done; \
483         $(am__define_uniq_tagged_files); \
484         shift; \
485         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486           test -n "$$unique" || unique=$$empty_fix; \
487           if test $$# -gt 0; then \
488             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489               "$$@" $$unique; \
490           else \
491             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492               $$unique; \
493           fi; \
494         fi
495 ctags: ctags-recursive
496
497 CTAGS: ctags
498 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499         $(am__define_uniq_tagged_files); \
500         test -z "$(CTAGS_ARGS)$$unique" \
501           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502              $$unique
503
504 GTAGS:
505         here=`$(am__cd) $(top_builddir) && pwd` \
506           && $(am__cd) $(top_srcdir) \
507           && gtags -i $(GTAGS_ARGS) "$$here"
508 cscope: cscope.files
509         test ! -s cscope.files \
510           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
511 clean-cscope:
512         -rm -f cscope.files
513 cscope.files: clean-cscope cscopelist
514 cscopelist: cscopelist-recursive
515
516 cscopelist-am: $(am__tagged_files)
517         list='$(am__tagged_files)'; \
518         case "$(srcdir)" in \
519           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
520           *) sdir=$(subdir)/$(srcdir) ;; \
521         esac; \
522         for i in $$list; do \
523           if test -f "$$i"; then \
524             echo "$(subdir)/$$i"; \
525           else \
526             echo "$$sdir/$$i"; \
527           fi; \
528         done >> $(top_builddir)/cscope.files
529
530 distclean-tags:
531         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
532         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
533
534 distdir: $(DISTFILES)
535         $(am__remove_distdir)
536         test -d "$(distdir)" || mkdir "$(distdir)"
537         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539         list='$(DISTFILES)'; \
540           dist_files=`for file in $$list; do echo $$file; done | \
541           sed -e "s|^$$srcdirstrip/||;t" \
542               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
543         case $$dist_files in \
544           */*) $(MKDIR_P) `echo "$$dist_files" | \
545                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
546                            sort -u` ;; \
547         esac; \
548         for file in $$dist_files; do \
549           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550           if test -d $$d/$$file; then \
551             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
552             if test -d "$(distdir)/$$file"; then \
553               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554             fi; \
555             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
556               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
557               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558             fi; \
559             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
560           else \
561             test -f "$(distdir)/$$file" \
562             || cp -p $$d/$$file "$(distdir)/$$file" \
563             || exit 1; \
564           fi; \
565         done
566         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
567           if test "$$subdir" = .; then :; else \
568             $(am__make_dryrun) \
569               || test -d "$(distdir)/$$subdir" \
570               || $(MKDIR_P) "$(distdir)/$$subdir" \
571               || exit 1; \
572             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
573             $(am__relativize); \
574             new_distdir=$$reldir; \
575             dir1=$$subdir; dir2="$(top_distdir)"; \
576             $(am__relativize); \
577             new_top_distdir=$$reldir; \
578             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
579             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
580             ($(am__cd) $$subdir && \
581               $(MAKE) $(AM_MAKEFLAGS) \
582                 top_distdir="$$new_top_distdir" \
583                 distdir="$$new_distdir" \
584                 am__remove_distdir=: \
585                 am__skip_length_check=: \
586                 am__skip_mode_fix=: \
587                 distdir) \
588               || exit 1; \
589           fi; \
590         done
591         $(MAKE) $(AM_MAKEFLAGS) \
592           top_distdir="$(top_distdir)" distdir="$(distdir)" \
593           dist-hook
594         -test -n "$(am__skip_mode_fix)" \
595         || find "$(distdir)" -type d ! -perm -755 \
596                 -exec chmod u+rwx,go+rx {} \; -o \
597           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
598           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
599           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
600         || chmod -R a+r "$(distdir)"
601 dist-gzip: distdir
602         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
603         $(am__post_remove_distdir)
604
605 dist-bzip2: distdir
606         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
607         $(am__post_remove_distdir)
608
609 dist-lzip: distdir
610         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
611         $(am__post_remove_distdir)
612
613 dist-xz: distdir
614         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
615         $(am__post_remove_distdir)
616
617 dist-tarZ: distdir
618         @echo WARNING: "Support for shar distribution archives is" \
619                        "deprecated." >&2
620         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
621         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
622         $(am__post_remove_distdir)
623
624 dist-shar: distdir
625         @echo WARNING: "Support for distribution archives compressed with" \
626                        "legacy program 'compress' is deprecated." >&2
627         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
628         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
629         $(am__post_remove_distdir)
630
631 dist-zip: distdir
632         -rm -f $(distdir).zip
633         zip -rq $(distdir).zip $(distdir)
634         $(am__post_remove_distdir)
635
636 dist dist-all:
637         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
638         $(am__post_remove_distdir)
639
640 # This target untars the dist file and tries a VPATH configuration.  Then
641 # it guarantees that the distribution is self-contained by making another
642 # tarfile.
643 distcheck: dist
644         case '$(DIST_ARCHIVES)' in \
645         *.tar.gz*) \
646           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
647         *.tar.bz2*) \
648           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
649         *.tar.lz*) \
650           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
651         *.tar.xz*) \
652           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
653         *.tar.Z*) \
654           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
655         *.shar.gz*) \
656           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
657         *.zip*) \
658           unzip $(distdir).zip ;;\
659         esac
660         chmod -R a-w $(distdir)
661         chmod u+w $(distdir)
662         mkdir $(distdir)/_build $(distdir)/_inst
663         chmod a-w $(distdir)
664         test -d $(distdir)/_build || exit 0; \
665         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
666           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
667           && am__cwd=`pwd` \
668           && $(am__cd) $(distdir)/_build \
669           && ../configure \
670             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
671             $(DISTCHECK_CONFIGURE_FLAGS) \
672             --srcdir=.. --prefix="$$dc_install_base" \
673           && $(MAKE) $(AM_MAKEFLAGS) \
674           && $(MAKE) $(AM_MAKEFLAGS) dvi \
675           && $(MAKE) $(AM_MAKEFLAGS) check \
676           && $(MAKE) $(AM_MAKEFLAGS) install \
677           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
678           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
679           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
680                 distuninstallcheck \
681           && chmod -R a-w "$$dc_install_base" \
682           && ({ \
683                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
684                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
685                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
686                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
687                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
688               } || { rm -rf "$$dc_destdir"; exit 1; }) \
689           && rm -rf "$$dc_destdir" \
690           && $(MAKE) $(AM_MAKEFLAGS) dist \
691           && rm -rf $(DIST_ARCHIVES) \
692           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
693           && cd "$$am__cwd" \
694           || exit 1
695         $(am__post_remove_distdir)
696         @(echo "$(distdir) archives ready for distribution: "; \
697           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
698           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
699 distuninstallcheck:
700         @test -n '$(distuninstallcheck_dir)' || { \
701           echo 'ERROR: trying to run $@ with an empty' \
702                '$$(distuninstallcheck_dir)' >&2; \
703           exit 1; \
704         }; \
705         $(am__cd) '$(distuninstallcheck_dir)' || { \
706           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
707           exit 1; \
708         }; \
709         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
710            || { echo "ERROR: files left after uninstall:" ; \
711                 if test -n "$(DESTDIR)"; then \
712                   echo "  (check DESTDIR support)"; \
713                 fi ; \
714                 $(distuninstallcheck_listfiles) ; \
715                 exit 1; } >&2
716 distcleancheck: distclean
717         @if test '$(srcdir)' = . ; then \
718           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
719           exit 1 ; \
720         fi
721         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
722           || { echo "ERROR: files left in build directory after distclean:" ; \
723                $(distcleancheck_listfiles) ; \
724                exit 1; } >&2
725 check-am: all-am
726 check: check-recursive
727 all-am: Makefile ac_config.h
728 installdirs: installdirs-recursive
729 installdirs-am:
730 install: install-recursive
731 install-exec: install-exec-recursive
732 install-data: install-data-recursive
733 uninstall: uninstall-recursive
734
735 install-am: all-am
736         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
737
738 installcheck: installcheck-recursive
739 install-strip:
740         if test -z '$(STRIP)'; then \
741           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
742             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
743               install; \
744         else \
745           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
746             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
748         fi
749 mostlyclean-generic:
750
751 clean-generic:
752
753 distclean-generic:
754         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
755         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
756
757 maintainer-clean-generic:
758         @echo "This command is intended for maintainers to use"
759         @echo "it deletes files that may require special tools to rebuild."
760 clean: clean-recursive
761
762 clean-am: clean-generic clean-libtool mostlyclean-am
763
764 distclean: distclean-recursive
765         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
766         -rm -f Makefile
767 distclean-am: clean-am distclean-generic distclean-hdr \
768         distclean-libtool distclean-tags
769
770 dvi: dvi-recursive
771
772 dvi-am:
773
774 html: html-recursive
775
776 html-am:
777
778 info: info-recursive
779
780 info-am:
781
782 install-data-am:
783
784 install-dvi: install-dvi-recursive
785
786 install-dvi-am:
787
788 install-exec-am:
789
790 install-html: install-html-recursive
791
792 install-html-am:
793
794 install-info: install-info-recursive
795
796 install-info-am:
797
798 install-man:
799
800 install-pdf: install-pdf-recursive
801
802 install-pdf-am:
803
804 install-ps: install-ps-recursive
805
806 install-ps-am:
807
808 installcheck-am:
809
810 maintainer-clean: maintainer-clean-recursive
811         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
812         -rm -rf $(top_srcdir)/autom4te.cache
813         -rm -f Makefile
814 maintainer-clean-am: distclean-am maintainer-clean-generic
815
816 mostlyclean: mostlyclean-recursive
817
818 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
819
820 pdf: pdf-recursive
821
822 pdf-am:
823
824 ps: ps-recursive
825
826 ps-am:
827
828 uninstall-am:
829
830 .MAKE: $(am__recursive_targets) all install-am install-strip
831
832 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
833         am--refresh check check-am clean clean-cscope clean-generic \
834         clean-libtool cscope cscopelist-am ctags ctags-am dist \
835         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
836         dist-tarZ dist-xz dist-zip distcheck distclean \
837         distclean-generic distclean-hdr distclean-libtool \
838         distclean-tags distcleancheck distdir distuninstallcheck dvi \
839         dvi-am html html-am info info-am install install-am \
840         install-data install-data-am install-dvi install-dvi-am \
841         install-exec install-exec-am install-html install-html-am \
842         install-info install-info-am install-man install-pdf \
843         install-pdf-am install-ps install-ps-am install-strip \
844         installcheck installcheck-am installdirs installdirs-am \
845         maintainer-clean maintainer-clean-generic mostlyclean \
846         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
847         tags tags-am uninstall uninstall-am
848
849
850 .PHONY: dist-rpm
851
852 dist-rpm: distcheck
853         rpmbuild -ta $(distdir).tar.gz
854
855 dist-hook:
856         rm -rf `find $(distdir)/contrib -name .svn`
857
858 test:
859         cd tests && ./libconfig_tests
860
861 # Tell versions [3.59,3.63) of GNU make to not export all variables.
862 # Otherwise a system limit (for SysV at least) may be exceeded.
863 .NOEXPORT: