Annotation of parser3/src/lib/ltdl/Makefile.in, revision 1.5

1.3       paf         1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
                      2: # @configure_input@
1.1       paf         3: 
1.3       paf         4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
                      5: # Free Software Foundation, Inc.
1.1       paf         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.3       paf        15: @SET_MAKE@
1.1       paf        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.5     ! paf        23: top_builddir = ../../..
1.1       paf        24: 
1.3       paf        25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1       paf        26: INSTALL = @INSTALL@
1.3       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       paf        32: NORMAL_INSTALL = :
                     33: PRE_INSTALL = :
                     34: POST_INSTALL = :
                     35: NORMAL_UNINSTALL = :
                     36: PRE_UNINSTALL = :
                     37: POST_UNINSTALL = :
                     38: host_triplet = @host@
1.3       paf        39: ACLOCAL = @ACLOCAL@
                     40: AMDEP_FALSE = @AMDEP_FALSE@
                     41: AMDEP_TRUE = @AMDEP_TRUE@
                     42: AMTAR = @AMTAR@
1.5     ! paf        43: APACHE13 = @APACHE13@
1.3       paf        44: AUTOCONF = @AUTOCONF@
                     45: AUTOHEADER = @AUTOHEADER@
                     46: AUTOMAKE = @AUTOMAKE@
1.1       paf        47: AWK = @AWK@
                     48: CC = @CC@
1.3       paf        49: CCDEPMODE = @CCDEPMODE@
                     50: CFLAGS = @CFLAGS@
1.5     ! paf        51: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
        !            52: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
1.4       paf        53: CPP = @CPP@
1.3       paf        54: CPPFLAGS = @CPPFLAGS@
1.5     ! paf        55: CPP_LIBS = @CPP_LIBS@
        !            56: CXX = @CXX@
        !            57: CXXDEPMODE = @CXXDEPMODE@
        !            58: CXXFLAGS = @CXXFLAGS@
1.3       paf        59: CYGPATH_W = @CYGPATH_W@
                     60: DEFS = @DEFS@
                     61: DEPDIR = @DEPDIR@
                     62: ECHO_C = @ECHO_C@
                     63: ECHO_N = @ECHO_N@
                     64: ECHO_T = @ECHO_T@
                     65: EGREP = @EGREP@
                     66: EXEEXT = @EXEEXT@
1.5     ! paf        67: GC_LIBS = @GC_LIBS@
        !            68: INCLTDL = @INCLTDL@
1.3       paf        69: INSTALL_DATA = @INSTALL_DATA@
                     70: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     71: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     72: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     73: LDFLAGS = @LDFLAGS@
1.1       paf        74: LIBADD_DL = @LIBADD_DL@
1.5     ! paf        75: LIBLTDL = @LIBLTDL@
1.3       paf        76: LIBOBJS = @LIBOBJS@
                     77: LIBS = @LIBS@
                     78: LTLIBOBJS = @LTLIBOBJS@
1.1       paf        79: MAKEINFO = @MAKEINFO@
1.5     ! paf        80: MIME_INCLUDES = @MIME_INCLUDES@
        !            81: MIME_LIBS = @MIME_LIBS@
1.3       paf        82: OBJEXT = @OBJEXT@
1.5     ! paf        83: P3S = @P3S@
1.1       paf        84: PACKAGE = @PACKAGE@
1.3       paf        85: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     86: PACKAGE_NAME = @PACKAGE_NAME@
                     87: PACKAGE_STRING = @PACKAGE_STRING@
                     88: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                     89: PACKAGE_VERSION = @PACKAGE_VERSION@
                     90: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       paf        91: RANLIB = @RANLIB@
1.3       paf        92: SET_MAKE = @SET_MAKE@
                     93: SHELL = @SHELL@
                     94: STRIP = @STRIP@
1.1       paf        95: VERSION = @VERSION@
1.5     ! paf        96: XML_INCLUDES = @XML_INCLUDES@
        !            97: XML_LIBS = @XML_LIBS@
        !            98: YACC = @YACC@
1.3       paf        99: ac_ct_CC = @ac_ct_CC@
1.5     ! paf       100: ac_ct_CXX = @ac_ct_CXX@
1.3       paf       101: ac_ct_RANLIB = @ac_ct_RANLIB@
                    102: ac_ct_STRIP = @ac_ct_STRIP@
                    103: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    104: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1.5     ! paf       105: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
        !           106: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
1.3       paf       107: am__include = @am__include@
                    108: am__quote = @am__quote@
                    109: bindir = @bindir@
                    110: build = @build@
                    111: build_alias = @build_alias@
                    112: build_cpu = @build_cpu@
                    113: build_os = @build_os@
                    114: build_vendor = @build_vendor@
1.5     ! paf       115: charsetsdir = @charsetsdir@
        !           116: commentcharset_koi8r = @commentcharset_koi8r@
        !           117: commentcharset_windows1250 = @commentcharset_windows1250@
        !           118: commentcharset_windows1251 = @commentcharset_windows1251@
        !           119: commentcharset_windows1257 = @commentcharset_windows1257@
