makefile.in

来自「postgresql-odbc,跨平台应用」· IN 代码 · 共 723 行 · 第 1/2 页

IN
723
字号
# Makefile.in generated by automake 1.9.6 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005  Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.@SET_MAKE@#-------------------------------------------------------------------------## Makefile.am for psqlodbc30w (PostgreSQL ODBC driver)## $Header: /cvsroot/psqlodbc/psqlodbc/Makefile.am,v 1.45 2007/08/21 05:19:17 h-saito Exp $##-------------------------------------------------------------------------srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = .am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \	$(srcdir)/Makefile.in $(srcdir)/config.h.in \	$(top_srcdir)/configure config/config.guess config/config.sub \	config/depcomp config/install-sh config/ltmain.sh \	config/missingsubdir = .ACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/config/c-library.m4 \	$(top_srcdir)/config/general.m4 $(top_srcdir)/configure.acam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.linenomkinstalldirs = $(install_sh) -dCONFIG_HEADER = config.hCONFIG_CLEAN_FILES =am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \    *) f=$$p;; \  esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;am__installdirs = "$(DESTDIR)$(libdir)"libLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(lib_LTLIBRARIES)psqlodbca_la_DEPENDENCIES =am_psqlodbca_la_OBJECTS = info.lo bind.lo columninfo.lo connection.lo \	convert.lo drvconn.lo environ.lo execute.lo lobj.lo win_md5.lo \	misc.lo options.lo pgtypes.lo psqlodbc.lo qresult.lo \	results.lo socket.lo parse.lo statement.lo tuple.lo \	dlg_specific.lo loadlib.lo multibyte.lo odbcapi.lo \	descriptor.lo odbcapi30.lo pgapi30.lo info30.lo mylog.lopsqlodbca_la_OBJECTS = $(am_psqlodbca_la_OBJECTS)@enable_unicode_FALSE@am_psqlodbca_la_rpath = -rpath $(libdir)psqlodbcw_la_DEPENDENCIES =am__objects_1 = info.lo bind.lo columninfo.lo connection.lo convert.lo \	drvconn.lo environ.lo execute.lo lobj.lo win_md5.lo misc.lo \	options.lo pgtypes.lo psqlodbc.lo qresult.lo results.lo \	socket.lo parse.lo statement.lo tuple.lo dlg_specific.lo \	loadlib.lo multibyte.lo odbcapi.lo descriptor.lo odbcapi30.lo \	pgapi30.lo info30.lo mylog.loam_psqlodbcw_la_OBJECTS = $(am__objects_1) odbcapi30w.lo odbcapiw.lo \	win_unicode.lopsqlodbcw_la_OBJECTS = $(am_psqlodbcw_la_OBJECTS)@enable_unicode_TRUE@am_psqlodbcw_la_rpath = -rpath $(libdir)DEFAULT_INCLUDES = -I. -I$(srcdir) -I.depcomp = $(SHELL) $(top_srcdir)/config/depcompam__depfiles_maybe = depfilesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \	$(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \	$(AM_LDFLAGS) $(LDFLAGS) -o $@SOURCES = $(psqlodbca_la_SOURCES) $(EXTRA_psqlodbca_la_SOURCES) \	$(psqlodbcw_la_SOURCES) $(EXTRA_psqlodbcw_la_SOURCES)DIST_SOURCES = $(psqlodbca_la_SOURCES) $(EXTRA_psqlodbca_la_SOURCES) \	$(psqlodbcw_la_SOURCES) $(EXTRA_psqlodbcw_la_SOURCES)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)distdir = $(PACKAGE)-$(VERSION)top_distdir = $(distdir)am__remove_distdir = \  { test ! -d $(distdir) \    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \         && rm -fr $(distdir); }; }DIST_ARCHIVES = $(distdir).tar.gzGZIP_ENV = --bestdistuninstallcheck_listfiles = find . -type f -printdistcleancheck_listfiles = find . -type f -printACLOCAL = @ACLOCAL@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AR = @AR@AS = @AS@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXCPP = @CXXCPP@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@DLLTOOL = @DLLTOOL@ECHO = @ECHO@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@F77 = @F77@FFLAGS = @FFLAGS@GREP = @GREP@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAINT = @MAINT@MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@MAKEINFO = @MAKEINFO@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@ODBC_CONFIG = @ODBC_CONFIG@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@PG_CONFIG = @PG_CONFIG@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@enable_unicode_FALSE = @enable_unicode_FALSE@enable_unicode_TRUE = @enable_unicode_TRUE@enable_usessl_FALSE = @enable_usessl_FALSE@enable_usessl_TRUE = @enable_usessl_TRUE@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@AUTOMAKE_OPTIONS = 1.8 foreignACLOCAL_AMFLAGS = -I config@enable_unicode_FALSE@lib_LTLIBRARIES = psqlodbca.la@enable_unicode_TRUE@lib_LTLIBRARIES = psqlodbcw.laAM_LDFLAGS = -module -no-undefined -avoid-versionpsqlodbca_la_LIBADD = -lpqpsqlodbcw_la_LIBADD = -lpqpsqlodbca_la_SOURCES = \	info.c bind.c columninfo.c connection.c convert.c drvconn.c \	environ.c execute.c lobj.c win_md5.c misc.c options.c \	pgtypes.c psqlodbc.c qresult.c results.c socket.c parse.c \	statement.c tuple.c dlg_specific.c loadlib.c \	multibyte.c odbcapi.c descriptor.c \	odbcapi30.c pgapi30.c info30.c mylog.c \\	bind.h catfunc.h columninfo.h connection.h convert.h \	descriptor.h dlg_specific.h environ.h \	lobj.h md5.h misc.h multibyte.h pgapifunc.h pgtypes.h \	psqlodbc.h qresult.h resource.h socket.h statement.h tuple.h \	version.h loadlib.h pgenlist.hpsqlodbcw_la_SOURCES = $(psqlodbca_la_SOURCES) \	odbcapi30w.c odbcapiw.c win_unicode.cEXTRA_psqlodbca_la_SOURCES = md5.cEXTRA_psqlodbcw_la_SOURCES = md5.cEXTRA_DIST = license.txt readme.txt \	libtool.m4 psqlodbc.def psqlodbca.def \	dlg_wingui.c inouealc.c win_setup.h \        setup.c win_unicode.c psqlodbc.rc \        win32.mak psqlodbc.reg psqlodbc.dsp \        psqlodbc.sln msdtc_enlist.cpp pgxalib.cpp \        pgxalib.def odbc.sql odbc-drop.sql \	odbcapi25w.c \\	docs/index.html docs/config.html docs/config-opt.html \	docs/faq.html docs/howto-accesslo.html \	docs/howto-accessvba.html docs/howto-bo.html \	docs/howto-ch.html docs/howto-csharp.html \	docs/howto-vb.html docs/howto-vblo.html \	docs/unix-compilation.html docs/win32-compilation.html \	docs/release.html \\	installer/banner.bmp installer/lgpl.rtf \	installer/Make.bat installer/upgrade.bat \	installer/psqlodbc.wxs installer/psqlodbcm.wxs \	installer/README.txt installer/background.bmpMAINTAINERCLEANFILES = \	Makefile.in config/config.guess config.h.in config/config.sub configure \	config/install-sh config/missing aclocal.m4 config/ltmain.sh \	config/depcompall: config.h	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .c .lo .o .objam--refresh:	@:$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \	      cd $(srcdir) && $(AUTOMAKE) --foreign  \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --foreign  Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    echo ' $(SHELL) ./config.status'; \	    $(SHELL) ./config.status;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)	cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.h: stamp-h1	@if test ! -f $@; then \	  rm -f stamp-h1; \	  $(MAKE) stamp-h1; \	else :; fistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status	@rm -f stamp-h1	cd $(top_builddir) && $(SHELL) ./config.status config.h$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 	cd $(top_srcdir) && $(AUTOHEADER)	rm -f stamp-h1	touch $@distclean-hdr:	-rm -f config.h stamp-h1install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \	doneclean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?