root/library/bdm/base/libconfig/examples/Makefile.in @ 1175

Revision 689, 16.5 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@
37@BUILDCXX_TRUE@am__append_1 = c++
38subdir = examples
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43        $(ACLOCAL_M4)
44mkinstalldirs = $(SHELL) $(top_srcdir)/aux-build/mkinstalldirs
45CONFIG_HEADER = $(top_builddir)/ac_config.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48SOURCES =
49DIST_SOURCES =
50RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51        html-recursive info-recursive install-data-recursive \
52        install-dvi-recursive install-exec-recursive \
53        install-html-recursive install-info-recursive \
54        install-pdf-recursive install-ps-recursive install-recursive \
55        installcheck-recursive installdirs-recursive pdf-recursive \
56        ps-recursive uninstall-recursive
57RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
58  distclean-recursive maintainer-clean-recursive
59AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
60        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
61        distdir
62ETAGS = etags
63CTAGS = ctags
64DIST_SUBDIRS = c c++
65DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66am__relativize = \
67  dir0=`pwd`; \
68  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
69  sed_rest='s,^[^/]*/*,,'; \
70  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
71  sed_butlast='s,/*[^/]*$$,,'; \
72  while test -n "$$dir1"; do \
73    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
74    if test "$$first" != "."; then \
75      if test "$$first" = ".."; then \
76        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
77        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
78      else \
79        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
80        if test "$$first2" = "$$first"; then \
81          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82        else \
83          dir2="../$$dir2"; \
84        fi; \
85        dir0="$$dir0"/"$$first"; \
86      fi; \
87    fi; \
88    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
89  done; \
90  reldir="$$dir2"
91ACLOCAL = @ACLOCAL@
92AMTAR = @AMTAR@
93AR = @AR@
94AS = @AS@
95AUTOCONF = @AUTOCONF@
96AUTOHEADER = @AUTOHEADER@
97AUTOMAKE = @AUTOMAKE@
98AWK = @AWK@
99CC = @CC@
100CCDEPMODE = @CCDEPMODE@
101CFLAGS = @CFLAGS@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXCPP = @CXXCPP@
106CXXDEPMODE = @CXXDEPMODE@
107CXXFLAGS = @CXXFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111DLLTOOL = @DLLTOOL@
112DSYMUTIL = @DSYMUTIL@
113DUMPBIN = @DUMPBIN@
114ECHO_C = @ECHO_C@
115ECHO_N = @ECHO_N@
116ECHO_T = @ECHO_T@
117EGREP = @EGREP@
118EXEEXT = @EXEEXT@
119FGREP = @FGREP@
120GREP = @GREP@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LD = @LD@
127LDFLAGS = @LDFLAGS@
128LEX = @LEX@
129LEXLIB = @LEXLIB@
130LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
131LIBOBJS = @LIBOBJS@
132LIBS = @LIBS@
133LIBTOOL = @LIBTOOL@
134LIPO = @LIPO@
135LN_S = @LN_S@
136LTLIBOBJS = @LTLIBOBJS@
137MAKEINFO = @MAKEINFO@
138MKDIR_P = @MKDIR_P@
139NM = @NM@
140NMEDIT = @NMEDIT@
141OBJDUMP = @OBJDUMP@
142OBJEXT = @OBJEXT@
143OTOOL = @OTOOL@
144OTOOL64 = @OTOOL64@
145PACKAGE = @PACKAGE@
146PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147PACKAGE_NAME = @PACKAGE_NAME@
148PACKAGE_STRING = @PACKAGE_STRING@
149PACKAGE_TARNAME = @PACKAGE_TARNAME@
150PACKAGE_VERSION = @PACKAGE_VERSION@
151PATH_SEPARATOR = @PATH_SEPARATOR@
152RANLIB = @RANLIB@
153SED = @SED@
154SET_MAKE = @SET_MAKE@
155SHELL = @SHELL@
156STRIP = @STRIP@
157VERSION = @VERSION@
158YACC = @YACC@
159YFLAGS = @YFLAGS@
160abs_builddir = @abs_builddir@
161abs_srcdir = @abs_srcdir@
162abs_top_builddir = @abs_top_builddir@
163abs_top_srcdir = @abs_top_srcdir@
164ac_ct_CC = @ac_ct_CC@
165ac_ct_CXX = @ac_ct_CXX@
166ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
167am__include = @am__include@
168am__leading_dot = @am__leading_dot@
169am__quote = @am__quote@
170am__tar = @am__tar@
171am__untar = @am__untar@
172bindir = @bindir@
173build = @build@
174build_alias = @build_alias@
175build_cpu = @build_cpu@
176build_os = @build_os@
177build_vendor = @build_vendor@
178builddir = @builddir@
179datadir = @datadir@
180datarootdir = @datarootdir@
181docdir = @docdir@
182dvidir = @dvidir@
183exec_prefix = @exec_prefix@
184host = @host@
185host_alias = @host_alias@
186host_cpu = @host_cpu@
187host_os = @host_os@
188host_vendor = @host_vendor@
189htmldir = @htmldir@
190includedir = @includedir@
191infodir = @infodir@
192install_sh = @install_sh@
193libdir = @libdir@
194libexecdir = @libexecdir@
195localedir = @localedir@
196localstatedir = @localstatedir@
197lt_ECHO = @lt_ECHO@
198mandir = @mandir@
199mkdir_p = @mkdir_p@
200oldincludedir = @oldincludedir@
201pdfdir = @pdfdir@
202prefix = @prefix@
203program_transform_name = @program_transform_name@
204psdir = @psdir@
205sbindir = @sbindir@
206sharedstatedir = @sharedstatedir@
207srcdir = @srcdir@
208sysconfdir = @sysconfdir@
209target = @target@
210target_alias = @target_alias@
211target_cpu = @target_cpu@
212target_os = @target_os@
213target_vendor = @target_vendor@
214top_build_prefix = @top_build_prefix@
215top_builddir = @top_builddir@
216top_srcdir = @top_srcdir@
217SUBDIRS = c $(am__append_1)
218all: all-recursive
219
220.SUFFIXES:
221$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
222        @for dep in $?; do \
223          case '$(am__configure_deps)' in \
224            *$$dep*) \
225              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
226                && { if test -f $@; then exit 0; else break; fi; }; \
227              exit 1;; \
228          esac; \
229        done; \
230        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
231        $(am__cd) $(top_srcdir) && \
232          $(AUTOMAKE) --gnu examples/Makefile
233.PRECIOUS: Makefile
234Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235        @case '$?' in \
236          *config.status*) \
237            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238          *) \
239            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241        esac;
242
243$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246$(top_srcdir)/configure:  $(am__configure_deps)
247        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
249        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(am__aclocal_m4_deps):
251
252mostlyclean-libtool:
253        -rm -f *.lo
254
255clean-libtool:
256        -rm -rf .libs _libs
257
258# This directory's subdirectories are mostly independent; you can cd
259# into them and run `make' without going through this Makefile.
260# To change the values of `make' variables: instead of editing Makefiles,
261# (1) if the variable is set in `config.status', edit `config.status'
262#     (which will cause the Makefiles to be regenerated when you run `make');
263# (2) otherwise, pass the desired values on the `make' command line.
264$(RECURSIVE_TARGETS):
265        @failcom='exit 1'; \
266        for f in x $$MAKEFLAGS; do \
267          case $$f in \
268            *=* | --[!k]*);; \
269            *k*) failcom='fail=yes';; \
270          esac; \
271        done; \
272        dot_seen=no; \
273        target=`echo $@ | sed s/-recursive//`; \
274        list='$(SUBDIRS)'; for subdir in $$list; do \
275          echo "Making $$target in $$subdir"; \
276          if test "$$subdir" = "."; then \
277            dot_seen=yes; \
278            local_target="$$target-am"; \
279          else \
280            local_target="$$target"; \
281          fi; \
282          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
283          || eval $$failcom; \
284        done; \
285        if test "$$dot_seen" = "no"; then \
286          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
287        fi; test -z "$$fail"
288
289$(RECURSIVE_CLEAN_TARGETS):
290        @failcom='exit 1'; \
291        for f in x $$MAKEFLAGS; do \
292          case $$f in \
293            *=* | --[!k]*);; \
294            *k*) failcom='fail=yes';; \
295          esac; \
296        done; \
297        dot_seen=no; \
298        case "$@" in \
299          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
300          *) list='$(SUBDIRS)' ;; \
301        esac; \
302        rev=''; for subdir in $$list; do \
303          if test "$$subdir" = "."; then :; else \
304            rev="$$subdir $$rev"; \
305          fi; \
306        done; \
307        rev="$$rev ."; \
308        target=`echo $@ | sed s/-recursive//`; \
309        for subdir in $$rev; do \
310          echo "Making $$target in $$subdir"; \
311          if test "$$subdir" = "."; then \
312            local_target="$$target-am"; \
313          else \
314            local_target="$$target"; \
315          fi; \
316          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317          || eval $$failcom; \
318        done && test -z "$$fail"
319tags-recursive:
320        list='$(SUBDIRS)'; for subdir in $$list; do \
321          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
322        done
323ctags-recursive:
324        list='$(SUBDIRS)'; for subdir in $$list; do \
325          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
326        done
327
328ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
329        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330        unique=`for i in $$list; do \
331            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332          done | \
333          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334              END { if (nonempty) { for (i in files) print i; }; }'`; \
335        mkid -fID $$unique
336tags: TAGS
337
338TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339                $(TAGS_FILES) $(LISP)
340        set x; \
341        here=`pwd`; \
342        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
343          include_option=--etags-include; \
344          empty_fix=.; \
345        else \
346          include_option=--include; \
347          empty_fix=; \
348        fi; \
349        list='$(SUBDIRS)'; for subdir in $$list; do \
350          if test "$$subdir" = .; then :; else \
351            test ! -f $$subdir/TAGS || \
352              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
353          fi; \
354        done; \
355        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356        unique=`for i in $$list; do \
357            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358          done | \
359          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360              END { if (nonempty) { for (i in files) print i; }; }'`; \
361        shift; \
362        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
363          test -n "$$unique" || unique=$$empty_fix; \
364          if test $$# -gt 0; then \
365            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366              "$$@" $$unique; \
367          else \
368            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369              $$unique; \
370          fi; \
371        fi
372ctags: CTAGS
373CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374                $(TAGS_FILES) $(LISP)
375        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376        unique=`for i in $$list; do \
377            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378          done | \
379          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380              END { if (nonempty) { for (i in files) print i; }; }'`; \
381        test -z "$(CTAGS_ARGS)$$unique" \
382          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383             $$unique
384
385GTAGS:
386        here=`$(am__cd) $(top_builddir) && pwd` \
387          && $(am__cd) $(top_srcdir) \
388          && gtags -i $(GTAGS_ARGS) "$$here"
389
390distclean-tags:
391        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393distdir: $(DISTFILES)
394        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396        list='$(DISTFILES)'; \
397          dist_files=`for file in $$list; do echo $$file; done | \
398          sed -e "s|^$$srcdirstrip/||;t" \
399              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400        case $$dist_files in \
401          */*) $(MKDIR_P) `echo "$$dist_files" | \
402                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403                           sort -u` ;; \
404        esac; \
405        for file in $$dist_files; do \
406          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407          if test -d $$d/$$file; then \
408            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409            if test -d "$(distdir)/$$file"; then \
410              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411            fi; \
412            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415            fi; \
416            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417          else \
418            test -f "$(distdir)/$$file" \
419            || cp -p $$d/$$file "$(distdir)/$$file" \
420            || exit 1; \
421          fi; \
422        done
423        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424          if test "$$subdir" = .; then :; else \
425            test -d "$(distdir)/$$subdir" \
426            || $(MKDIR_P) "$(distdir)/$$subdir" \
427            || exit 1; \
428          fi; \
429        done
430        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
431          if test "$$subdir" = .; then :; else \
432            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
433            $(am__relativize); \
434            new_distdir=$$reldir; \
435            dir1=$$subdir; dir2="$(top_distdir)"; \
436            $(am__relativize); \
437            new_top_distdir=$$reldir; \
438            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
439            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
440            ($(am__cd) $$subdir && \
441              $(MAKE) $(AM_MAKEFLAGS) \
442                top_distdir="$$new_top_distdir" \
443                distdir="$$new_distdir" \
444                am__remove_distdir=: \
445                am__skip_length_check=: \
446                am__skip_mode_fix=: \
447                distdir) \
448              || exit 1; \
449          fi; \
450        done
451check-am: all-am
452check: check-recursive
453all-am: Makefile
454installdirs: installdirs-recursive
455installdirs-am:
456install: install-recursive
457install-exec: install-exec-recursive
458install-data: install-data-recursive
459uninstall: uninstall-recursive
460
461install-am: all-am
462        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464installcheck: installcheck-recursive
465install-strip:
466        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
467          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
468          `test -z '$(STRIP)' || \
469            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
470mostlyclean-generic:
471
472clean-generic:
473
474distclean-generic:
475        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
476        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
477
478maintainer-clean-generic:
479        @echo "This command is intended for maintainers to use"
480        @echo "it deletes files that may require special tools to rebuild."
481clean: clean-recursive
482
483clean-am: clean-generic clean-libtool mostlyclean-am
484
485distclean: distclean-recursive
486        -rm -f Makefile
487distclean-am: clean-am distclean-generic distclean-tags
488
489dvi: dvi-recursive
490
491dvi-am:
492
493html: html-recursive
494
495html-am:
496
497info: info-recursive
498
499info-am:
500
501install-data-am:
502
503install-dvi: install-dvi-recursive
504
505install-dvi-am:
506
507install-exec-am:
508
509install-html: install-html-recursive
510
511install-html-am:
512
513install-info: install-info-recursive
514
515install-info-am:
516
517install-man:
518
519install-pdf: install-pdf-recursive
520
521install-pdf-am:
522
523install-ps: install-ps-recursive
524
525install-ps-am:
526
527installcheck-am:
528
529maintainer-clean: maintainer-clean-recursive
530        -rm -f Makefile
531maintainer-clean-am: distclean-am maintainer-clean-generic
532
533mostlyclean: mostlyclean-recursive
534
535mostlyclean-am: mostlyclean-generic mostlyclean-libtool
536
537pdf: pdf-recursive
538
539pdf-am:
540
541ps: ps-recursive
542
543ps-am:
544
545uninstall-am:
546
547.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
548        install-am install-strip tags-recursive
549
550.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
551        all all-am check check-am clean clean-generic clean-libtool \
552        ctags ctags-recursive distclean distclean-generic \
553        distclean-libtool distclean-tags distdir dvi dvi-am html \
554        html-am info info-am install install-am install-data \
555        install-data-am install-dvi install-dvi-am install-exec \
556        install-exec-am install-html install-html-am install-info \
557        install-info-am install-man install-pdf install-pdf-am \
558        install-ps install-ps-am install-strip installcheck \
559        installcheck-am installdirs installdirs-am maintainer-clean \
560        maintainer-clean-generic mostlyclean mostlyclean-generic \
561        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
562        uninstall uninstall-am
563
564
565# Tell versions [3.59,3.63) of GNU make to not export all variables.
566# Otherwise a system limit (for SysV at least) may be exceeded.
567.NOEXPORT:
Note: See TracBrowser for help on using the browser.