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#
88
89srcdir = @srcdir@
90top_srcdir = @top_srcdir@
91VPATH = @srcdir@
92pkgdatadir = $(datadir)/@PACKAGE@
93pkglibdir = $(libdir)/@PACKAGE@
94pkgincludedir = $(includedir)/@PACKAGE@
95top_builddir = ..
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97INSTALL = @INSTALL@
98install_sh_DATA = $(install_sh) -c -m 644
99install_sh_PROGRAM = $(install_sh) -c
100install_sh_SCRIPT = $(install_sh) -c
101INSTALL_HEADER = $(INSTALL_DATA)
102transform = $(program_transform_name)
103NORMAL_INSTALL = :
104PRE_INSTALL = :
105POST_INSTALL = :
106NORMAL_UNINSTALL = :
107PRE_UNINSTALL = :
108POST_UNINSTALL = :
109build_triplet = @build@
110host_triplet = @host@
111subdir = include
112DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
113	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
114	$(srcdir)/config.h.in
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
117	$(top_srcdir)/configure.in
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
121CONFIG_HEADER = config.h
122CONFIG_CLEAN_FILES =
123SOURCES =
124DIST_SOURCES =
125am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126am__vpath_adj = case $$p in \
127    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128    *) f=$$p;; \
129  esac;
130am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
131am__installdirs = "$(DESTDIR)$(includedir)"
132includeHEADERS_INSTALL = $(INSTALL_HEADER)
133HEADERS = $(include_HEADERS) $(noinst_HEADERS)
134ETAGS = etags
135CTAGS = ctags
136DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137ACLOCAL = @ACLOCAL@
138AMDEP_FALSE = @AMDEP_FALSE@
139AMDEP_TRUE = @AMDEP_TRUE@
140AMTAR = @AMTAR@
141AR = @AR@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146CC = @CC@
147CCDEPMODE = @CCDEPMODE@
148CFLAGS = @CFLAGS@
149CPP = @CPP@
150CPPFLAGS = @CPPFLAGS@
151CXX = @CXX@
152CXXCPP = @CXXCPP@
153CXXDEPMODE = @CXXDEPMODE@
154CXXFLAGS = @CXXFLAGS@
155CYGPATH_W = @CYGPATH_W@
156DARWIN_FALSE = @DARWIN_FALSE@
157DARWIN_TRUE = @DARWIN_TRUE@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160ECHO = @ECHO@
161ECHO_C = @ECHO_C@
162ECHO_N = @ECHO_N@
163ECHO_T = @ECHO_T@
164EGREP = @EGREP@
165EXEEXT = @EXEEXT@
166F77 = @F77@
167FFLAGS = @FFLAGS@
168GTK_CFLAGS = @GTK_CFLAGS@
169GTK_CONFIG = @GTK_CONFIG@
170GTK_FALSE = @GTK_FALSE@
171GTK_LIBS = @GTK_LIBS@
172GTK_TRUE = @GTK_TRUE@
173GUI_FALSE = @GUI_FALSE@
174GUI_TRUE = @GUI_TRUE@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_LIBODBC_FALSE = @INSTALL_LIBODBC_FALSE@
177INSTALL_LIBODBC_TRUE = @INSTALL_LIBODBC_TRUE@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181LDFLAGS = @LDFLAGS@
182LIBADD_DL = @LIBADD_DL@
183LIBADD_OS = @LIBADD_OS@
184LIBOBJS = @LIBOBJS@
185LIBS = @LIBS@
186LIBTOOL = @LIBTOOL@
187LN_S = @LN_S@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
191MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
192MAKEINFO = @MAKEINFO@
193OBJEXT = @OBJEXT@
194PACKAGE = @PACKAGE@
195PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196PACKAGE_NAME = @PACKAGE_NAME@
197PACKAGE_STRING = @PACKAGE_STRING@
198PACKAGE_TARNAME = @PACKAGE_TARNAME@
199PACKAGE_VERSION = @PACKAGE_VERSION@
200PATH_SEPARATOR = @PATH_SEPARATOR@
201PKG_CONFIG = @PKG_CONFIG@
202RANLIB = @RANLIB@
203SET_MAKE = @SET_MAKE@
204SHELL = @SHELL@
205STRIP = @STRIP@
206VERSION = @VERSION@
207ac_ct_AR = @ac_ct_AR@
208ac_ct_CC = @ac_ct_CC@
209ac_ct_CXX = @ac_ct_CXX@
210ac_ct_F77 = @ac_ct_F77@
211ac_ct_RANLIB = @ac_ct_RANLIB@
212ac_ct_STRIP = @ac_ct_STRIP@
213am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
214am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
215am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
216am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build = @build@
224build_alias = @build_alias@
225build_cpu = @build_cpu@
226build_os = @build_os@
227build_vendor = @build_vendor@
228datadir = @datadir@
229exec_prefix = @exec_prefix@
230filedsnpath = @filedsnpath@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236includedir = @includedir@
237infodir = @infodir@
238inidir = @inidir@
239install_sh = @install_sh@
240lib_version = @lib_version@
241libdir = @libdir@
242libexecdir = @libexecdir@
243localstatedir = @localstatedir@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246odbcmode = @odbcmode@
247oldincludedir = @oldincludedir@
248prefix = @prefix@
249program_transform_name = @program_transform_name@
250sbindir = @sbindir@
251sharedstatedir = @sharedstatedir@
252sysconfdir = @sysconfdir@
253target_alias = @target_alias@
254include_HEADERS = \
255	isql.h \
256	isqlext.h \
257	isqltypes.h \
258	sql.h \
259	sqlext.h \
260	sqlucode.h \
261	sqltypes.h \
262	odbcinst.h \
263	iodbcunix.h \
264	iodbcinst.h \
265	iodbcext.h
266
267noinst_HEADERS = \
268	iodbc.h
269
270all: config.h
271	$(MAKE) $(AM_MAKEFLAGS) all-am
272
273.SUFFIXES:
274$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275	@for dep in $?; do \
276	  case '$(am__configure_deps)' in \
277	    *$$dep*) \
278	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
279		&& exit 0; \
280	      exit 1;; \
281	  esac; \
282	done; \
283	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
284	cd $(top_srcdir) && \
285	  $(AUTOMAKE) --gnu  include/Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288	@case '$?' in \
289	  *config.status*) \
290	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291	  *) \
292	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294	esac;
295
296$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304config.h: stamp-h1
305	@if test ! -f $@; then \
306	  rm -f stamp-h1; \
307	  $(MAKE) stamp-h1; \
308	else :; fi
309
310stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
311	@rm -f stamp-h1
312	cd $(top_builddir) && $(SHELL) ./config.status include/config.h
313$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
314	cd $(top_srcdir) && $(AUTOHEADER)
315	rm -f stamp-h1
316	touch $@
317
318distclean-hdr:
319	-rm -f config.h stamp-h1
320
321mostlyclean-libtool:
322	-rm -f *.lo
323
324clean-libtool:
325	-rm -rf .libs _libs
326
327distclean-libtool:
328	-rm -f libtool
329uninstall-info-am:
330install-includeHEADERS: $(include_HEADERS)
331	@$(NORMAL_INSTALL)
332	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
333	@list='$(include_HEADERS)'; for p in $$list; do \
334	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335	  f=$(am__strip_dir) \
336	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
337	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
338	done
339
340uninstall-includeHEADERS:
341	@$(NORMAL_UNINSTALL)
342	@list='$(include_HEADERS)'; for p in $$list; do \
343	  f=$(am__strip_dir) \
344	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
345	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
346	done
347
348ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350	unique=`for i in $$list; do \
351	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352	  done | \
353	  $(AWK) '    { files[$$0] = 1; } \
354	       END { for (i in files) print i; }'`; \
355	mkid -fID $$unique
356tags: TAGS
357
358TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
359		$(TAGS_FILES) $(LISP)
360	tags=; \
361	here=`pwd`; \
362	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
363	unique=`for i in $$list; do \
364	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365	  done | \
366	  $(AWK) '    { files[$$0] = 1; } \
367	       END { for (i in files) print i; }'`; \
368	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369	  test -n "$$unique" || unique=$$empty_fix; \
370	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371	    $$tags $$unique; \
372	fi
373ctags: CTAGS
374CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
375		$(TAGS_FILES) $(LISP)
376	tags=; \
377	here=`pwd`; \
378	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '    { files[$$0] = 1; } \
383	       END { for (i in files) print i; }'`; \
384	test -z "$(CTAGS_ARGS)$$tags$$unique" \
385	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386	     $$tags $$unique
387
388GTAGS:
389	here=`$(am__cd) $(top_builddir) && pwd` \
390	  && cd $(top_srcdir) \
391	  && gtags -i $(GTAGS_ARGS) $$here
392
393distclean-tags:
394	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
396distdir: $(DISTFILES)
397	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
398	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
399	list='$(DISTFILES)'; for file in $$list; do \
400	  case $$file in \
401	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
402	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
403	  esac; \
404	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
406	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
407	    dir="/$$dir"; \
408	    $(mkdir_p) "$(distdir)$$dir"; \
409	  else \
410	    dir=''; \
411	  fi; \
412	  if test -d $$d/$$file; then \
413	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
415	    fi; \
416	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
417	  else \
418	    test -f $(distdir)/$$file \
419	    || cp -p $$d/$$file $(distdir)/$$file \
420	    || exit 1; \
421	  fi; \
422	done
423check-am: all-am
424check: check-am
425all-am: Makefile $(HEADERS) config.h
426installdirs:
427	for dir in "$(DESTDIR)$(includedir)"; do \
428	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
429	done
430install: install-am
431install-exec: install-exec-am
432install-data: install-data-am
433uninstall: uninstall-am
434
435install-am: all-am
436	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438installcheck: installcheck-am
439install-strip:
440	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442	  `test -z '$(STRIP)' || \
443	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444mostlyclean-generic:
445
446clean-generic:
447
448distclean-generic:
449	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450
451maintainer-clean-generic:
452	@echo "This command is intended for maintainers to use"
453	@echo "it deletes files that may require special tools to rebuild."
454clean: clean-am
455
456clean-am: clean-generic clean-libtool mostlyclean-am
457
458distclean: distclean-am
459	-rm -f Makefile
460distclean-am: clean-am distclean-generic distclean-hdr \
461	distclean-libtool distclean-tags
462
463dvi: dvi-am
464
465dvi-am:
466
467html: html-am
468
469info: info-am
470
471info-am:
472
473install-data-am: install-includeHEADERS
474
475install-exec-am:
476
477install-info: install-info-am
478
479install-man:
480
481installcheck-am:
482
483maintainer-clean: maintainer-clean-am
484	-rm -f Makefile
485maintainer-clean-am: distclean-am maintainer-clean-generic
486
487mostlyclean: mostlyclean-am
488
489mostlyclean-am: mostlyclean-generic mostlyclean-libtool
490
491pdf: pdf-am
492
493pdf-am:
494
495ps: ps-am
496
497ps-am:
498
499uninstall-am: uninstall-includeHEADERS uninstall-info-am
500
501.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
502	clean-libtool ctags distclean distclean-generic distclean-hdr \
503	distclean-libtool distclean-tags distdir dvi dvi-am html \
504	html-am info info-am install install-am install-data \
505	install-data-am install-exec install-exec-am \
506	install-includeHEADERS install-info install-info-am \
507	install-man install-strip installcheck installcheck-am \
508	installdirs maintainer-clean maintainer-clean-generic \
509	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
510	ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS \
511	uninstall-info-am
512
513# Tell versions [3.59,3.63) of GNU make to not export all variables.
514# Otherwise a system limit (for SysV at least) may be exceeded.
515.NOEXPORT:
516