1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
90target_triplet = @target@
91subdir = src/plugins/compilergcc/depslib
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(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)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \
97	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
98	$(top_srcdir)/m4/ax_boost_base.m4 \
99	$(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/src/include/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122	ctags-recursive dvi-recursive html-recursive info-recursive \
123	install-data-recursive install-dvi-recursive \
124	install-exec-recursive install-html-recursive \
125	install-info-recursive install-pdf-recursive \
126	install-ps-recursive install-recursive installcheck-recursive \
127	installdirs-recursive pdf-recursive ps-recursive \
128	tags-recursive uninstall-recursive
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
135  distclean-recursive maintainer-clean-recursive
136am__recursive_targets = \
137  $(RECURSIVE_TARGETS) \
138  $(RECURSIVE_CLEAN_TARGETS) \
139  $(am__extra_recursive_targets)
140AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
141	distdir distdir-am
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143# Read a list of newline-separated strings from the standard input,
144# and print each of them once, without duplicates.  Input order is
145# *not* preserved.
146am__uniquify_input = $(AWK) '\
147  BEGIN { nonempty = 0; } \
148  { items[$$0] = 1; nonempty = 1; } \
149  END { if (nonempty) { for (i in items) print i; }; } \
150'
151# Make sure the list of sources is unique.  This is necessary because,
152# e.g., the same source file might be shared among _SOURCES variables
153# for different programs/libraries.
154am__define_uniq_tagged_files = \
155  list='$(am__tagged_files)'; \
156  unique=`for i in $$list; do \
157    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158  done | $(am__uniquify_input)`
159ETAGS = etags
160CTAGS = ctags
161DIST_SUBDIRS = $(SUBDIRS)
162am__DIST_COMMON = $(srcdir)/Makefile.in
163DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164am__relativize = \
165  dir0=`pwd`; \
166  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
167  sed_rest='s,^[^/]*/*,,'; \
168  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
169  sed_butlast='s,/*[^/]*$$,,'; \
170  while test -n "$$dir1"; do \
171    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
172    if test "$$first" != "."; then \
173      if test "$$first" = ".."; then \
174        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
175        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
176      else \
177        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
178        if test "$$first2" = "$$first"; then \
179          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
180        else \
181          dir2="../$$dir2"; \
182        fi; \
183        dir0="$$dir0"/"$$first"; \
184      fi; \
185    fi; \
186    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
187  done; \
188  reldir="$$dir2"
189ACLOCAL = @ACLOCAL@
190AMTAR = @AMTAR@
191AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
192AR = @AR@
193AUTOCONF = @AUTOCONF@
194AUTOHEADER = @AUTOHEADER@
195AUTOMAKE = @AUTOMAKE@
196AWK = @AWK@
197BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
198BOOST_LDFLAGS = @BOOST_LDFLAGS@
199BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
200BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
201BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
202BUILD_BYOGAMES = @BUILD_BYOGAMES@
203BUILD_CBKODERS = @BUILD_CBKODERS@
204BUILD_CCCC = @BUILD_CCCC@
205BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
206BUILD_CODESTAT = @BUILD_CODESTAT@
207BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
208BUILD_CPPCHECK = @BUILD_CPPCHECK@
209BUILD_CSCOPE = @BUILD_CSCOPE@
210BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
211BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
212BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
213BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
214BUILD_ENVVARS = @BUILD_ENVVARS@
215BUILD_EXPORTER = @BUILD_EXPORTER@
216BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
217BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
218BUILD_HELP = @BUILD_HELP@
219BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
220BUILD_INCSEARCH = @BUILD_INCSEARCH@
221BUILD_KEYBINDER = @BUILD_KEYBINDER@
222BUILD_LIBFINDER = @BUILD_LIBFINDER@
223BUILD_MOUSESAP = @BUILD_MOUSESAP@
224BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
225BUILD_PROFILER = @BUILD_PROFILER@
226BUILD_REGEX = @BUILD_REGEX@
227BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
228BUILD_RNDGEN = @BUILD_RNDGEN@
229BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
230BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
231BUILD_SYMTAB = @BUILD_SYMTAB@
232BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
233BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
234BUILD_VALGRIND = @BUILD_VALGRIND@
235BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
236BUILD_WXSMITH = @BUILD_WXSMITH@
237BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
238BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
239CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
240CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
241CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
242CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
243CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
244CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
245CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
246CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
247CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@
248CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@
249CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@
250CB_TINYXML_LIBS = @CB_TINYXML_LIBS@
251CC = @CC@
252CCDEPMODE = @CCDEPMODE@
253CFLAGS = @CFLAGS@
254CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
255CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
256CPP = @CPP@
257CPPFLAGS = @CPPFLAGS@
258CXX = @CXX@
259CXXCPP = @CXXCPP@
260CXXDEPMODE = @CXXDEPMODE@
261CXXFLAGS = @CXXFLAGS@
262CYGPATH_W = @CYGPATH_W@
263DATE = @DATE@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DSYMUTIL = @DSYMUTIL@
268DUMPBIN = @DUMPBIN@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273EXEEXT = @EXEEXT@
274FGREP = @FGREP@
275FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
276FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
277GAMIN_CFLAGS = @GAMIN_CFLAGS@
278GAMIN_LIBS = @GAMIN_LIBS@
279GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
280GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
281GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
282GCC_VERSION = @GCC_VERSION@
283GDK_CFLAGS = @GDK_CFLAGS@
284GDK_LIBS = @GDK_LIBS@
285GLIB2_CFLAGS = @GLIB2_CFLAGS@
286GLIB2_LIBS = @GLIB2_LIBS@
287GREP = @GREP@
288GTK_CFLAGS = @GTK_CFLAGS@
289GTK_LIBS = @GTK_LIBS@
290HAVE_CXX11 = @HAVE_CXX11@
291HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
292HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
293HUNSPELL_LIBS = @HUNSPELL_LIBS@
294INSTALL = @INSTALL@
295INSTALL_DATA = @INSTALL_DATA@
296INSTALL_PROGRAM = @INSTALL_PROGRAM@
297INSTALL_SCRIPT = @INSTALL_SCRIPT@
298INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299LD = @LD@
300LDFLAGS = @LDFLAGS@
301LIBOBJS = @LIBOBJS@
302LIBS = @LIBS@
303LIBTOOL = @LIBTOOL@
304LIPO = @LIPO@
305LN_S = @LN_S@
306LTLIBOBJS = @LTLIBOBJS@
307LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308MACSETFILE = @MACSETFILE@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MKDIR_P = @MKDIR_P@
312MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@
313NM = @NM@
314NMEDIT = @NMEDIT@
315OBJDUMP = @OBJDUMP@
316OBJEXT = @OBJEXT@
317OTOOL = @OTOOL@
318OTOOL64 = @OTOOL64@
319PACKAGE = @PACKAGE@
320PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
321PACKAGE_NAME = @PACKAGE_NAME@
322PACKAGE_STRING = @PACKAGE_STRING@
323PACKAGE_TARNAME = @PACKAGE_TARNAME@
324PACKAGE_URL = @PACKAGE_URL@
325PACKAGE_VERSION = @PACKAGE_VERSION@
326PATH_SEPARATOR = @PATH_SEPARATOR@
327PKG_CONFIG = @PKG_CONFIG@
328PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
329PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
330PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
331PLATFORM_LIBS = @PLATFORM_LIBS@
332PLUGIN_FLAGS = @PLUGIN_FLAGS@
333POSTLINK_COMMAND = @POSTLINK_COMMAND@
334RANLIB = @RANLIB@
335RC = @RC@
336REVISION = @REVISION@
337REZ = @REZ@
338SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@
339SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@
340SED = @SED@
341SETFILE = @SETFILE@
342SET_MAKE = @SET_MAKE@
343SHARED_FLAGS = @SHARED_FLAGS@
344SHELL = @SHELL@
345SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@
346SQUIRREL_LIBS = @SQUIRREL_LIBS@
347STRIP = @STRIP@
348TINYXML_CFLAGS = @TINYXML_CFLAGS@
349TINYXML_LIBS = @TINYXML_LIBS@
350VERSION = @VERSION@
351WXPROPGRID_DIR = @WXPROPGRID_DIR@
352WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
353WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
354WXPROPGRID_LIB = @WXPROPGRID_LIB@
355WX_CFLAGS = @WX_CFLAGS@
356WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
357WX_CONFIG_PATH = @WX_CONFIG_PATH@
358WX_CPPFLAGS = @WX_CPPFLAGS@
359WX_CXXFLAGS = @WX_CXXFLAGS@
360WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
361WX_GTK_CFLAGS = @WX_GTK_CFLAGS@
362WX_GTK_LIBS = @WX_GTK_LIBS@
363WX_LIBS = @WX_LIBS@
364WX_LIBS_STATIC = @WX_LIBS_STATIC@
365WX_RESCOMP = @WX_RESCOMP@
366WX_VERSION = @WX_VERSION@
367WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
368WX_VERSION_MICRO = @WX_VERSION_MICRO@
369WX_VERSION_MINOR = @WX_VERSION_MINOR@
370WX_X11_CFLAGS = @WX_X11_CFLAGS@
371WX_X11_LIBS = @WX_X11_LIBS@
372XMKMF = @XMKMF@
373X_CFLAGS = @X_CFLAGS@
374X_EXTRA_LIBS = @X_EXTRA_LIBS@
375X_LIBS = @X_LIBS@
376X_PRE_LIBS = @X_PRE_LIBS@
377abs_builddir = @abs_builddir@
378abs_srcdir = @abs_srcdir@
379abs_top_builddir = @abs_top_builddir@
380abs_top_srcdir = @abs_top_srcdir@
381ac_ct_AR = @ac_ct_AR@
382ac_ct_CC = @ac_ct_CC@
383ac_ct_CXX = @ac_ct_CXX@
384ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
385am__include = @am__include@
386am__leading_dot = @am__leading_dot@
387am__quote = @am__quote@
388am__tar = @am__tar@
389am__untar = @am__untar@
390bindir = @bindir@
391build = @build@
392build_alias = @build_alias@
393build_cpu = @build_cpu@
394build_os = @build_os@
395build_vendor = @build_vendor@
396builddir = @builddir@
397codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
398datadir = @datadir@
399datarootdir = @datarootdir@
400docdir = @docdir@
401dvidir = @dvidir@
402exec_prefix = @exec_prefix@
403host = @host@
404host_alias = @host_alias@
405host_cpu = @host_cpu@
406host_os = @host_os@
407host_vendor = @host_vendor@
408htmldir = @htmldir@
409includedir = @includedir@
410infodir = @infodir@
411install_sh = @install_sh@
412libdir = @libdir@
413libexecdir = @libexecdir@
414localedir = @localedir@
415localstatedir = @localstatedir@
416mandir = @mandir@
417mkdir_p = @mkdir_p@
418oldincludedir = @oldincludedir@
419pdfdir = @pdfdir@
420prefix = @prefix@
421program_transform_name = @program_transform_name@
422psdir = @psdir@
423runstatedir = @runstatedir@
424sbindir = @sbindir@
425sharedstatedir = @sharedstatedir@
426srcdir = @srcdir@
427sysconfdir = @sysconfdir@
428target = @target@
429target_alias = @target_alias@
430target_cpu = @target_cpu@
431target_os = @target_os@
432target_vendor = @target_vendor@
433top_build_prefix = @top_build_prefix@
434top_builddir = @top_builddir@
435top_srcdir = @top_srcdir@
436zlib_CFLAGS = @zlib_CFLAGS@
437zlib_LIBS = @zlib_LIBS@
438SUBDIRS = src
439all: all-recursive
440
441.SUFFIXES:
442$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
443	@for dep in $?; do \
444	  case '$(am__configure_deps)' in \
445	    *$$dep*) \
446	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
447	        && { if test -f $@; then exit 0; else break; fi; }; \
448	      exit 1;; \
449	  esac; \
450	done; \
451	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/Makefile'; \
452	$(am__cd) $(top_srcdir) && \
453	  $(AUTOMAKE) --foreign src/plugins/compilergcc/depslib/Makefile
454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
455	@case '$?' in \
456	  *config.status*) \
457	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458	  *) \
459	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
461	esac;
462
463$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
464	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465
466$(top_srcdir)/configure:  $(am__configure_deps)
467	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
469	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470$(am__aclocal_m4_deps):
471
472mostlyclean-libtool:
473	-rm -f *.lo
474
475clean-libtool:
476	-rm -rf .libs _libs
477
478# This directory's subdirectories are mostly independent; you can cd
479# into them and run 'make' without going through this Makefile.
480# To change the values of 'make' variables: instead of editing Makefiles,
481# (1) if the variable is set in 'config.status', edit 'config.status'
482#     (which will cause the Makefiles to be regenerated when you run 'make');
483# (2) otherwise, pass the desired values on the 'make' command line.
484$(am__recursive_targets):
485	@fail=; \
486	if $(am__make_keepgoing); then \
487	  failcom='fail=yes'; \
488	else \
489	  failcom='exit 1'; \
490	fi; \
491	dot_seen=no; \
492	target=`echo $@ | sed s/-recursive//`; \
493	case "$@" in \
494	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
495	  *) list='$(SUBDIRS)' ;; \
496	esac; \
497	for subdir in $$list; do \
498	  echo "Making $$target in $$subdir"; \
499	  if test "$$subdir" = "."; then \
500	    dot_seen=yes; \
501	    local_target="$$target-am"; \
502	  else \
503	    local_target="$$target"; \
504	  fi; \
505	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
506	  || eval $$failcom; \
507	done; \
508	if test "$$dot_seen" = "no"; then \
509	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
510	fi; test -z "$$fail"
511
512ID: $(am__tagged_files)
513	$(am__define_uniq_tagged_files); mkid -fID $$unique
514tags: tags-recursive
515TAGS: tags
516
517tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
518	set x; \
519	here=`pwd`; \
520	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
521	  include_option=--etags-include; \
522	  empty_fix=.; \
523	else \
524	  include_option=--include; \
525	  empty_fix=; \
526	fi; \
527	list='$(SUBDIRS)'; for subdir in $$list; do \
528	  if test "$$subdir" = .; then :; else \
529	    test ! -f $$subdir/TAGS || \
530	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
531	  fi; \
532	done; \
533	$(am__define_uniq_tagged_files); \
534	shift; \
535	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
536	  test -n "$$unique" || unique=$$empty_fix; \
537	  if test $$# -gt 0; then \
538	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
539	      "$$@" $$unique; \
540	  else \
541	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542	      $$unique; \
543	  fi; \
544	fi
545ctags: ctags-recursive
546
547CTAGS: ctags
548ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549	$(am__define_uniq_tagged_files); \
550	test -z "$(CTAGS_ARGS)$$unique" \
551	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552	     $$unique
553
554GTAGS:
555	here=`$(am__cd) $(top_builddir) && pwd` \
556	  && $(am__cd) $(top_srcdir) \
557	  && gtags -i $(GTAGS_ARGS) "$$here"
558cscopelist: cscopelist-recursive
559
560cscopelist-am: $(am__tagged_files)
561	list='$(am__tagged_files)'; \
562	case "$(srcdir)" in \
563	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
564	  *) sdir=$(subdir)/$(srcdir) ;; \
565	esac; \
566	for i in $$list; do \
567	  if test -f "$$i"; then \
568	    echo "$(subdir)/$$i"; \
569	  else \
570	    echo "$$sdir/$$i"; \
571	  fi; \
572	done >> $(top_builddir)/cscope.files
573
574distclean-tags:
575	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
576
577distdir: $(BUILT_SOURCES)
578	$(MAKE) $(AM_MAKEFLAGS) distdir-am
579
580distdir-am: $(DISTFILES)
581	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	list='$(DISTFILES)'; \
584	  dist_files=`for file in $$list; do echo $$file; done | \
585	  sed -e "s|^$$srcdirstrip/||;t" \
586	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
587	case $$dist_files in \
588	  */*) $(MKDIR_P) `echo "$$dist_files" | \
589			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
590			   sort -u` ;; \
591	esac; \
592	for file in $$dist_files; do \
593	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
594	  if test -d $$d/$$file; then \
595	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
596	    if test -d "$(distdir)/$$file"; then \
597	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598	    fi; \
599	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
600	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
601	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602	    fi; \
603	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604	  else \
605	    test -f "$(distdir)/$$file" \
606	    || cp -p $$d/$$file "$(distdir)/$$file" \
607	    || exit 1; \
608	  fi; \
609	done
610	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
611	  if test "$$subdir" = .; then :; else \
612	    $(am__make_dryrun) \
613	      || test -d "$(distdir)/$$subdir" \
614	      || $(MKDIR_P) "$(distdir)/$$subdir" \
615	      || exit 1; \
616	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
617	    $(am__relativize); \
618	    new_distdir=$$reldir; \
619	    dir1=$$subdir; dir2="$(top_distdir)"; \
620	    $(am__relativize); \
621	    new_top_distdir=$$reldir; \
622	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
623	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
624	    ($(am__cd) $$subdir && \
625	      $(MAKE) $(AM_MAKEFLAGS) \
626	        top_distdir="$$new_top_distdir" \
627	        distdir="$$new_distdir" \
628		am__remove_distdir=: \
629		am__skip_length_check=: \
630		am__skip_mode_fix=: \
631	        distdir) \
632	      || exit 1; \
633	  fi; \
634	done
635check-am: all-am
636check: check-recursive
637all-am: Makefile
638installdirs: installdirs-recursive
639installdirs-am:
640install: install-recursive
641install-exec: install-exec-recursive
642install-data: install-data-recursive
643uninstall: uninstall-recursive
644
645install-am: all-am
646	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
647
648installcheck: installcheck-recursive
649install-strip:
650	if test -z '$(STRIP)'; then \
651	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
652	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
653	      install; \
654	else \
655	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
656	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
657	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
658	fi
659mostlyclean-generic:
660
661clean-generic:
662
663distclean-generic:
664	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
665	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
666
667maintainer-clean-generic:
668	@echo "This command is intended for maintainers to use"
669	@echo "it deletes files that may require special tools to rebuild."
670clean: clean-recursive
671
672clean-am: clean-generic clean-libtool mostlyclean-am
673
674distclean: distclean-recursive
675	-rm -f Makefile
676distclean-am: clean-am distclean-generic distclean-tags
677
678dvi: dvi-recursive
679
680dvi-am:
681
682html: html-recursive
683
684html-am:
685
686info: info-recursive
687
688info-am:
689
690install-data-am:
691
692install-dvi: install-dvi-recursive
693
694install-dvi-am:
695
696install-exec-am:
697
698install-html: install-html-recursive
699
700install-html-am:
701
702install-info: install-info-recursive
703
704install-info-am:
705
706install-man:
707
708install-pdf: install-pdf-recursive
709
710install-pdf-am:
711
712install-ps: install-ps-recursive
713
714install-ps-am:
715
716installcheck-am:
717
718maintainer-clean: maintainer-clean-recursive
719	-rm -f Makefile
720maintainer-clean-am: distclean-am maintainer-clean-generic
721
722mostlyclean: mostlyclean-recursive
723
724mostlyclean-am: mostlyclean-generic mostlyclean-libtool
725
726pdf: pdf-recursive
727
728pdf-am:
729
730ps: ps-recursive
731
732ps-am:
733
734uninstall-am:
735
736.MAKE: $(am__recursive_targets) install-am install-strip
737
738.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
739	check-am clean clean-generic clean-libtool cscopelist-am ctags \
740	ctags-am distclean distclean-generic distclean-libtool \
741	distclean-tags distdir dvi dvi-am html html-am info info-am \
742	install install-am install-data install-data-am install-dvi \
743	install-dvi-am install-exec install-exec-am install-html \
744	install-html-am install-info install-info-am install-man \
745	install-pdf install-pdf-am install-ps install-ps-am \
746	install-strip installcheck installcheck-am installdirs \
747	installdirs-am maintainer-clean maintainer-clean-generic \
748	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
749	ps ps-am tags tags-am uninstall uninstall-am
750
751.PRECIOUS: Makefile
752
753
754# Tell versions [3.59,3.63) of GNU make to not export all variables.
755# Otherwise a system limit (for SysV at least) may be exceeded.
756.NOEXPORT:
757