1.3       paf       120: datadir = @datadir@
1.5     ! paf       121: dll_extension = @dll_extension@
1.3       paf       122: exec_prefix = @exec_prefix@
                    123: host = @host@
                    124: host_alias = @host_alias@
                    125: host_cpu = @host_cpu@
1.1       paf       126: host_os = @host_os@
1.3       paf       127: host_vendor = @host_vendor@
                    128: includedir = @includedir@
                    129: infodir = @infodir@
                    130: install_sh = @install_sh@
                    131: libdir = @libdir@
                    132: libexecdir = @libexecdir@
                    133: localstatedir = @localstatedir@
                    134: mandir = @mandir@
1.5     ! paf       135: mysql_client = @mysql_client@
1.3       paf       136: oldincludedir = @oldincludedir@
1.5     ! paf       137: oracle_client = @oracle_client@
        !           138: pgsql_client = @pgsql_client@
1.3       paf       139: prefix = @prefix@
                    140: program_transform_name = @program_transform_name@
                    141: sbindir = @sbindir@
                    142: sharedstatedir = @sharedstatedir@
1.5     ! paf       143: sqldriversdir = @sqldriversdir@
        !           144: subdirs = @subdirs@
1.3       paf       145: sysconfdir = @sysconfdir@
                    146: target_alias = @target_alias@
1.1       paf       147: 
                    148: AUTOMAKE_OPTIONS = no-dependencies foreign
                    149: 
                    150: noinst_HEADERS = ltdl.h config_auto.h.in config.h
                    151: noinst_LIBRARIES = libltdlc.a
                    152: 
                    153: libltdlc_a_SOURCES = ltdl.c
1.5     ! paf       154: subdir = src/lib/ltdl
        !           155: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           156: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
1.3       paf       157: CONFIG_CLEAN_FILES =
                    158: LIBRARIES = $(noinst_LIBRARIES)
                    159: 
                    160: libltdlc_a_AR = $(AR) cru
                    161: libltdlc_a_LIBADD =
                    162: am_libltdlc_a_OBJECTS = ltdl.$(OBJEXT)
                    163: libltdlc_a_OBJECTS = $(am_libltdlc_a_OBJECTS)
                    164: 
1.5     ! paf       165: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src/include
1.3       paf       166: depcomp =
                    167: am__depfiles_maybe =
                    168: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    169:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1       paf       170: CCLD = $(CC)
1.5     ! paf       171: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.3       paf       172: DIST_SOURCES = $(libltdlc_a_SOURCES)
                    173: HEADERS = $(noinst_HEADERS)
                    174: 
1.5     ! paf       175: DIST_COMMON = README $(noinst_HEADERS) COPYING.LIB Makefile.am \
        !           176:        Makefile.in acinclude.m4 configure configure.in
1.3       paf       177: SOURCES = $(libltdlc_a_SOURCES)
1.1       paf       178: 
1.5     ! paf       179: all: all-am
1.1       paf       180: 
                    181: .SUFFIXES:
1.5     ! paf       182: .SUFFIXES: .c .o .obj
        !           183: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
1.3       paf       184:        cd $(top_srcdir) && \
1.5     ! paf       185:          $(AUTOMAKE) --foreign  src/lib/ltdl/Makefile
        !           186: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           187:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
1.1       paf       188: 
1.3       paf       189: AR = ar
1.1       paf       190: 
                    191: clean-noinstLIBRARIES:
                    192:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.3       paf       193: libltdlc.a: $(libltdlc_a_OBJECTS) $(libltdlc_a_DEPENDENCIES) 
                    194:        -rm -f libltdlc.a
                    195:        $(libltdlc_a_AR) libltdlc.a $(libltdlc_a_OBJECTS) $(libltdlc_a_LIBADD)
                    196:        $(RANLIB) libltdlc.a
1.1       paf       197: 
1.3       paf       198: mostlyclean-compile:
                    199:        -rm -f *.$(OBJEXT) core *.core
1.1       paf       200: 
1.3       paf       201: distclean-compile:
                    202:        -rm -f *.tab.c
1.1       paf       203: 
                    204: .c.o:
1.3       paf       205:        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
1.1       paf       206: 
1.3       paf       207: .c.obj:
                    208:        $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
                    209: uninstall-info-am:
1.1       paf       210: 
1.3       paf       211: ETAGS = etags
                    212: ETAGSFLAGS =
1.1       paf       213: 
1.3       paf       214: CTAGS = ctags
                    215: CTAGSFLAGS =
1.1       paf       216: 
                    217: tags: TAGS
                    218: 
1.3       paf       219: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    220:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    221:        unique=`for i in $$list; do \
                    222:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    223:          done | \
                    224:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       225:               END { for (i in files) print i; }'`; \
1.3       paf       226:        mkid -fID $$unique
1.1       paf       227: 
1.5     ! paf       228: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1.3       paf       229:                $(TAGS_FILES) $(LISP)
                    230:        tags=; \
                    231:        here=`pwd`; \
1.5     ! paf       232:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.3       paf       233:        unique=`for i in $$list; do \
                    234:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    235:          done | \
                    236:          $(AWK) '    { files[$$0] = 1; } \
                    237:               END { for (i in files) print i; }'`; \
                    238:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    239:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    240:             $$tags $$unique
                    241: 
                    242: ctags: CTAGS
