1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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@
16
17
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = src/base
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \
96	$(top_srcdir)/m4/as-scrub-include.m4 \
97	$(top_srcdir)/m4/ax_have_qt.m4 $(top_srcdir)/m4/ax_pthread.m4 \
98	$(top_srcdir)/m4/binreloc.m4 $(top_srcdir)/m4/distri.m4 \
99	$(top_srcdir)/m4/fox.m4 $(top_srcdir)/m4/iconv.m4 \
100	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
101	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
102	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104	$(top_srcdir)/m4/os.m4 $(top_srcdir)/m4/qt4.m4 \
105	$(top_srcdir)/m4/searchfiles.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(dist_typedata_DATA) \
109	$(iheader_HEADERS) $(noinst_HEADERS) $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114LTLIBRARIES = $(noinst_LTLIBRARIES)
115libbase_la_LIBADD =
116am_libbase_la_OBJECTS = args.lo buffer.lo debug.lo error.lo \
117	gwensignal.lo i18n.lo idlist64.lo inherit.lo list.lo list1.lo \
118	logger.lo memory.lo pathmanager.lo plugin.lo plugindescr.lo \
119	refptr.lo ringbuffer.lo stringlist.lo stringlist2.lo idmap.lo \
120	fastbuffer.lo memcache.lo tree.lo tree2.lo simpleptrlist.lo \
121	multicache.lo param.lo
122libbase_la_OBJECTS = $(am_libbase_la_OBJECTS)
123AM_V_lt = $(am__v_lt_@AM_V@)
124am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
125am__v_lt_0 = --silent
126am__v_lt_1 =
127AM_V_P = $(am__v_P_@AM_V@)
128am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129am__v_P_0 = false
130am__v_P_1 = :
131AM_V_GEN = $(am__v_GEN_@AM_V@)
132am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133am__v_GEN_0 = @echo "  GEN     " $@;
134am__v_GEN_1 =
135AM_V_at = $(am__v_at_@AM_V@)
136am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137am__v_at_0 = @
138am__v_at_1 =
139DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
140depcomp = $(SHELL) $(top_srcdir)/depcomp
141am__depfiles_maybe = depfiles
142am__mv = mv -f
143COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
144	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
147	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148	$(AM_CFLAGS) $(CFLAGS)
149AM_V_CC = $(am__v_CC_@AM_V@)
150am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151am__v_CC_0 = @echo "  CC      " $@;
152am__v_CC_1 =
153CCLD = $(CC)
154LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156	$(AM_LDFLAGS) $(LDFLAGS) -o $@
157AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159am__v_CCLD_0 = @echo "  CCLD    " $@;
160am__v_CCLD_1 =
161SOURCES = $(libbase_la_SOURCES)
162DIST_SOURCES = $(libbase_la_SOURCES)
163am__can_run_installinfo = \
164  case $$AM_UPDATE_INFO_DIR in \
165    n|no|NO) false;; \
166    *) (install-info --version) >/dev/null 2>&1;; \
167  esac
168am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169am__vpath_adj = case $$p in \
170    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171    *) f=$$p;; \
172  esac;
173am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174am__install_max = 40
175am__nobase_strip_setup = \
176  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177am__nobase_strip = \
178  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179am__nobase_list = $(am__nobase_strip_setup); \
180  for p in $$list; do echo "$$p $$p"; done | \
181  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183    if (++n[$$2] == $(am__install_max)) \
184      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185    END { for (dir in files) print dir, files[dir] }'
186am__base_list = \
187  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189am__uninstall_files_from_dir = { \
190  test -z "$$files" \
191    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193         $(am__cd) "$$dir" && rm -f $$files; }; \
194  }
195am__installdirs = "$(DESTDIR)$(typedatadir)" "$(DESTDIR)$(iheaderdir)"
196DATA = $(dist_typedata_DATA)
197HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
198am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199# Read a list of newline-separated strings from the standard input,
200# and print each of them once, without duplicates.  Input order is
201# *not* preserved.
202am__uniquify_input = $(AWK) '\
203  BEGIN { nonempty = 0; } \
204  { items[$$0] = 1; nonempty = 1; } \
205  END { if (nonempty) { for (i in items) print i; }; } \
206'
207# Make sure the list of sources is unique.  This is necessary because,
208# e.g., the same source file might be shared among _SOURCES variables
209# for different programs/libraries.
210am__define_uniq_tagged_files = \
211  list='$(am__tagged_files)'; \
212  unique=`for i in $$list; do \
213    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214  done | $(am__uniquify_input)`
215ETAGS = etags
216CTAGS = ctags
217am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219ACLOCAL = @ACLOCAL@
220AMTAR = @AMTAR@
221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222APPKIT_FRAMEWORK = @APPKIT_FRAMEWORK@
223AR = @AR@
224AS = @AS@
225ASTYLE = @ASTYLE@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
231BINRELOC_LIBS = @BINRELOC_LIBS@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235COCOA_FRAMEWORK = @COCOA_FRAMEWORK@
236COREDATA_FRAMEWORK = @COREDATA_FRAMEWORK@
237CPP = @CPP@
238CPPFLAGS = @CPPFLAGS@
239CXX = @CXX@
240CXXCPP = @CXXCPP@
241CXXDEPMODE = @CXXDEPMODE@
242CXXFLAGS = @CXXFLAGS@
243CYGPATH_W = @CYGPATH_W@
244DEFS = @DEFS@ \
245	-DGWEN_BUFFER_DEFAULT_HARDLIMIT='@gwenhywfar_buffer_hardlimit@'
246DEPDIR = @DEPDIR@
247DLLTOOL = @DLLTOOL@
248DOXYGEN_DEFINE = @DOXYGEN_DEFINE@
249DOXYGEN_INPUT = @DOXYGEN_INPUT@
250DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
251DPKG_ARCH = @DPKG_ARCH@
252DSYMUTIL = @DSYMUTIL@
253DUMPBIN = @DUMPBIN@
254ECHO_C = @ECHO_C@
255ECHO_N = @ECHO_N@
256ECHO_T = @ECHO_T@
257EGREP = @EGREP@
258EXEEXT = @EXEEXT@
259FGREP = @FGREP@
260FOUNDATION_FRAMEWORK = @FOUNDATION_FRAMEWORK@
261GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
262GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
263GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
264GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
265GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
266GREP = @GREP@
267GTK2_CFLAGS = @GTK2_CFLAGS@
268GTK2_LIBS = @GTK2_LIBS@
269GTK3_CFLAGS = @GTK3_CFLAGS@
270GTK3_LIBS = @GTK3_LIBS@
271GWENHYWFAR_SO_AGE = @GWENHYWFAR_SO_AGE@
272GWENHYWFAR_SO_CURRENT = @GWENHYWFAR_SO_CURRENT@
273GWENHYWFAR_SO_EFFECTIVE = @GWENHYWFAR_SO_EFFECTIVE@
274GWENHYWFAR_SO_REVISION = @GWENHYWFAR_SO_REVISION@
275GWENHYWFAR_VERSION_BUILD = @GWENHYWFAR_VERSION_BUILD@
276GWENHYWFAR_VERSION_FULL_STRING = @GWENHYWFAR_VERSION_FULL_STRING@
277GWENHYWFAR_VERSION_MAJOR = @GWENHYWFAR_VERSION_MAJOR@
278GWENHYWFAR_VERSION_MINOR = @GWENHYWFAR_VERSION_MINOR@
279GWENHYWFAR_VERSION_PATCHLEVEL = @GWENHYWFAR_VERSION_PATCHLEVEL@
280GWENHYWFAR_VERSION_RELEASE_STRING = @GWENHYWFAR_VERSION_RELEASE_STRING@
281GWENHYWFAR_VERSION_STRING = @GWENHYWFAR_VERSION_STRING@
282GWENHYWFAR_VERSION_TAG = @GWENHYWFAR_VERSION_TAG@
283GWENPP_SO_AGE = @GWENPP_SO_AGE@
284GWENPP_SO_CURRENT = @GWENPP_SO_CURRENT@
285GWENPP_SO_EFFECTIVE = @GWENPP_SO_EFFECTIVE@
286GWENPP_SO_REVISION = @GWENPP_SO_REVISION@
287GWENUI_SO_AGE = @GWENUI_SO_AGE@
288GWENUI_SO_CURRENT = @GWENUI_SO_CURRENT@
289GWENUI_SO_EFFECTIVE = @GWENUI_SO_EFFECTIVE@
290GWENUI_SO_REVISION = @GWENUI_SO_REVISION@
291GWEN_OS = @GWEN_OS@
292HAVE_I18N = @HAVE_I18N@
293ICONV_LIBS = @ICONV_LIBS@
294INSTALL = @INSTALL@
295INSTALL_DATA = @INSTALL_DATA@
296INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@
297INSTALL_PROGRAM = @INSTALL_PROGRAM@
298INSTALL_SCRIPT = @INSTALL_SCRIPT@
299INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
300LD = @LD@
301LDFLAGS = @LDFLAGS@
302LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
303LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
304LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
305LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
306LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
307LIBICONV = @LIBICONV@
308LIBOBJS = @LIBOBJS@
309LIBS = @LIBS@
310LIBTOOL = @LIBTOOL@
311LIBXML_CFLAGS = @LIBXML_CFLAGS@
312LIBXML_LIBS = @LIBXML_LIBS@
313LIPO = @LIPO@
314LN_S = @LN_S@
315LTLIBICONV = @LTLIBICONV@
316LTLIBOBJS = @LTLIBOBJS@
317LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
318MAKEINFO = @MAKEINFO@
319MAKE_DLL_TARGET = @MAKE_DLL_TARGET@
320MAKE_I18N_FILES = @MAKE_I18N_FILES@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MKDIR_P = @MKDIR_P@
323MSGFMT = @MSGFMT@
324NM = @NM@
325NMEDIT = @NMEDIT@
326OBJC = @OBJC@
327OBJCDEPMODE = @OBJCDEPMODE@
328OBJCFLAGS = @OBJCFLAGS@
329OBJDUMP = @OBJDUMP@
330OBJEXT = @OBJEXT@
331OHBCI_VERSION_STRING = @OHBCI_VERSION_STRING@
332OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
333OPENSSL_LIBS = @OPENSSL_LIBS@
334OSYSTEM = @OSYSTEM@
335OS_TYPE = @OS_TYPE@
336OTOOL = @OTOOL@
337OTOOL64 = @OTOOL64@
338PACKAGE = @PACKAGE@
339PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
340PACKAGE_NAME = @PACKAGE_NAME@
341PACKAGE_STRING = @PACKAGE_STRING@
342PACKAGE_TARNAME = @PACKAGE_TARNAME@
343PACKAGE_URL = @PACKAGE_URL@
344PACKAGE_VERSION = @PACKAGE_VERSION@
345PATH_SEPARATOR = @PATH_SEPARATOR@
346PKG_CONFIG = @PKG_CONFIG@
347PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
348PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
349PROFILING_CFLAGS = @PROFILING_CFLAGS@
350PROFILING_LDFLAGS = @PROFILING_LDFLAGS@
351PROG_LIBRARIES = @PROG_LIBRARIES@
352PTHREAD_CC = @PTHREAD_CC@
353PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
354PTHREAD_LIBS = @PTHREAD_LIBS@
355QT4_BINDIR = @QT4_BINDIR@
356QT_CXXFLAGS = @QT_CXXFLAGS@
357QT_DIR = @QT_DIR@
358QT_LIBS = @QT_LIBS@
359QT_LRELEASE = @QT_LRELEASE@
360QT_LUPDATE = @QT_LUPDATE@
361QT_MOC = @QT_MOC@
362QT_UIC = @QT_UIC@
363RANLIB = @RANLIB@
364RC = @RC@
365SED = @SED@
366SET_MAKE = @SET_MAKE@
367SHELL = @SHELL@
368STRIP = @STRIP@
369STRIPALL = @STRIPALL@
370SYSCONF_FRAMEWORK = @SYSCONF_FRAMEWORK@
371USE_DOT = @USE_DOT@
372VERSION = @VERSION@
373WEBKIT_FRAMEWORK = @WEBKIT_FRAMEWORK@
374WERROR = @WERROR@
375WITH_ICONV = @WITH_ICONV@
376XGETTEXT = @XGETTEXT@
377XMKMF = @XMKMF@
378X_CFLAGS = @X_CFLAGS@
379X_EXTRA_LIBS = @X_EXTRA_LIBS@
380X_LIBS = @X_LIBS@
381X_PRE_LIBS = @X_PRE_LIBS@
382YES = @YES@
383abs_builddir = @abs_builddir@
384abs_srcdir = @abs_srcdir@
385abs_top_builddir = @abs_top_builddir@
386abs_top_srcdir = @abs_top_srcdir@
387ac_ct_AR = @ac_ct_AR@
388ac_ct_CC = @ac_ct_CC@
389ac_ct_CXX = @ac_ct_CXX@
390ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391ac_ct_OBJC = @ac_ct_OBJC@
392all_includes = @all_includes@
393all_libraries = @all_libraries@
394am__include = @am__include@
395am__leading_dot = @am__leading_dot@
396am__quote = @am__quote@
397am__tar = @am__tar@
398am__untar = @am__untar@
399aq_distrib_name = @aq_distrib_name@
400aq_distrib_tag = @aq_distrib_tag@
401aq_distrib_version = @aq_distrib_version@
402ax_pthread_config = @ax_pthread_config@
403bindir = @bindir@
404build = @build@
405build_alias = @build_alias@
406build_cpu = @build_cpu@
407build_os = @build_os@
408build_vendor = @build_vendor@
409builddir = @builddir@
410datadir = @datadir@
411datarootdir = @datarootdir@
412docdir = @docdir@
413docpath = @docpath@
414dvidir = @dvidir@
415exec_prefix = @exec_prefix@
416fox_includes = @fox_includes@
417fox_libs = @fox_libs@
418gwenhywfar_bindir = @gwenhywfar_bindir@
419gwenhywfar_buffer_hardlimit = @gwenhywfar_buffer_hardlimit@
420gwenhywfar_cfg_searchdir = @gwenhywfar_cfg_searchdir@
421gwenhywfar_crypt_lib = @gwenhywfar_crypt_lib@
422gwenhywfar_data_searchdir = @gwenhywfar_data_searchdir@
423gwenhywfar_datadir = @gwenhywfar_datadir@
424gwenhywfar_guis = @gwenhywfar_guis@
425gwenhywfar_headerdir = @gwenhywfar_headerdir@
426gwenhywfar_headerdir_am = @gwenhywfar_headerdir_am@
427gwenhywfar_internal_libname = @gwenhywfar_internal_libname@
428gwenhywfar_ldflags = @gwenhywfar_ldflags@
429gwenhywfar_libs = @gwenhywfar_libs@
430gwenhywfar_libspp = @gwenhywfar_libspp@
431gwenhywfar_libsui = @gwenhywfar_libsui@
432gwenhywfar_locale_searchdir = @gwenhywfar_locale_searchdir@
433gwenhywfar_os_lib = @gwenhywfar_os_lib@
434gwenhywfar_pkgincludedir = @gwenhywfar_pkgincludedir@
435gwenhywfar_plugin_searchdir = @gwenhywfar_plugin_searchdir@
436gwenhywfar_plugindir = @gwenhywfar_plugindir@
437gwenhywfar_plugins_cfgmgr_dirs = @gwenhywfar_plugins_cfgmgr_dirs@
438gwenhywfar_plugins_cfgmgr_libs = @gwenhywfar_plugins_cfgmgr_libs@
439gwenhywfar_plugins_ct_dirs = @gwenhywfar_plugins_ct_dirs@
440gwenhywfar_plugins_ct_libs = @gwenhywfar_plugins_ct_libs@
441gwenhywfar_plugins_dbio_dirs = @gwenhywfar_plugins_dbio_dirs@
442gwenhywfar_plugins_dbio_libs = @gwenhywfar_plugins_dbio_libs@
443gwenhywfar_symlinkdir = @gwenhywfar_symlinkdir@
444gwenhywfar_sys_is_windows = @gwenhywfar_sys_is_windows@
445gwenhywfar_sysdata_searchdir = @gwenhywfar_sysdata_searchdir@
446host = @host@
447host_alias = @host_alias@
448host_cpu = @host_cpu@
449host_os = @host_os@
450host_vendor = @host_vendor@
451htmldir = @htmldir@
452i18n_libs = @i18n_libs@
453includedir = @includedir@
454infodir = @infodir@
455install_sh = @install_sh@
456libdir = @libdir@
457libexecdir = @libexecdir@
458localedir = @localedir@
459localstatedir = @localstatedir@
460mandir = @mandir@
461mkdir_p = @mkdir_p@
462oldincludedir = @oldincludedir@
463pdfdir = @pdfdir@
464prefix = @prefix@
465program_transform_name = @program_transform_name@
466psdir = @psdir@
467qt4_includes = @qt4_includes@
468qt4_libs = @qt4_libs@
469qt4_moc = @qt4_moc@
470qt4_uic = @qt4_uic@
471runstatedir = @runstatedir@
472sbindir = @sbindir@
473sharedstatedir = @sharedstatedir@
474srcdir = @srcdir@
475ssl_available = @ssl_available@
476sysconfdir = @sysconfdir@
477target_alias = @target_alias@
478top_build_prefix = @top_build_prefix@
479top_builddir = @top_builddir@
480top_srcdir = @top_srcdir@
481visibility_cflags = @visibility_cflags@
482with_gui_fox16 = @with_gui_fox16@
483with_gui_gtk2 = @with_gui_gtk2@
484with_gui_gtk3 = @with_gui_gtk3@
485with_gui_qt4 = @with_gui_qt4@
486AM_CPPFLAGS = -I$(gwenhywfar_symlinkdir) \
487 -I$(top_srcdir) \
488 -I$(top_srcdir)/src/ \
489 -I$(top_srcdir)/src/base \
490 -I$(top_srcdir)/src/gui \
491 -I$(top_srcdir)/src/parser
492
493
494# Don't include src/os above because its process.h conflicts with the
495# system's <process.h>, at least for gcc3.2 on mingw32
496# -I$(top_srcdir)/src/os
497AM_CFLAGS = @PROFILING_CFLAGS@ @visibility_cflags@ @WERROR@  -DBUILDING_GWENHYWFAR
498noinst_LTLIBRARIES = libbase.la
499typedatadir = $(datadir)/gwenhywfar/typemaker2/c
500dist_typedata_DATA = \
501  gwen_param.tm2 gwen_param_list.tm2 gwen_param_list2.tm2 gwen_param_tree.tm2
502
503typefiles = param.xml
504EXTRA_DIST = $(typefiles) \
505  param_fns.c \
506  simpleptrlist-t.c simpleptrlist-t.h \
507  idlist64-t.c idlist64-t.h \
508  buffer-t.c buffer-t.h
509
510noinst_HEADERS = \
511 args_p.h \
512 buffer_p.h \
513 debug_p.h \
514 error_l.h \
515 error_p.h \
516 gwensignal_p.h \
517 i18n_l.h \
518 idlist64_p.h \
519 inherit_p.h \
520 list_p.h \
521 list1_p.h \
522 logger_l.h \
523 logger_p.h \
524 pathmanager_l.h \
525 pathmanager_p.h \
526 plugindescr_p.h \
527 plugin_l.h \
528 plugin_p.h \
529 refptr_p.h \
530 ringbuffer_p.h \
531 stringlist_p.h \
532 stringlist2_p.h \
533 idmap_p.h \
534 memcache_p.h \
535 tree_p.h \
536 tree2_p.h \
537 simpleptrlist_p.h \
538 multicache_p.h \
539 param_p.h
540
541iheaderdir = $(gwenhywfar_headerdir_am)/gwenhywfar
542iheader_HEADERS = \
543 args.h \
544 buffer.h \
545 debug.h \
546 error.h \
547 gwensignal.h \
548 i18n.h \
549 idlist64.h \
550 inherit.h \
551 list.h \
552 list1.h \
553 list1.tmpl \
554 list2.h \
555 list2.tmpl \
556 logger.h \
557 memory.h \
558 misc.h \
559 misc2.h \
560 pathmanager.h \
561 plugin.h \
562 plugindescr.h \
563 refptr.h \
564 ringbuffer.h \
565 stringlist.h \
566 stringlist2.h \
567 idmap.h \
568 fastbuffer.h \
569 memcache.h \
570 tree.h \
571 tree2.h \
572 simpleptrlist.h \
573 multicache.h \
574 bindata.h \
575 param.h \
576 param_fns.h \
577 endianfns.h
578
579libbase_la_SOURCES = \
580 args.c \
581 buffer.c \
582 debug.c \
583 error.c \
584 gwensignal.c \
585 i18n.c \
586 idlist64.c \
587 inherit.c \
588 list.c \
589 list1.c \
590 logger.c \
591 memory.c \
592 pathmanager.c \
593 plugin.c \
594 plugindescr.c \
595 refptr.c \
596 ringbuffer.c \
597 stringlist.c \
598 stringlist2.c \
599 idmap.c \
600 fastbuffer.c \
601 memcache.c \
602 tree.c \
603 tree2.c \
604 simpleptrlist.c \
605 multicache.c \
606 param.c
607
608all: all-am
609
610.SUFFIXES:
611.SUFFIXES: .c .lo .o .obj
612$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
613	@for dep in $?; do \
614	  case '$(am__configure_deps)' in \
615	    *$$dep*) \
616	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
617	        && { if test -f $@; then exit 0; else break; fi; }; \
618	      exit 1;; \
619	  esac; \
620	done; \
621	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/base/Makefile'; \
622	$(am__cd) $(top_srcdir) && \
623	  $(AUTOMAKE) --foreign src/base/Makefile
624Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
625	@case '$?' in \
626	  *config.status*) \
627	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
628	  *) \
629	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
630	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
631	esac;
632
633$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
634	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
635
636$(top_srcdir)/configure:  $(am__configure_deps)
637	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
638$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
639	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
640$(am__aclocal_m4_deps):
641
642clean-noinstLTLIBRARIES:
643	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
644	@list='$(noinst_LTLIBRARIES)'; \
645	locs=`for p in $$list; do echo $$p; done | \
646	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
647	      sort -u`; \
648	test -z "$$locs" || { \
649	  echo rm -f $${locs}; \
650	  rm -f $${locs}; \
651	}
652
653libbase.la: $(libbase_la_OBJECTS) $(libbase_la_DEPENDENCIES) $(EXTRA_libbase_la_DEPENDENCIES)
654	$(AM_V_CCLD)$(LINK)  $(libbase_la_OBJECTS) $(libbase_la_LIBADD) $(LIBS)
655
656mostlyclean-compile:
657	-rm -f *.$(OBJEXT)
658
659distclean-compile:
660	-rm -f *.tab.c
661
662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/args.Plo@am__quote@
663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fastbuffer.Plo@am__quote@
667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gwensignal.Plo@am__quote@
668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i18n.Plo@am__quote@
669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idlist64.Plo@am__quote@
670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idmap.Plo@am__quote@
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inherit.Plo@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list1.Plo@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcache.Plo@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multicache.Plo@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/param.Plo@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathmanager.Plo@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugindescr.Plo@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refptr.Plo@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ringbuffer.Plo@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpleptrlist.Plo@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringlist.Plo@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringlist2.Plo@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Plo@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree2.Plo@am__quote@
689
690.c.o:
691@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
692@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
693@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
694@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
695@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
696
697.c.obj:
698@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
699@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
700@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
701@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
702@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
703
704.c.lo:
705@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
706@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
707@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
708@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
710
711mostlyclean-libtool:
712	-rm -f *.lo
713
714clean-libtool:
715	-rm -rf .libs _libs
716install-dist_typedataDATA: $(dist_typedata_DATA)
717	@$(NORMAL_INSTALL)
718	@list='$(dist_typedata_DATA)'; test -n "$(typedatadir)" || list=; \
719	if test -n "$$list"; then \
720	  echo " $(MKDIR_P) '$(DESTDIR)$(typedatadir)'"; \
721	  $(MKDIR_P) "$(DESTDIR)$(typedatadir)" || exit 1; \
722	fi; \
723	for p in $$list; do \
724	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
725	  echo "$$d$$p"; \
726	done | $(am__base_list) | \
727	while read files; do \
728	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typedatadir)'"; \
729	  $(INSTALL_DATA) $$files "$(DESTDIR)$(typedatadir)" || exit $$?; \
730	done
731
732uninstall-dist_typedataDATA:
733	@$(NORMAL_UNINSTALL)
734	@list='$(dist_typedata_DATA)'; test -n "$(typedatadir)" || list=; \
735	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
736	dir='$(DESTDIR)$(typedatadir)'; $(am__uninstall_files_from_dir)
737install-iheaderHEADERS: $(iheader_HEADERS)
738	@$(NORMAL_INSTALL)
739	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
740	if test -n "$$list"; then \
741	  echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \
742	  $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \
743	fi; \
744	for p in $$list; do \
745	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
746	  echo "$$d$$p"; \
747	done | $(am__base_list) | \
748	while read files; do \
749	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iheaderdir)'"; \
750	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(iheaderdir)" || exit $$?; \
751	done
752
753uninstall-iheaderHEADERS:
754	@$(NORMAL_UNINSTALL)
755	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
756	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
757	dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir)
758
759ID: $(am__tagged_files)
760	$(am__define_uniq_tagged_files); mkid -fID $$unique
761tags: tags-am
762TAGS: tags
763
764tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
765	set x; \
766	here=`pwd`; \
767	$(am__define_uniq_tagged_files); \
768	shift; \
769	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
770	  test -n "$$unique" || unique=$$empty_fix; \
771	  if test $$# -gt 0; then \
772	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
773	      "$$@" $$unique; \
774	  else \
775	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
776	      $$unique; \
777	  fi; \
778	fi
779ctags: ctags-am
780
781CTAGS: ctags
782ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
783	$(am__define_uniq_tagged_files); \
784	test -z "$(CTAGS_ARGS)$$unique" \
785	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
786	     $$unique
787
788GTAGS:
789	here=`$(am__cd) $(top_builddir) && pwd` \
790	  && $(am__cd) $(top_srcdir) \
791	  && gtags -i $(GTAGS_ARGS) "$$here"
792cscopelist: cscopelist-am
793
794cscopelist-am: $(am__tagged_files)
795	list='$(am__tagged_files)'; \
796	case "$(srcdir)" in \
797	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
798	  *) sdir=$(subdir)/$(srcdir) ;; \
799	esac; \
800	for i in $$list; do \
801	  if test -f "$$i"; then \
802	    echo "$(subdir)/$$i"; \
803	  else \
804	    echo "$$sdir/$$i"; \
805	  fi; \
806	done >> $(top_builddir)/cscope.files
807
808distclean-tags:
809	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
810
811distdir: $(DISTFILES)
812	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
813	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
814	list='$(DISTFILES)'; \
815	  dist_files=`for file in $$list; do echo $$file; done | \
816	  sed -e "s|^$$srcdirstrip/||;t" \
817	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
818	case $$dist_files in \
819	  */*) $(MKDIR_P) `echo "$$dist_files" | \
820			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
821			   sort -u` ;; \
822	esac; \
823	for file in $$dist_files; do \
824	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
825	  if test -d $$d/$$file; then \
826	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
827	    if test -d "$(distdir)/$$file"; then \
828	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
829	    fi; \
830	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
831	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
832	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
833	    fi; \
834	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
835	  else \
836	    test -f "$(distdir)/$$file" \
837	    || cp -p $$d/$$file "$(distdir)/$$file" \
838	    || exit 1; \
839	  fi; \
840	done
841check-am: all-am
842check: check-am
843all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
844installdirs:
845	for dir in "$(DESTDIR)$(typedatadir)" "$(DESTDIR)$(iheaderdir)"; do \
846	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
847	done
848install: install-am
849install-exec: install-exec-am
850install-data: install-data-am
851uninstall: uninstall-am
852
853install-am: all-am
854	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
855
856installcheck: installcheck-am
857install-strip:
858	if test -z '$(STRIP)'; then \
859	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
860	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
861	      install; \
862	else \
863	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
864	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
865	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
866	fi
867mostlyclean-generic:
868
869clean-generic:
870
871distclean-generic:
872	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
873	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
874
875maintainer-clean-generic:
876	@echo "This command is intended for maintainers to use"
877	@echo "it deletes files that may require special tools to rebuild."
878clean: clean-am
879
880clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
881	mostlyclean-am
882
883distclean: distclean-am
884	-rm -rf ./$(DEPDIR)
885	-rm -f Makefile
886distclean-am: clean-am distclean-compile distclean-generic \
887	distclean-tags
888
889dvi: dvi-am
890
891dvi-am:
892
893html: html-am
894
895html-am:
896
897info: info-am
898
899info-am:
900
901install-data-am: install-dist_typedataDATA install-iheaderHEADERS
902
903install-dvi: install-dvi-am
904
905install-dvi-am:
906
907install-exec-am:
908
909install-html: install-html-am
910
911install-html-am:
912
913install-info: install-info-am
914
915install-info-am:
916
917install-man:
918
919install-pdf: install-pdf-am
920
921install-pdf-am:
922
923install-ps: install-ps-am
924
925install-ps-am:
926
927installcheck-am:
928
929maintainer-clean: maintainer-clean-am
930	-rm -rf ./$(DEPDIR)
931	-rm -f Makefile
932maintainer-clean-am: distclean-am maintainer-clean-generic
933
934mostlyclean: mostlyclean-am
935
936mostlyclean-am: mostlyclean-compile mostlyclean-generic \
937	mostlyclean-libtool
938
939pdf: pdf-am
940
941pdf-am:
942
943ps: ps-am
944
945ps-am:
946
947uninstall-am: uninstall-dist_typedataDATA uninstall-iheaderHEADERS
948
949.MAKE: install-am install-strip
950
951.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
952	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
953	ctags-am distclean distclean-compile distclean-generic \
954	distclean-libtool distclean-tags distdir dvi dvi-am html \
955	html-am info info-am install install-am install-data \
956	install-data-am install-dist_typedataDATA install-dvi \
957	install-dvi-am install-exec install-exec-am install-html \
958	install-html-am install-iheaderHEADERS install-info \
959	install-info-am install-man install-pdf install-pdf-am \
960	install-ps install-ps-am install-strip installcheck \
961	installcheck-am installdirs maintainer-clean \
962	maintainer-clean-generic mostlyclean mostlyclean-compile \
963	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
964	tags tags-am uninstall uninstall-am \
965	uninstall-dist_typedataDATA uninstall-iheaderHEADERS
966
967.PRECIOUS: Makefile
968
969
970sources:
971	for f in $(libbase_la_SOURCES); do \
972	  echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
973	done
974	for d in $(SUBDIRS); do \
975	  make -C $$d sources; \
976	done
977
978types: $(typefiles) typedefs
979	typemaker2 -I $(srcdir) --destfolder="$(srcdir)" -D GWENHYWFAR_API $(typefiles)
980
981typedefs: $(typefiles)
982	typemaker2 --defs-only -I $(srcdir) --destfolder="$(srcdir)" -D GWENHYWFAR_API $(typefiles)
983
984splint:
985	for f in $(libbase_la_SOURCES); do \
986	  splint $(AM_CPPFLAGS) $(DEFS) +enumint -unrecogcomments +posixlib -predboolint +boolint -boolops $$f ; \
987	done
988
989# Tell versions [3.59,3.63) of GNU make to not export all variables.
990# Otherwise a system limit (for SysV at least) may be exceeded.
991.NOEXPORT:
992