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@
90subdir = doc
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \
93	$(top_srcdir)/m4/dast.m4 $(top_srcdir)/m4/ax_pthread.m4 \
94	$(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116am__can_run_installinfo = \
117  case $$AM_UPDATE_INFO_DIR in \
118    n|no|NO) false;; \
119    *) (install-info --version) >/dev/null 2>&1;; \
120  esac
121am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
122am__DIST_COMMON = $(srcdir)/Makefile.in
123DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124ACLOCAL = @ACLOCAL@
125AMTAR = @AMTAR@
126AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127AUTOCONF = @AUTOCONF@
128AUTOHEADER = @AUTOHEADER@
129AUTOMAKE = @AUTOMAKE@
130AWK = @AWK@
131CC = @CC@
132CCDEPMODE = @CCDEPMODE@
133CFLAGS = @CFLAGS@
134CPP = @CPP@
135CPPFLAGS = @CPPFLAGS@
136CXX = @CXX@
137CXXDEPMODE = @CXXDEPMODE@
138CXXFLAGS = @CXXFLAGS@
139CYGPATH_W = @CYGPATH_W@
140DEFS = @DEFS@
141DEPDIR = @DEPDIR@
142ECHO_C = @ECHO_C@
143ECHO_N = @ECHO_N@
144ECHO_T = @ECHO_T@
145EGREP = @EGREP@
146EXEEXT = @EXEEXT@
147GREP = @GREP@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153LDFLAGS = @LDFLAGS@
154LIBOBJS = @LIBOBJS@
155LIBS = @LIBS@
156LTLIBOBJS = @LTLIBOBJS@
157MAINT = @MAINT@
158MAKEINFO = @MAKEINFO@
159MKDIR_P = @MKDIR_P@
160OBJEXT = @OBJEXT@
161PACKAGE = @PACKAGE@
162PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163PACKAGE_NAME = @PACKAGE_NAME@
164PACKAGE_STRING = @PACKAGE_STRING@
165PACKAGE_TARNAME = @PACKAGE_TARNAME@
166PACKAGE_URL = @PACKAGE_URL@
167PACKAGE_VERSION = @PACKAGE_VERSION@
168PATH_SEPARATOR = @PATH_SEPARATOR@
169PTHREAD_CC = @PTHREAD_CC@
170PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
171PTHREAD_LIBS = @PTHREAD_LIBS@
172RANLIB = @RANLIB@
173SED = @SED@
174SET_MAKE = @SET_MAKE@
175SHELL = @SHELL@
176STRIP = @STRIP@
177STRIP_BEGIN = @STRIP_BEGIN@
178STRIP_DUMMY = @STRIP_DUMMY@
179STRIP_END = @STRIP_END@
180VERSION = @VERSION@
181WEB100_CFLAGS = @WEB100_CFLAGS@
182WEB100_CONFIG = @WEB100_CONFIG@
183WEB100_LIBS = @WEB100_LIBS@
184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
188ac_ct_CC = @ac_ct_CC@
189ac_ct_CXX = @ac_ct_CXX@
190am__include = @am__include@
191am__leading_dot = @am__leading_dot@
192am__quote = @am__quote@
193am__tar = @am__tar@
194am__untar = @am__untar@
195ax_pthread_config = @ax_pthread_config@
196bindir = @bindir@
197build = @build@
198build_alias = @build_alias@
199build_cpu = @build_cpu@
200build_os = @build_os@
201build_vendor = @build_vendor@
202builddir = @builddir@
203datadir = @datadir@
204datarootdir = @datarootdir@
205docdir = @docdir@
206dvidir = @dvidir@
207exec_prefix = @exec_prefix@
208host = @host@
209host_alias = @host_alias@
210host_cpu = @host_cpu@
211host_os = @host_os@
212host_vendor = @host_vendor@
213htmldir = @htmldir@
214includedir = @includedir@
215infodir = @infodir@
216install_sh = @install_sh@
217libdir = @libdir@
218libexecdir = @libexecdir@
219localedir = @localedir@
220localstatedir = @localstatedir@
221mandir = @mandir@
222mkdir_p = @mkdir_p@
223oldincludedir = @oldincludedir@
224pdfdir = @pdfdir@
225prefix = @prefix@
226program_transform_name = @program_transform_name@
227psdir = @psdir@
228sbindir = @sbindir@
229sharedstatedir = @sharedstatedir@
230srcdir = @srcdir@
231sysconfdir = @sysconfdir@
232target_alias = @target_alias@
233top_build_prefix = @top_build_prefix@
234top_builddir = @top_builddir@
235top_srcdir = @top_srcdir@
236EXTRA_DIST = index.html ui_license.html dast.gif
237all: all-am
238
239.SUFFIXES:
240$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
241	@for dep in $?; do \
242	  case '$(am__configure_deps)' in \
243	    *$$dep*) \
244	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245	        && { if test -f $@; then exit 0; else break; fi; }; \
246	      exit 1;; \
247	  esac; \
248	done; \
249	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
250	$(am__cd) $(top_srcdir) && \
251	  $(AUTOMAKE) --gnu doc/Makefile
252Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253	@case '$?' in \
254	  *config.status*) \
255	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256	  *) \
257	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
258	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
259	esac;
260
261$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
264$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
265	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
267	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(am__aclocal_m4_deps):
269tags TAGS:
270
271ctags CTAGS:
272
273cscope cscopelist:
274
275
276distdir: $(BUILT_SOURCES)
277	$(MAKE) $(AM_MAKEFLAGS) distdir-am
278
279distdir-am: $(DISTFILES)
280	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
281	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
282	list='$(DISTFILES)'; \
283	  dist_files=`for file in $$list; do echo $$file; done | \
284	  sed -e "s|^$$srcdirstrip/||;t" \
285	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
286	case $$dist_files in \
287	  */*) $(MKDIR_P) `echo "$$dist_files" | \
288			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
289			   sort -u` ;; \
290	esac; \
291	for file in $$dist_files; do \
292	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
293	  if test -d $$d/$$file; then \
294	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
295	    if test -d "$(distdir)/$$file"; then \
296	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297	    fi; \
298	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
300	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
301	    fi; \
302	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
303	  else \
304	    test -f "$(distdir)/$$file" \
305	    || cp -p $$d/$$file "$(distdir)/$$file" \
306	    || exit 1; \
307	  fi; \
308	done
309check-am: all-am
310check: check-am
311all-am: Makefile
312installdirs:
313install: install-am
314install-exec: install-exec-am
315install-data: install-data-am
316uninstall: uninstall-am
317
318install-am: all-am
319	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320
321installcheck: installcheck-am
322install-strip:
323	if test -z '$(STRIP)'; then \
324	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
325	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
326	      install; \
327	else \
328	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
330	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
331	fi
332mostlyclean-generic:
333
334clean-generic:
335
336distclean-generic:
337	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
338	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
339
340maintainer-clean-generic:
341	@echo "This command is intended for maintainers to use"
342	@echo "it deletes files that may require special tools to rebuild."
343clean: clean-am
344
345clean-am: clean-generic mostlyclean-am
346
347distclean: distclean-am
348	-rm -f Makefile
349distclean-am: clean-am distclean-generic
350
351dvi: dvi-am
352
353dvi-am:
354
355html: html-am
356
357html-am:
358
359info: info-am
360
361info-am:
362
363install-data-am:
364
365install-dvi: install-dvi-am
366
367install-dvi-am:
368
369install-exec-am:
370
371install-html: install-html-am
372
373install-html-am:
374
375install-info: install-info-am
376
377install-info-am:
378
379install-man:
380
381install-pdf: install-pdf-am
382
383install-pdf-am:
384
385install-ps: install-ps-am
386
387install-ps-am:
388
389installcheck-am:
390
391maintainer-clean: maintainer-clean-am
392	-rm -f Makefile
393maintainer-clean-am: distclean-am maintainer-clean-generic
394
395mostlyclean: mostlyclean-am
396
397mostlyclean-am: mostlyclean-generic
398
399pdf: pdf-am
400
401pdf-am:
402
403ps: ps-am
404
405ps-am:
406
407uninstall-am:
408
409.MAKE: install-am install-strip
410
411.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
412	ctags-am distclean distclean-generic distdir dvi dvi-am html \
413	html-am info info-am install install-am install-data \
414	install-data-am install-dvi install-dvi-am install-exec \
415	install-exec-am install-html install-html-am install-info \
416	install-info-am install-man install-pdf install-pdf-am \
417	install-ps install-ps-am install-strip installcheck \
418	installcheck-am installdirs maintainer-clean \
419	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
420	pdf-am ps ps-am tags-am uninstall uninstall-am
421
422.PRECIOUS: Makefile
423
424
425# Tell versions [3.59,3.63) of GNU make to not export all variables.
426# Otherwise a system limit (for SysV at least) may be exceeded.
427.NOEXPORT:
428