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

1.1       paf         1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
                      2: 
                      3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
                      4: # This Makefile.in is free software; the Free Software Foundation
                      5: # gives unlimited permission to copy and/or distribute it,
                      6: # with or without modifications, as long as this notice is preserved.
                      7: 
                      8: # This program is distributed in the hope that it will be useful,
                      9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     11: # PARTICULAR PURPOSE.
                     12: 
                     13: 
                     14: SHELL = @SHELL@
                     15: 
                     16: srcdir = @srcdir@
                     17: top_srcdir = @top_srcdir@
                     18: VPATH = @srcdir@
                     19: prefix = @prefix@
                     20: exec_prefix = @exec_prefix@
                     21: 
                     22: bindir = @bindir@
                     23: sbindir = @sbindir@
                     24: libexecdir = @libexecdir@
                     25: datadir = @datadir@
                     26: sysconfdir = @sysconfdir@
                     27: sharedstatedir = @sharedstatedir@
                     28: localstatedir = @localstatedir@
                     29: libdir = @libdir@
                     30: infodir = @infodir@
                     31: mandir = @mandir@
                     32: includedir = @includedir@
                     33: oldincludedir = /usr/include
                     34: 
                     35: DESTDIR =
                     36: 
                     37: pkgdatadir = $(datadir)/@PACKAGE@
                     38: pkglibdir = $(libdir)/@PACKAGE@
                     39: pkgincludedir = $(includedir)/@PACKAGE@
                     40: 
                     41: top_builddir = ../../..
                     42: 
                     43: ACLOCAL = @ACLOCAL@
                     44: AUTOCONF = @AUTOCONF@
                     45: AUTOMAKE = @AUTOMAKE@
                     46: AUTOHEADER = @AUTOHEADER@
                     47: 
                     48: INSTALL = @INSTALL@
                     49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
                     50: INSTALL_DATA = @INSTALL_DATA@
                     51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     52: transform = @program_transform_name@
                     53: 
                     54: NORMAL_INSTALL = :
                     55: PRE_INSTALL = :
                     56: POST_INSTALL = :
                     57: NORMAL_UNINSTALL = :
                     58: PRE_UNINSTALL = :
                     59: POST_UNINSTALL = :
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: APACHE13 = @APACHE13@
                     63: APACHE_LIBS = @APACHE_LIBS@
                     64: AWK = @AWK@
                     65: CC = @CC@
                     66: CXX = @CXX@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: MAKEINFO = @MAKEINFO@
                     71: MIME_INCLUDES = @MIME_INCLUDES@
                     72: MIME_LIBS = @MIME_LIBS@
                     73: P3S = @P3S@
                     74: PACKAGE = @PACKAGE@
                     75: RANLIB = @RANLIB@
                     76: VERSION = @VERSION@
                     77: XML_INCLUDES = @XML_INCLUDES@
                     78: XML_LIBS = @XML_LIBS@
                     79: YACC = @YACC@
                     80: charsetsdir = @charsetsdir@
                     81: commentcharset_ = @commentcharset_@
                     82: dll_extension = @dll_extension@
                     83: host_os = @host_os@
                     84: mysql_client = @mysql_client@
                     85: oracle_client = @oracle_client@
                     86: pgsql_client = @pgsql_client@
                     87: sqldriversdir = @sqldriversdir@
                     88: 
                     89: AUTOMAKE_OPTIONS = no-dependencies foreign
                     90: 
                     91: noinst_HEADERS = ltdl.h config_auto.h.in config.h
                     92: noinst_LIBRARIES = libltdlc.a
                     93: 
                     94: libltdlc_a_SOURCES = ltdl.c
                     95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     96: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
                     97: CONFIG_CLEAN_FILES = 
                     98: LIBRARIES =  $(noinst_LIBRARIES)
                     99: 
                    100: 
                    101: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
                    102: CPPFLAGS = @CPPFLAGS@
                    103: LDFLAGS = @LDFLAGS@
                    104: LIBS = @LIBS@
                    105: libltdlc_a_LIBADD = 
                    106: libltdlc_a_OBJECTS =  ltdl.o
                    107: AR = ar
                    108: CFLAGS = @CFLAGS@
                    109: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    110: CCLD = $(CC)
                    111: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
                    112: HEADERS =  $(noinst_HEADERS)
                    113: 
                    114: DIST_COMMON =  README Makefile.am Makefile.in acinclude.m4 config.guess \
                    115: config.sub configure configure.in install-sh
                    116: 
                    117: 
                    118: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    119: 
                    120: TAR = tar
                    121: GZIP_ENV = --best
                    122: SOURCES = $(libltdlc_a_SOURCES)
                    123: OBJECTS = $(libltdlc_a_OBJECTS)
                    124: 
                    125: all: all-redirect
                    126: .SUFFIXES:
                    127: .SUFFIXES: .S .c .o .s
                    128: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    129:        cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/ltdl/Makefile
                    130: 
                    131: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    132:        cd $(top_builddir) \
                    133:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    134: 
                    135: 
                    136: mostlyclean-noinstLIBRARIES:
                    137: 
                    138: clean-noinstLIBRARIES:
                    139:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    140: 
                    141: distclean-noinstLIBRARIES:
                    142: 
                    143: maintainer-clean-noinstLIBRARIES:
                    144: 
                    145: .c.o:
                    146:        $(COMPILE) -c $<
                    147: 
                    148: .s.o:
                    149:        $(COMPILE) -c $<
                    150: 
                    151: .S.o:
                    152:        $(COMPILE) -c $<
                    153: 
                    154: mostlyclean-compile:
                    155:        -rm -f *.o core *.core
                    156: 
                    157: clean-compile:
                    158: 
                    159: distclean-compile:
                    160:        -rm -f *.tab.c
                    161: 
                    162: maintainer-clean-compile:
                    163: 
                    164: libltdlc.a: $(libltdlc_a_OBJECTS) $(libltdlc_a_DEPENDENCIES)
                    165:        -rm -f libltdlc.a
                    166:        $(AR) cru libltdlc.a $(libltdlc_a_OBJECTS) $(libltdlc_a_LIBADD)
                    167:        $(RANLIB) libltdlc.a
                    168: 
                    169: tags: TAGS
                    170: 
                    171: ID: $(HEADERS) $(SOURCES) $(LISP)
                    172:        list='$(SOURCES) $(HEADERS)'; \
                    173:        unique=`for i in $$list; do echo $$i; done | \
                    174:          awk '    { files[$$0] = 1; } \
                    175:               END { for (i in files) print i; }'`; \
                    176:        here=`pwd` && cd $(srcdir) \
                    177:          && mkid -f$$here/ID $$unique $(LISP)
                    178: 
                    179: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    180:        tags=; \
                    181:        here=`pwd`; \
                    182:        list='$(SOURCES) $(HEADERS)'; \
                    183:        unique=`for i in $$list; do echo $$i; done | \
                    184:          awk '    { files[$$0] = 1; } \
                    185:               END { for (i in files) print i; }'`; \
                    186:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    187:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    188: 
                    189: mostlyclean-tags:
                    190: 
                    191: clean-tags:
                    192: 
                    193: distclean-tags:
                    194:        -rm -f TAGS ID
                    195: 
                    196: maintainer-clean-tags:
                    197: 
                    198: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    199: 
                    200: subdir = src/lib/ltdl
                    201: 
                    202: distdir: $(DISTFILES)
                    203:        @for file in $(DISTFILES); do \
                    204:          d=$(srcdir); \
                    205:          if test -d $$d/$$file; then \
                    206:            cp -pr $$/$$file $(distdir)/$$file; \
                    207:          else \
                    208:            test -f $(distdir)/$$file \
                    209:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    210:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    211:          fi; \
                    212:        done
                    213: info-am:
                    214: info: info-am
                    215: dvi-am:
                    216: dvi: dvi-am
                    217: check-am: all-am
                    218: check: check-am
                    219: installcheck-am:
                    220: installcheck: installcheck-am
                    221: install-exec-am:
                    222: install-exec: install-exec-am
                    223: 
                    224: install-data-am:
                    225: install-data: install-data-am
                    226: 
                    227: install-am: all-am
                    228:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    229: install: install-am
                    230: uninstall-am:
                    231: uninstall: uninstall-am
                    232: all-am: Makefile $(LIBRARIES) $(HEADERS)
                    233: all-redirect: all-am
                    234: install-strip:
                    235:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    236: installdirs:
                    237: 
                    238: 
                    239: mostlyclean-generic:
                    240: 
                    241: clean-generic:
                    242: 
                    243: distclean-generic:
                    244:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    245:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    246: 
                    247: maintainer-clean-generic:
                    248: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    249:                mostlyclean-tags mostlyclean-generic
                    250: 
                    251: mostlyclean: mostlyclean-am
                    252: 
                    253: clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
                    254:                mostlyclean-am
                    255: 
                    256: clean: clean-am
                    257: 
                    258: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    259:                distclean-tags distclean-generic clean-am
                    260: 
                    261: distclean: distclean-am
                    262: 
                    263: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    264:                maintainer-clean-compile maintainer-clean-tags \
                    265:                maintainer-clean-generic distclean-am
                    266:        @echo "This command is intended for maintainers to use;"
                    267:        @echo "it deletes files that may require special tools to rebuild."
                    268: 
                    269: maintainer-clean: maintainer-clean-am
                    270: 
                    271: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    272: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    273: mostlyclean-compile distclean-compile clean-compile \
                    274: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
                    275: clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
                    276: check-am installcheck-am installcheck install-exec-am install-exec \
                    277: install-data-am install-data install-am install uninstall-am uninstall \
                    278: all-redirect all-am all installdirs mostlyclean-generic \
                    279: distclean-generic clean-generic maintainer-clean-generic clean \
                    280: mostlyclean distclean maintainer-clean
                    281: 
                    282: 
                    283: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    284: # Otherwise a system limit (for SysV at least) may be exceeded.
                    285: .NOEXPORT:

E-mail: