root/library/bdm/base/libconfig/Makefile.in @ 1165

Revision 689, 23.3 kB (checked in by mido, 15 years ago)

new version of libconfig added
an improvement of testsuite - calling of "testsuite print" prints all the currently prepared unit tests
a CMakeLists.txt modificiation to remowe CMake 2.8 warnings

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