1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = providers/skel-implementation
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
93	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
94	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/vapigen.m4 \
97	$(top_srcdir)/m4/dk-warn.m4 $(top_srcdir)/m4/mdbtools.m4 \
98	$(top_srcdir)/m4/bdb.m4 $(top_srcdir)/m4/mysql.m4 \
99	$(top_srcdir)/m4/postgresql.m4 $(top_srcdir)/m4/firebird.m4 \
100	$(top_srcdir)/m4/oracle.m4 $(top_srcdir)/m4/java.m4 \
101	$(top_srcdir)/m4/ldap.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114am__v_GEN_0 = @echo "  GEN     " $@;
115am__v_GEN_1 =
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118am__v_at_0 = @
119am__v_at_1 =
120SOURCES =
121DIST_SOURCES =
122RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
123	ctags-recursive dvi-recursive html-recursive info-recursive \
124	install-data-recursive install-dvi-recursive \
125	install-exec-recursive install-html-recursive \
126	install-info-recursive install-pdf-recursive \
127	install-ps-recursive install-recursive installcheck-recursive \
128	installdirs-recursive pdf-recursive ps-recursive \
129	tags-recursive uninstall-recursive
130am__can_run_installinfo = \
131  case $$AM_UPDATE_INFO_DIR in \
132    n|no|NO) false;; \
133    *) (install-info --version) >/dev/null 2>&1;; \
134  esac
135RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
136  distclean-recursive maintainer-clean-recursive
137am__recursive_targets = \
138  $(RECURSIVE_TARGETS) \
139  $(RECURSIVE_CLEAN_TARGETS) \
140  $(am__extra_recursive_targets)
141AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
142	distdir distdir-am
143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
144# Read a list of newline-separated strings from the standard input,
145# and print each of them once, without duplicates.  Input order is
146# *not* preserved.
147am__uniquify_input = $(AWK) '\
148  BEGIN { nonempty = 0; } \
149  { items[$$0] = 1; nonempty = 1; } \
150  END { if (nonempty) { for (i in items) print i; }; } \
151'
152# Make sure the list of sources is unique.  This is necessary because,
153# e.g., the same source file might be shared among _SOURCES variables
154# for different programs/libraries.
155am__define_uniq_tagged_files = \
156  list='$(am__tagged_files)'; \
157  unique=`for i in $$list; do \
158    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
159  done | $(am__uniquify_input)`
160ETAGS = etags
161CTAGS = ctags
162DIST_SUBDIRS = $(SUBDIRS)
163am__DIST_COMMON = $(srcdir)/Makefile.in
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165am__relativize = \
166  dir0=`pwd`; \
167  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
168  sed_rest='s,^[^/]*/*,,'; \
169  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
170  sed_butlast='s,/*[^/]*$$,,'; \
171  while test -n "$$dir1"; do \
172    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
173    if test "$$first" != "."; then \
174      if test "$$first" = ".."; then \
175        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
176        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
177      else \
178        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
179        if test "$$first2" = "$$first"; then \
180          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
181        else \
182          dir2="../$$dir2"; \
183        fi; \
184        dir0="$$dir0"/"$$first"; \
185      fi; \
186    fi; \
187    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
188  done; \
189  reldir="$$dir2"
190ACLOCAL = @ACLOCAL@
191ALL_LINGUAS = @ALL_LINGUAS@
192AMTAR = @AMTAR@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194AR = @AR@
195AUTOCONF = @AUTOCONF@
196AUTOHEADER = @AUTOHEADER@
197AUTOMAKE = @AUTOMAKE@
198AWK = @AWK@
199BDBSQL_CFLAGS = @BDBSQL_CFLAGS@
200BDBSQL_LIBS = @BDBSQL_LIBS@
201BDB_CFLAGS = @BDB_CFLAGS@
202BDB_LIB = @BDB_LIB@
203BDB_LIBS = @BDB_LIBS@
204BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
205BINRELOC_LIBS = @BINRELOC_LIBS@
206CATALOGS = @CATALOGS@
207CATOBJEXT = @CATOBJEXT@
208CC = @CC@
209CCDEPMODE = @CCDEPMODE@
210CC_FOR_BUILD = @CC_FOR_BUILD@
211CFLAGS = @CFLAGS@
212COREDEPS_CFLAGS = @COREDEPS_CFLAGS@
213COREDEPS_LIBS = @COREDEPS_LIBS@
214COREDEPS_WFLAGS = @COREDEPS_WFLAGS@
215CPP = @CPP@
216CPPFLAGS = @CPPFLAGS@
217CXX = @CXX@
218CXXCPP = @CXXCPP@
219CXXDEPMODE = @CXXDEPMODE@
220CXXFLAGS = @CXXFLAGS@
221CYGPATH_W = @CYGPATH_W@
222DATADIRNAME = @DATADIRNAME@
223DEFS = @DEFS@
224DEPDIR = @DEPDIR@
225DLLTOOL = @DLLTOOL@
226DSYMUTIL = @DSYMUTIL@
227DUMPBIN = @DUMPBIN@
228ECHO_C = @ECHO_C@
229ECHO_N = @ECHO_N@
230ECHO_T = @ECHO_T@
231EGREP = @EGREP@
232EXEEXT = @EXEEXT@
233EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
234FGREP = @FGREP@
235FIREBIRD_CLIENT_CFLAGS = @FIREBIRD_CLIENT_CFLAGS@
236FIREBIRD_CLIENT_LIBS = @FIREBIRD_CLIENT_LIBS@
237FIREBIRD_EMBED_CFLAGS = @FIREBIRD_EMBED_CFLAGS@
238FIREBIRD_EMBED_LIBS = @FIREBIRD_EMBED_LIBS@
239GDA_ABI_MAJOR_VERSION = @GDA_ABI_MAJOR_VERSION@
240GDA_ABI_MINOR_VERSION = @GDA_ABI_MINOR_VERSION@
241GDA_ABI_VERSION = @GDA_ABI_VERSION@
242GDA_AGE = @GDA_AGE@
243GDA_CURRENT = @GDA_CURRENT@
244GDA_DEBUG_FLAGS = @GDA_DEBUG_FLAGS@
245GDA_DEBUG_LDFLAGS = @GDA_DEBUG_LDFLAGS@
246GDA_REVISION = @GDA_REVISION@
247GDA_VERSION = @GDA_VERSION@
248GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
249GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
250GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
251GIO_CFLAGS = @GIO_CFLAGS@
252GIO_LIBS = @GIO_LIBS@
253GLADE_CATALOG = @GLADE_CATALOG@
254GLADE_CFLAGS = @GLADE_CFLAGS@
255GLADE_LIBS = @GLADE_LIBS@
256GLADE_PIXMAP = @GLADE_PIXMAP@
257GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
258GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
259GMOFILES = @GMOFILES@
260GMSGFMT = @GMSGFMT@
261GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
262GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
263GOOCANVAS_CFLAGS = @GOOCANVAS_CFLAGS@
264GOOCANVAS_LIBS = @GOOCANVAS_LIBS@
265GRAPHVIZ_CFLAGS = @GRAPHVIZ_CFLAGS@
266GRAPHVIZ_LIBS = @GRAPHVIZ_LIBS@
267GREP = @GREP@
268GTKDOC_CHECK = @GTKDOC_CHECK@
269GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
270GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
271GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
272GTKDOC_MKPDF = @GTKDOC_MKPDF@
273GTKDOC_REBASE = @GTKDOC_REBASE@
274GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
275GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
276GTK_CFLAGS = @GTK_CFLAGS@
277GTK_LIBS = @GTK_LIBS@
278HELP_DIR = @HELP_DIR@
279HISTORY_LIB = @HISTORY_LIB@
280HTML_DIR = @HTML_DIR@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286INSTOBJEXT = @INSTOBJEXT@
287INTLLIBS = @INTLLIBS@
288INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
289INTLTOOL_MERGE = @INTLTOOL_MERGE@
290INTLTOOL_PERL = @INTLTOOL_PERL@
291INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
292INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
293INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
294INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
295INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
296INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
297INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
298INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
299INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
300INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
301INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
302INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
303INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
304INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
305ISO_CODES_CFLAGS = @ISO_CODES_CFLAGS@
306ISO_CODES_LIBS = @ISO_CODES_LIBS@
307ITSTOOL = @ITSTOOL@
308JAR = @JAR@
309JAVAC = @JAVAC@
310JAVA_CFLAGS = @JAVA_CFLAGS@
311JAVA_LD_PATH = @JAVA_LD_PATH@
312JAVA_LIBS = @JAVA_LIBS@
313JAVA_PROG = @JAVA_PROG@
314JFLAGS = @JFLAGS@
315JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
316JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
317LD = @LD@
318LDAP_CFLAGS = @LDAP_CFLAGS@
319LDAP_LIBS = @LDAP_LIBS@
320LDFLAGS = @LDFLAGS@
321LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
322LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
323LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
324LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
325LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
326LIBGDA_BDB_INC = @LIBGDA_BDB_INC@
327LIBGDA_BDB_TYPE = @LIBGDA_BDB_TYPE@
328LIBGDA_DTDDIR = @LIBGDA_DTDDIR@
329LIBGDA_LDAP_INC = @LIBGDA_LDAP_INC@
330LIBGDA_LDAP_INC2 = @LIBGDA_LDAP_INC2@
331LIBGDA_LDAP_TYPE = @LIBGDA_LDAP_TYPE@
332LIBGDA_LDAP_TYPE2 = @LIBGDA_LDAP_TYPE2@
333LIBGDA_LDAP_TYPE3 = @LIBGDA_LDAP_TYPE3@
334LIBGDA_LDAP_VINC = @LIBGDA_LDAP_VINC@
335LIBICONV = @LIBICONV@
336LIBOBJS = @LIBOBJS@
337LIBS = @LIBS@
338LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
339LIBSECRET_LIBS = @LIBSECRET_LIBS@
340LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
341LIBSOUP_LIBS = @LIBSOUP_LIBS@
342LIBTOOL = @LIBTOOL@
343LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
344LIBTOOL_PROV_EXPORT_OPTIONS = @LIBTOOL_PROV_EXPORT_OPTIONS@
345LIBTOOL_UI_EXPORT_OPTIONS = @LIBTOOL_UI_EXPORT_OPTIONS@
346LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
347LIBXSLT_LIBS = @LIBXSLT_LIBS@
348LIPO = @LIPO@
349LN_S = @LN_S@
350LTLIBICONV = @LTLIBICONV@
351LTLIBOBJS = @LTLIBOBJS@
352LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
353MAC_INTEGRATION_CFLAGS = @MAC_INTEGRATION_CFLAGS@
354MAC_INTEGRATION_LIBS = @MAC_INTEGRATION_LIBS@
355MAKEINFO = @MAKEINFO@
356MANIFEST_TOOL = @MANIFEST_TOOL@
357MDB_CFLAGS = @MDB_CFLAGS@
358MDB_LIBS = @MDB_LIBS@
359MKDIR_P = @MKDIR_P@
360MKINSTALLDIRS = @MKINSTALLDIRS@
361MSGFMT = @MSGFMT@
362MSGFMT_OPTS = @MSGFMT_OPTS@
363MSGMERGE = @MSGMERGE@
364MYSQL_CFLAGS = @MYSQL_CFLAGS@
365MYSQL_CONFIG = @MYSQL_CONFIG@
366MYSQL_LIBS = @MYSQL_LIBS@
367NM = @NM@
368NMEDIT = @NMEDIT@
369NO_UNDEFINED = @NO_UNDEFINED@
370OBJDUMP = @OBJDUMP@
371OBJEXT = @OBJEXT@
372ORACLE_CFLAGS = @ORACLE_CFLAGS@
373ORACLE_LIBS = @ORACLE_LIBS@
374OTOOL = @OTOOL@
375OTOOL64 = @OTOOL64@
376PACKAGE = @PACKAGE@
377PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
378PACKAGE_NAME = @PACKAGE_NAME@
379PACKAGE_STRING = @PACKAGE_STRING@
380PACKAGE_TARNAME = @PACKAGE_TARNAME@
381PACKAGE_URL = @PACKAGE_URL@
382PACKAGE_VERSION = @PACKAGE_VERSION@
383PATH_SEPARATOR = @PATH_SEPARATOR@
384PERL = @PERL@
385PG_CONFIG = @PG_CONFIG@
386PKG_CONFIG = @PKG_CONFIG@
387PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
388PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
389POFILES = @POFILES@
390POSTGRES_CFLAGS = @POSTGRES_CFLAGS@
391POSTGRES_LIBS = @POSTGRES_LIBS@
392POSUB = @POSUB@
393PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
394PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
395RANLIB = @RANLIB@
396READLINE_LIB = @READLINE_LIB@
397REBUILD = @REBUILD@
398SED = @SED@
399SET_MAKE = @SET_MAKE@
400SHELL = @SHELL@
401SQLITE_CFLAGS = @SQLITE_CFLAGS@
402SQLITE_LIBS = @SQLITE_LIBS@
403SQLITE_PATH = @SQLITE_PATH@
404SQLITE_VERS = @SQLITE_VERS@
405STRIP = @STRIP@
406USE_NLS = @USE_NLS@
407VALAC = @VALAC@
408VAPIGEN = @VAPIGEN@
409VERSION = @VERSION@
410WINDRES = @WINDRES@
411XGETTEXT = @XGETTEXT@
412XMLLINT = @XMLLINT@
413YELP_BUILD = @YELP_BUILD@
414YELP_LC_DIST = @YELP_LC_DIST@
415YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
416_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
417_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
418abs_builddir = @abs_builddir@
419abs_srcdir = @abs_srcdir@
420abs_top_builddir = @abs_top_builddir@
421abs_top_srcdir = @abs_top_srcdir@
422ac_ct_AR = @ac_ct_AR@
423ac_ct_CC = @ac_ct_CC@
424ac_ct_CXX = @ac_ct_CXX@
425ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
426am__include = @am__include@
427am__leading_dot = @am__leading_dot@
428am__quote = @am__quote@
429am__tar = @am__tar@
430am__untar = @am__untar@
431bindir = @bindir@
432build = @build@
433build_alias = @build_alias@
434build_cpu = @build_cpu@
435build_os = @build_os@
436build_vendor = @build_vendor@
437builddir = @builddir@
438datadir = @datadir@
439datarootdir = @datarootdir@
440docdir = @docdir@
441dvidir = @dvidir@
442exec_prefix = @exec_prefix@
443gdasysconfdir = @gdasysconfdir@
444host = @host@
445host_alias = @host_alias@
446host_cpu = @host_cpu@
447host_os = @host_os@
448host_vendor = @host_vendor@
449htmldir = @htmldir@
450includedir = @includedir@
451infodir = @infodir@
452install_sh = @install_sh@
453intltool__v_merge_options_ = @intltool__v_merge_options_@
454intltool__v_merge_options_0 = @intltool__v_merge_options_0@
455libdir = @libdir@
456libexecdir = @libexecdir@
457localedir = @localedir@
458localstatedir = @localstatedir@
459mandir = @mandir@
460mkdir_p = @mkdir_p@
461oldincludedir = @oldincludedir@
462pdfdir = @pdfdir@
463prefix = @prefix@
464program_transform_name = @program_transform_name@
465psdir = @psdir@
466runstatedir = @runstatedir@
467sbindir = @sbindir@
468sharedstatedir = @sharedstatedir@
469srcdir = @srcdir@
470sysconfdir = @sysconfdir@
471target_alias = @target_alias@
472top_build_prefix = @top_build_prefix@
473top_builddir = @top_builddir@
474top_srcdir = @top_srcdir@
475SUBDIRS = \
476	capi \
477	models
478
479all: all-recursive
480
481.SUFFIXES:
482$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
483	@for dep in $?; do \
484	  case '$(am__configure_deps)' in \
485	    *$$dep*) \
486	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
487	        && { if test -f $@; then exit 0; else break; fi; }; \
488	      exit 1;; \
489	  esac; \
490	done; \
491	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu providers/skel-implementation/Makefile'; \
492	$(am__cd) $(top_srcdir) && \
493	  $(AUTOMAKE) --gnu providers/skel-implementation/Makefile
494Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
495	@case '$?' in \
496	  *config.status*) \
497	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
498	  *) \
499	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
500	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
501	esac;
502
503$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
504	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
505
506$(top_srcdir)/configure:  $(am__configure_deps)
507	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
509	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510$(am__aclocal_m4_deps):
511
512mostlyclean-libtool:
513	-rm -f *.lo
514
515clean-libtool:
516	-rm -rf .libs _libs
517
518# This directory's subdirectories are mostly independent; you can cd
519# into them and run 'make' without going through this Makefile.
520# To change the values of 'make' variables: instead of editing Makefiles,
521# (1) if the variable is set in 'config.status', edit 'config.status'
522#     (which will cause the Makefiles to be regenerated when you run 'make');
523# (2) otherwise, pass the desired values on the 'make' command line.
524$(am__recursive_targets):
525	@fail=; \
526	if $(am__make_keepgoing); then \
527	  failcom='fail=yes'; \
528	else \
529	  failcom='exit 1'; \
530	fi; \
531	dot_seen=no; \
532	target=`echo $@ | sed s/-recursive//`; \
533	case "$@" in \
534	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
535	  *) list='$(SUBDIRS)' ;; \
536	esac; \
537	for subdir in $$list; do \
538	  echo "Making $$target in $$subdir"; \
539	  if test "$$subdir" = "."; then \
540	    dot_seen=yes; \
541	    local_target="$$target-am"; \
542	  else \
543	    local_target="$$target"; \
544	  fi; \
545	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
546	  || eval $$failcom; \
547	done; \
548	if test "$$dot_seen" = "no"; then \
549	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
550	fi; test -z "$$fail"
551
552ID: $(am__tagged_files)
553	$(am__define_uniq_tagged_files); mkid -fID $$unique
554tags: tags-recursive
555TAGS: tags
556
557tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
558	set x; \
559	here=`pwd`; \
560	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
561	  include_option=--etags-include; \
562	  empty_fix=.; \
563	else \
564	  include_option=--include; \
565	  empty_fix=; \
566	fi; \
567	list='$(SUBDIRS)'; for subdir in $$list; do \
568	  if test "$$subdir" = .; then :; else \
569	    test ! -f $$subdir/TAGS || \
570	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
571	  fi; \
572	done; \
573	$(am__define_uniq_tagged_files); \
574	shift; \
575	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
576	  test -n "$$unique" || unique=$$empty_fix; \
577	  if test $$# -gt 0; then \
578	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579	      "$$@" $$unique; \
580	  else \
581	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582	      $$unique; \
583	  fi; \
584	fi
585ctags: ctags-recursive
586
587CTAGS: ctags
588ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589	$(am__define_uniq_tagged_files); \
590	test -z "$(CTAGS_ARGS)$$unique" \
591	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592	     $$unique
593
594GTAGS:
595	here=`$(am__cd) $(top_builddir) && pwd` \
596	  && $(am__cd) $(top_srcdir) \
597	  && gtags -i $(GTAGS_ARGS) "$$here"
598cscopelist: cscopelist-recursive
599
600cscopelist-am: $(am__tagged_files)
601	list='$(am__tagged_files)'; \
602	case "$(srcdir)" in \
603	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
604	  *) sdir=$(subdir)/$(srcdir) ;; \
605	esac; \
606	for i in $$list; do \
607	  if test -f "$$i"; then \
608	    echo "$(subdir)/$$i"; \
609	  else \
610	    echo "$$sdir/$$i"; \
611	  fi; \
612	done >> $(top_builddir)/cscope.files
613
614distclean-tags:
615	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
616
617distdir: $(BUILT_SOURCES)
618	$(MAKE) $(AM_MAKEFLAGS) distdir-am
619
620distdir-am: $(DISTFILES)
621	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
622	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623	list='$(DISTFILES)'; \
624	  dist_files=`for file in $$list; do echo $$file; done | \
625	  sed -e "s|^$$srcdirstrip/||;t" \
626	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
627	case $$dist_files in \
628	  */*) $(MKDIR_P) `echo "$$dist_files" | \
629			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
630			   sort -u` ;; \
631	esac; \
632	for file in $$dist_files; do \
633	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
634	  if test -d $$d/$$file; then \
635	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
636	    if test -d "$(distdir)/$$file"; then \
637	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638	    fi; \
639	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
640	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
641	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642	    fi; \
643	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
644	  else \
645	    test -f "$(distdir)/$$file" \
646	    || cp -p $$d/$$file "$(distdir)/$$file" \
647	    || exit 1; \
648	  fi; \
649	done
650	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651	  if test "$$subdir" = .; then :; else \
652	    $(am__make_dryrun) \
653	      || test -d "$(distdir)/$$subdir" \
654	      || $(MKDIR_P) "$(distdir)/$$subdir" \
655	      || exit 1; \
656	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
657	    $(am__relativize); \
658	    new_distdir=$$reldir; \
659	    dir1=$$subdir; dir2="$(top_distdir)"; \
660	    $(am__relativize); \
661	    new_top_distdir=$$reldir; \
662	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
663	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
664	    ($(am__cd) $$subdir && \
665	      $(MAKE) $(AM_MAKEFLAGS) \
666	        top_distdir="$$new_top_distdir" \
667	        distdir="$$new_distdir" \
668		am__remove_distdir=: \
669		am__skip_length_check=: \
670		am__skip_mode_fix=: \
671	        distdir) \
672	      || exit 1; \
673	  fi; \
674	done
675check-am: all-am
676check: check-recursive
677all-am: Makefile
678installdirs: installdirs-recursive
679installdirs-am:
680install: install-recursive
681install-exec: install-exec-recursive
682install-data: install-data-recursive
683uninstall: uninstall-recursive
684
685install-am: all-am
686	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
687
688installcheck: installcheck-recursive
689install-strip:
690	if test -z '$(STRIP)'; then \
691	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693	      install; \
694	else \
695	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
698	fi
699mostlyclean-generic:
700
701clean-generic:
702
703distclean-generic:
704	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
705	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
706
707maintainer-clean-generic:
708	@echo "This command is intended for maintainers to use"
709	@echo "it deletes files that may require special tools to rebuild."
710clean: clean-recursive
711
712clean-am: clean-generic clean-libtool mostlyclean-am
713
714distclean: distclean-recursive
715	-rm -f Makefile
716distclean-am: clean-am distclean-generic distclean-tags
717
718dvi: dvi-recursive
719
720dvi-am:
721
722html: html-recursive
723
724html-am:
725
726info: info-recursive
727
728info-am:
729
730install-data-am:
731
732install-dvi: install-dvi-recursive
733
734install-dvi-am:
735
736install-exec-am:
737
738install-html: install-html-recursive
739
740install-html-am:
741
742install-info: install-info-recursive
743
744install-info-am:
745
746install-man:
747
748install-pdf: install-pdf-recursive
749
750install-pdf-am:
751
752install-ps: install-ps-recursive
753
754install-ps-am:
755
756installcheck-am:
757
758maintainer-clean: maintainer-clean-recursive
759	-rm -f Makefile
760maintainer-clean-am: distclean-am maintainer-clean-generic
761
762mostlyclean: mostlyclean-recursive
763
764mostlyclean-am: mostlyclean-generic mostlyclean-libtool
765
766pdf: pdf-recursive
767
768pdf-am:
769
770ps: ps-recursive
771
772ps-am:
773
774uninstall-am:
775
776.MAKE: $(am__recursive_targets) install-am install-strip
777
778.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
779	check-am clean clean-generic clean-libtool cscopelist-am ctags \
780	ctags-am distclean distclean-generic distclean-libtool \
781	distclean-tags distdir dvi dvi-am html html-am info info-am \
782	install install-am install-data install-data-am install-dvi \
783	install-dvi-am install-exec install-exec-am install-html \
784	install-html-am install-info install-info-am install-man \
785	install-pdf install-pdf-am install-ps install-ps-am \
786	install-strip installcheck installcheck-am installdirs \
787	installdirs-am maintainer-clean maintainer-clean-generic \
788	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
789	ps ps-am tags tags-am uninstall uninstall-am
790
791.PRECIOUS: Makefile
792
793
794# Tell versions [3.59,3.63) of GNU make to not export all variables.
795# Otherwise a system limit (for SysV at least) may be exceeded.
796.NOEXPORT:
797