1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#========================================================================
19# This is a Makefile.am for the libdieharder library, part of the
20# overall dieharder package.  It pretty much sets up standard library
21#
22# These two targets execute in the toplevel project directory only.
23# make svn      does a svn commit and creates the timestamp $(SVNTIME)
24# make sync     does a svn commit and rsyncs the project repo to a
25#               list of hosts and also creates $(SVNTIME)
26#========================================================================
27
28VPATH = @srcdir@
29pkgdatadir = $(datadir)/@PACKAGE@
30pkgincludedir = $(includedir)/@PACKAGE@
31pkglibdir = $(libdir)/@PACKAGE@
32pkglibexecdir = $(libexecdir)/@PACKAGE@
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34install_sh_DATA = $(install_sh) -c -m 644
35install_sh_PROGRAM = $(install_sh) -c
36install_sh_SCRIPT = $(install_sh) -c
37INSTALL_HEADER = $(INSTALL_DATA)
38transform = $(program_transform_name)
39NORMAL_INSTALL = :
40PRE_INSTALL = :
41POST_INSTALL = :
42NORMAL_UNINSTALL = :
43PRE_UNINSTALL = :
44POST_UNINSTALL = :
45build_triplet = @build@
46host_triplet = @host@
47subdir = libdieharder
48DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49	COPYING
50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51am__aclocal_m4_deps = $(top_srcdir)/configure.ac
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53	$(ACLOCAL_M4)
54mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55CONFIG_HEADER = $(top_builddir)/config.h
56CONFIG_CLEAN_FILES =
57CONFIG_CLEAN_VPATH_FILES =
58am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59am__vpath_adj = case $$p in \
60    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61    *) f=$$p;; \
62  esac;
63am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64am__install_max = 40
65am__nobase_strip_setup = \
66  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67am__nobase_strip = \
68  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69am__nobase_list = $(am__nobase_strip_setup); \
70  for p in $$list; do echo "$$p $$p"; done | \
71  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73    if (++n[$$2] == $(am__install_max)) \
74      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75    END { for (dir in files) print dir, files[dir] }'
76am__base_list = \
77  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
80LTLIBRARIES = $(lib_LTLIBRARIES)
81libdieharder_la_DEPENDENCIES =
82am_libdieharder_la_OBJECTS = libdieharder_la-bits.lo \
83	libdieharder_la-chisq.lo libdieharder_la-countx.lo \
84	libdieharder_la-dab_bytedistrib.lo libdieharder_la-dab_dct.lo \
85	libdieharder_la-dab_filltree.lo \
86	libdieharder_la-dab_filltree2.lo \
87	libdieharder_la-dab_monobit2.lo \
88	libdieharder_la-diehard_2dsphere.lo \
89	libdieharder_la-diehard_3dsphere.lo \
90	libdieharder_la-diehard_birthdays.lo \
91	libdieharder_la-diehard_bitstream.lo \
92	libdieharder_la-diehard_count_1s_byte.lo \
93	libdieharder_la-diehard_count_1s_stream.lo \
94	libdieharder_la-diehard_craps.lo \
95	libdieharder_la-diehard_dna.lo \
96	libdieharder_la-diehard_operm5.lo \
97	libdieharder_la-diehard_opso.lo \
98	libdieharder_la-diehard_oqso.lo \
99	libdieharder_la-diehard_parking_lot.lo \
100	libdieharder_la-diehard_rank_32x32.lo \
101	libdieharder_la-diehard_rank_6x8.lo \
102	libdieharder_la-diehard_runs.lo \
103	libdieharder_la-diehard_squeeze.lo \
104	libdieharder_la-diehard_sums.lo \
105	libdieharder_la-dieharder_rng_types.lo \
106	libdieharder_la-dieharder_test_types.lo \
107	libdieharder_la-histogram.lo libdieharder_la-kstest.lo \
108	libdieharder_la-marsaglia_tsang_gcd.lo \
109	libdieharder_la-marsaglia_tsang_gorilla.lo \
110	libdieharder_la-parse.lo libdieharder_la-prob.lo \
111	libdieharder_la-random_seed.lo libdieharder_la-rank.lo \
112	libdieharder_la-rgb_bitdist.lo \
113	libdieharder_la-rgb_kstest_test.lo \
114	libdieharder_la-rgb_lagged_sums.lo \
115	libdieharder_la-rgb_minimum_distance.lo \
116	libdieharder_la-rgb_permutations.lo \
117	libdieharder_la-rgb_persist.lo libdieharder_la-rgb_timing.lo \
118	libdieharder_la-rngav.lo libdieharder_la-rng_aes.lo \
119	libdieharder_la-rijndael-alg-fst.lo libdieharder_la-rng_ca.lo \
120	libdieharder_la-rng_dev_random.lo \
121	libdieharder_la-rng_dev_arandom.lo \
122	libdieharder_la-rng_dev_urandom.lo \
123	libdieharder_la-rng_file_input.lo \
124	libdieharder_la-rng_file_input_raw.lo \
125	libdieharder_la-rngs_gnu_r.lo libdieharder_la-rng_kiss.lo \
126	libdieharder_la-rng_jenkins.lo \
127	libdieharder_la-rng_superkiss.lo \
128	libdieharder_la-rng_stdin_input_raw.lo \
129	libdieharder_la-rng_threefish.lo libdieharder_la-rng_uvag.lo \
130	libdieharder_la-rng_XOR.lo libdieharder_la-sample.lo \
131	libdieharder_la-skein_block64.lo \
132	libdieharder_la-skein_block_ref.lo libdieharder_la-std_test.lo \
133	libdieharder_la-sts_monobit.lo libdieharder_la-sts_runs.lo \
134	libdieharder_la-sts_serial.lo libdieharder_la-timing.lo \
135	libdieharder_la-Vtest.lo libdieharder_la-version.lo \
136	libdieharder_la-Xtest.lo
137libdieharder_la_OBJECTS = $(am_libdieharder_la_OBJECTS)
138libdieharder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
139	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdieharder_la_CFLAGS) \
140	$(CFLAGS) $(libdieharder_la_LDFLAGS) $(LDFLAGS) -o $@
141DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142depcomp = $(SHELL) $(top_srcdir)/depcomp
143am__depfiles_maybe = depfiles
144am__mv = mv -f
145COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150CCLD = $(CC)
151LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
153	$(LDFLAGS) -o $@
154SOURCES = $(libdieharder_la_SOURCES)
155DIST_SOURCES = $(libdieharder_la_SOURCES)
156man3dir = $(mandir)/man3
157NROFF = nroff
158MANS = $(man3_MANS)
159ETAGS = etags
160CTAGS = ctags
161DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162ACLOCAL = @ACLOCAL@
163ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
164ACTAR = @ACTAR@
165AMTAR = @AMTAR@
166AR = @AR@
167AUTOCONF = @AUTOCONF@
168AUTOHEADER = @AUTOHEADER@
169AUTOMAKE = @AUTOMAKE@
170AWK = @AWK@
171CC = @CC@
172CCDEPMODE = @CCDEPMODE@
173CFLAGS = @CFLAGS@
174CPP = @CPP@
175CPPFLAGS = @CPPFLAGS@
176CYGPATH_W = @CYGPATH_W@
177DEFS = @DEFS@
178DEPDIR = @DEPDIR@
179DIEHARDER_CFLAGS = @DIEHARDER_CFLAGS@
180DIEHARDER_LIBS = @DIEHARDER_LIBS@
181DIEHARDER_LIB_VERSION = @DIEHARDER_LIB_VERSION@
182DIEHARDER_LT_VERSION = @DIEHARDER_LT_VERSION@
183DSYMUTIL = @DSYMUTIL@
184DUMPBIN = @DUMPBIN@
185ECHO_C = @ECHO_C@
186ECHO_N = @ECHO_N@
187ECHO_T = @ECHO_T@
188EGREP = @EGREP@
189EXEEXT = @EXEEXT@
190FGREP = @FGREP@
191GREP = @GREP@
192INSTALL = @INSTALL@
193INSTALL_DATA = @INSTALL_DATA@
194INSTALL_PROGRAM = @INSTALL_PROGRAM@
195INSTALL_SCRIPT = @INSTALL_SCRIPT@
196INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197LD = @LD@
198LDFLAGS = @LDFLAGS@
199LIBOBJS = @LIBOBJS@
200LIBS = @LIBS@
201LIBTOOL = @LIBTOOL@
202LIBTOOL_DEPS = @LIBTOOL_DEPS@
203LIPO = @LIPO@
204LITTLE_ENDIAN = @LITTLE_ENDIAN@
205LN_S = @LN_S@
206LTLIBOBJS = @LTLIBOBJS@
207MAKEINFO = @MAKEINFO@
208MKDIR_P = @MKDIR_P@
209NM = @NM@
210NMEDIT = @NMEDIT@
211OBJDUMP = @OBJDUMP@
212OBJEXT = @OBJEXT@
213OTOOL = @OTOOL@
214OTOOL64 = @OTOOL64@
215PACKAGE = @PACKAGE@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PATH_SEPARATOR = @PATH_SEPARATOR@
223RANLIB = @RANLIB@
224RELEASE = @RELEASE@
225RELEASED = @RELEASED@
226SED = @SED@
227SET_MAKE = @SET_MAKE@
228SHELL = @SHELL@
229STRIP = @STRIP@
230
231# This is automagically set in the toplevel build.  Do not edit by
232# hand.
233VERSION = @VERSION@
234abs_builddir = @abs_builddir@
235abs_srcdir = @abs_srcdir@
236abs_top_builddir = @abs_top_builddir@
237abs_top_srcdir = @abs_top_srcdir@
238ac_ct_CC = @ac_ct_CC@
239ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240am__include = @am__include@
241am__leading_dot = @am__leading_dot@
242am__quote = @am__quote@
243am__tar = @am__tar@
244am__untar = @am__untar@
245bindir = @bindir@
246build = @build@
247build_alias = @build_alias@
248build_cpu = @build_cpu@
249build_os = @build_os@
250build_vendor = @build_vendor@
251builddir = @builddir@
252datadir = @datadir@
253datarootdir = @datarootdir@
254dieharder_CFLAGS = @dieharder_CFLAGS@
255docdir = @docdir@
256dvidir = @dvidir@
257exec_prefix = @exec_prefix@
258host = @host@
259host_alias = @host_alias@
260host_cpu = @host_cpu@
261host_os = @host_os@
262host_vendor = @host_vendor@
263htmldir = @htmldir@
264includedir = @includedir@
265infodir = @infodir@
266install_sh = @install_sh@
267libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@
268libdir = @libdir@
269libexecdir = @libexecdir@
270localedir = @localedir@
271localstatedir = @localstatedir@
272mandir = @mandir@
273mkdir_p = @mkdir_p@
274oldincludedir = @oldincludedir@
275pdfdir = @pdfdir@
276prefix = @prefix@
277program_transform_name = @program_transform_name@
278psdir = @psdir@
279sbindir = @sbindir@
280sharedstatedir = @sharedstatedir@
281srcdir = @srcdir@
282sysconfdir = @sysconfdir@
283target_alias = @target_alias@
284top_build_prefix = @top_build_prefix@
285top_builddir = @top_builddir@
286top_srcdir = @top_srcdir@
287# VERSION_MAJOR = $(shell expr $(VERSION) : '\(.*\)\..*\..*' \| $(VERSION))
288# RELEASE=0
289
290# Man page
291man3_MANS = libdieharder.3
292
293# Library definitions
294lib_LTLIBRARIES = libdieharder.la
295libdieharder_la_LIBADD = -lgsl -lgslcblas -lm
296libdieharder_la_LDFLAGS = -version-number @DIEHARDER_LT_VERSION@
297libdieharder_la_CFLAGS = -std=c99 -Wall -pedantic
298
299# Sources
300# The shell script is the easy way to do this, by far.  But it may not
301# be sufficiently portable.
302# libdieharder_la_SOURCES = $(shell ls *.c  2>&1 | sed -e "/\/bin\/ls:/d")
303libdieharder_la_SOURCES = \
304	bits.c \
305	chisq.c \
306	countx.c \
307	dab_bytedistrib.c \
308	dab_dct.c \
309	dab_filltree.c \
310	dab_filltree2.c \
311	dab_monobit2.c \
312	diehard_2dsphere.c \
313	diehard_3dsphere.c \
314	diehard_birthdays.c \
315	diehard_bitstream.c \
316	diehard_count_1s_byte.c \
317	diehard_count_1s_stream.c \
318	diehard_craps.c \
319	diehard_dna.c \
320	diehard_operm5.c \
321	diehard_opso.c \
322	diehard_oqso.c \
323	diehard_parking_lot.c \
324	diehard_rank_32x32.c \
325	diehard_rank_6x8.c \
326	diehard_runs.c \
327	diehard_squeeze.c \
328	diehard_sums.c \
329	dieharder_rng_types.c \
330	dieharder_test_types.c \
331	histogram.c \
332	kstest.c \
333	marsaglia_tsang_gcd.c \
334	marsaglia_tsang_gorilla.c \
335	parse.c \
336	prob.c \
337	random_seed.c \
338	rank.c \
339	rgb_bitdist.c \
340	rgb_kstest_test.c \
341	rgb_lagged_sums.c \
342	rgb_minimum_distance.c \
343	rgb_permutations.c \
344	rgb_persist.c \
345	rgb_timing.c \
346	rngav.c \
347	rng_aes.c \
348	rijndael-alg-fst.c \
349	rng_ca.c \
350	rng_dev_random.c \
351	rng_dev_arandom.c \
352	rng_dev_urandom.c \
353	rng_file_input.c \
354	rng_file_input_raw.c \
355	rngs_gnu_r.c \
356	rng_kiss.c \
357	rng_jenkins.c \
358	rng_superkiss.c \
359	rng_stdin_input_raw.c \
360	rng_threefish.c \
361	rng_uvag.c \
362	rng_XOR.c \
363	sample.c \
364	skein_block64.c \
365	skein_block_ref.c \
366	std_test.c \
367	sts_monobit.c \
368	sts_runs.c \
369	sts_serial.c \
370	timing.c \
371	Vtest.c \
372	version.c \
373	Xtest.c
374
375
376#	rgb_operm.c
377#	rgb_lmn.c
378
379# The program/library may need to know what version it is, define
380# the VERSION macro.
381DEFINES = -DVERSION=$(VERSION) -DBRG_LITTLE_ENDIAN=$(LITTLE_ENDIAN)
382
383#========================================================================
384# Define parameters and directives needed in compile/link steps.
385#========================================================================
386# C Compiler.  Change only if you must.
387# CC = gcc
388
389# Compile flags (use fairly standard -O3 as default)
390AM_CPPFLAGS = $(DEFINES) -I ${top_srcdir}/include -I ${includedir}
391AM_CFLAGS = -O3 -Wall -pedantic -Wno-unused-variable
392
393#========================================================================
394# The only safe place to do commits is in the toplevel directory
395#========================================================================
396SVNTREE = $(HOME)/Src/svn-tree
397SVNPATH = $(SVNTREE)/dieharder
398SVNTIME = dieharder.svn.time
399all: all-am
400
401.SUFFIXES:
402.SUFFIXES: .c .lo .o .obj
403$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
404	@for dep in $?; do \
405	  case '$(am__configure_deps)' in \
406	    *$$dep*) \
407	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408	        && { if test -f $@; then exit 0; else break; fi; }; \
409	      exit 1;; \
410	  esac; \
411	done; \
412	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libdieharder/Makefile'; \
413	$(am__cd) $(top_srcdir) && \
414	  $(AUTOMAKE) --gnu libdieharder/Makefile
415.PRECIOUS: Makefile
416Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417	@case '$?' in \
418	  *config.status*) \
419	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420	  *) \
421	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
422	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
423	esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
428$(top_srcdir)/configure:  $(am__configure_deps)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
431	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432$(am__aclocal_m4_deps):
433install-libLTLIBRARIES: $(lib_LTLIBRARIES)
434	@$(NORMAL_INSTALL)
435	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
436	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
437	list2=; for p in $$list; do \
438	  if test -f $$p; then \
439	    list2="$$list2 $$p"; \
440	  else :; fi; \
441	done; \
442	test -z "$$list2" || { \
443	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
444	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
445	}
446
447uninstall-libLTLIBRARIES:
448	@$(NORMAL_UNINSTALL)
449	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
450	for p in $$list; do \
451	  $(am__strip_dir) \
452	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
453	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
454	done
455
456clean-libLTLIBRARIES:
457	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
458	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
459	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
460	  test "$$dir" != "$$p" || dir=.; \
461	  echo "rm -f \"$${dir}/so_locations\""; \
462	  rm -f "$${dir}/so_locations"; \
463	done
464libdieharder.la: $(libdieharder_la_OBJECTS) $(libdieharder_la_DEPENDENCIES)
465	$(libdieharder_la_LINK) -rpath $(libdir) $(libdieharder_la_OBJECTS) $(libdieharder_la_LIBADD) $(LIBS)
466
467mostlyclean-compile:
468	-rm -f *.$(OBJEXT)
469
470distclean-compile:
471	-rm -f *.tab.c
472
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-Vtest.Plo@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-Xtest.Plo@am__quote@
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-bits.Plo@am__quote@
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-chisq.Plo@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-countx.Plo@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_dct.Plo@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_filltree.Plo@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_filltree2.Plo@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dab_monobit2.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_birthdays.Plo@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_bitstream.Plo@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_craps.Plo@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_dna.Plo@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_operm5.Plo@am__quote@
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_opso.Plo@am__quote@
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_oqso.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_runs.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_squeeze.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-diehard_sums.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-dieharder_test_types.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-histogram.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-kstest.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-parse.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-prob.Plo@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-random_seed.Plo@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rank.Plo@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_bitdist.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_permutations.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_persist.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rgb_timing.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_XOR.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_aes.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_ca.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_random.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_file_input.Plo@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_jenkins.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_kiss.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_superkiss.Plo@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_threefish.Plo@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rng_uvag.Plo@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rngav.Plo@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sample.Plo@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-skein_block64.Plo@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-skein_block_ref.Plo@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-std_test.Plo@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_monobit.Plo@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_runs.Plo@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-sts_serial.Plo@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-timing.Plo@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdieharder_la-version.Plo@am__quote@
543
544.c.o:
545@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
547@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549@am__fastdepCC_FALSE@	$(COMPILE) -c $<
550
551.c.obj:
552@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
553@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
557
558.c.lo:
559@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
562@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
564
565libdieharder_la-bits.lo: bits.c
566@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-bits.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-bits.Tpo -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c
567@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-bits.Tpo $(DEPDIR)/libdieharder_la-bits.Plo
568@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='bits.c' object='libdieharder_la-bits.lo' libtool=yes @AMDEPBACKSLASH@
569@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-bits.lo `test -f 'bits.c' || echo '$(srcdir)/'`bits.c
571
572libdieharder_la-chisq.lo: chisq.c
573@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-chisq.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-chisq.Tpo -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c
574@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-chisq.Tpo $(DEPDIR)/libdieharder_la-chisq.Plo
575@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='chisq.c' object='libdieharder_la-chisq.lo' libtool=yes @AMDEPBACKSLASH@
576@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-chisq.lo `test -f 'chisq.c' || echo '$(srcdir)/'`chisq.c
578
579libdieharder_la-countx.lo: countx.c
580@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-countx.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-countx.Tpo -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c
581@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-countx.Tpo $(DEPDIR)/libdieharder_la-countx.Plo
582@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='countx.c' object='libdieharder_la-countx.lo' libtool=yes @AMDEPBACKSLASH@
583@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-countx.lo `test -f 'countx.c' || echo '$(srcdir)/'`countx.c
585
586libdieharder_la-dab_bytedistrib.lo: dab_bytedistrib.c
587@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_bytedistrib.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c
588@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dab_bytedistrib.Tpo $(DEPDIR)/libdieharder_la-dab_bytedistrib.Plo
589@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dab_bytedistrib.c' object='libdieharder_la-dab_bytedistrib.lo' libtool=yes @AMDEPBACKSLASH@
590@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_bytedistrib.lo `test -f 'dab_bytedistrib.c' || echo '$(srcdir)/'`dab_bytedistrib.c
592
593libdieharder_la-dab_dct.lo: dab_dct.c
594@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_dct.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_dct.Tpo -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c
595@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dab_dct.Tpo $(DEPDIR)/libdieharder_la-dab_dct.Plo
596@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dab_dct.c' object='libdieharder_la-dab_dct.lo' libtool=yes @AMDEPBACKSLASH@
597@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_dct.lo `test -f 'dab_dct.c' || echo '$(srcdir)/'`dab_dct.c
599
600libdieharder_la-dab_filltree.lo: dab_filltree.c
601@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree.Tpo -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c
602@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree.Tpo $(DEPDIR)/libdieharder_la-dab_filltree.Plo
603@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dab_filltree.c' object='libdieharder_la-dab_filltree.lo' libtool=yes @AMDEPBACKSLASH@
604@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree.lo `test -f 'dab_filltree.c' || echo '$(srcdir)/'`dab_filltree.c
606
607libdieharder_la-dab_filltree2.lo: dab_filltree2.c
608@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_filltree2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c
609@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dab_filltree2.Tpo $(DEPDIR)/libdieharder_la-dab_filltree2.Plo
610@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dab_filltree2.c' object='libdieharder_la-dab_filltree2.lo' libtool=yes @AMDEPBACKSLASH@
611@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_filltree2.lo `test -f 'dab_filltree2.c' || echo '$(srcdir)/'`dab_filltree2.c
613
614libdieharder_la-dab_monobit2.lo: dab_monobit2.c
615@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dab_monobit2.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c
616@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dab_monobit2.Tpo $(DEPDIR)/libdieharder_la-dab_monobit2.Plo
617@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dab_monobit2.c' object='libdieharder_la-dab_monobit2.lo' libtool=yes @AMDEPBACKSLASH@
618@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dab_monobit2.lo `test -f 'dab_monobit2.c' || echo '$(srcdir)/'`dab_monobit2.c
620
621libdieharder_la-diehard_2dsphere.lo: diehard_2dsphere.c
622@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_2dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c
623@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_2dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_2dsphere.Plo
624@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_2dsphere.c' object='libdieharder_la-diehard_2dsphere.lo' libtool=yes @AMDEPBACKSLASH@
625@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_2dsphere.lo `test -f 'diehard_2dsphere.c' || echo '$(srcdir)/'`diehard_2dsphere.c
627
628libdieharder_la-diehard_3dsphere.lo: diehard_3dsphere.c
629@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_3dsphere.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c
630@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_3dsphere.Tpo $(DEPDIR)/libdieharder_la-diehard_3dsphere.Plo
631@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_3dsphere.c' object='libdieharder_la-diehard_3dsphere.lo' libtool=yes @AMDEPBACKSLASH@
632@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_3dsphere.lo `test -f 'diehard_3dsphere.c' || echo '$(srcdir)/'`diehard_3dsphere.c
634
635libdieharder_la-diehard_birthdays.lo: diehard_birthdays.c
636@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_birthdays.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c
637@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_birthdays.Tpo $(DEPDIR)/libdieharder_la-diehard_birthdays.Plo
638@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_birthdays.c' object='libdieharder_la-diehard_birthdays.lo' libtool=yes @AMDEPBACKSLASH@
639@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_birthdays.lo `test -f 'diehard_birthdays.c' || echo '$(srcdir)/'`diehard_birthdays.c
641
642libdieharder_la-diehard_bitstream.lo: diehard_bitstream.c
643@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_bitstream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c
644@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_bitstream.Tpo $(DEPDIR)/libdieharder_la-diehard_bitstream.Plo
645@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_bitstream.c' object='libdieharder_la-diehard_bitstream.lo' libtool=yes @AMDEPBACKSLASH@
646@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_bitstream.lo `test -f 'diehard_bitstream.c' || echo '$(srcdir)/'`diehard_bitstream.c
648
649libdieharder_la-diehard_count_1s_byte.lo: diehard_count_1s_byte.c
650@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_byte.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c
651@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_byte.Plo
652@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_count_1s_byte.c' object='libdieharder_la-diehard_count_1s_byte.lo' libtool=yes @AMDEPBACKSLASH@
653@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_byte.lo `test -f 'diehard_count_1s_byte.c' || echo '$(srcdir)/'`diehard_count_1s_byte.c
655
656libdieharder_la-diehard_count_1s_stream.lo: diehard_count_1s_stream.c
657@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_count_1s_stream.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c
658@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Tpo $(DEPDIR)/libdieharder_la-diehard_count_1s_stream.Plo
659@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_count_1s_stream.c' object='libdieharder_la-diehard_count_1s_stream.lo' libtool=yes @AMDEPBACKSLASH@
660@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_count_1s_stream.lo `test -f 'diehard_count_1s_stream.c' || echo '$(srcdir)/'`diehard_count_1s_stream.c
662
663libdieharder_la-diehard_craps.lo: diehard_craps.c
664@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_craps.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_craps.Tpo -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c
665@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_craps.Tpo $(DEPDIR)/libdieharder_la-diehard_craps.Plo
666@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_craps.c' object='libdieharder_la-diehard_craps.lo' libtool=yes @AMDEPBACKSLASH@
667@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_craps.lo `test -f 'diehard_craps.c' || echo '$(srcdir)/'`diehard_craps.c
669
670libdieharder_la-diehard_dna.lo: diehard_dna.c
671@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_dna.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_dna.Tpo -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c
672@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_dna.Tpo $(DEPDIR)/libdieharder_la-diehard_dna.Plo
673@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_dna.c' object='libdieharder_la-diehard_dna.lo' libtool=yes @AMDEPBACKSLASH@
674@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_dna.lo `test -f 'diehard_dna.c' || echo '$(srcdir)/'`diehard_dna.c
676
677libdieharder_la-diehard_operm5.lo: diehard_operm5.c
678@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_operm5.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c
679@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_operm5.Tpo $(DEPDIR)/libdieharder_la-diehard_operm5.Plo
680@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_operm5.c' object='libdieharder_la-diehard_operm5.lo' libtool=yes @AMDEPBACKSLASH@
681@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_operm5.lo `test -f 'diehard_operm5.c' || echo '$(srcdir)/'`diehard_operm5.c
683
684libdieharder_la-diehard_opso.lo: diehard_opso.c
685@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_opso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_opso.Tpo -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c
686@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_opso.Tpo $(DEPDIR)/libdieharder_la-diehard_opso.Plo
687@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_opso.c' object='libdieharder_la-diehard_opso.lo' libtool=yes @AMDEPBACKSLASH@
688@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_opso.lo `test -f 'diehard_opso.c' || echo '$(srcdir)/'`diehard_opso.c
690
691libdieharder_la-diehard_oqso.lo: diehard_oqso.c
692@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_oqso.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c
693@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_oqso.Tpo $(DEPDIR)/libdieharder_la-diehard_oqso.Plo
694@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_oqso.c' object='libdieharder_la-diehard_oqso.lo' libtool=yes @AMDEPBACKSLASH@
695@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_oqso.lo `test -f 'diehard_oqso.c' || echo '$(srcdir)/'`diehard_oqso.c
697
698libdieharder_la-diehard_parking_lot.lo: diehard_parking_lot.c
699@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_parking_lot.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c
700@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_parking_lot.Tpo $(DEPDIR)/libdieharder_la-diehard_parking_lot.Plo
701@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_parking_lot.c' object='libdieharder_la-diehard_parking_lot.lo' libtool=yes @AMDEPBACKSLASH@
702@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_parking_lot.lo `test -f 'diehard_parking_lot.c' || echo '$(srcdir)/'`diehard_parking_lot.c
704
705libdieharder_la-diehard_rank_32x32.lo: diehard_rank_32x32.c
706@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_32x32.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c
707@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_32x32.Plo
708@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_rank_32x32.c' object='libdieharder_la-diehard_rank_32x32.lo' libtool=yes @AMDEPBACKSLASH@
709@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_32x32.lo `test -f 'diehard_rank_32x32.c' || echo '$(srcdir)/'`diehard_rank_32x32.c
711
712libdieharder_la-diehard_rank_6x8.lo: diehard_rank_6x8.c
713@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_rank_6x8.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c
714@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Tpo $(DEPDIR)/libdieharder_la-diehard_rank_6x8.Plo
715@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_rank_6x8.c' object='libdieharder_la-diehard_rank_6x8.lo' libtool=yes @AMDEPBACKSLASH@
716@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_rank_6x8.lo `test -f 'diehard_rank_6x8.c' || echo '$(srcdir)/'`diehard_rank_6x8.c
718
719libdieharder_la-diehard_runs.lo: diehard_runs.c
720@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_runs.Tpo -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c
721@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_runs.Tpo $(DEPDIR)/libdieharder_la-diehard_runs.Plo
722@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_runs.c' object='libdieharder_la-diehard_runs.lo' libtool=yes @AMDEPBACKSLASH@
723@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_runs.lo `test -f 'diehard_runs.c' || echo '$(srcdir)/'`diehard_runs.c
725
726libdieharder_la-diehard_squeeze.lo: diehard_squeeze.c
727@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_squeeze.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c
728@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_squeeze.Tpo $(DEPDIR)/libdieharder_la-diehard_squeeze.Plo
729@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_squeeze.c' object='libdieharder_la-diehard_squeeze.lo' libtool=yes @AMDEPBACKSLASH@
730@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_squeeze.lo `test -f 'diehard_squeeze.c' || echo '$(srcdir)/'`diehard_squeeze.c
732
733libdieharder_la-diehard_sums.lo: diehard_sums.c
734@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-diehard_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-diehard_sums.Tpo -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c
735@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-diehard_sums.Tpo $(DEPDIR)/libdieharder_la-diehard_sums.Plo
736@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='diehard_sums.c' object='libdieharder_la-diehard_sums.lo' libtool=yes @AMDEPBACKSLASH@
737@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-diehard_sums.lo `test -f 'diehard_sums.c' || echo '$(srcdir)/'`diehard_sums.c
739
740libdieharder_la-dieharder_rng_types.lo: dieharder_rng_types.c
741@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_rng_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c
742@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dieharder_rng_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_rng_types.Plo
743@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dieharder_rng_types.c' object='libdieharder_la-dieharder_rng_types.lo' libtool=yes @AMDEPBACKSLASH@
744@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_rng_types.lo `test -f 'dieharder_rng_types.c' || echo '$(srcdir)/'`dieharder_rng_types.c
746
747libdieharder_la-dieharder_test_types.lo: dieharder_test_types.c
748@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-dieharder_test_types.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c
749@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-dieharder_test_types.Tpo $(DEPDIR)/libdieharder_la-dieharder_test_types.Plo
750@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dieharder_test_types.c' object='libdieharder_la-dieharder_test_types.lo' libtool=yes @AMDEPBACKSLASH@
751@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-dieharder_test_types.lo `test -f 'dieharder_test_types.c' || echo '$(srcdir)/'`dieharder_test_types.c
753
754libdieharder_la-histogram.lo: histogram.c
755@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-histogram.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-histogram.Tpo -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c
756@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-histogram.Tpo $(DEPDIR)/libdieharder_la-histogram.Plo
757@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='histogram.c' object='libdieharder_la-histogram.lo' libtool=yes @AMDEPBACKSLASH@
758@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-histogram.lo `test -f 'histogram.c' || echo '$(srcdir)/'`histogram.c
760
761libdieharder_la-kstest.lo: kstest.c
762@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-kstest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-kstest.Tpo -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c
763@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-kstest.Tpo $(DEPDIR)/libdieharder_la-kstest.Plo
764@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='kstest.c' object='libdieharder_la-kstest.lo' libtool=yes @AMDEPBACKSLASH@
765@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-kstest.lo `test -f 'kstest.c' || echo '$(srcdir)/'`kstest.c
767
768libdieharder_la-marsaglia_tsang_gcd.lo: marsaglia_tsang_gcd.c
769@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gcd.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c
770@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gcd.Plo
771@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='marsaglia_tsang_gcd.c' object='libdieharder_la-marsaglia_tsang_gcd.lo' libtool=yes @AMDEPBACKSLASH@
772@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gcd.lo `test -f 'marsaglia_tsang_gcd.c' || echo '$(srcdir)/'`marsaglia_tsang_gcd.c
774
775libdieharder_la-marsaglia_tsang_gorilla.lo: marsaglia_tsang_gorilla.c
776@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-marsaglia_tsang_gorilla.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c
777@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Tpo $(DEPDIR)/libdieharder_la-marsaglia_tsang_gorilla.Plo
778@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='marsaglia_tsang_gorilla.c' object='libdieharder_la-marsaglia_tsang_gorilla.lo' libtool=yes @AMDEPBACKSLASH@
779@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-marsaglia_tsang_gorilla.lo `test -f 'marsaglia_tsang_gorilla.c' || echo '$(srcdir)/'`marsaglia_tsang_gorilla.c
781
782libdieharder_la-parse.lo: parse.c
783@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-parse.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-parse.Tpo -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
784@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-parse.Tpo $(DEPDIR)/libdieharder_la-parse.Plo
785@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='parse.c' object='libdieharder_la-parse.lo' libtool=yes @AMDEPBACKSLASH@
786@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
788
789libdieharder_la-prob.lo: prob.c
790@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-prob.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-prob.Tpo -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c
791@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-prob.Tpo $(DEPDIR)/libdieharder_la-prob.Plo
792@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='prob.c' object='libdieharder_la-prob.lo' libtool=yes @AMDEPBACKSLASH@
793@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-prob.lo `test -f 'prob.c' || echo '$(srcdir)/'`prob.c
795
796libdieharder_la-random_seed.lo: random_seed.c
797@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-random_seed.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-random_seed.Tpo -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c
798@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-random_seed.Tpo $(DEPDIR)/libdieharder_la-random_seed.Plo
799@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='random_seed.c' object='libdieharder_la-random_seed.lo' libtool=yes @AMDEPBACKSLASH@
800@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-random_seed.lo `test -f 'random_seed.c' || echo '$(srcdir)/'`random_seed.c
802
803libdieharder_la-rank.lo: rank.c
804@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rank.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rank.Tpo -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c
805@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rank.Tpo $(DEPDIR)/libdieharder_la-rank.Plo
806@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rank.c' object='libdieharder_la-rank.lo' libtool=yes @AMDEPBACKSLASH@
807@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rank.lo `test -f 'rank.c' || echo '$(srcdir)/'`rank.c
809
810libdieharder_la-rgb_bitdist.lo: rgb_bitdist.c
811@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_bitdist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c
812@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_bitdist.Tpo $(DEPDIR)/libdieharder_la-rgb_bitdist.Plo
813@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_bitdist.c' object='libdieharder_la-rgb_bitdist.lo' libtool=yes @AMDEPBACKSLASH@
814@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_bitdist.lo `test -f 'rgb_bitdist.c' || echo '$(srcdir)/'`rgb_bitdist.c
816
817libdieharder_la-rgb_kstest_test.lo: rgb_kstest_test.c
818@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_kstest_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c
819@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_kstest_test.Tpo $(DEPDIR)/libdieharder_la-rgb_kstest_test.Plo
820@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_kstest_test.c' object='libdieharder_la-rgb_kstest_test.lo' libtool=yes @AMDEPBACKSLASH@
821@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_kstest_test.lo `test -f 'rgb_kstest_test.c' || echo '$(srcdir)/'`rgb_kstest_test.c
823
824libdieharder_la-rgb_lagged_sums.lo: rgb_lagged_sums.c
825@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_lagged_sums.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c
826@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Tpo $(DEPDIR)/libdieharder_la-rgb_lagged_sums.Plo
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_lagged_sums.c' object='libdieharder_la-rgb_lagged_sums.lo' libtool=yes @AMDEPBACKSLASH@
828@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_lagged_sums.lo `test -f 'rgb_lagged_sums.c' || echo '$(srcdir)/'`rgb_lagged_sums.c
830
831libdieharder_la-rgb_minimum_distance.lo: rgb_minimum_distance.c
832@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_minimum_distance.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c
833@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Tpo $(DEPDIR)/libdieharder_la-rgb_minimum_distance.Plo
834@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_minimum_distance.c' object='libdieharder_la-rgb_minimum_distance.lo' libtool=yes @AMDEPBACKSLASH@
835@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_minimum_distance.lo `test -f 'rgb_minimum_distance.c' || echo '$(srcdir)/'`rgb_minimum_distance.c
837
838libdieharder_la-rgb_permutations.lo: rgb_permutations.c
839@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_permutations.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c
840@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_permutations.Tpo $(DEPDIR)/libdieharder_la-rgb_permutations.Plo
841@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_permutations.c' object='libdieharder_la-rgb_permutations.lo' libtool=yes @AMDEPBACKSLASH@
842@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_permutations.lo `test -f 'rgb_permutations.c' || echo '$(srcdir)/'`rgb_permutations.c
844
845libdieharder_la-rgb_persist.lo: rgb_persist.c
846@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_persist.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_persist.Tpo -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c
847@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_persist.Tpo $(DEPDIR)/libdieharder_la-rgb_persist.Plo
848@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_persist.c' object='libdieharder_la-rgb_persist.lo' libtool=yes @AMDEPBACKSLASH@
849@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
850@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_persist.lo `test -f 'rgb_persist.c' || echo '$(srcdir)/'`rgb_persist.c
851
852libdieharder_la-rgb_timing.lo: rgb_timing.c
853@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rgb_timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rgb_timing.Tpo -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c
854@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rgb_timing.Tpo $(DEPDIR)/libdieharder_la-rgb_timing.Plo
855@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rgb_timing.c' object='libdieharder_la-rgb_timing.lo' libtool=yes @AMDEPBACKSLASH@
856@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
857@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rgb_timing.lo `test -f 'rgb_timing.c' || echo '$(srcdir)/'`rgb_timing.c
858
859libdieharder_la-rngav.lo: rngav.c
860@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngav.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngav.Tpo -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c
861@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rngav.Tpo $(DEPDIR)/libdieharder_la-rngav.Plo
862@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rngav.c' object='libdieharder_la-rngav.lo' libtool=yes @AMDEPBACKSLASH@
863@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngav.lo `test -f 'rngav.c' || echo '$(srcdir)/'`rngav.c
865
866libdieharder_la-rng_aes.lo: rng_aes.c
867@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_aes.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_aes.Tpo -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c
868@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_aes.Tpo $(DEPDIR)/libdieharder_la-rng_aes.Plo
869@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_aes.c' object='libdieharder_la-rng_aes.lo' libtool=yes @AMDEPBACKSLASH@
870@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_aes.lo `test -f 'rng_aes.c' || echo '$(srcdir)/'`rng_aes.c
872
873libdieharder_la-rijndael-alg-fst.lo: rijndael-alg-fst.c
874@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rijndael-alg-fst.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c
875@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Tpo $(DEPDIR)/libdieharder_la-rijndael-alg-fst.Plo
876@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rijndael-alg-fst.c' object='libdieharder_la-rijndael-alg-fst.lo' libtool=yes @AMDEPBACKSLASH@
877@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rijndael-alg-fst.lo `test -f 'rijndael-alg-fst.c' || echo '$(srcdir)/'`rijndael-alg-fst.c
879
880libdieharder_la-rng_ca.lo: rng_ca.c
881@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_ca.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_ca.Tpo -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c
882@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_ca.Tpo $(DEPDIR)/libdieharder_la-rng_ca.Plo
883@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_ca.c' object='libdieharder_la-rng_ca.lo' libtool=yes @AMDEPBACKSLASH@
884@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_ca.lo `test -f 'rng_ca.c' || echo '$(srcdir)/'`rng_ca.c
886
887libdieharder_la-rng_dev_random.lo: rng_dev_random.c
888@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_random.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c
889@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_random.Tpo $(DEPDIR)/libdieharder_la-rng_dev_random.Plo
890@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_dev_random.c' object='libdieharder_la-rng_dev_random.lo' libtool=yes @AMDEPBACKSLASH@
891@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_random.lo `test -f 'rng_dev_random.c' || echo '$(srcdir)/'`rng_dev_random.c
893
894libdieharder_la-rng_dev_arandom.lo: rng_dev_arandom.c
895@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_arandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c
896@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_arandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_arandom.Plo
897@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_dev_arandom.c' object='libdieharder_la-rng_dev_arandom.lo' libtool=yes @AMDEPBACKSLASH@
898@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_arandom.lo `test -f 'rng_dev_arandom.c' || echo '$(srcdir)/'`rng_dev_arandom.c
900
901libdieharder_la-rng_dev_urandom.lo: rng_dev_urandom.c
902@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_dev_urandom.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c
903@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_dev_urandom.Tpo $(DEPDIR)/libdieharder_la-rng_dev_urandom.Plo
904@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_dev_urandom.c' object='libdieharder_la-rng_dev_urandom.lo' libtool=yes @AMDEPBACKSLASH@
905@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_dev_urandom.lo `test -f 'rng_dev_urandom.c' || echo '$(srcdir)/'`rng_dev_urandom.c
907
908libdieharder_la-rng_file_input.lo: rng_file_input.c
909@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input.Tpo -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c
910@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input.Tpo $(DEPDIR)/libdieharder_la-rng_file_input.Plo
911@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_file_input.c' object='libdieharder_la-rng_file_input.lo' libtool=yes @AMDEPBACKSLASH@
912@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input.lo `test -f 'rng_file_input.c' || echo '$(srcdir)/'`rng_file_input.c
914
915libdieharder_la-rng_file_input_raw.lo: rng_file_input_raw.c
916@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_file_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c
917@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_file_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_file_input_raw.Plo
918@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_file_input_raw.c' object='libdieharder_la-rng_file_input_raw.lo' libtool=yes @AMDEPBACKSLASH@
919@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_file_input_raw.lo `test -f 'rng_file_input_raw.c' || echo '$(srcdir)/'`rng_file_input_raw.c
921
922libdieharder_la-rngs_gnu_r.lo: rngs_gnu_r.c
923@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rngs_gnu_r.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c
924@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rngs_gnu_r.Tpo $(DEPDIR)/libdieharder_la-rngs_gnu_r.Plo
925@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rngs_gnu_r.c' object='libdieharder_la-rngs_gnu_r.lo' libtool=yes @AMDEPBACKSLASH@
926@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rngs_gnu_r.lo `test -f 'rngs_gnu_r.c' || echo '$(srcdir)/'`rngs_gnu_r.c
928
929libdieharder_la-rng_kiss.lo: rng_kiss.c
930@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_kiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_kiss.Tpo -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c
931@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_kiss.Tpo $(DEPDIR)/libdieharder_la-rng_kiss.Plo
932@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_kiss.c' object='libdieharder_la-rng_kiss.lo' libtool=yes @AMDEPBACKSLASH@
933@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_kiss.lo `test -f 'rng_kiss.c' || echo '$(srcdir)/'`rng_kiss.c
935
936libdieharder_la-rng_jenkins.lo: rng_jenkins.c
937@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_jenkins.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c
938@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_jenkins.Tpo $(DEPDIR)/libdieharder_la-rng_jenkins.Plo
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_jenkins.c' object='libdieharder_la-rng_jenkins.lo' libtool=yes @AMDEPBACKSLASH@
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_jenkins.lo `test -f 'rng_jenkins.c' || echo '$(srcdir)/'`rng_jenkins.c
942
943libdieharder_la-rng_superkiss.lo: rng_superkiss.c
944@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_superkiss.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c
945@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_superkiss.Tpo $(DEPDIR)/libdieharder_la-rng_superkiss.Plo
946@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_superkiss.c' object='libdieharder_la-rng_superkiss.lo' libtool=yes @AMDEPBACKSLASH@
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_superkiss.lo `test -f 'rng_superkiss.c' || echo '$(srcdir)/'`rng_superkiss.c
949
950libdieharder_la-rng_stdin_input_raw.lo: rng_stdin_input_raw.c
951@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_stdin_input_raw.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c
952@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Tpo $(DEPDIR)/libdieharder_la-rng_stdin_input_raw.Plo
953@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_stdin_input_raw.c' object='libdieharder_la-rng_stdin_input_raw.lo' libtool=yes @AMDEPBACKSLASH@
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_stdin_input_raw.lo `test -f 'rng_stdin_input_raw.c' || echo '$(srcdir)/'`rng_stdin_input_raw.c
956
957libdieharder_la-rng_threefish.lo: rng_threefish.c
958@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_threefish.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_threefish.Tpo -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c
959@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_threefish.Tpo $(DEPDIR)/libdieharder_la-rng_threefish.Plo
960@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_threefish.c' object='libdieharder_la-rng_threefish.lo' libtool=yes @AMDEPBACKSLASH@
961@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
962@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_threefish.lo `test -f 'rng_threefish.c' || echo '$(srcdir)/'`rng_threefish.c
963
964libdieharder_la-rng_uvag.lo: rng_uvag.c
965@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_uvag.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_uvag.Tpo -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c
966@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_uvag.Tpo $(DEPDIR)/libdieharder_la-rng_uvag.Plo
967@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_uvag.c' object='libdieharder_la-rng_uvag.lo' libtool=yes @AMDEPBACKSLASH@
968@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
969@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_uvag.lo `test -f 'rng_uvag.c' || echo '$(srcdir)/'`rng_uvag.c
970
971libdieharder_la-rng_XOR.lo: rng_XOR.c
972@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-rng_XOR.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-rng_XOR.Tpo -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c
973@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-rng_XOR.Tpo $(DEPDIR)/libdieharder_la-rng_XOR.Plo
974@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rng_XOR.c' object='libdieharder_la-rng_XOR.lo' libtool=yes @AMDEPBACKSLASH@
975@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-rng_XOR.lo `test -f 'rng_XOR.c' || echo '$(srcdir)/'`rng_XOR.c
977
978libdieharder_la-sample.lo: sample.c
979@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sample.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sample.Tpo -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c
980@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-sample.Tpo $(DEPDIR)/libdieharder_la-sample.Plo
981@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sample.c' object='libdieharder_la-sample.lo' libtool=yes @AMDEPBACKSLASH@
982@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sample.lo `test -f 'sample.c' || echo '$(srcdir)/'`sample.c
984
985libdieharder_la-skein_block64.lo: skein_block64.c
986@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block64.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block64.Tpo -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c
987@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-skein_block64.Tpo $(DEPDIR)/libdieharder_la-skein_block64.Plo
988@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='skein_block64.c' object='libdieharder_la-skein_block64.lo' libtool=yes @AMDEPBACKSLASH@
989@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block64.lo `test -f 'skein_block64.c' || echo '$(srcdir)/'`skein_block64.c
991
992libdieharder_la-skein_block_ref.lo: skein_block_ref.c
993@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-skein_block_ref.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c
994@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-skein_block_ref.Tpo $(DEPDIR)/libdieharder_la-skein_block_ref.Plo
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='skein_block_ref.c' object='libdieharder_la-skein_block_ref.lo' libtool=yes @AMDEPBACKSLASH@
996@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-skein_block_ref.lo `test -f 'skein_block_ref.c' || echo '$(srcdir)/'`skein_block_ref.c
998
999libdieharder_la-std_test.lo: std_test.c
1000@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-std_test.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-std_test.Tpo -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c
1001@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-std_test.Tpo $(DEPDIR)/libdieharder_la-std_test.Plo
1002@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='std_test.c' object='libdieharder_la-std_test.lo' libtool=yes @AMDEPBACKSLASH@
1003@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-std_test.lo `test -f 'std_test.c' || echo '$(srcdir)/'`std_test.c
1005
1006libdieharder_la-sts_monobit.lo: sts_monobit.c
1007@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_monobit.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_monobit.Tpo -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c
1008@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-sts_monobit.Tpo $(DEPDIR)/libdieharder_la-sts_monobit.Plo
1009@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sts_monobit.c' object='libdieharder_la-sts_monobit.lo' libtool=yes @AMDEPBACKSLASH@
1010@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_monobit.lo `test -f 'sts_monobit.c' || echo '$(srcdir)/'`sts_monobit.c
1012
1013libdieharder_la-sts_runs.lo: sts_runs.c
1014@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_runs.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_runs.Tpo -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c
1015@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-sts_runs.Tpo $(DEPDIR)/libdieharder_la-sts_runs.Plo
1016@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sts_runs.c' object='libdieharder_la-sts_runs.lo' libtool=yes @AMDEPBACKSLASH@
1017@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1018@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_runs.lo `test -f 'sts_runs.c' || echo '$(srcdir)/'`sts_runs.c
1019
1020libdieharder_la-sts_serial.lo: sts_serial.c
1021@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-sts_serial.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-sts_serial.Tpo -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c
1022@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-sts_serial.Tpo $(DEPDIR)/libdieharder_la-sts_serial.Plo
1023@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sts_serial.c' object='libdieharder_la-sts_serial.lo' libtool=yes @AMDEPBACKSLASH@
1024@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1025@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-sts_serial.lo `test -f 'sts_serial.c' || echo '$(srcdir)/'`sts_serial.c
1026
1027libdieharder_la-timing.lo: timing.c
1028@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-timing.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-timing.Tpo -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c
1029@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-timing.Tpo $(DEPDIR)/libdieharder_la-timing.Plo
1030@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timing.c' object='libdieharder_la-timing.lo' libtool=yes @AMDEPBACKSLASH@
1031@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1032@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-timing.lo `test -f 'timing.c' || echo '$(srcdir)/'`timing.c
1033
1034libdieharder_la-Vtest.lo: Vtest.c
1035@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Vtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Vtest.Tpo -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c
1036@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-Vtest.Tpo $(DEPDIR)/libdieharder_la-Vtest.Plo
1037@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='Vtest.c' object='libdieharder_la-Vtest.lo' libtool=yes @AMDEPBACKSLASH@
1038@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1039@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Vtest.lo `test -f 'Vtest.c' || echo '$(srcdir)/'`Vtest.c
1040
1041libdieharder_la-version.lo: version.c
1042@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-version.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-version.Tpo -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
1043@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-version.Tpo $(DEPDIR)/libdieharder_la-version.Plo
1044@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='version.c' object='libdieharder_la-version.lo' libtool=yes @AMDEPBACKSLASH@
1045@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1046@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
1047
1048libdieharder_la-Xtest.lo: Xtest.c
1049@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -MT libdieharder_la-Xtest.lo -MD -MP -MF $(DEPDIR)/libdieharder_la-Xtest.Tpo -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c
1050@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdieharder_la-Xtest.Tpo $(DEPDIR)/libdieharder_la-Xtest.Plo
1051@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='Xtest.c' object='libdieharder_la-Xtest.lo' libtool=yes @AMDEPBACKSLASH@
1052@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1053@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdieharder_la_CFLAGS) $(CFLAGS) -c -o libdieharder_la-Xtest.lo `test -f 'Xtest.c' || echo '$(srcdir)/'`Xtest.c
1054
1055mostlyclean-libtool:
1056	-rm -f *.lo
1057
1058clean-libtool:
1059	-rm -rf .libs _libs
1060install-man3: $(man3_MANS)
1061	@$(NORMAL_INSTALL)
1062	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
1063	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
1064	{ for i in $$list; do echo "$$i"; done; \
1065	} | while read p; do \
1066	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1067	  echo "$$d$$p"; echo "$$p"; \
1068	done | \
1069	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1070	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1071	sed 'N;N;s,\n, ,g' | { \
1072	list=; while read file base inst; do \
1073	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1074	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1075	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
1076	  fi; \
1077	done; \
1078	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1079	while read files; do \
1080	  test -z "$$files" || { \
1081	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
1082	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
1083	done; }
1084
1085uninstall-man3:
1086	@$(NORMAL_UNINSTALL)
1087	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
1088	files=`{ for i in $$list; do echo "$$i"; done; \
1089	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1090	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1091	test -z "$$files" || { \
1092	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
1093	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
1094
1095ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1096	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1097	unique=`for i in $$list; do \
1098	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1099	  done | \
1100	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1101	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1102	mkid -fID $$unique
1103tags: TAGS
1104
1105TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1106		$(TAGS_FILES) $(LISP)
1107	set x; \
1108	here=`pwd`; \
1109	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1110	unique=`for i in $$list; do \
1111	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1112	  done | \
1113	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1114	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1115	shift; \
1116	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1117	  test -n "$$unique" || unique=$$empty_fix; \
1118	  if test $$# -gt 0; then \
1119	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1120	      "$$@" $$unique; \
1121	  else \
1122	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1123	      $$unique; \
1124	  fi; \
1125	fi
1126ctags: CTAGS
1127CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1128		$(TAGS_FILES) $(LISP)
1129	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1130	unique=`for i in $$list; do \
1131	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1132	  done | \
1133	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1134	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1135	test -z "$(CTAGS_ARGS)$$unique" \
1136	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1137	     $$unique
1138
1139GTAGS:
1140	here=`$(am__cd) $(top_builddir) && pwd` \
1141	  && $(am__cd) $(top_srcdir) \
1142	  && gtags -i $(GTAGS_ARGS) "$$here"
1143
1144distclean-tags:
1145	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1146
1147distdir: $(DISTFILES)
1148	@list='$(MANS)'; if test -n "$$list"; then \
1149	  list=`for p in $$list; do \
1150	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1151	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1152	  if test -n "$$list" && \
1153	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1154	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1155	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
1156	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1157	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
1158	    exit 1; \
1159	  else :; fi; \
1160	else :; fi
1161	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1162	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1163	list='$(DISTFILES)'; \
1164	  dist_files=`for file in $$list; do echo $$file; done | \
1165	  sed -e "s|^$$srcdirstrip/||;t" \
1166	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1167	case $$dist_files in \
1168	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1169			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1170			   sort -u` ;; \
1171	esac; \
1172	for file in $$dist_files; do \
1173	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1174	  if test -d $$d/$$file; then \
1175	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1176	    if test -d "$(distdir)/$$file"; then \
1177	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1178	    fi; \
1179	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1180	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1181	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1182	    fi; \
1183	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1184	  else \
1185	    test -f "$(distdir)/$$file" \
1186	    || cp -p $$d/$$file "$(distdir)/$$file" \
1187	    || exit 1; \
1188	  fi; \
1189	done
1190check-am: all-am
1191check: check-am
1192all-am: Makefile $(LTLIBRARIES) $(MANS)
1193installdirs:
1194	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
1195	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1196	done
1197install: install-am
1198install-exec: install-exec-am
1199install-data: install-data-am
1200uninstall: uninstall-am
1201
1202install-am: all-am
1203	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1204
1205installcheck: installcheck-am
1206install-strip:
1207	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1208	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1209	  `test -z '$(STRIP)' || \
1210	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1211mostlyclean-generic:
1212
1213clean-generic:
1214
1215distclean-generic:
1216	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1217	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1218
1219maintainer-clean-generic:
1220	@echo "This command is intended for maintainers to use"
1221	@echo "it deletes files that may require special tools to rebuild."
1222clean: clean-am
1223
1224clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1225	mostlyclean-am
1226
1227distclean: distclean-am
1228	-rm -rf ./$(DEPDIR)
1229	-rm -f Makefile
1230distclean-am: clean-am distclean-compile distclean-generic \
1231	distclean-tags
1232
1233dvi: dvi-am
1234
1235dvi-am:
1236
1237html: html-am
1238
1239html-am:
1240
1241info: info-am
1242
1243info-am:
1244
1245install-data-am: install-man
1246
1247install-dvi: install-dvi-am
1248
1249install-dvi-am:
1250
1251install-exec-am: install-libLTLIBRARIES
1252
1253install-html: install-html-am
1254
1255install-html-am:
1256
1257install-info: install-info-am
1258
1259install-info-am:
1260
1261install-man: install-man3
1262
1263install-pdf: install-pdf-am
1264
1265install-pdf-am:
1266
1267install-ps: install-ps-am
1268
1269install-ps-am:
1270
1271installcheck-am:
1272
1273maintainer-clean: maintainer-clean-am
1274	-rm -rf ./$(DEPDIR)
1275	-rm -f Makefile
1276maintainer-clean-am: distclean-am maintainer-clean-generic
1277
1278mostlyclean: mostlyclean-am
1279
1280mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1281	mostlyclean-libtool
1282
1283pdf: pdf-am
1284
1285pdf-am:
1286
1287ps: ps-am
1288
1289ps-am:
1290
1291uninstall-am: uninstall-libLTLIBRARIES uninstall-man
1292
1293uninstall-man: uninstall-man3
1294
1295.MAKE: install-am install-strip
1296
1297.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1298	clean-libLTLIBRARIES clean-libtool ctags distclean \
1299	distclean-compile distclean-generic distclean-libtool \
1300	distclean-tags distdir dvi dvi-am html html-am info info-am \
1301	install install-am install-data install-data-am install-dvi \
1302	install-dvi-am install-exec install-exec-am install-html \
1303	install-html-am install-info install-info-am \
1304	install-libLTLIBRARIES install-man install-man3 install-pdf \
1305	install-pdf-am install-ps install-ps-am install-strip \
1306	installcheck installcheck-am installdirs maintainer-clean \
1307	maintainer-clean-generic mostlyclean mostlyclean-compile \
1308	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1309	tags uninstall uninstall-am uninstall-libLTLIBRARIES \
1310	uninstall-man uninstall-man3
1311
1312
1313svn:
1314	(cd ..;make svn)
1315
1316sync:
1317	(cd ..;make sync)
1318
1319# Tell versions [3.59,3.63) of GNU make to not export all variables.
1320# Otherwise a system limit (for SysV at least) may be exceeded.
1321.NOEXPORT:
1322