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 = .
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 distdir-am 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@
244FLMSG_BUILD_CPPFLAGS = @FLMSG_BUILD_CPPFLAGS@
245FLMSG_BUILD_CXXFLAGS = @FLMSG_BUILD_CXXFLAGS@
246FLMSG_BUILD_LDADD = @FLMSG_BUILD_LDADD@
247FLMSG_BUILD_LDFLAGS = @FLMSG_BUILD_LDFLAGS@
248FLMSG_VERSION = @FLMSG_VERSION@
249FLMSG_VERSION_MAJOR = @FLMSG_VERSION_MAJOR@
250FLMSG_VERSION_MINOR = @FLMSG_VERSION_MINOR@
251FLMSG_VERSION_PATCH = @FLMSG_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__maybe_remake_depfiles)'; \
379	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
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: $(BUILT_SOURCES)
498	$(MAKE) $(AM_MAKEFLAGS) distdir-am
499
500distdir-am: $(DISTFILES)
501	$(am__remove_distdir)
502	test -d "$(distdir)" || mkdir "$(distdir)"
503	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505	list='$(DISTFILES)'; \
506	  dist_files=`for file in $$list; do echo $$file; done | \
507	  sed -e "s|^$$srcdirstrip/||;t" \
508	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509	case $$dist_files in \
510	  */*) $(MKDIR_P) `echo "$$dist_files" | \
511			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512			   sort -u` ;; \
513	esac; \
514	for file in $$dist_files; do \
515	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516	  if test -d $$d/$$file; then \
517	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518	    if test -d "$(distdir)/$$file"; then \
519	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520	    fi; \
521	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526	  else \
527	    test -f "$(distdir)/$$file" \
528	    || cp -p $$d/$$file "$(distdir)/$$file" \
529	    || exit 1; \
530	  fi; \
531	done
532	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
533	  if test "$$subdir" = .; then :; else \
534	    $(am__make_dryrun) \
535	      || test -d "$(distdir)/$$subdir" \
536	      || $(MKDIR_P) "$(distdir)/$$subdir" \
537	      || exit 1; \
538	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
539	    $(am__relativize); \
540	    new_distdir=$$reldir; \
541	    dir1=$$subdir; dir2="$(top_distdir)"; \
542	    $(am__relativize); \
543	    new_top_distdir=$$reldir; \
544	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
545	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
546	    ($(am__cd) $$subdir && \
547	      $(MAKE) $(AM_MAKEFLAGS) \
548	        top_distdir="$$new_top_distdir" \
549	        distdir="$$new_distdir" \
550		am__remove_distdir=: \
551		am__skip_length_check=: \
552		am__skip_mode_fix=: \
553	        distdir) \
554	      || exit 1; \
555	  fi; \
556	done
557	-test -n "$(am__skip_mode_fix)" \
558	|| find "$(distdir)" -type d ! -perm -755 \
559		-exec chmod u+rwx,go+rx {} \; -o \
560	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
561	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
562	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
563	|| chmod -R a+r "$(distdir)"
564dist-gzip: distdir
565	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
566	$(am__post_remove_distdir)
567
568dist-bzip2: distdir
569	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
570	$(am__post_remove_distdir)
571
572dist-lzip: distdir
573	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
574	$(am__post_remove_distdir)
575
576dist-xz: distdir
577	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
578	$(am__post_remove_distdir)
579
580dist-zstd: distdir
581	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
582	$(am__post_remove_distdir)
583
584dist-tarZ: distdir
585	@echo WARNING: "Support for distribution archives compressed with" \
586		       "legacy program 'compress' is deprecated." >&2
587	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
588	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
589	$(am__post_remove_distdir)
590
591dist-shar: distdir
592	@echo WARNING: "Support for shar distribution archives is" \
593	               "deprecated." >&2
594	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
595	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
596	$(am__post_remove_distdir)
597
598dist-zip: distdir
599	-rm -f $(distdir).zip
600	zip -rq $(distdir).zip $(distdir)
601	$(am__post_remove_distdir)
602
603dist dist-all:
604	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
605	$(am__post_remove_distdir)
606
607# This target untars the dist file and tries a VPATH configuration.  Then
608# it guarantees that the distribution is self-contained by making another
609# tarfile.
610distcheck: dist
611	case '$(DIST_ARCHIVES)' in \
612	*.tar.gz*) \
613	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
614	*.tar.bz2*) \
615	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
616	*.tar.lz*) \
617	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
618	*.tar.xz*) \
619	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
620	*.tar.Z*) \
621	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
622	*.shar.gz*) \
623	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
624	*.zip*) \
625	  unzip $(distdir).zip ;;\
626	*.tar.zst*) \
627	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
628	esac
629	chmod -R a-w $(distdir)
630	chmod u+w $(distdir)
631	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
632	chmod a-w $(distdir)
633	test -d $(distdir)/_build || exit 0; \
634	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
635	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
636	  && am__cwd=`pwd` \
637	  && $(am__cd) $(distdir)/_build/sub \
638	  && ../../configure \
639	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
640	    $(DISTCHECK_CONFIGURE_FLAGS) \
641	    --srcdir=../.. --prefix="$$dc_install_base" \
642	  && $(MAKE) $(AM_MAKEFLAGS) \
643	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
644	  && $(MAKE) $(AM_MAKEFLAGS) check \
645	  && $(MAKE) $(AM_MAKEFLAGS) install \
646	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
647	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
648	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
649	        distuninstallcheck \
650	  && chmod -R a-w "$$dc_install_base" \
651	  && ({ \
652	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
653	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
654	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
655	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
656	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
657	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
658	  && rm -rf "$$dc_destdir" \
659	  && $(MAKE) $(AM_MAKEFLAGS) dist \
660	  && rm -rf $(DIST_ARCHIVES) \
661	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
662	  && cd "$$am__cwd" \
663	  || exit 1
664	$(am__post_remove_distdir)
665	@(echo "$(distdir) archives ready for distribution: "; \
666	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
667	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
668distuninstallcheck:
669	@test -n '$(distuninstallcheck_dir)' || { \
670	  echo 'ERROR: trying to run $@ with an empty' \
671	       '$$(distuninstallcheck_dir)' >&2; \
672	  exit 1; \
673	}; \
674	$(am__cd) '$(distuninstallcheck_dir)' || { \
675	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
676	  exit 1; \
677	}; \
678	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
679	   || { echo "ERROR: files left after uninstall:" ; \
680	        if test -n "$(DESTDIR)"; then \
681	          echo "  (check DESTDIR support)"; \
682	        fi ; \
683	        $(distuninstallcheck_listfiles) ; \
684	        exit 1; } >&2
685distcleancheck: distclean
686	@if test '$(srcdir)' = . ; then \
687	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
688	  exit 1 ; \
689	fi
690	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
691	  || { echo "ERROR: files left in build directory after distclean:" ; \
692	       $(distcleancheck_listfiles) ; \
693	       exit 1; } >&2
694check-am: all-am
695check: check-recursive
696all-am: Makefile
697installdirs: installdirs-recursive
698installdirs-am:
699install: install-recursive
700install-exec: install-exec-recursive
701install-data: install-data-recursive
702uninstall: uninstall-recursive
703
704install-am: all-am
705	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706
707installcheck: installcheck-recursive
708install-strip:
709	if test -z '$(STRIP)'; then \
710	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712	      install; \
713	else \
714	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
715	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
716	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
717	fi
718mostlyclean-generic:
719
720clean-generic:
721
722distclean-generic:
723	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
724	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
725
726maintainer-clean-generic:
727	@echo "This command is intended for maintainers to use"
728	@echo "it deletes files that may require special tools to rebuild."
729clean: clean-recursive
730
731clean-am: clean-generic mostlyclean-am
732
733distclean: distclean-recursive
734	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
735	-rm -f Makefile
736distclean-am: clean-am distclean-generic distclean-tags
737
738dvi: dvi-recursive
739
740dvi-am:
741
742html: html-recursive
743
744html-am:
745
746info: info-recursive
747
748info-am:
749
750install-data-am:
751
752install-dvi: install-dvi-recursive
753
754install-dvi-am:
755
756install-exec-am:
757
758install-html: install-html-recursive
759
760install-html-am:
761
762install-info: install-info-recursive
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-recursive
769
770install-pdf-am:
771
772install-ps: install-ps-recursive
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-recursive
779	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
780	-rm -rf $(top_srcdir)/autom4te.cache
781	-rm -f Makefile
782maintainer-clean-am: distclean-am maintainer-clean-generic
783
784mostlyclean: mostlyclean-recursive
785
786mostlyclean-am: mostlyclean-generic
787
788pdf: pdf-recursive
789
790pdf-am:
791
792ps: ps-recursive
793
794ps-am:
795
796uninstall-am:
797
798.MAKE: $(am__recursive_targets) install-am install-strip
799
800.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
801	am--refresh check check-am clean clean-cscope clean-generic \
802	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
803	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
804	dist-zstd distcheck distclean distclean-generic distclean-tags \
805	distcleancheck distdir distuninstallcheck dvi dvi-am html \
806	html-am info info-am install install-am install-data \
807	install-data-am install-dvi install-dvi-am install-exec \
808	install-exec-am install-html install-html-am install-info \
809	install-info-am install-man install-pdf install-pdf-am \
810	install-ps install-ps-am install-strip installcheck \
811	installcheck-am installdirs installdirs-am maintainer-clean \
812	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
813	pdf-am ps ps-am tags tags-am uninstall uninstall-am
814
815.PRECIOUS: Makefile
816
817
818@HAVE_FLUID_TRUE@flgen:
819@HAVE_FLUID_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
820
821@DARWIN_TRUE@appbundle:
822@DARWIN_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
823
824@HAVE_NSIS_TRUE@nsisinst:
825@HAVE_NSIS_TRUE@	(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
826
827#EXTRA_DIST = build-aux/config.rpath
828
829# Tell versions [3.59,3.63) of GNU make to not export all variables.
830# Otherwise a system limit (for SysV at least) may be exceeded.
831.NOEXPORT:
832