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
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39bin_PROGRAMS = cmph$(EXEEXT)
40noinst_PROGRAMS = bm_numbers$(EXEEXT)
41subdir = src
42DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
43	$(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
46	$(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48	$(ACLOCAL_M4)
49mkinstalldirs = $(install_sh) -d
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52CONFIG_CLEAN_VPATH_FILES =
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56    *) f=$$p;; \
57  esac;
58am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59am__install_max = 40
60am__nobase_strip_setup = \
61  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62am__nobase_strip = \
63  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64am__nobase_list = $(am__nobase_strip_setup); \
65  for p in $$list; do echo "$$p $$p"; done | \
66  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68    if (++n[$$2] == $(am__install_max)) \
69      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70    END { for (dir in files) print dir, files[dir] }'
71am__base_list = \
72  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
75	"$(DESTDIR)$(includedir)"
76LTLIBRARIES = $(lib_LTLIBRARIES)
77libcmph_la_LIBADD =
78am_libcmph_la_OBJECTS = hash.lo jenkins_hash.lo vstack.lo vqueue.lo \
79	graph.lo cmph.lo cmph_structs.lo chm.lo bmz.lo bmz8.lo bdz.lo \
80	bdz_ph.lo brz.lo fch.lo fch_buckets.lo chd.lo chd_ph.lo \
81	miller_rabin.lo buffer_manager.lo buffer_entry.lo select.lo \
82	compressed_seq.lo compressed_rank.lo linear_string_map.lo \
83	cmph_benchmark.lo
84libcmph_la_OBJECTS = $(am_libcmph_la_OBJECTS)
85libcmph_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87	$(libcmph_la_LDFLAGS) $(LDFLAGS) -o $@
88PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
89am_bm_numbers_OBJECTS = bm_numbers.$(OBJEXT)
90bm_numbers_OBJECTS = $(am_bm_numbers_OBJECTS)
91bm_numbers_DEPENDENCIES = libcmph.la
92am_cmph_OBJECTS = main.$(OBJEXT) wingetopt.$(OBJEXT)
93cmph_OBJECTS = $(am_cmph_OBJECTS)
94cmph_DEPENDENCIES = libcmph.la
95DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96depcomp = $(SHELL) $(top_srcdir)/depcomp
97am__depfiles_maybe = depfiles
98am__mv = mv -f
99COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
107	$(LDFLAGS) -o $@
108SOURCES = $(libcmph_la_SOURCES) $(bm_numbers_SOURCES) $(cmph_SOURCES)
109DIST_SOURCES = $(libcmph_la_SOURCES) $(bm_numbers_SOURCES) \
110	$(cmph_SOURCES)
111HEADERS = $(include_HEADERS)
112ETAGS = etags
113CTAGS = ctags
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AR = @AR@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CHECK_CFLAGS = @CHECK_CFLAGS@
126CHECK_LIBS = @CHECK_LIBS@
127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
129CXX = @CXX@
130CXXCPP = @CXXCPP@
131CXXDEPMODE = @CXXDEPMODE@
132CXXFLAGS = @CXXFLAGS@
133CXXMPH = @CXXMPH@
134CYGPATH_W = @CYGPATH_W@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137DLLTOOL = @DLLTOOL@
138DSYMUTIL = @DSYMUTIL@
139DUMPBIN = @DUMPBIN@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146GETCONF = @GETCONF@
147GREP = @GREP@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153LD = @LD@
154LDFLAGS = @LDFLAGS@
155LIBM = @LIBM@
156LIBOBJS = @LIBOBJS@
157LIBS = @LIBS@
158LIBTOOL = @LIBTOOL@
159LIPO = @LIPO@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162MAKEINFO = @MAKEINFO@
163MANIFEST_TOOL = @MANIFEST_TOOL@
164MKDIR_P = @MKDIR_P@
165NM = @NM@
166NMEDIT = @NMEDIT@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169OTOOL = @OTOOL@
170OTOOL64 = @OTOOL64@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179RANLIB = @RANLIB@
180SED = @SED@
181SET_MAKE = @SET_MAKE@
182SHELL = @SHELL@
183STRIP = @STRIP@
184VERSION = @VERSION@
185abs_builddir = @abs_builddir@
186abs_srcdir = @abs_srcdir@
187abs_top_builddir = @abs_top_builddir@
188abs_top_srcdir = @abs_top_srcdir@
189ac_ct_AR = @ac_ct_AR@
190ac_ct_CC = @ac_ct_CC@
191ac_ct_CXX = @ac_ct_CXX@
192ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193am__include = @am__include@
194am__leading_dot = @am__leading_dot@
195am__quote = @am__quote@
196am__tar = @am__tar@
197am__untar = @am__untar@
198bindir = @bindir@
199build = @build@
200build_alias = @build_alias@
201build_cpu = @build_cpu@
202build_os = @build_os@
203build_vendor = @build_vendor@
204builddir = @builddir@
205datadir = @datadir@
206datarootdir = @datarootdir@
207docdir = @docdir@
208dvidir = @dvidir@
209exec_prefix = @exec_prefix@
210host = @host@
211host_alias = @host_alias@
212host_cpu = @host_cpu@
213host_os = @host_os@
214host_vendor = @host_vendor@
215htmldir = @htmldir@
216includedir = @includedir@
217infodir = @infodir@
218install_sh = @install_sh@
219libdir = @libdir@
220libexecdir = @libexecdir@
221localedir = @localedir@
222localstatedir = @localstatedir@
223mandir = @mandir@
224mkdir_p = @mkdir_p@
225oldincludedir = @oldincludedir@
226pdfdir = @pdfdir@
227prefix = @prefix@
228program_transform_name = @program_transform_name@
229psdir = @psdir@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232srcdir = @srcdir@
233sysconfdir = @sysconfdir@
234target_alias = @target_alias@
235top_build_prefix = @top_build_prefix@
236top_builddir = @top_builddir@
237top_srcdir = @top_srcdir@
238lib_LTLIBRARIES = libcmph.la
239include_HEADERS = cmph.h cmph_types.h cmph_time.h chd_ph.h
240libcmph_la_SOURCES = hash.h hash.c \
241		      jenkins_hash.h jenkins_hash.c \
242		      hash_state.h debug.h \
243		      vstack.h vstack.c vqueue.h vqueue.c\
244		      graph.h graph.c bitbool.h \
245		      cmph.h cmph.c cmph_structs.h cmph_structs.c\
246		      chm.h chm.c chm_structs.h \
247		      bmz.h bmz.c bmz_structs.h \
248                      bmz8.h bmz8.c bmz8_structs.h \
249		      bdz.h bdz.c bdz_structs.h \
250		      bdz_ph.h bdz_ph.c bdz_structs_ph.h \
251		      brz.h brz.c brz_structs.h \
252		      fch.h fch.c fch_structs.h \
253		      fch_buckets.h fch_buckets.c \
254		      chd.h chd.c chd_structs.h \
255		      chd_ph.h chd_ph.c chd_structs_ph.h \
256		      miller_rabin.h miller_rabin.c \
257		      buffer_manager.h buffer_manager.c \
258		      buffer_entry.h buffer_entry.c\
259		      select.h select.c select_lookup_tables.h \
260		      compressed_seq.h compressed_seq.c \
261		      compressed_rank.h compressed_rank.c \
262                      linear_string_map.h linear_string_map.c \
263		      cmph_benchmark.h cmph_benchmark.c \
264		      cmph_time.h
265
266libcmph_la_LDFLAGS = -version-info 0:0:0
267cmph_SOURCES = main.c wingetopt.h wingetopt.c
268cmph_LDADD = libcmph.la
269bm_numbers_SOURCES = bm_numbers.c
270bm_numbers_LDADD = libcmph.la
271all: all-am
272
273.SUFFIXES:
274.SUFFIXES: .c .lo .o .obj
275$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
276	@for dep in $?; do \
277	  case '$(am__configure_deps)' in \
278	    *$$dep*) \
279	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280	        && { if test -f $@; then exit 0; else break; fi; }; \
281	      exit 1;; \
282	  esac; \
283	done; \
284	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
285	$(am__cd) $(top_srcdir) && \
286	  $(AUTOMAKE) --gnu src/Makefile
287.PRECIOUS: Makefile
288Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289	@case '$?' in \
290	  *config.status*) \
291	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
292	  *) \
293	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
294	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295	esac;
296
297$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
300$(top_srcdir)/configure:  $(am__configure_deps)
301	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
303	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304$(am__aclocal_m4_deps):
305install-libLTLIBRARIES: $(lib_LTLIBRARIES)
306	@$(NORMAL_INSTALL)
307	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
308	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
309	list2=; for p in $$list; do \
310	  if test -f $$p; then \
311	    list2="$$list2 $$p"; \
312	  else :; fi; \
313	done; \
314	test -z "$$list2" || { \
315	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
316	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
317	}
318
319uninstall-libLTLIBRARIES:
320	@$(NORMAL_UNINSTALL)
321	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
322	for p in $$list; do \
323	  $(am__strip_dir) \
324	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
325	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
326	done
327
328clean-libLTLIBRARIES:
329	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
330	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
331	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
332	  test "$$dir" != "$$p" || dir=.; \
333	  echo "rm -f \"$${dir}/so_locations\""; \
334	  rm -f "$${dir}/so_locations"; \
335	done
336libcmph.la: $(libcmph_la_OBJECTS) $(libcmph_la_DEPENDENCIES)
337	$(libcmph_la_LINK) -rpath $(libdir) $(libcmph_la_OBJECTS) $(libcmph_la_LIBADD) $(LIBS)
338install-binPROGRAMS: $(bin_PROGRAMS)
339	@$(NORMAL_INSTALL)
340	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
341	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
342	for p in $$list; do echo "$$p $$p"; done | \
343	sed 's/$(EXEEXT)$$//' | \
344	while read p p1; do if test -f $$p || test -f $$p1; \
345	  then echo "$$p"; echo "$$p"; else :; fi; \
346	done | \
347	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
348	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
349	sed 'N;N;N;s,\n, ,g' | \
350	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
351	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
352	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
353	    else { print "f", $$3 "/" $$4, $$1; } } \
354	  END { for (d in files) print "f", d, files[d] }' | \
355	while read type dir files; do \
356	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
357	    test -z "$$files" || { \
358	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
359	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
360	    } \
361	; done
362
363uninstall-binPROGRAMS:
364	@$(NORMAL_UNINSTALL)
365	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
366	files=`for p in $$list; do echo "$$p"; done | \
367	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
368	      -e 's/$$/$(EXEEXT)/' `; \
369	test -n "$$list" || exit 0; \
370	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
371	cd "$(DESTDIR)$(bindir)" && rm -f $$files
372
373clean-binPROGRAMS:
374	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
375	echo " rm -f" $$list; \
376	rm -f $$list || exit $$?; \
377	test -n "$(EXEEXT)" || exit 0; \
378	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
379	echo " rm -f" $$list; \
380	rm -f $$list
381
382clean-noinstPROGRAMS:
383	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
384	echo " rm -f" $$list; \
385	rm -f $$list || exit $$?; \
386	test -n "$(EXEEXT)" || exit 0; \
387	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
388	echo " rm -f" $$list; \
389	rm -f $$list
390bm_numbers$(EXEEXT): $(bm_numbers_OBJECTS) $(bm_numbers_DEPENDENCIES)
391	@rm -f bm_numbers$(EXEEXT)
392	$(LINK) $(bm_numbers_OBJECTS) $(bm_numbers_LDADD) $(LIBS)
393cmph$(EXEEXT): $(cmph_OBJECTS) $(cmph_DEPENDENCIES)
394	@rm -f cmph$(EXEEXT)
395	$(LINK) $(cmph_OBJECTS) $(cmph_LDADD) $(LIBS)
396
397mostlyclean-compile:
398	-rm -f *.$(OBJEXT)
399
400distclean-compile:
401	-rm -f *.tab.c
402
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdz.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdz_ph.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bm_numbers.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmz.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmz8.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brz.Plo@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_entry.Plo@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_manager.Plo@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chd.Plo@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chd_ph.Plo@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chm.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmph.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmph_benchmark.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmph_structs.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_rank.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_seq.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fch.Plo@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fch_buckets.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jenkins_hash.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linear_string_map.Plo@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miller_rabin.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vqueue.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vstack.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wingetopt.Po@am__quote@
431
432.c.o:
433@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(COMPILE) -c $<
438
439.c.obj:
440@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
441@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
442@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
445
446.c.lo:
447@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
452
453mostlyclean-libtool:
454	-rm -f *.lo
455
456clean-libtool:
457	-rm -rf .libs _libs
458install-includeHEADERS: $(include_HEADERS)
459	@$(NORMAL_INSTALL)
460	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
461	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
462	for p in $$list; do \
463	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
464	  echo "$$d$$p"; \
465	done | $(am__base_list) | \
466	while read files; do \
467	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
468	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
469	done
470
471uninstall-includeHEADERS:
472	@$(NORMAL_UNINSTALL)
473	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
474	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
475	test -n "$$files" || exit 0; \
476	echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
477	cd "$(DESTDIR)$(includedir)" && rm -f $$files
478
479ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481	unique=`for i in $$list; do \
482	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483	  done | \
484	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485	      END { if (nonempty) { for (i in files) print i; }; }'`; \
486	mkid -fID $$unique
487tags: TAGS
488
489TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
490		$(TAGS_FILES) $(LISP)
491	set x; \
492	here=`pwd`; \
493	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494	unique=`for i in $$list; do \
495	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496	  done | \
497	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498	      END { if (nonempty) { for (i in files) print i; }; }'`; \
499	shift; \
500	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501	  test -n "$$unique" || unique=$$empty_fix; \
502	  if test $$# -gt 0; then \
503	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504	      "$$@" $$unique; \
505	  else \
506	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507	      $$unique; \
508	  fi; \
509	fi
510ctags: CTAGS
511CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
512		$(TAGS_FILES) $(LISP)
513	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514	unique=`for i in $$list; do \
515	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516	  done | \
517	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518	      END { if (nonempty) { for (i in files) print i; }; }'`; \
519	test -z "$(CTAGS_ARGS)$$unique" \
520	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
521	     $$unique
522
523GTAGS:
524	here=`$(am__cd) $(top_builddir) && pwd` \
525	  && $(am__cd) $(top_srcdir) \
526	  && gtags -i $(GTAGS_ARGS) "$$here"
527
528distclean-tags:
529	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
531distdir: $(DISTFILES)
532	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534	list='$(DISTFILES)'; \
535	  dist_files=`for file in $$list; do echo $$file; done | \
536	  sed -e "s|^$$srcdirstrip/||;t" \
537	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538	case $$dist_files in \
539	  */*) $(MKDIR_P) `echo "$$dist_files" | \
540			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541			   sort -u` ;; \
542	esac; \
543	for file in $$dist_files; do \
544	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545	  if test -d $$d/$$file; then \
546	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547	    if test -d "$(distdir)/$$file"; then \
548	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549	    fi; \
550	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553	    fi; \
554	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555	  else \
556	    test -f "$(distdir)/$$file" \
557	    || cp -p $$d/$$file "$(distdir)/$$file" \
558	    || exit 1; \
559	  fi; \
560	done
561check-am: all-am
562check: check-am
563all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
564install-binPROGRAMS: install-libLTLIBRARIES
565
566installdirs:
567	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
568	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
569	done
570install: install-am
571install-exec: install-exec-am
572install-data: install-data-am
573uninstall: uninstall-am
574
575install-am: all-am
576	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578installcheck: installcheck-am
579install-strip:
580	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582	  `test -z '$(STRIP)' || \
583	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
584mostlyclean-generic:
585
586clean-generic:
587
588distclean-generic:
589	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
590	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
591
592maintainer-clean-generic:
593	@echo "This command is intended for maintainers to use"
594	@echo "it deletes files that may require special tools to rebuild."
595clean: clean-am
596
597clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
598	clean-libtool clean-noinstPROGRAMS mostlyclean-am
599
600distclean: distclean-am
601	-rm -rf ./$(DEPDIR)
602	-rm -f Makefile
603distclean-am: clean-am distclean-compile distclean-generic \
604	distclean-tags
605
606dvi: dvi-am
607
608dvi-am:
609
610html: html-am
611
612html-am:
613
614info: info-am
615
616info-am:
617
618install-data-am: install-includeHEADERS
619
620install-dvi: install-dvi-am
621
622install-dvi-am:
623
624install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
625
626install-html: install-html-am
627
628install-html-am:
629
630install-info: install-info-am
631
632install-info-am:
633
634install-man:
635
636install-pdf: install-pdf-am
637
638install-pdf-am:
639
640install-ps: install-ps-am
641
642install-ps-am:
643
644installcheck-am:
645
646maintainer-clean: maintainer-clean-am
647	-rm -rf ./$(DEPDIR)
648	-rm -f Makefile
649maintainer-clean-am: distclean-am maintainer-clean-generic
650
651mostlyclean: mostlyclean-am
652
653mostlyclean-am: mostlyclean-compile mostlyclean-generic \
654	mostlyclean-libtool
655
656pdf: pdf-am
657
658pdf-am:
659
660ps: ps-am
661
662ps-am:
663
664uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
665	uninstall-libLTLIBRARIES
666
667.MAKE: install-am install-strip
668
669.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
670	clean-generic clean-libLTLIBRARIES clean-libtool \
671	clean-noinstPROGRAMS ctags distclean distclean-compile \
672	distclean-generic distclean-libtool distclean-tags distdir dvi \
673	dvi-am html html-am info info-am install install-am \
674	install-binPROGRAMS install-data install-data-am install-dvi \
675	install-dvi-am install-exec install-exec-am install-html \
676	install-html-am install-includeHEADERS install-info \
677	install-info-am install-libLTLIBRARIES install-man install-pdf \
678	install-pdf-am install-ps install-ps-am install-strip \
679	installcheck installcheck-am installdirs maintainer-clean \
680	maintainer-clean-generic mostlyclean mostlyclean-compile \
681	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
682	tags uninstall uninstall-am uninstall-binPROGRAMS \
683	uninstall-includeHEADERS uninstall-libLTLIBRARIES
684
685
686# Tell versions [3.59,3.63) of GNU make to not export all variables.
687# Otherwise a system limit (for SysV at least) may be exceeded.
688.NOEXPORT:
689