# Makefile.in generated by automake 1.11.1 from Makefile.am.
# doc/html/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  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.



# Copyright (C) 2007 Vincent Rogier <vince_rogier@yahoo.fr>
#  
# This file is free software; as a special exception the author 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.


pkgdatadir = $(datadir)/ocilib
pkgincludedir = $(includedir)/ocilib
pkglibdir = $(libdir)/ocilib
pkglibexecdir = $(libexecdir)/ocilib
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
subdir = doc/html
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
	$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
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 = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(docdir)"
DATA = $(doc_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/vincent/dev/ocilib/config/missing --run aclocal-1.11
AMTAR = ${SHELL} /home/vincent/dev/ocilib/config/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /home/vincent/dev/ocilib/config/missing --run autoconf
AUTOHEADER = ${SHELL} /home/vincent/dev/ocilib/config/missing --run autoheader
AUTOMAKE = ${SHELL} /home/vincent/dev/ocilib/config/missing --run automake-1.11
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS = 
CXX = g++
CXXCPP = 
CXXDEPMODE = depmode=none
CXXFLAGS = 
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO = echo
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EXEEXT = 
F77 = 
FFLAGS = 
GREP = /bin/grep
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LDFLAGS = 
LIBOBJS = 
LIBS = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LTLIBOBJS = 
LT_AGE = 12
LT_CURRENT = 15
LT_RELEASE = 
LT_REVISION = 1
MAKEINFO = ${SHELL} /home/vincent/dev/ocilib/config/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
OCILIB_CHARSET = OCI_CHARSET_ANSI
OCILIB_DEMO_SOURCES = abort.c array.c array_internal.c bind.c coll.c conn.c cursor.c date.c desc.c dirpath.c dirpath_complete.c err.c err_ctx.c err_warning.c exec.c fetch.c fetch_struct.c file.c format.c geometry.c hash.c init.c instance.c lob.c long.c meta.c notification.c object.c ocilib_demo.c ocilib_demo.h output.c plsql_block.c plsql_table.c pool.c queue.c queue_async.c ref.c returning.c rowid.c scroll.c thread.c timestamp.c 
OCILIB_DOCS = agent_8c_source.html annotated.html array_8c_source.html bc_s.png bind_8c_source.html callback_8c_source.html classes.html closed.png collection_8c_source.html column_8c_source.html connection_8c_source.html date_8c_source.html define_8c_source.html dequeue_8c_source.html dirpath_8c_source.html doxygen.css doxygen.png element_8c_source.html enqueue_8c_source.html error_8c_source.html event_8c_source.html exception_8c_source.html file_8c_source.html files.html format_8c_source.html group__g__abort.html group__g__aq.html group__g__bind.html group__g__charset.html group__g__collection.html group__g__connect.html group__g__date.html group__g__demo.html group__g__desc.html group__g__dirpath.html group__g__error.html group__g__exec.html group__g__fetch.html group__g__file.html group__g__format.html group__g__handles.html group__g__hash.html group__g__init.html group__g__install.html group__g__instances.html group__g__lob.html group__g__long.html group__g__objects.html group__g__ora__ret.html group__g__plsql.html group__g__pool.html group__g__rowid.html group__g__stmt.html group__g__subscription.html group__g__threads.html group__g__timestamp.html group__g__transac.html group__g__usertypes.html handle_8c_source.html hash_8c_source.html index.html interval_8c_source.html iterator_8c_source.html library_8c_source.html list_8c_source.html lob_8c_source.html logo-160x120.png long_8c_source.html memory_8c_source.html modules.html msg_8c_source.html mutex_8c_source.html nav_f.png nav_h.png number_8c_source.html object_8c_source.html oci__api_8h_source.html oci__defs_8h_source.html oci__import_8h_source.html oci__loader_8h_source.html oci__types_8h_source.html ocilib_8h_source.html ocilib__checks_8h_source.html ocilib__defs_8h_source.html ocilib__internal_8h_source.html ocilib__types_8h_source.html open.png pool_8c_source.html queue_8c_source.html ref_8c_source.html resultset_8c_source.html statement_8c_source.html string_8c_source.html struct_o_c_i___agent.html struct_o_c_i___bind.html struct_o_c_i___coll.html struct_o_c_i___column.html struct_o_c_i___connection.html struct_o_c_i___date.html struct_o_c_i___dequeue.html struct_o_c_i___dir_path.html struct_o_c_i___elem.html struct_o_c_i___enqueue.html struct_o_c_i___error.html struct_o_c_i___event.html struct_o_c_i___file.html struct_o_c_i___hash_entry.html struct_o_c_i___hash_table.html struct_o_c_i___hash_value.html struct_o_c_i___interval.html struct_o_c_i___iter.html struct_o_c_i___lob.html struct_o_c_i___long.html struct_o_c_i___msg.html struct_o_c_i___mutex.html struct_o_c_i___object.html struct_o_c_i___pool.html struct_o_c_i___ref.html struct_o_c_i___resultset.html struct_o_c_i___statement.html struct_o_c_i___subscription.html struct_o_c_i___thread.html struct_o_c_i___timestamp.html struct_o_c_i___transaction.html struct_o_c_i___type_info.html struct_o_c_i___x_i_d.html subscription_8c_source.html tab_a.png tab_b.png tab_h.png tab_s.png tabs.css thread_8c_source.html threadkey_8c_source.html timestamp_8c_source.html transaction_8c_source.html typeinfo_8c_source.html union_o_c_i___variant.html 
OCILIB_IMPORT = OCI_IMPORT_LINKAGE
OCILIB_LD_FLAG = 
OCILIB_PREFIX = /usr/local
ORACLE_HOME = /usr/lib/oracle/11.2/client64/lib
ORACLE_INCLUDES = -I/usr/include/oracle/11.2/client64
ORACLE_LIBADD = -L/usr/lib/oracle/11.2/client64/lib/ -lclntsh
ORACLE_LIBNAME = 
PACKAGE = ocilib
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /bin/sed
SET_MAKE = 
SHELL = /bin/sh
STRIP = strip
VERSION = 3.12.1
abs_builddir = /home/vincent/dev/ocilib/doc/html
abs_srcdir = /home/vincent/dev/ocilib/doc/html
abs_top_builddir = /home/vincent/dev/ocilib
abs_top_srcdir = /home/vincent/dev/ocilib
ac_ct_CC = gcc
ac_ct_CXX = 
ac_ct_F77 = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias = 
build_cpu = x86_64
build_os = linux-gnu
build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = $(prefix)/share/doc/$(PACKAGE)/html
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
host_alias = 
host_cpu = x86_64
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/vincent/dev/ocilib/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias = 
top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../..
AUTOMAKE_OPTIONS = foreign 
CLEANFILES = *~
doc_DATA = agent_8c_source.html annotated.html array_8c_source.html bc_s.png bind_8c_source.html callback_8c_source.html classes.html closed.png collection_8c_source.html column_8c_source.html connection_8c_source.html date_8c_source.html define_8c_source.html dequeue_8c_source.html dirpath_8c_source.html doxygen.css doxygen.png element_8c_source.html enqueue_8c_source.html error_8c_source.html event_8c_source.html exception_8c_source.html file_8c_source.html files.html format_8c_source.html group__g__abort.html group__g__aq.html group__g__bind.html group__g__charset.html group__g__collection.html group__g__connect.html group__g__date.html group__g__demo.html group__g__desc.html group__g__dirpath.html group__g__error.html group__g__exec.html group__g__fetch.html group__g__file.html group__g__format.html group__g__handles.html group__g__hash.html group__g__init.html group__g__install.html group__g__instances.html group__g__lob.html group__g__long.html group__g__objects.html group__g__ora__ret.html group__g__plsql.html group__g__pool.html group__g__rowid.html group__g__stmt.html group__g__subscription.html group__g__threads.html group__g__timestamp.html group__g__transac.html group__g__usertypes.html handle_8c_source.html hash_8c_source.html index.html interval_8c_source.html iterator_8c_source.html library_8c_source.html list_8c_source.html lob_8c_source.html logo-160x120.png long_8c_source.html memory_8c_source.html modules.html msg_8c_source.html mutex_8c_source.html nav_f.png nav_h.png number_8c_source.html object_8c_source.html oci__api_8h_source.html oci__defs_8h_source.html oci__import_8h_source.html oci__loader_8h_source.html oci__types_8h_source.html ocilib_8h_source.html ocilib__checks_8h_source.html ocilib__defs_8h_source.html ocilib__internal_8h_source.html ocilib__types_8h_source.html open.png pool_8c_source.html queue_8c_source.html ref_8c_source.html resultset_8c_source.html statement_8c_source.html string_8c_source.html struct_o_c_i___agent.html struct_o_c_i___bind.html struct_o_c_i___coll.html struct_o_c_i___column.html struct_o_c_i___connection.html struct_o_c_i___date.html struct_o_c_i___dequeue.html struct_o_c_i___dir_path.html struct_o_c_i___elem.html struct_o_c_i___enqueue.html struct_o_c_i___error.html struct_o_c_i___event.html struct_o_c_i___file.html struct_o_c_i___hash_entry.html struct_o_c_i___hash_table.html struct_o_c_i___hash_value.html struct_o_c_i___interval.html struct_o_c_i___iter.html struct_o_c_i___lob.html struct_o_c_i___long.html struct_o_c_i___msg.html struct_o_c_i___mutex.html struct_o_c_i___object.html struct_o_c_i___pool.html struct_o_c_i___ref.html struct_o_c_i___resultset.html struct_o_c_i___statement.html struct_o_c_i___subscription.html struct_o_c_i___thread.html struct_o_c_i___timestamp.html struct_o_c_i___transaction.html struct_o_c_i___type_info.html struct_o_c_i___x_i_d.html subscription_8c_source.html tab_a.png tab_b.png tab_h.png tab_s.png tabs.css thread_8c_source.html threadkey_8c_source.html timestamp_8c_source.html transaction_8c_source.html typeinfo_8c_source.html union_o_c_i___variant.html 
EXTRA_DIST = $(doc_DATA)
all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/html/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign doc/html/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-docDATA: $(doc_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
	done

uninstall-docDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	test -n "$$files" || exit 0; \
	echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(docdir)" && rm -f $$files
tags: TAGS
TAGS:

ctags: CTAGS
CTAGS:


distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(docdir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic clean-libtool mostlyclean-am

distclean: distclean-am
	-rm -f Makefile
distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-docDATA

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man:

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-docDATA

.MAKE: install-am install-strip

.PHONY: all all-am check check-am clean clean-generic clean-libtool \
	distclean distclean-generic distclean-libtool distdir dvi \
	dvi-am html html-am info info-am install install-am \
	install-data install-data-am install-docDATA install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
	uninstall uninstall-am uninstall-docDATA


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
