Annotation of sql/pgsql/libltdl/Makefile.in, revision 1.2

1.1       parser      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: AS = @AS@
                     63: AWK = @AWK@
                     64: CC = @CC@
                     65: CXX = @CXX@
                     66: DLLTOOL = @DLLTOOL@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: LIBTOOL = @LIBTOOL@
                     71: LN_S = @LN_S@
                     72: MAKEINFO = @MAKEINFO@
                     73: OBJDUMP = @OBJDUMP@
                     74: PACKAGE = @PACKAGE@
                     75: PGSQL_INC = @PGSQL_INC@
                     76: RANLIB = @RANLIB@
                     77: VERSION = @VERSION@
                     78: 
                     79: AUTOMAKE_OPTIONS = no-dependencies foreign
                     80: 
                     81: noinst_HEADERS = ltdl.h
                     82: noinst_LTLIBRARIES = libltdlc.la
                     83: 
                     84: libltdlc_la_SOURCES = ltdl.c
                     85: libltdlc_la_LIBADD = $(LIBADD_DL)
                     86: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     87: CONFIG_HEADER = ../config_auto.h
                     88: CONFIG_CLEAN_FILES = 
                     89: LTLIBRARIES =  $(noinst_LTLIBRARIES)
                     90: 
                     91: 
                     92: DEFS = @DEFS@ -I. -I$(srcdir) -I..
                     93: CPPFLAGS = @CPPFLAGS@
                     94: LDFLAGS = @LDFLAGS@
                     95: LIBS = @LIBS@
                     96: libltdlc_la_LDFLAGS = 
                     97: libltdlc_la_DEPENDENCIES = 
                     98: libltdlc_la_OBJECTS =  ltdl.lo
                     99: CFLAGS = @CFLAGS@
                    100: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    101: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    102: CCLD = $(CC)
                    103: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
                    104: HEADERS =  $(noinst_HEADERS)
                    105: 
                    106: DIST_COMMON =  README Makefile.am Makefile.in acinclude.m4 configure \
                    107: configure.in
                    108: 
                    109: 
                    110: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    111: 
                    112: TAR = tar
                    113: GZIP_ENV = --best
                    114: SOURCES = $(libltdlc_la_SOURCES)
                    115: OBJECTS = $(libltdlc_la_OBJECTS)
                    116: 
                    117: all: all-redirect
                    118: .SUFFIXES:
                    119: .SUFFIXES: .S .c .lo .o .s
                    120: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    121:        cd $(top_srcdir) && $(AUTOMAKE) --foreign libltdl/Makefile
                    122: 
                    123: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    124:        cd $(top_builddir) \
                    125:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    126: 
                    127: 
                    128: mostlyclean-noinstLTLIBRARIES:
                    129: 
                    130: clean-noinstLTLIBRARIES:
                    131:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
                    132: 
                    133: distclean-noinstLTLIBRARIES:
                    134: 
                    135: maintainer-clean-noinstLTLIBRARIES:
                    136: 
                    137: .c.o:
                    138:        $(COMPILE) -c $<
                    139: 
                    140: .s.o:
                    141:        $(COMPILE) -c $<
                    142: 
                    143: .S.o:
                    144:        $(COMPILE) -c $<
                    145: 
                    146: mostlyclean-compile:
                    147:        -rm -f *.o core *.core
                    148: 
                    149: clean-compile:
                    150: 
                    151: distclean-compile:
                    152:        -rm -f *.tab.c
                    153: 
                    154: maintainer-clean-compile:
                    155: 
                    156: .c.lo:
                    157:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    158: 
                    159: .s.lo:
                    160:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    161: 
                    162: .S.lo:
                    163:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    164: 
                    165: mostlyclean-libtool:
                    166:        -rm -f *.lo
                    167: 
                    168: clean-libtool:
                    169:        -rm -rf .libs _libs
                    170: 
                    171: distclean-libtool:
                    172: 
                    173: maintainer-clean-libtool:
                    174: 
                    175: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
                    176:        $(LINK)  $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
                    177: 
                    178: tags: TAGS
                    179: 
                    180: ID: $(HEADERS) $(SOURCES) $(LISP)
                    181:        list='$(SOURCES) $(HEADERS)'; \
                    182:        unique=`for i in $$list; do echo $$i; done | \
                    183:          awk '    { files[$$0] = 1; } \
                    184:               END { for (i in files) print i; }'`; \
                    185:        here=`pwd` && cd $(srcdir) \
                    186:          && mkid -f$$here/ID $$unique $(LISP)
                    187: 
                    188: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    189:        tags=; \
                    190:        here=`pwd`; \
                    191:        list='$(SOURCES) $(HEADERS)'; \
                    192:        unique=`for i in $$list; do echo $$i; done | \
                    193:          awk '    { files[$$0] = 1; } \
                    194:               END { for (i in files) print i; }'`; \
                    195:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    196:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    197: 
                    198: mostlyclean-tags:
                    199: 
                    200: clean-tags:
                    201: 
                    202: distclean-tags:
                    203:        -rm -f TAGS ID
                    204: 
                    205: maintainer-clean-tags:
                    206: 
                    207: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    208: 
                    209: subdir = libltdl
                    210: 
                    211: distdir: $(DISTFILES)
                    212:        @for file in $(DISTFILES); do \
                    213:          d=$(srcdir); \
                    214:          if test -d $$d/$$file; then \
                    215:            cp -pr $$/$$file $(distdir)/$$file; \
                    216:          else \
                    217:            test -f $(distdir)/$$file \
                    218:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    219:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    220:          fi; \
                    221:        done
                    222: info-am:
                    223: info: info-am
                    224: dvi-am:
                    225: dvi: dvi-am
                    226: check-am: all-am
                    227: check: check-am
                    228: installcheck-am:
                    229: installcheck: installcheck-am
                    230: install-exec-am:
                    231: install-exec: install-exec-am
                    232: 
                    233: install-data-am:
                    234: install-data: install-data-am
                    235: 
                    236: install-am: all-am
                    237:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    238: install: install-am
                    239: uninstall-am:
                    240: uninstall: uninstall-am
                    241: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
                    242: all-redirect: all-am
                    243: install-strip:
                    244:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    245: installdirs:
                    246: 
                    247: 
                    248: mostlyclean-generic:
                    249: 
                    250: clean-generic:
                    251: 
                    252: distclean-generic:
                    253:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    254:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    255: 
                    256: maintainer-clean-generic:
                    257: mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
                    258:                mostlyclean-libtool mostlyclean-tags \
                    259:                mostlyclean-generic
                    260: 
                    261: mostlyclean: mostlyclean-am
                    262: 
                    263: clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
                    264:                clean-tags clean-generic mostlyclean-am
                    265: 
                    266: clean: clean-am
                    267: 
                    268: distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
                    269:                distclean-libtool distclean-tags distclean-generic \
                    270:                clean-am
                    271:        -rm -f libtool
                    272: 
                    273: distclean: distclean-am
                    274: 
                    275: maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
                    276:                maintainer-clean-compile maintainer-clean-libtool \
                    277:                maintainer-clean-tags maintainer-clean-generic \
                    278:                distclean-am
                    279:        @echo "This command is intended for maintainers to use;"
                    280:        @echo "it deletes files that may require special tools to rebuild."
                    281: 
                    282: maintainer-clean: maintainer-clean-am
                    283: 
                    284: .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
                    285: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
                    286: mostlyclean-compile distclean-compile clean-compile \
                    287: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    288: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
                    289: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
                    290: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    291: install-exec install-data-am install-data install-am install \
                    292: uninstall-am uninstall all-redirect all-am all installdirs \
                    293: mostlyclean-generic distclean-generic clean-generic \
                    294: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
                    295: 
                    296: 
                    297: ltdl.lo: ltdl.h config.h
                    298: 
                    299: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    300: # Otherwise a system limit (for SysV at least) may be exceeded.
                    301: .NOEXPORT:

E-mail: