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@
16
17#
18# Copyright 1998 - 2005 Double Precision, Inc.  See COPYING for
19# distribution information.
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95subdir = .
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(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 = config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108LTLIBRARIES = $(noinst_LTLIBRARIES)
109librandom128_la_LIBADD =
110am_librandom128_la_OBJECTS = random128.lo random128alpha.lo \
111	random128binary.lo
112librandom128_la_OBJECTS = $(am_librandom128_la_OBJECTS)
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129DEFAULT_INCLUDES = -I.@am__isrc@
130depcomp = $(SHELL) $(top_srcdir)/../../depcomp
131am__maybe_remake_depfiles = depfiles
132am__depfiles_remade = ./$(DEPDIR)/random128.Plo \
133	./$(DEPDIR)/random128alpha.Plo ./$(DEPDIR)/random128binary.Plo
134am__mv = mv -f
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140	$(AM_CFLAGS) $(CFLAGS)
141AM_V_CC = $(am__v_CC_@AM_V@)
142am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143am__v_CC_0 = @echo "  CC      " $@;
144am__v_CC_1 =
145CCLD = $(CC)
146LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151am__v_CCLD_0 = @echo "  CCLD    " $@;
152am__v_CCLD_1 =
153SOURCES = $(librandom128_la_SOURCES)
154DIST_SOURCES = $(librandom128_la_SOURCES)
155am__can_run_installinfo = \
156  case $$AM_UPDATE_INFO_DIR in \
157    n|no|NO) false;; \
158    *) (install-info --version) >/dev/null 2>&1;; \
159  esac
160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
161	config.h.in
162# Read a list of newline-separated strings from the standard input,
163# and print each of them once, without duplicates.  Input order is
164# *not* preserved.
165am__uniquify_input = $(AWK) '\
166  BEGIN { nonempty = 0; } \
167  { items[$$0] = 1; nonempty = 1; } \
168  END { if (nonempty) { for (i in items) print i; }; } \
169'
170# Make sure the list of sources is unique.  This is necessary because,
171# e.g., the same source file might be shared among _SOURCES variables
172# for different programs/libraries.
173am__define_uniq_tagged_files = \
174  list='$(am__tagged_files)'; \
175  unique=`for i in $$list; do \
176    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177  done | $(am__uniquify_input)`
178ETAGS = etags
179CTAGS = ctags
180CSCOPE = cscope
181AM_RECURSIVE_TARGETS = cscope
182am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
183	$(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \
184	$(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
185	$(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
186	$(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
187	../../ChangeLog ../../INSTALL ../../NEWS ../../README \
188	../../compile ../../config.guess ../../config.sub \
189	../../depcomp ../../install-sh ../../ltmain.sh ../../missing
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191distdir = $(PACKAGE)-$(VERSION)
192top_distdir = $(distdir)
193am__remove_distdir = \
194  if test -d "$(distdir)"; then \
195    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
196      && rm -rf "$(distdir)" \
197      || { sleep 5 && rm -rf "$(distdir)"; }; \
198  else :; fi
199am__post_remove_distdir = $(am__remove_distdir)
200DIST_ARCHIVES = $(distdir).tar.gz
201GZIP_ENV = --best
202DIST_TARGETS = dist-gzip
203distuninstallcheck_listfiles = find . -type f -print
204am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
205  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
206distcleancheck_listfiles = find . -type f -print
207ACLOCAL = @ACLOCAL@
208AMTAR = @AMTAR@
209AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210AR = @AR@
211AUTOCONF = @AUTOCONF@
212AUTOHEADER = @AUTOHEADER@
213AUTOMAKE = @AUTOMAKE@
214AWK = @AWK@
215CC = @CC@
216CCDEPMODE = @CCDEPMODE@
217CFLAGS = @CFLAGS@
218CPP = @CPP@
219CPPFLAGS = @CPPFLAGS@
220CYGPATH_W = @CYGPATH_W@
221DEFS = @DEFS@
222DEPDIR = @DEPDIR@
223DLLTOOL = @DLLTOOL@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EXEEXT = @EXEEXT@
231FGREP = @FGREP@
232GREP = @GREP@
233INSTALL = @INSTALL@
234INSTALL_DATA = @INSTALL_DATA@
235INSTALL_PROGRAM = @INSTALL_PROGRAM@
236INSTALL_SCRIPT = @INSTALL_SCRIPT@
237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238LD = @LD@
239LDFLAGS = @LDFLAGS@
240LIBOBJS = @LIBOBJS@
241LIBS = @LIBS@
242LIBTOOL = @LIBTOOL@
243LIPO = @LIPO@
244LN_S = @LN_S@
245LTLIBOBJS = @LTLIBOBJS@
246LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247MAKEINFO = @MAKEINFO@
248MANIFEST_TOOL = @MANIFEST_TOOL@
249MKDIR_P = @MKDIR_P@
250NM = @NM@
251NMEDIT = @NMEDIT@
252OBJDUMP = @OBJDUMP@
253OBJEXT = @OBJEXT@
254OTOOL = @OTOOL@
255OTOOL64 = @OTOOL64@
256PACKAGE = @PACKAGE@
257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258PACKAGE_NAME = @PACKAGE_NAME@
259PACKAGE_STRING = @PACKAGE_STRING@
260PACKAGE_TARNAME = @PACKAGE_TARNAME@
261PACKAGE_URL = @PACKAGE_URL@
262PACKAGE_VERSION = @PACKAGE_VERSION@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264PS = @PS@
265RANLIB = @RANLIB@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269STRIP = @STRIP@
270VERSION = @VERSION@
271W = @W@
272abs_builddir = @abs_builddir@
273abs_srcdir = @abs_srcdir@
274abs_top_builddir = @abs_top_builddir@
275abs_top_srcdir = @abs_top_srcdir@
276ac_ct_AR = @ac_ct_AR@
277ac_ct_CC = @ac_ct_CC@
278ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279am__include = @am__include@
280am__leading_dot = @am__leading_dot@
281am__quote = @am__quote@
282am__tar = @am__tar@
283am__untar = @am__untar@
284bindir = @bindir@
285build = @build@
286build_alias = @build_alias@
287build_cpu = @build_cpu@
288build_os = @build_os@
289build_vendor = @build_vendor@
290builddir = @builddir@
291datadir = @datadir@
292datarootdir = @datarootdir@
293docdir = @docdir@
294dvidir = @dvidir@
295exec_prefix = @exec_prefix@
296host = @host@
297host_alias = @host_alias@
298host_cpu = @host_cpu@
299host_os = @host_os@
300host_vendor = @host_vendor@
301htmldir = @htmldir@
302includedir = @includedir@
303infodir = @infodir@
304install_sh = @install_sh@
305libdir = @libdir@
306libexecdir = @libexecdir@
307localedir = @localedir@
308localstatedir = @localstatedir@
309mandir = @mandir@
310mkdir_p = @mkdir_p@
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316runstatedir = @runstatedir@
317sbindir = @sbindir@
318sharedstatedir = @sharedstatedir@
319srcdir = @srcdir@
320sysconfdir = @sysconfdir@
321target_alias = @target_alias@
322top_build_prefix = @top_build_prefix@
323top_builddir = @top_builddir@
324top_srcdir = @top_srcdir@
325noinst_LTLIBRARIES = librandom128.la
326librandom128_la_SOURCES = random128.c random128.h random128alpha.c \
327	random128binary.c
328
329all: config.h
330	$(MAKE) $(AM_MAKEFLAGS) all-am
331
332.SUFFIXES:
333.SUFFIXES: .c .lo .o .obj
334am--refresh: Makefile
335	@:
336$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
337	@for dep in $?; do \
338	  case '$(am__configure_deps)' in \
339	    *$$dep*) \
340	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
341	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
342		&& exit 0; \
343	      exit 1;; \
344	  esac; \
345	done; \
346	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
347	$(am__cd) $(top_srcdir) && \
348	  $(AUTOMAKE) --foreign Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350	@case '$?' in \
351	  *config.status*) \
352	    echo ' $(SHELL) ./config.status'; \
353	    $(SHELL) ./config.status;; \
354	  *) \
355	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
356	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
357	esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360	$(SHELL) ./config.status --recheck
361
362$(top_srcdir)/configure:  $(am__configure_deps)
363	$(am__cd) $(srcdir) && $(AUTOCONF)
364$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
366$(am__aclocal_m4_deps):
367
368config.h: stamp-h1
369	@test -f $@ || rm -f stamp-h1
370	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
371
372stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
373	@rm -f stamp-h1
374	cd $(top_builddir) && $(SHELL) ./config.status config.h
375$(srcdir)/config.h.in:  $(am__configure_deps)
376	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
377	rm -f stamp-h1
378	touch $@
379
380distclean-hdr:
381	-rm -f config.h stamp-h1
382
383clean-noinstLTLIBRARIES:
384	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
385	@list='$(noinst_LTLIBRARIES)'; \
386	locs=`for p in $$list; do echo $$p; done | \
387	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
388	      sort -u`; \
389	test -z "$$locs" || { \
390	  echo rm -f $${locs}; \
391	  rm -f $${locs}; \
392	}
393
394librandom128.la: $(librandom128_la_OBJECTS) $(librandom128_la_DEPENDENCIES) $(EXTRA_librandom128_la_DEPENDENCIES)
395	$(AM_V_CCLD)$(LINK)  $(librandom128_la_OBJECTS) $(librandom128_la_LIBADD) $(LIBS)
396
397mostlyclean-compile:
398	-rm -f *.$(OBJEXT)
399
400distclean-compile:
401	-rm -f *.tab.c
402
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128.Plo@am__quote@ # am--include-marker
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128alpha.Plo@am__quote@ # am--include-marker
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128binary.Plo@am__quote@ # am--include-marker
406
407$(am__depfiles_remade):
408	@$(MKDIR_P) $(@D)
409	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
410
411am--depfiles: $(am__depfiles_remade)
412
413.c.o:
414@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
419
420.c.obj:
421@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
422@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
426
427.c.lo:
428@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
431@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
433
434mostlyclean-libtool:
435	-rm -f *.lo
436
437clean-libtool:
438	-rm -rf .libs _libs
439
440distclean-libtool:
441	-rm -f libtool config.lt
442
443ID: $(am__tagged_files)
444	$(am__define_uniq_tagged_files); mkid -fID $$unique
445tags: tags-am
446TAGS: tags
447
448tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
449	set x; \
450	here=`pwd`; \
451	$(am__define_uniq_tagged_files); \
452	shift; \
453	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454	  test -n "$$unique" || unique=$$empty_fix; \
455	  if test $$# -gt 0; then \
456	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457	      "$$@" $$unique; \
458	  else \
459	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460	      $$unique; \
461	  fi; \
462	fi
463ctags: ctags-am
464
465CTAGS: ctags
466ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467	$(am__define_uniq_tagged_files); \
468	test -z "$(CTAGS_ARGS)$$unique" \
469	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470	     $$unique
471
472GTAGS:
473	here=`$(am__cd) $(top_builddir) && pwd` \
474	  && $(am__cd) $(top_srcdir) \
475	  && gtags -i $(GTAGS_ARGS) "$$here"
476cscope: cscope.files
477	test ! -s cscope.files \
478	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
479clean-cscope:
480	-rm -f cscope.files
481cscope.files: clean-cscope cscopelist
482cscopelist: cscopelist-am
483
484cscopelist-am: $(am__tagged_files)
485	list='$(am__tagged_files)'; \
486	case "$(srcdir)" in \
487	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
488	  *) sdir=$(subdir)/$(srcdir) ;; \
489	esac; \
490	for i in $$list; do \
491	  if test -f "$$i"; then \
492	    echo "$(subdir)/$$i"; \
493	  else \
494	    echo "$$sdir/$$i"; \
495	  fi; \
496	done >> $(top_builddir)/cscope.files
497
498distclean-tags:
499	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
501
502distdir: $(BUILT_SOURCES)
503	$(MAKE) $(AM_MAKEFLAGS) distdir-am
504
505distdir-am: $(DISTFILES)
506	$(am__remove_distdir)
507	test -d "$(distdir)" || mkdir "$(distdir)"
508	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	list='$(DISTFILES)'; \
511	  dist_files=`for file in $$list; do echo $$file; done | \
512	  sed -e "s|^$$srcdirstrip/||;t" \
513	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514	case $$dist_files in \
515	  */*) $(MKDIR_P) `echo "$$dist_files" | \
516			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517			   sort -u` ;; \
518	esac; \
519	for file in $$dist_files; do \
520	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521	  if test -d $$d/$$file; then \
522	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523	    if test -d "$(distdir)/$$file"; then \
524	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525	    fi; \
526	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529	    fi; \
530	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531	  else \
532	    test -f "$(distdir)/$$file" \
533	    || cp -p $$d/$$file "$(distdir)/$$file" \
534	    || exit 1; \
535	  fi; \
536	done
537	-test -n "$(am__skip_mode_fix)" \
538	|| find "$(distdir)" -type d ! -perm -755 \
539		-exec chmod u+rwx,go+rx {} \; -o \
540	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
541	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
542	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
543	|| chmod -R a+r "$(distdir)"
544dist-gzip: distdir
545	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
546	$(am__post_remove_distdir)
547
548dist-bzip2: distdir
549	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
550	$(am__post_remove_distdir)
551
552dist-lzip: distdir
553	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
554	$(am__post_remove_distdir)
555
556dist-xz: distdir
557	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
558	$(am__post_remove_distdir)
559
560dist-zstd: distdir
561	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
562	$(am__post_remove_distdir)
563
564dist-tarZ: distdir
565	@echo WARNING: "Support for distribution archives compressed with" \
566		       "legacy program 'compress' is deprecated." >&2
567	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
568	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
569	$(am__post_remove_distdir)
570
571dist-shar: distdir
572	@echo WARNING: "Support for shar distribution archives is" \
573	               "deprecated." >&2
574	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
575	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
576	$(am__post_remove_distdir)
577
578dist-zip: distdir
579	-rm -f $(distdir).zip
580	zip -rq $(distdir).zip $(distdir)
581	$(am__post_remove_distdir)
582
583dist dist-all:
584	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
585	$(am__post_remove_distdir)
586
587# This target untars the dist file and tries a VPATH configuration.  Then
588# it guarantees that the distribution is self-contained by making another
589# tarfile.
590distcheck: dist
591	case '$(DIST_ARCHIVES)' in \
592	*.tar.gz*) \
593	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
594	*.tar.bz2*) \
595	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
596	*.tar.lz*) \
597	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
598	*.tar.xz*) \
599	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
600	*.tar.Z*) \
601	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
602	*.shar.gz*) \
603	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
604	*.zip*) \
605	  unzip $(distdir).zip ;;\
606	*.tar.zst*) \
607	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
608	esac
609	chmod -R a-w $(distdir)
610	chmod u+w $(distdir)
611	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
612	chmod a-w $(distdir)
613	test -d $(distdir)/_build || exit 0; \
614	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
615	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
616	  && am__cwd=`pwd` \
617	  && $(am__cd) $(distdir)/_build/sub \
618	  && ../../configure \
619	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
620	    $(DISTCHECK_CONFIGURE_FLAGS) \
621	    --srcdir=../.. --prefix="$$dc_install_base" \
622	  && $(MAKE) $(AM_MAKEFLAGS) \
623	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
624	  && $(MAKE) $(AM_MAKEFLAGS) check \
625	  && $(MAKE) $(AM_MAKEFLAGS) install \
626	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
627	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
628	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
629	        distuninstallcheck \
630	  && chmod -R a-w "$$dc_install_base" \
631	  && ({ \
632	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
633	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
634	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
635	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
636	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
637	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
638	  && rm -rf "$$dc_destdir" \
639	  && $(MAKE) $(AM_MAKEFLAGS) dist \
640	  && rm -rf $(DIST_ARCHIVES) \
641	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
642	  && cd "$$am__cwd" \
643	  || exit 1
644	$(am__post_remove_distdir)
645	@(echo "$(distdir) archives ready for distribution: "; \
646	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
647	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
648distuninstallcheck:
649	@test -n '$(distuninstallcheck_dir)' || { \
650	  echo 'ERROR: trying to run $@ with an empty' \
651	       '$$(distuninstallcheck_dir)' >&2; \
652	  exit 1; \
653	}; \
654	$(am__cd) '$(distuninstallcheck_dir)' || { \
655	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
656	  exit 1; \
657	}; \
658	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
659	   || { echo "ERROR: files left after uninstall:" ; \
660	        if test -n "$(DESTDIR)"; then \
661	          echo "  (check DESTDIR support)"; \
662	        fi ; \
663	        $(distuninstallcheck_listfiles) ; \
664	        exit 1; } >&2
665distcleancheck: distclean
666	@if test '$(srcdir)' = . ; then \
667	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
668	  exit 1 ; \
669	fi
670	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
671	  || { echo "ERROR: files left in build directory after distclean:" ; \
672	       $(distcleancheck_listfiles) ; \
673	       exit 1; } >&2
674check-am: all-am
675check: check-am
676all-am: Makefile $(LTLIBRARIES) config.h
677installdirs:
678install: install-am
679install-exec: install-exec-am
680install-data: install-data-am
681uninstall: uninstall-am
682
683install-am: all-am
684	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
686installcheck: installcheck-am
687install-strip:
688	if test -z '$(STRIP)'; then \
689	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691	      install; \
692	else \
693	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
696	fi
697mostlyclean-generic:
698
699clean-generic:
700
701distclean-generic:
702	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
703	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
704
705maintainer-clean-generic:
706	@echo "This command is intended for maintainers to use"
707	@echo "it deletes files that may require special tools to rebuild."
708clean: clean-am
709
710clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
711	mostlyclean-am
712
713distclean: distclean-am
714	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
715		-rm -f ./$(DEPDIR)/random128.Plo
716	-rm -f ./$(DEPDIR)/random128alpha.Plo
717	-rm -f ./$(DEPDIR)/random128binary.Plo
718	-rm -f Makefile
719distclean-am: clean-am distclean-compile distclean-generic \
720	distclean-hdr distclean-libtool distclean-tags
721
722dvi: dvi-am
723
724dvi-am:
725
726html: html-am
727
728html-am:
729
730info: info-am
731
732info-am:
733
734install-data-am:
735
736install-dvi: install-dvi-am
737
738install-dvi-am:
739
740install-exec-am:
741
742install-html: install-html-am
743
744install-html-am:
745
746install-info: install-info-am
747
748install-info-am:
749
750install-man:
751
752install-pdf: install-pdf-am
753
754install-pdf-am:
755
756install-ps: install-ps-am
757
758install-ps-am:
759
760installcheck-am:
761
762maintainer-clean: maintainer-clean-am
763	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
764	-rm -rf $(top_srcdir)/autom4te.cache
765		-rm -f ./$(DEPDIR)/random128.Plo
766	-rm -f ./$(DEPDIR)/random128alpha.Plo
767	-rm -f ./$(DEPDIR)/random128binary.Plo
768	-rm -f Makefile
769maintainer-clean-am: distclean-am maintainer-clean-generic
770
771mostlyclean: mostlyclean-am
772
773mostlyclean-am: mostlyclean-compile mostlyclean-generic \
774	mostlyclean-libtool
775
776pdf: pdf-am
777
778pdf-am:
779
780ps: ps-am
781
782ps-am:
783
784uninstall-am:
785
786.MAKE: all install-am install-strip
787
788.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
789	check-am clean clean-cscope clean-generic clean-libtool \
790	clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
791	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
792	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
793	distclean-compile distclean-generic distclean-hdr \
794	distclean-libtool distclean-tags distcleancheck distdir \
795	distuninstallcheck dvi dvi-am html html-am info info-am \
796	install install-am install-data install-data-am install-dvi \
797	install-dvi-am install-exec install-exec-am install-html \
798	install-html-am install-info install-info-am install-man \
799	install-pdf install-pdf-am install-ps install-ps-am \
800	install-strip installcheck installcheck-am installdirs \
801	maintainer-clean maintainer-clean-generic mostlyclean \
802	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
803	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
804
805.PRECIOUS: Makefile
806
807
808# Tell versions [3.59,3.63) of GNU make to not export all variables.
809# Otherwise a system limit (for SysV at least) may be exceeded.
810.NOEXPORT:
811