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