Annotation of tme/libltdl/Makefile.in, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.