1# Makefile.in generated by automake 1.9.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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#
18#  Makefile.am
19#
20#  The iODBC driver manager.
21#
22#  Copyright (C) 1996-2006 by OpenLink Software <iodbc@openlinksw.com>
23#  All Rights Reserved.
24#
25#  This software is released under the terms of either of the following
26#  licenses:
27#
28#      - GNU Library General Public License (see LICENSE.LGPL)
29#      - The BSD License (see LICENSE.BSD).
30#
31#  Note that the only valid version of the LGPL license as far as this
32#  project is concerned is the original GNU Library General Public License
33#  Version 2, dated June 1991.
34#
35#  While not mandated by the BSD license, any patches you make to the
36#  iODBC source code may be contributed back into the iODBC project
37#  at your discretion. Contributions will benefit the Open Source and
38#  Data Access community as a whole. Submissions may be made at:
39#
40#      http://www.iodbc.org
41#
42#
43#  GNU Library Generic Public License Version 2
44#  ============================================
45#  This library is free software; you can redistribute it and/or
46#  modify it under the terms of the GNU Library General Public
47#  License as published by the Free Software Foundation; only
48#  Version 2 of the License dated June 1991.
49#
50#  This library is distributed in the hope that it will be useful,
51#  but WITHOUT ANY WARRANTY; without even the implied warranty of
52#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
53#  Library General Public License for more details.
54#
55#  You should have received a copy of the GNU Library General Public
56#  License along with this library; if not, write to the Free
57#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
58#
59#
60#  The BSD License
61#  ===============
62#  Redistribution and use in source and binary forms, with or without
63#  modification, are permitted provided that the following conditions
64#  are met:
65#
66#  1. Redistributions of source code must retain the above copyright
67#     notice, this list of conditions and the following disclaimer.
68#  2. Redistributions in binary form must reproduce the above copyright
69#     notice, this list of conditions and the following disclaimer in
70#     the documentation and/or other materials provided with the
71#     distribution.
72#  3. Neither the name of OpenLink Software Inc. nor the names of its
73#     contributors may be used to endorse or promote products derived
74#     from this software without specific prior written permission.
75#
76#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
77#  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
78#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
79#  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR
80#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
81#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
82#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
83#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
84#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
85#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87#
88srcdir = @srcdir@
89top_srcdir = @top_srcdir@
90VPATH = @srcdir@
91pkgdatadir = $(datadir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94top_builddir = ..
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96INSTALL = @INSTALL@
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110subdir = etc
111DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
114	$(top_srcdir)/configure.in
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116	$(ACLOCAL_M4)
117mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
118CONFIG_HEADER = $(top_builddir)/include/config.h
119CONFIG_CLEAN_FILES =
120SOURCES =
121DIST_SOURCES =
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123ACLOCAL = @ACLOCAL@
124AMDEP_FALSE = @AMDEP_FALSE@
125AMDEP_TRUE = @AMDEP_TRUE@
126AMTAR = @AMTAR@
127AR = @AR@
128AUTOCONF = @AUTOCONF@
129AUTOHEADER = @AUTOHEADER@
130AUTOMAKE = @AUTOMAKE@
131AWK = @AWK@
132CC = @CC@
133CCDEPMODE = @CCDEPMODE@
134CFLAGS = @CFLAGS@
135CPP = @CPP@
136CPPFLAGS = @CPPFLAGS@
137CXX = @CXX@
138CXXCPP = @CXXCPP@
139CXXDEPMODE = @CXXDEPMODE@
140CXXFLAGS = @CXXFLAGS@
141CYGPATH_W = @CYGPATH_W@
142DARWIN_FALSE = @DARWIN_FALSE@
143DARWIN_TRUE = @DARWIN_TRUE@
144DEFS = @DEFS@
145DEPDIR = @DEPDIR@
146ECHO = @ECHO@
147ECHO_C = @ECHO_C@
148ECHO_N = @ECHO_N@
149ECHO_T = @ECHO_T@
150EGREP = @EGREP@
151EXEEXT = @EXEEXT@
152F77 = @F77@
153FFLAGS = @FFLAGS@
154GTK_CFLAGS = @GTK_CFLAGS@
155GTK_CONFIG = @GTK_CONFIG@
156GTK_FALSE = @GTK_FALSE@
157GTK_LIBS = @GTK_LIBS@
158GTK_TRUE = @GTK_TRUE@
159GUI_FALSE = @GUI_FALSE@
160GUI_TRUE = @GUI_TRUE@
161INSTALL_DATA = @INSTALL_DATA@
162INSTALL_LIBODBC_FALSE = @INSTALL_LIBODBC_FALSE@
163INSTALL_LIBODBC_TRUE = @INSTALL_LIBODBC_TRUE@
164INSTALL_PROGRAM = @INSTALL_PROGRAM@
165INSTALL_SCRIPT = @INSTALL_SCRIPT@
166INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167LDFLAGS = @LDFLAGS@
168LIBADD_DL = @LIBADD_DL@
169LIBADD_OS = @LIBADD_OS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LIBTOOL = @LIBTOOL@
173LN_S = @LN_S@
174LTLIBOBJS = @LTLIBOBJS@
175MAINT = @MAINT@
176MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
177MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
178MAKEINFO = @MAKEINFO@
179OBJEXT = @OBJEXT@
180PACKAGE = @PACKAGE@
181PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182PACKAGE_NAME = @PACKAGE_NAME@
183PACKAGE_STRING = @PACKAGE_STRING@
184PACKAGE_TARNAME = @PACKAGE_TARNAME@
185PACKAGE_VERSION = @PACKAGE_VERSION@
186PATH_SEPARATOR = @PATH_SEPARATOR@
187PKG_CONFIG = @PKG_CONFIG@
188RANLIB = @RANLIB@
189SET_MAKE = @SET_MAKE@
190SHELL = @SHELL@
191STRIP = @STRIP@
192VERSION = @VERSION@
193ac_ct_AR = @ac_ct_AR@
194ac_ct_CC = @ac_ct_CC@
195ac_ct_CXX = @ac_ct_CXX@
196ac_ct_F77 = @ac_ct_F77@
197ac_ct_RANLIB = @ac_ct_RANLIB@
198ac_ct_STRIP = @ac_ct_STRIP@
199am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
200am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
201am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
202am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214datadir = @datadir@
215exec_prefix = @exec_prefix@
216filedsnpath = @filedsnpath@
217host = @host@
218host_alias = @host_alias@
219host_cpu = @host_cpu@
220host_os = @host_os@
221host_vendor = @host_vendor@
222includedir = @includedir@
223infodir = @infodir@
224inidir = @inidir@
225install_sh = @install_sh@
226lib_version = @lib_version@
227libdir = @libdir@
228libexecdir = @libexecdir@
229localstatedir = @localstatedir@
230mandir = @mandir@
231mkdir_p = @mkdir_p@
232odbcmode = @odbcmode@
233oldincludedir = @oldincludedir@
234prefix = @prefix@
235program_transform_name = @program_transform_name@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238sysconfdir = @sysconfdir@
239target_alias = @target_alias@
240EXTRA_DIST = \
241	odbc.ini.sample \
242	odbcinst.ini.sample
243
244all: all-am
245
246.SUFFIXES:
247$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
248	@for dep in $?; do \
249	  case '$(am__configure_deps)' in \
250	    *$$dep*) \
251	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
252		&& exit 0; \
253	      exit 1;; \
254	  esac; \
255	done; \
256	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/Makefile'; \
257	cd $(top_srcdir) && \
258	  $(AUTOMAKE) --gnu  etc/Makefile
259.PRECIOUS: Makefile
260Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261	@case '$?' in \
262	  *config.status*) \
263	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
264	  *) \
265	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
266	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
267	esac;
268
269$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
270	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
272$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
273	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
275	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277mostlyclean-libtool:
278	-rm -f *.lo
279
280clean-libtool:
281	-rm -rf .libs _libs
282
283distclean-libtool:
284	-rm -f libtool
285uninstall-info-am:
286tags: TAGS
287TAGS:
288
289ctags: CTAGS
290CTAGS:
291
292
293distdir: $(DISTFILES)
294	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
295	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
296	list='$(DISTFILES)'; for file in $$list; do \
297	  case $$file in \
298	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
299	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
300	  esac; \
301	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
302	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
303	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
304	    dir="/$$dir"; \
305	    $(mkdir_p) "$(distdir)$$dir"; \
306	  else \
307	    dir=''; \
308	  fi; \
309	  if test -d $$d/$$file; then \
310	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
312	    fi; \
313	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
314	  else \
315	    test -f $(distdir)/$$file \
316	    || cp -p $$d/$$file $(distdir)/$$file \
317	    || exit 1; \
318	  fi; \
319	done
320check-am: all-am
321check: check-am
322all-am: Makefile
323installdirs:
324install: install-am
325install-exec: install-exec-am
326install-data: install-data-am
327uninstall: uninstall-am
328
329install-am: all-am
330	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
331
332installcheck: installcheck-am
333install-strip:
334	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
335	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
336	  `test -z '$(STRIP)' || \
337	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
338mostlyclean-generic:
339
340clean-generic:
341
342distclean-generic:
343	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
344
345maintainer-clean-generic:
346	@echo "This command is intended for maintainers to use"
347	@echo "it deletes files that may require special tools to rebuild."
348clean: clean-am
349
350clean-am: clean-generic clean-libtool mostlyclean-am
351
352distclean: distclean-am
353	-rm -f Makefile
354distclean-am: clean-am distclean-generic distclean-libtool
355
356dvi: dvi-am
357
358dvi-am:
359
360html: html-am
361
362info: info-am
363
364info-am:
365
366install-data-am:
367
368install-exec-am:
369
370install-info: install-info-am
371
372install-man:
373
374installcheck-am:
375
376maintainer-clean: maintainer-clean-am
377	-rm -f Makefile
378maintainer-clean-am: distclean-am maintainer-clean-generic
379
380mostlyclean: mostlyclean-am
381
382mostlyclean-am: mostlyclean-generic mostlyclean-libtool
383
384pdf: pdf-am
385
386pdf-am:
387
388ps: ps-am
389
390ps-am:
391
392uninstall-am: uninstall-info-am
393
394.PHONY: all all-am check check-am clean clean-generic clean-libtool \
395	distclean distclean-generic distclean-libtool distdir dvi \
396	dvi-am html html-am info info-am install install-am \
397	install-data install-data-am install-exec install-exec-am \
398	install-info install-info-am install-man install-strip \
399	installcheck installcheck-am installdirs maintainer-clean \
400	maintainer-clean-generic mostlyclean mostlyclean-generic \
401	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
402	uninstall-info-am
403
404# Tell versions [3.59,3.63) of GNU make to not export all variables.
405# Otherwise a system limit (for SysV at least) may be exceeded.
406.NOEXPORT:
407