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