1.5     ! paf       243: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1.3       paf       244:                $(TAGS_FILES) $(LISP)
1.1       paf       245:        tags=; \
                    246:        here=`pwd`; \
1.5     ! paf       247:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.3       paf       248:        unique=`for i in $$list; do \
                    249:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    250:          done | \
                    251:          $(AWK) '    { files[$$0] = 1; } \
1.1       paf       252:               END { for (i in files) print i; }'`; \
1.3       paf       253:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    254:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    255:             $$tags $$unique
                    256: 
                    257: GTAGS:
                    258:        here=`$(am__cd) $(top_builddir) && pwd` \
                    259:          && cd $(top_srcdir) \
                    260:          && gtags -i $(GTAGS_ARGS) $$here
1.1       paf       261: 
                    262: distclean-tags:
1.3       paf       263:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    264: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       paf       265: 
1.5     ! paf       266: top_distdir = ../../..
        !           267: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       paf       268: 
                    269: distdir: $(DISTFILES)
1.3       paf       270:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    271:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    272:        list='$(DISTFILES)'; for file in $$list; do \
                    273:          case $$file in \
                    274:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    275:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    276:          esac; \
                    277:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    278:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    279:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    280:            dir="/$$dir"; \
                    281:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    282:          else \
                    283:            dir=''; \
                    284:          fi; \
1.1       paf       285:          if test -d $$d/$$file; then \
1.3       paf       286:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    287:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    288:            fi; \
                    289:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       paf       290:          else \
                    291:            test -f $(distdir)/$$file \
1.3       paf       292:            || cp -p $$d/$$file $(distdir)/$$file \
                    293:            || exit 1; \
1.1       paf       294:          fi; \
                    295:        done
                    296: check-am: all-am
                    297: check: check-am
1.5     ! paf       298: all-am: Makefile $(LIBRARIES) $(HEADERS)
1.3       paf       299: 
                    300: installdirs:
                    301: 
                    302: install: install-am
1.1       paf       303: install-exec: install-exec-am
                    304: install-data: install-data-am
1.3       paf       305: uninstall: uninstall-am
1.1       paf       306: 
                    307: install-am: all-am
                    308:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.3       paf       309: 
                    310: installcheck: installcheck-am
1.1       paf       311: install-strip:
1.3       paf       312:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    313:          INSTALL_STRIP_FLAG=-s \
                    314:          `test -z '$(STRIP)' || \
                    315:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       paf       316: mostlyclean-generic:
                    317: 
                    318: clean-generic:
                    319: 
                    320: distclean-generic:
                    321:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    322: 
                    323: maintainer-clean-generic:
1.3       paf       324:        @echo "This command is intended for maintainers to use"
                    325:        @echo "it deletes files that may require special tools to rebuild."
                    326: clean: clean-am
                    327: 
1.5     ! paf       328: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1.3       paf       329: 
                    330: distclean: distclean-am
1.5     ! paf       331: 
        !           332: distclean-am: clean-am distclean-compile distclean-generic \
        !           333:        distclean-tags
1.3       paf       334: 
                    335: dvi: dvi-am
                    336: 
                    337: dvi-am:
1.1       paf       338: 
1.3       paf       339: info: info-am
                    340: 
                    341: info-am:
1.1       paf       342: 
1.3       paf       343: install-data-am:
1.1       paf       344: 
1.3       paf       345: install-exec-am:
1.1       paf       346: 
1.3       paf       347: install-info: install-info-am
1.1       paf       348: 
1.3       paf       349: install-man:
1.1       paf       350: 
1.3       paf       351: installcheck-am:
1.1       paf       352: 
                    353: maintainer-clean: maintainer-clean-am
1.5     ! paf       354: 
1.3       paf       355: maintainer-clean-am: distclean-am maintainer-clean-generic
                    356: 
                    357: mostlyclean: mostlyclean-am
                    358: 
1.5     ! paf       359: mostlyclean-am: mostlyclean-compile mostlyclean-generic
1.3       paf       360: 
                    361: pdf: pdf-am
                    362: 
                    363: pdf-am:
                    364: 
                    365: ps: ps-am
                    366: 
                    367: ps-am:
                    368: 
                    369: uninstall-am: uninstall-info-am
1.1       paf       370: 
1.3       paf       371: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.5     ! paf       372:        clean-noinstLIBRARIES ctags distclean distclean-compile \
        !           373:        distclean-generic distclean-tags distdir dvi dvi-am info \
        !           374:        info-am install install-am install-data install-data-am \
        !           375:        install-exec install-exec-am install-info install-info-am \
        !           376:        install-man install-strip installcheck installcheck-am \
        !           377:        installdirs maintainer-clean maintainer-clean-generic \
        !           378:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
        !           379:        ps ps-am tags uninstall uninstall-am uninstall-info-am
1.1       paf       380: 
                    381: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    382: # Otherwise a system limit (for SysV at least) may be exceeded.
                    383: .NOEXPORT:

E-mail: