Annotation of sql/mysql/libltdl/Makefile.in, revision 1.6

1.6     ! paf         1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
        !             2: # @configure_input@
1.1       parser      3: 
1.6     ! paf         4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
        !             5: # Free Software Foundation, Inc.
1.1       parser      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: 
1.6     ! paf        15: @SET_MAKE@
1.1       parser     16: 
                     17: srcdir = @srcdir@
                     18: top_srcdir = @top_srcdir@
                     19: VPATH = @srcdir@
                     20: pkgdatadir = $(datadir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkgincludedir = $(includedir)/@PACKAGE@
1.6     ! paf        23: top_builddir = .
1.1       parser     24: 
1.6     ! paf        25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       parser     26: INSTALL = @INSTALL@
1.6     ! paf        27: install_sh_DATA = $(install_sh) -c -m 644
        !            28: install_sh_PROGRAM = $(install_sh) -c
        !            29: install_sh_SCRIPT = $(install_sh) -c
        !            30: INSTALL_HEADER = $(INSTALL_DATA)
        !            31: transform = $(program_transform_name)
1.1       parser     32: NORMAL_INSTALL = :
                     33: PRE_INSTALL = :
                     34: POST_INSTALL = :
                     35: NORMAL_UNINSTALL = :
                     36: PRE_UNINSTALL = :
                     37: POST_UNINSTALL = :
                     38: host_triplet = @host@
1.6     ! paf        39: ACLOCAL = @ACLOCAL@
        !            40: AMDEP_FALSE = @AMDEP_FALSE@
        !            41: AMDEP_TRUE = @AMDEP_TRUE@
        !            42: AMTAR = @AMTAR@
        !            43: AUTOCONF = @AUTOCONF@
        !            44: AUTOHEADER = @AUTOHEADER@
        !            45: AUTOMAKE = @AUTOMAKE@
1.4       paf        46: AWK = @AWK@
1.1       parser     47: CC = @CC@
1.6     ! paf        48: CCDEPMODE = @CCDEPMODE@
        !            49: CFLAGS = @CFLAGS@
        !            50: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
        !            51: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
        !            52: CPP = @CPP@
        !            53: CPPFLAGS = @CPPFLAGS@
        !            54: CYGPATH_W = @CYGPATH_W@
        !            55: DEFS = @DEFS@
        !            56: DEPDIR = @DEPDIR@
        !            57: ECHO_C = @ECHO_C@
        !            58: ECHO_N = @ECHO_N@
        !            59: ECHO_T = @ECHO_T@
        !            60: EGREP = @EGREP@
        !            61: EXEEXT = @EXEEXT@
        !            62: INSTALL_DATA = @INSTALL_DATA@
        !            63: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
        !            64: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
        !            65: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            66: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            67: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            68: LDFLAGS = @LDFLAGS@
1.1       parser     69: LIBADD_DL = @LIBADD_DL@
1.6     ! paf        70: LIBOBJS = @LIBOBJS@
        !            71: LIBS = @LIBS@
1.1       parser     72: LIBTOOL = @LIBTOOL@
1.6     ! paf        73: LIBTOOL_DEPS = @LIBTOOL_DEPS@
1.1       parser     74: LN_S = @LN_S@
1.6     ! paf        75: LTLIBOBJS = @LTLIBOBJS@
        !            76: MAINT = @MAINT@
        !            77: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
        !            78: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1.1       parser     79: MAKEINFO = @MAKEINFO@
1.6     ! paf        80: OBJEXT = @OBJEXT@
1.1       parser     81: PACKAGE = @PACKAGE@
1.6     ! paf        82: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !            83: PACKAGE_NAME = @PACKAGE_NAME@
        !            84: PACKAGE_STRING = @PACKAGE_STRING@
        !            85: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !            86: PACKAGE_VERSION = @PACKAGE_VERSION@
        !            87: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       parser     88: RANLIB = @RANLIB@
1.6     ! paf        89: SET_MAKE = @SET_MAKE@
        !            90: SHELL = @SHELL@
        !            91: STRIP = @STRIP@
1.1       parser     92: VERSION = @VERSION@
1.6     ! paf        93: ac_ct_CC = @ac_ct_CC@
        !            94: ac_ct_RANLIB = @ac_ct_RANLIB@
        !            95: ac_ct_STRIP = @ac_ct_STRIP@
        !            96: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
        !            97: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
        !            98: am__include = @am__include@
        !            99: am__quote = @am__quote@
        !           100: bindir = @bindir@
        !           101: build = @build@
        !           102: build_alias = @build_alias@
        !           103: build_cpu = @build_cpu@
        !           104: build_os = @build_os@
        !           105: build_vendor = @build_vendor@
        !           106: datadir = @datadir@
        !           107: exec_prefix = @exec_prefix@
        !           108: host = @host@
        !           109: host_alias = @host_alias@
        !           110: host_cpu = @host_cpu@
        !           111: host_os = @host_os@
        !           112: host_vendor = @host_vendor@
        !           113: includedir = @includedir@
        !           114: infodir = @infodir@
        !           115: install_sh = @install_sh@
        !           116: libdir = @libdir@
        !           117: libexecdir = @libexecdir@
        !           118: localstatedir = @localstatedir@
        !           119: mandir = @mandir@
        !           120: oldincludedir = @oldincludedir@
        !           121: prefix = @prefix@
        !           122: program_transform_name = @program_transform_name@
        !           123: sbindir = @sbindir@
        !           124: sharedstatedir = @sharedstatedir@
        !           125: sysconfdir = @sysconfdir@
        !           126: target_alias = @target_alias@
1.1       parser    127: 
                    128: AUTOMAKE_OPTIONS = no-dependencies foreign
                    129: 
                    130: noinst_LTLIBRARIES = libltdlc.la
                    131: 
1.4       paf       132: noinst_HEADERS = ltdl.h config_auto.h.in config.h
1.1       parser    133: libltdlc_la_SOURCES = ltdl.c
                    134: libltdlc_la_LIBADD = $(LIBADD_DL)
1.4       paf       135: 
1.5       paf       136: EXTRA_DIST = config_fixed.h libltdl.dsp
1.6     ! paf       137: subdir = .
        !           138: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !           139: mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
        !           140: CONFIG_HEADER = config_auto.h
        !           141: CONFIG_CLEAN_FILES =
        !           142: LTLIBRARIES = $(noinst_LTLIBRARIES)
        !           143: 
        !           144: libltdlc_la_LDFLAGS =
        !           145: libltdlc_la_DEPENDENCIES =
        !           146: am_libltdlc_la_OBJECTS = ltdl.lo
        !           147: libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
        !           148: 
        !           149: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
        !           150: depcomp =
        !           151: am__depfiles_maybe =
        !           152: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           153:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           154: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
        !           155:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1       parser    156: CCLD = $(CC)
1.6     ! paf       157: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           158:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           159: DIST_SOURCES = $(libltdlc_la_SOURCES)
        !           160: HEADERS = $(noinst_HEADERS)
        !           161: 
        !           162: DIST_COMMON = README $(noinst_HEADERS) ../config.guess ../config.sub \
        !           163:        ../install-sh ../ltmain.sh ../missing ../mkinstalldirs \
        !           164:        Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
        !           165:        config_auto.h.in configure configure.in
        !           166: SOURCES = $(libltdlc_la_SOURCES)
1.1       parser    167: 
1.6     ! paf       168: all: config_auto.h
        !           169:        $(MAKE) $(AM_MAKEFLAGS) all-am
1.1       parser    170: 
                    171: .SUFFIXES:
1.6     ! paf       172: .SUFFIXES: .c .lo .o .obj
1.1       parser    173: 
1.6     ! paf       174: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !           175:  configure.lineno
        !           176: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           177:        cd $(top_srcdir) && \
        !           178:          $(AUTOMAKE) --foreign  Makefile
        !           179: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           180:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
        !           181: 
        !           182: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           183:        $(SHELL) ./config.status --recheck
        !           184: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        !           185:        cd $(srcdir) && $(AUTOCONF)
        !           186: 
        !           187: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
        !           188:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           189: 
        !           190: config_auto.h: stamp-h1
        !           191:        @if test ! -f $@; then \
        !           192:          rm -f stamp-h1; \
        !           193:          $(MAKE) stamp-h1; \
        !           194:        else :; fi
        !           195: 
        !           196: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
        !           197:        @rm -f stamp-h1
        !           198:        cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
        !           199: 
        !           200: $(srcdir)/config_auto.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           201:        cd $(top_srcdir) && $(AUTOHEADER)
        !           202:        touch $(srcdir)/config_auto.h.in
1.3       paf       203: 
1.6     ! paf       204: distclean-hdr:
        !           205:        -rm -f config_auto.h stamp-h1
1.1       parser    206: 
                    207: clean-noinstLTLIBRARIES:
                    208:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.6     ! paf       209:        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
        !           210:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
        !           211:          test "$$dir" = "$$p" && dir=.; \
        !           212:          echo "rm -f \"$${dir}/so_locations\""; \
        !           213:          rm -f "$${dir}/so_locations"; \
        !           214:        done
        !           215: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
        !           216:        $(LINK)  $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
1.1       parser    217: 
                    218: mostlyclean-compile:
1.6     ! paf       219:        -rm -f *.$(OBJEXT) core *.core
1.1       parser    220: 
                    221: distclean-compile:
                    222:        -rm -f *.tab.c
                    223: 
1.6     ! paf       224: .c.o:
        !           225:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
        !           226: 
        !           227: .c.obj:
        !           228:        $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1.1       parser    229: 
                    230: .c.lo:
1.6     ! paf       231:        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
1.1       parser    232: 
                    233: mostlyclean-libtool:
                    234:        -rm -f *.lo
                    235: 
                    236: clean-libtool:
                    237:        -rm -rf .libs _libs
                    238: 
                    239: distclean-libtool:
1.6     ! paf       240:        -rm -f libtool
        !           241: uninstall-info-am:
1.1       parser    242: 
1.6     ! paf       243: ETAGS = etags
        !           244: ETAGSFLAGS =
1.1       parser    245: 
1.6     ! paf       246: CTAGS = ctags
        !           247: CTAGSFLAGS =
1.1       parser    248: 
                    249: tags: TAGS
                    250: 
1.6     ! paf       251: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           252:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           253:        unique=`for i in $$list; do \
        !           254:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           255:          done | \
        !           256:          $(AWK) '    { files[$$0] = 1; } \
1.1       parser    257:               END { for (i in files) print i; }'`; \
1.6     ! paf       258:        mkid -fID $$unique
1.1       parser    259: 
1.6     ! paf       260: TAGS:  $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
        !           261:                $(TAGS_FILES) $(LISP)
        !           262:        tags=; \
        !           263:        here=`pwd`; \
        !           264:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
        !           265:        unique=`for i in $$list; do \
        !           266:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           267:          done | \
        !           268:          $(AWK) '    { files[$$0] = 1; } \
        !           269:               END { for (i in files) print i; }'`; \
        !           270:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           271:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           272:             $$tags $$unique
        !           273: 
        !           274: ctags: CTAGS
        !           275: CTAGS:  $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
        !           276:                $(TAGS_FILES) $(LISP)
1.1       parser    277:        tags=; \
                    278:        here=`pwd`; \
1.6     ! paf       279:        list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
        !           280:        unique=`for i in $$list; do \
        !           281:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           282:          done | \
        !           283:          $(AWK) '    { files[$$0] = 1; } \
1.1       parser    284:               END { for (i in files) print i; }'`; \
1.6     ! paf       285:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        !           286:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           287:             $$tags $$unique
        !           288: 
        !           289: GTAGS:
        !           290:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           291:          && cd $(top_srcdir) \
        !           292:          && gtags -i $(GTAGS_ARGS) $$here
1.1       parser    293: 
                    294: distclean-tags:
1.6     ! paf       295:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           296: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       parser    297: 
1.6     ! paf       298: top_distdir = .
        !           299: distdir = $(PACKAGE)-$(VERSION)
1.1       parser    300: 
1.6     ! paf       301: am__remove_distdir = \
        !           302:   { test ! -d $(distdir) \
        !           303:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           304:          && rm -fr $(distdir); }; }
1.4       paf       305: 
1.6     ! paf       306: GZIP_ENV = --best
        !           307: distuninstallcheck_listfiles = find . -type f -print
        !           308: distcleancheck_listfiles = find . -type f -print
1.1       parser    309: 
                    310: distdir: $(DISTFILES)
1.6     ! paf       311:        $(am__remove_distdir)
        !           312:        mkdir $(distdir)
        !           313:        $(mkinstalldirs) $(distdir)/..
        !           314:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        !           315:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        !           316:        list='$(DISTFILES)'; for file in $$list; do \
        !           317:          case $$file in \
        !           318:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
        !           319:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
        !           320:          esac; \
        !           321:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           322:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           323:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           324:            dir="/$$dir"; \
        !           325:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           326:          else \
        !           327:            dir=''; \
        !           328:          fi; \
1.1       parser    329:          if test -d $$d/$$file; then \
1.6     ! paf       330:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           331:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           332:            fi; \
        !           333:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       parser    334:          else \
                    335:            test -f $(distdir)/$$file \
1.6     ! paf       336:            || cp -p $$d/$$file $(distdir)/$$file \
        !           337:            || exit 1; \
1.1       parser    338:          fi; \
                    339:        done
1.6     ! paf       340:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        !           341:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           342:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           343:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
        !           344:        || chmod -R a+r $(distdir)
        !           345: dist-gzip: distdir
        !           346:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           347:        $(am__remove_distdir)
        !           348: 
        !           349: dist dist-all: distdir
        !           350:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           351:        $(am__remove_distdir)
        !           352: 
        !           353: # This target untars the dist file and tries a VPATH configuration.  Then
        !           354: # it guarantees that the distribution is self-contained by making another
        !           355: # tarfile.
        !           356: distcheck: dist
        !           357:        $(am__remove_distdir)
        !           358:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        !           359:        chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           360:        mkdir $(distdir)/=build
        !           361:        mkdir $(distdir)/=inst
        !           362:        chmod a-w $(distdir)
        !           363:        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
        !           364:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
        !           365:          && cd $(distdir)/=build \
        !           366:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
        !           367:            $(DISTCHECK_CONFIGURE_FLAGS) \
        !           368:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           369:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           370:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           371:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           372:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           373:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           374:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
        !           375:                distuninstallcheck \
        !           376:          && chmod -R a-w "$$dc_install_base" \
        !           377:          && ({ \
        !           378:               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
        !           379:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
        !           380:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
        !           381:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
        !           382:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
        !           383:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
        !           384:          && rm -rf "$$dc_destdir" \
        !           385:          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
        !           386:          && rm -f $(distdir).tar.gz \
        !           387:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        !           388:        $(am__remove_distdir)
        !           389:        @echo "$(distdir).tar.gz is ready for distribution" | \
        !           390:          sed 'h;s/./=/g;p;x;p;x'
        !           391: distuninstallcheck:
        !           392:        cd $(distuninstallcheck_dir) \
        !           393:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
        !           394:           || { echo "ERROR: files left after uninstall:" ; \
        !           395:                if test -n "$(DESTDIR)"; then \
        !           396:                  echo "  (check DESTDIR support)"; \
        !           397:                fi ; \
        !           398:                $(distuninstallcheck_listfiles) ; \
        !           399:                exit 1; } >&2
        !           400: distcleancheck: distclean
        !           401:        if test '$(srcdir)' = . ; then \
        !           402:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           403:          exit 1 ; \
        !           404:        fi
        !           405:        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           406:          || { echo "ERROR: files left in build directory after distclean:" ; \
        !           407:               $(distcleancheck_listfiles) ; \
        !           408:               exit 1; } >&2
1.1       parser    409: check-am: all-am
                    410: check: check-am
1.6     ! paf       411: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
        !           412: 
        !           413: installdirs:
        !           414: 
        !           415: install: install-am
1.1       parser    416: install-exec: install-exec-am
                    417: install-data: install-data-am
1.6     ! paf       418: uninstall: uninstall-am
1.1       parser    419: 
                    420: install-am: all-am
                    421:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.6     ! paf       422: 
        !           423: installcheck: installcheck-am
1.1       parser    424: install-strip:
1.6     ! paf       425:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           426:          INSTALL_STRIP_FLAG=-s \
        !           427:          `test -z '$(STRIP)' || \
        !           428:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       parser    429: mostlyclean-generic:
                    430: 
                    431: clean-generic:
                    432: 
                    433: distclean-generic:
                    434:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    435: 
                    436: maintainer-clean-generic:
1.6     ! paf       437:        @echo "This command is intended for maintainers to use"
        !           438:        @echo "it deletes files that may require special tools to rebuild."
        !           439: clean: clean-am
        !           440: 
        !           441: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
        !           442:        mostlyclean-am
        !           443: 
        !           444: distclean: distclean-am
        !           445:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           446: distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
        !           447:        distclean-libtool distclean-tags
        !           448: 
        !           449: dvi: dvi-am
        !           450: 
        !           451: dvi-am:
        !           452: 
        !           453: info: info-am
1.1       parser    454: 
1.6     ! paf       455: info-am:
1.1       parser    456: 
1.6     ! paf       457: install-data-am:
1.1       parser    458: 
1.6     ! paf       459: install-exec-am:
1.1       parser    460: 
1.6     ! paf       461: install-info: install-info-am
1.1       parser    462: 
1.6     ! paf       463: install-man:
1.1       parser    464: 
1.6     ! paf       465: installcheck-am:
1.1       parser    466: 
                    467: maintainer-clean: maintainer-clean-am
1.6     ! paf       468:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           469:        -rm -rf autom4te.cache
        !           470: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           471: 
        !           472: mostlyclean: mostlyclean-am
        !           473: 
        !           474: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           475:        mostlyclean-libtool
1.1       parser    476: 
1.6     ! paf       477: pdf: pdf-am
        !           478: 
        !           479: pdf-am:
        !           480: 
        !           481: ps: ps-am
        !           482: 
        !           483: ps-am:
        !           484: 
        !           485: uninstall-am: uninstall-info-am
        !           486: 
        !           487: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
        !           488:        clean-libtool clean-noinstLTLIBRARIES ctags dist dist-all \
        !           489:        dist-gzip distcheck distclean distclean-compile \
        !           490:        distclean-generic distclean-hdr distclean-libtool \
        !           491:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        !           492:        dvi-am info info-am install install-am install-data \
        !           493:        install-data-am install-exec install-exec-am install-info \
        !           494:        install-info-am install-man install-strip installcheck \
        !           495:        installcheck-am installdirs maintainer-clean \
        !           496:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           497:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        !           498:        tags uninstall uninstall-am uninstall-info-am
1.1       parser    499: 
                    500: 
                    501: ltdl.lo: ltdl.h config.h
                    502: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    503: # Otherwise a system limit (for SysV at least) may be exceeded.
                    504: .NOEXPORT:

E-mail: