1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/build.m4 \
94	$(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/fltk.m4 \
95	$(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/macosx.m4 \
96	$(top_srcdir)/m4/np-compat.m4 $(top_srcdir)/m4/opt.m4 \
97	$(top_srcdir)/m4/pkg-config.m4 $(top_srcdir)/m4/static.m4 \
98	$(top_srcdir)/m4/win32.m4 $(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102	$(am__configure_deps) $(am__DIST_COMMON)
103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104 configure.lineno config.status.lineno
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/src/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
137  distclean-recursive maintainer-clean-recursive
138am__recursive_targets = \
139  $(RECURSIVE_TARGETS) \
140  $(RECURSIVE_CLEAN_TARGETS) \
141  $(am__extra_recursive_targets)
142AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
143	cscope distdir dist dist-all distcheck
144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145# Read a list of newline-separated strings from the standard input,
146# and print each of them once, without duplicates.  Input order is
147# *not* preserved.
148am__uniquify_input = $(AWK) '\
149  BEGIN { nonempty = 0; } \
150  { items[$$0] = 1; nonempty = 1; } \
151  END { if (nonempty) { for (i in items) print i; }; } \
152'
153# Make sure the list of sources is unique.  This is necessary because,
154# e.g., the same source file might be shared among _SOURCES variables
155# for different programs/libraries.
156am__define_uniq_tagged_files = \
157  list='$(am__tagged_files)'; \
158  unique=`for i in $$list; do \
159    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160  done | $(am__uniquify_input)`
161ETAGS = etags
162CTAGS = ctags
163CSCOPE = cscope
164DIST_SUBDIRS = $(SUBDIRS)
165am__DIST_COMMON = $(srcdir)/Makefile.in \
166	$(top_srcdir)/build-aux/compile \
167	$(top_srcdir)/build-aux/config.guess \
168	$(top_srcdir)/build-aux/config.sub \
169	$(top_srcdir)/build-aux/install-sh \
170	$(top_srcdir)/build-aux/missing AUTHORS COPYING ChangeLog \
171	INSTALL README build-aux/compile build-aux/config.guess \
172	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
173	build-aux/missing
174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175distdir = $(PACKAGE)-$(VERSION)
176top_distdir = $(distdir)
177am__remove_distdir = \
178  if test -d "$(distdir)"; then \
179    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
180      && rm -rf "$(distdir)" \
181      || { sleep 5 && rm -rf "$(distdir)"; }; \
182  else :; fi
183am__post_remove_distdir = $(am__remove_distdir)
184am__relativize = \
185  dir0=`pwd`; \
186  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
187  sed_rest='s,^[^/]*/*,,'; \
188  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
189  sed_butlast='s,/*[^/]*$$,,'; \
190  while test -n "$$dir1"; do \
191    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
192    if test "$$first" != "."; then \
193      if test "$$first" = ".."; then \
194        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
195        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
196      else \
197        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
198        if test "$$first2" = "$$first"; then \
199          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
200        else \
201          dir2="../$$dir2"; \
202        fi; \
203        dir0="$$dir0"/"$$first"; \
204      fi; \
205    fi; \
206    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
207  done; \
208  reldir="$$dir2"
209DIST_ARCHIVES = $(distdir).tar.gz
210GZIP_ENV = --best
211DIST_TARGETS = dist-gzip
212distuninstallcheck_listfiles = find . -type f -print
213am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
214  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
215distcleancheck_listfiles = find . -type f -print
216ACLOCAL = @ACLOCAL@
217AC_CONFIG_ARGS = @AC_CONFIG_ARGS@
218AMTAR = @AMTAR@
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AUTOCONF = @AUTOCONF@
221AUTOHEADER = @AUTOHEADER@
222AUTOMAKE = @AUTOMAKE@
223AWK = @AWK@
224BFD_CFLAGS = @BFD_CFLAGS@
225BFD_LIBS = @BFD_LIBS@
226CC = @CC@
227CCDEPMODE = @CCDEPMODE@
228CFLAGS = @CFLAGS@
229CPP = @CPP@
230CPPFLAGS = @CPPFLAGS@
231CXX = @CXX@
232CXXDEPMODE = @CXXDEPMODE@
233CXXFLAGS = @CXXFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DEBUG_CFLAGS = @DEBUG_CFLAGS@
236DEFS = @DEFS@
237DEPDIR = @DEPDIR@
238ECHO_C = @ECHO_C@
239ECHO_N = @ECHO_N@
240ECHO_T = @ECHO_T@
241EGREP = @EGREP@
242EXEEXT = @EXEEXT@
243EXTRA_LIBS = @EXTRA_LIBS@
244FLLOG_BUILD_CPPFLAGS = @FLLOG_BUILD_CPPFLAGS@
245FLLOG_BUILD_CXXFLAGS = @FLLOG_BUILD_CXXFLAGS@
246FLLOG_BUILD_LDADD = @FLLOG_BUILD_LDADD@
247FLLOG_BUILD_LDFLAGS = @FLLOG_BUILD_LDFLAGS@
248FLLOG_VERSION = @FLLOG_VERSION@
249FLLOG_VERSION_MAJOR = @FLLOG_VERSION_MAJOR@
250FLLOG_VERSION_MINOR = @FLLOG_VERSION_MINOR@
251FLLOG_VERSION_PATCH = @FLLOG_VERSION_PATCH@
252FLTK_CFLAGS = @FLTK_CFLAGS@
253FLTK_CONFIG = @FLTK_CONFIG@
254FLTK_LIBS = @FLTK_LIBS@
255FLUID = @FLUID@
256FLXMLRPC_CFLAGS = @FLXMLRPC_CFLAGS@
257FLXMLRPC_LIBS = @FLXMLRPC_LIBS@
258GREP = @GREP@
259INSTALL = @INSTALL@
260INSTALL_DATA = @INSTALL_DATA@
261INSTALL_PROGRAM = @INSTALL_PROGRAM@
262INSTALL_SCRIPT = @INSTALL_SCRIPT@
263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264LDFLAGS = @LDFLAGS@
265LIBOBJS = @LIBOBJS@
266LIBS = @LIBS@
267LTLIBOBJS = @LTLIBOBJS@
268MAC_UNIVERSAL_CFLAGS = @MAC_UNIVERSAL_CFLAGS@
269MAC_UNIVERSAL_LDFLAGS = @MAC_UNIVERSAL_LDFLAGS@
270MAKEINFO = @MAKEINFO@
271MAKENSIS = @MAKENSIS@
272MKDIR_P = @MKDIR_P@
273OBJEXT = @OBJEXT@
274OPT_CFLAGS = @OPT_CFLAGS@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATH_SEPARATOR = @PATH_SEPARATOR@
283PKG_CONFIG = @PKG_CONFIG@
284PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
285PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
286PTW32_CFLAGS = @PTW32_CFLAGS@
287PTW32_LIBS = @PTW32_LIBS@
288RDYNAMIC = @RDYNAMIC@
289SET_MAKE = @SET_MAKE@
290SHELL = @SHELL@
291STRIP = @STRIP@
292VERSION = @VERSION@
293WINDRES = @WINDRES@
294X_CFLAGS = @X_CFLAGS@
295X_LIBS = @X_LIBS@
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
300ac_ct_CC = @ac_ct_CC@
301ac_ct_CXX = @ac_ct_CXX@
302am__include = @am__include@
303am__leading_dot = @am__leading_dot@
304am__quote = @am__quote@
305am__tar = @am__tar@
306am__untar = @am__untar@
307bindir = @bindir@
308build = @build@
309build_alias = @build_alias@
310build_cpu = @build_cpu@
311build_os = @build_os@
312build_vendor = @build_vendor@
313builddir = @builddir@
314datadir = @datadir@
315datarootdir = @datarootdir@
316docdir = @docdir@
317dvidir = @dvidir@
318exec_prefix = @exec_prefix@
319host = @host@
320host_alias = @host_alias@
321host_cpu = @host_cpu@
322host_os = @host_os@
323host_vendor = @host_vendor@
324htmldir = @htmldir@
325includedir = @includedir@
326infodir = @infodir@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330localedir = @localedir@
331localstatedir = @localstatedir@
332mandir = @mandir@
333mkdir_p = @mkdir_p@
334oldincludedir = @oldincludedir@
335pdfdir = @pdfdir@
336prefix = @prefix@
337program_transform_name = @program_transform_name@
338psdir = @psdir@
339runstatedir = @runstatedir@
340sbindir = @sbindir@
341sharedstatedir = @sharedstatedir@
342srcdir = @srcdir@
343sysconfdir = @sysconfdir@
344target = @target@
345target_alias = @target_alias@
346target_cpu = @target_cpu@
347target_os = @target_os@
348target_vendor = @target_vendor@
349top_build_prefix = @top_build_prefix@
350top_builddir = @top_builddir@
351top_srcdir = @top_srcdir@
352ACLOCAL_AMFLAGS = -I m4
353SUBDIRS = src
354all: all-recursive
355
356.SUFFIXES:
357am--refresh: Makefile
358	@:
359$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
364	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
365		&& exit 0; \
366	      exit 1;; \
367	  esac; \
368	done; \
369	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
370	$(am__cd) $(top_srcdir) && \
371	  $(AUTOMAKE) --foreign Makefile
372Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373	@case '$?' in \
374	  *config.status*) \
375	    echo ' $(SHELL) ./config.status'; \
376	    $(SHELL) ./config.status;; \
377	  *) \
378	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
379	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
380	esac;
381
382$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383	$(SHELL) ./config.status --recheck
384
385$(top_srcdir)/configure:  $(am__configure_deps)
386	$(am__cd) $(srcdir) && $(AUTOCONF)
387$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
388	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
389$(am__aclocal_m4_deps):
390
391# This directory's subdirectories are mostly independent; you can cd
392# into them and run 'make' without going through this Makefile.
393# To change the values of 'make' variables: instead of editing Makefiles,
394# (1) if the variable is set in 'config.status', edit 'config.status'
395#     (which will cause the Makefiles to be regenerated when you run 'make');
396# (2) otherwise, pass the desired values on the 'make' command line.
397$(am__recursive_targets):
398	@fail=; \
399	if $(am__make_keepgoing); then \
400	  failcom='fail=yes'; \
401	else \
402	  failcom='exit 1'; \
403	fi; \
404	dot_seen=no; \
405	target=`echo $@ | sed s/-recursive//`; \
406	case "$@" in \
407	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
408	  *) list='$(SUBDIRS)' ;; \
409	esac; \
410	for subdir in $$list; do \
411	  echo "Making $$target in $$subdir"; \
412	  if test "$$subdir" = "."; then \
413	    dot_seen=yes; \
414	    local_target="$$target-am"; \
415	  else \
416	    local_target="$$target"; \
417	  fi; \
418	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419	  || eval $$failcom; \
420	done; \
421	if test "$$dot_seen" = "no"; then \
422	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
423	fi; test -z "$$fail"
424
425ID: $(am__tagged_files)
426	$(am__define_uniq_tagged_files); mkid -fID $$unique
427tags: tags-recursive
428TAGS: tags
429
430tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
431	set x; \
432	here=`pwd`; \
433	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434	  include_option=--etags-include; \
435	  empty_fix=.; \
436	else \
437	  include_option=--include; \
438	  empty_fix=; \
439	fi; \
440	list='$(SUBDIRS)'; for subdir in $$list; do \
441	  if test "$$subdir" = .; then :; else \
442	    test ! -f $$subdir/TAGS || \
443	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444	  fi; \
445	done; \
446	$(am__define_uniq_tagged_files); \
447	shift; \
448	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449	  test -n "$$unique" || unique=$$empty_fix; \
450	  if test $$# -gt 0; then \
451	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452	      "$$@" $$unique; \
453	  else \
454	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	      $$unique; \
456	  fi; \
457	fi
458ctags: ctags-recursive
459
460CTAGS: ctags
461ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462	$(am__define_uniq_tagged_files); \
463	test -z "$(CTAGS_ARGS)$$unique" \
464	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465	     $$unique
466
467GTAGS:
468	here=`$(am__cd) $(top_builddir) && pwd` \
469	  && $(am__cd) $(top_srcdir) \
470	  && gtags -i $(GTAGS_ARGS) "$$here"
471cscope: cscope.files
472	test ! -s cscope.files \
473	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
474clean-cscope:
475	-rm -f cscope.files
476cscope.files: clean-cscope cscopelist
477cscopelist: cscopelist-recursive
478
479cscopelist-am: $(am__tagged_files)
480	list='$(am__tagged_files)'; \
481	case "$(srcdir)" in \
482	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
483	  *) sdir=$(subdir)/$(srcdir) ;; \
484	esac; \
485	for i in $$list; do \
486	  if test -f "$$i"; then \
487	    echo "$(subdir)/$$i"; \
488	  else \
489	    echo "$$sdir/$$i"; \
490	  fi; \
491	done >> $(top_builddir)/cscope.files
492
493distclean-tags:
494	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
496
497distdir: $(DISTFILES)
498	$(am__remove_distdir)
499	test -d "$(distdir)" || mkdir "$(distdir)"
500	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	list='$(DISTFILES)'; \
503	  dist_files=`for file in $$list; do echo $$file; done | \
504	  sed -e "s|^$$srcdirstrip/||;t" \
505	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506	case $$dist_files in \
507	  */*) $(MKDIR_P) `echo "$$dist_files" | \
508			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509			   sort -u` ;; \
510	esac; \
511	for file in $$dist_files; do \
512	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513	  if test -d $$d/$$file; then \
514	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515	    if test -d "$(distdir)/$$file"; then \
516	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517	    fi; \
518	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521	    fi; \
522	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523	  else \
524	    test -f "$(distdir)/$$file" \
525	    || cp -p $$d/$$file "$(distdir)/$$file" \
526	    || exit 1; \
527	  fi; \
528	done
529	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530	  if test "$$subdir" = .; then :; else \
531	    $(am__make_dryrun) \
532	      || test -d "$(distdir)/$$subdir" \
533	      || $(MKDIR_P) "$(distdir)/$$subdir" \
534	      || exit 1; \
535	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
536	    $(am__relativize); \
537	    new_distdir=$$reldir; \
538	    dir1=$$subdir; dir2="$(top_distdir)"; \
539	    $(am__relativize); \
540	    new_top_distdir=$$reldir; \
541	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
542	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
543	    ($(am__cd) $$subdir && \
544	      $(MAKE) $(AM_MAKEFLAGS) \
545	        top_distdir="$$new_top_distdir" \
546	        distdir="$$new_distdir" \
547		am__remove_distdir=: \
548		am__skip_length_check=: \
549		am__skip_mode_fix=: \
550	        distdir) \
551	      || exit 1; \
552	  fi; \
553	done
554	-test -n "$(am__skip_mode_fix)" \
555	|| find "$(distdir)" -type d ! -perm -755 \
556		-exec chmod u+rwx,go+rx {} \; -o \
557	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
558	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
559	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
560	|| chmod -R a+r "$(distdir)"
561dist-gzip: distdir
562	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
563	$(am__post_remove_distdir)
564
565dist-bzip2: distdir
566	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
567	$(am__post_remove_distdir)
568
569dist-lzip: distdir
570	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
571	$(am__post_remove_distdir)
572
573dist-xz: distdir
574	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
575	$(am__post_remove_distdir)
576
577dist-tarZ: distdir
578	@echo WARNING: "Support for distribution archives compressed with" \
579		       "legacy program 'compress' is deprecated." >&2
580	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
581	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
582	$(am__post_remove_distdir)
583
584dist-shar: distdir
585	@echo WARNING: "Support for shar distribution archives is" \
586	               "deprecated." >&2
587	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
588	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
589	$(am__post_remove_distdir)
590
591dist-zip: distdir
592	-rm -f $(distdir).zip
593	zip -rq $(distdir).zip $(distdir)
594	$(am__post_remove_distdir)
595
596dist dist-all:
597	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
598	$(am__post_remove_distdir)
599
600# This target untars the dist file and tries a VPATH configuration.  Then
601# it guarantees that the distribution is self-contained by making another
602# tarfile.
603distcheck: dist
604	case '$(DIST_ARCHIVES)' in \
605	*.tar.gz*) \
606	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
607	*.tar.bz2*) \
608	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
609	*.tar.lz*) \
610	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
611	*.tar.xz*) \
612	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
613	*.tar.Z*) \
614	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
615	*.shar.gz*) \
616	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
617	*.zip*) \
618	  unzip $(distdir).zip ;;\
619	esac
620	chmod -R a-w $(distdir)
621	chmod u+w $(distdir)
622	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
623	chmod a-w $(distdir)
624	test -d $(distdir)/_build || exit 0; \
625	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
626	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
627	  && am__cwd=`pwd` \
628	  && $(am__cd) $(distdir)/_build/sub \
629	  && ../../configure \
630	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
631	    $(DISTCHECK_CONFIGURE_FLAGS) \
632	    --srcdir=../.. --prefix="$$dc_install_base" \
633	  && $(MAKE) $(AM_MAKEFLAGS) \
634	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
635	  && $(MAKE) $(AM_MAKEFLAGS) check \
636	  && $(MAKE) $(AM_MAKEFLAGS) install \
637	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
638	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
639	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
640	        distuninstallcheck \
641	  && chmod -R a-w "$$dc_install_base" \
642	  && ({ \
643	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
644	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
645	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
646	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
647	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
648	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
649	  && rm -rf "$$dc_destdir" \
650	  && $(MAKE) $(AM_MAKEFLAGS) dist \
651	  && rm -rf $(DIST_ARCHIVES) \
652	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
653	  && cd "$$am__cwd" \
654	  || exit 1
655	$(am__post_remove_distdir)
656	@(echo "$(distdir) archives ready for distribution: "; \
657	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
658	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
659distuninstallcheck:
660	@test -n '$(distuninstallcheck_dir)' || { \
661	  echo 'ERROR: trying to run $@ with an empty' \
662	       '$$(distuninstallcheck_dir)' >&2; \
663	  exit 1; \
664	}; \
665	$(am__cd) '$(distuninstallcheck_dir)' || { \
666	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
667	  exit 1; \
668	}; \
669	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
670	   || { echo "ERROR: files left after uninstall:" ; \
671	        if test -n "$(DESTDIR)"; then \
672	          echo "  (check DESTDIR support)"; \
673	        fi ; \
674	        $(distuninstallcheck_listfiles) ; \
675	        exit 1; } >&2
676distcleancheck: distclean
677	@if test '$(srcdir)' = . ; then \
678	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
679	  exit 1 ; \
680	fi
681	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
682	  || { echo "ERROR: files left in build directory after distclean:" ; \
683	       $(distcleancheck_listfiles) ; \
684	       exit 1; } >&2
685check-am: all-am
686check: check-recursive
687all-am: Makefile
688installdirs: installdirs-recursive
689installdirs-am:
690install: install-recursive
691install-exec: install-exec-recursive
692install-data: install-data-recursive
693uninstall: uninstall-recursive
694
695install-am: all-am
696	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
698installcheck: installcheck-recursive
699install-strip:
700	if test -z '$(STRIP)'; then \
701	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703	      install; \
704	else \
705	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
708	fi
709mostlyclean-generic:
710
711clean-generic:
712
713distclean-generic:
714	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
715	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
716
717maintainer-clean-generic:
718	@echo "This command is intended for maintainers to use"
719	@echo "it deletes files that may require special tools to rebuild."
720clean: clean-recursive
721
722clean-am: clean-generic mostlyclean-am
723
724distclean: distclean-recursive
725	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
726	-rm -f Makefile
727distclean-am: clean-am distclean-generic distclean-tags
728
729dvi: dvi-recursive
730
731dvi-am:
732
733html: html-recursive
734
735html-am:
736
737info: info-recursive
738
739info-am:
740
741install-data-am:
742
743install-dvi: install-dvi-recursive
744
745install-dvi-am:
746
747install-exec-am:
748
749install-html: install-html-recursive
750
751install-html-am:
752
753install-info: install-info-recursive
754
755install-info-am:
756
757install-man:
758
759install-pdf: install-pdf-recursive
760
761install-pdf-am:
762
763install-ps: install-ps-recursive
764
765install-ps-am:
766
767installcheck-am:
768
769maintainer-clean: maintainer-clean-recursive
770	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
771	-rm -rf $(top_srcdir)/autom4te.cache
772	-rm -f Makefile
773maintainer-clean-am: distclean-am maintainer-clean-generic
774
775mostlyclean: mostlyclean-recursive
776
777mostlyclean-am: mostlyclean-generic
778
779pdf: pdf-recursive
780
781pdf-am:
782
783ps: ps-recursive
784
785ps-am:
786
787uninstall-am:
788
789.MAKE: $(am__recursive_targets) install-am install-strip
790
791.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
792	am--refresh check check-am clean clean-cscope clean-generic \
793	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
794	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
795	distcheck distclean distclean-generic distclean-tags \
796	distcleancheck distdir distuninstallcheck dvi dvi-am html \
797	html-am info info-am install install-am install-data \
798	install-data-am install-dvi install-dvi-am install-exec \
799	install-exec-am install-html install-html-am install-info \
800	install-info-am install-man install-pdf install-pdf-am \
801	install-ps install-ps-am install-strip installcheck \
802	installcheck-am installdirs installdirs-am maintainer-clean \
803	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
804	pdf-am ps ps-am tags tags-am uninstall uninstall-am
805
806.PRECIOUS: Makefile
807
808
809@HAVE_FLUID_TRUE@flgen:
810@HAVE_FLUID_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
811
812@DARWIN_TRUE@appbundle:
813@DARWIN_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
814
815@HAVE_NSIS_TRUE@nsisinst:
816@HAVE_NSIS_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
817
818#EXTRA_DIST = build-aux/config.rpath
819
820# Tell versions [3.59,3.63) of GNU make to not export all variables.
821# Otherwise a system limit (for SysV at least) may be exceeded.
822.NOEXPORT:
823