1# Makefile.in generated by automake 1.9.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#######################################################################
18# gaul-devel/tests/Makefile.am
19#######################################################################
20#
21# GAUL - Genetic Algorithm Utility library.
22# Copyright ©2000-2005, Stewart Adcock <stewart@linux-domain.com>
23#
24# The latest version of this program should be available at:
25# http://gaul.sourceforge.net/
26#
27# This program is free software; you can redistribute it and/or modify
28# it under the terms of the GNU General Public License as published by
29# the Free Software Foundation; either version 2 of the License, or
30# (at your option) any later version.  Alternatively, if your project
31# is incompatible with the GPL, I will probably agree to requests
32# for permission to use the terms of any other license.
33#
34# This program is distributed in the hope that it will be useful, but
35# WITHOUT ANY WARRANTY WHATSOEVER.
36#
37# A full copy of the GNU General Public License should be in the file
38# "COPYING" provided with this distribution; if not, see:
39# http://www.gnu.org/
40#
41#######################################################################
42
43SOURCES = $(gaul_diagnostics_SOURCES) test_bitstrings.c test_de.c test_ga.c test_io.c test_prng.c test_sd.c test_sd2.c test_simplex.c test_simplex2.c test_slang.c test_utils.c
44
45srcdir = @srcdir@
46top_srcdir = @top_srcdir@
47VPATH = @srcdir@
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51top_builddir = ..
52am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53INSTALL = @INSTALL@
54install_sh_DATA = $(install_sh) -c -m 644
55install_sh_PROGRAM = $(install_sh) -c
56install_sh_SCRIPT = $(install_sh) -c
57INSTALL_HEADER = $(INSTALL_DATA)
58transform = $(program_transform_name)
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_triplet = @build@
66host_triplet = @host@
67target_triplet = @target@
68bin_PROGRAMS = gaul_diagnostics$(EXEEXT)
69noinst_PROGRAMS = test_prng$(EXEEXT) test_utils$(EXEEXT) \
70	test_bitstrings$(EXEEXT) test_slang$(EXEEXT) test_io$(EXEEXT) \
71	test_ga$(EXEEXT) test_de$(EXEEXT) test_sd$(EXEEXT) \
72	test_sd2$(EXEEXT) test_simplex$(EXEEXT) test_simplex2$(EXEEXT)
73subdir = tests
74DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76am__aclocal_m4_deps = $(top_srcdir)/configure.in
77am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78	$(ACLOCAL_M4)
79mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80CONFIG_HEADER = $(top_builddir)/config.h \
81	$(top_builddir)/util/gaul/gaul_config.h
82CONFIG_CLEAN_FILES =
83am__installdirs = "$(DESTDIR)$(bindir)"
84binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
85PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
86am_gaul_diagnostics_OBJECTS = diagnostics.$(OBJEXT)
87gaul_diagnostics_OBJECTS = $(am_gaul_diagnostics_OBJECTS)
88gaul_diagnostics_DEPENDENCIES =
89test_bitstrings_SOURCES = test_bitstrings.c
90test_bitstrings_OBJECTS = test_bitstrings.$(OBJEXT)
91test_bitstrings_DEPENDENCIES =
92test_de_SOURCES = test_de.c
93test_de_OBJECTS = test_de.$(OBJEXT)
94test_de_DEPENDENCIES =
95test_ga_SOURCES = test_ga.c
96test_ga_OBJECTS = test_ga.$(OBJEXT)
97test_ga_DEPENDENCIES =
98test_io_SOURCES = test_io.c
99test_io_OBJECTS = test_io.$(OBJEXT)
100test_io_DEPENDENCIES =
101test_prng_SOURCES = test_prng.c
102test_prng_OBJECTS = test_prng.$(OBJEXT)
103test_prng_DEPENDENCIES =
104test_sd_SOURCES = test_sd.c
105test_sd_OBJECTS = test_sd.$(OBJEXT)
106test_sd_DEPENDENCIES =
107test_sd2_SOURCES = test_sd2.c
108test_sd2_OBJECTS = test_sd2.$(OBJEXT)
109test_sd2_DEPENDENCIES =
110test_simplex_SOURCES = test_simplex.c
111test_simplex_OBJECTS = test_simplex.$(OBJEXT)
112test_simplex_DEPENDENCIES =
113test_simplex2_SOURCES = test_simplex2.c
114test_simplex2_OBJECTS = test_simplex2.$(OBJEXT)
115test_simplex2_DEPENDENCIES =
116test_slang_SOURCES = test_slang.c
117test_slang_OBJECTS = test_slang.$(OBJEXT)
118test_slang_DEPENDENCIES =
119test_utils_SOURCES = test_utils.c
120test_utils_OBJECTS = test_utils.$(OBJEXT)
121test_utils_DEPENDENCIES =
122DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/util/gaul
123depcomp = $(SHELL) $(top_srcdir)/depcomp
124am__depfiles_maybe = depfiles
125COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
128	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
129	$(AM_CFLAGS) $(CFLAGS)
130CCLD = $(CC)
131LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132	$(AM_LDFLAGS) $(LDFLAGS) -o $@
133SOURCES = $(gaul_diagnostics_SOURCES) test_bitstrings.c test_de.c \
134	test_ga.c test_io.c test_prng.c test_sd.c test_sd2.c \
135	test_simplex.c test_simplex2.c test_slang.c test_utils.c
136DIST_SOURCES = $(gaul_diagnostics_SOURCES) test_bitstrings.c test_de.c \
137	test_ga.c test_io.c test_prng.c test_sd.c test_sd2.c \
138	test_simplex.c test_simplex2.c test_slang.c test_utils.c
139ETAGS = etags
140CTAGS = ctags
141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142ACLOCAL = @ACLOCAL@
143AMDEP_FALSE = @AMDEP_FALSE@
144AMDEP_TRUE = @AMDEP_TRUE@
145AMTAR = @AMTAR@
146AR = @AR@
147AS = @AS@
148AUTOCONF = @AUTOCONF@
149AUTOHEADER = @AUTOHEADER@
150AUTOMAKE = @AUTOMAKE@
151AWK = @AWK@
152CC = @CC@
153CCDEPMODE = @CCDEPMODE@
154CFLAGS = @CFLAGS@
155CPP = @CPP@
156CPPFLAGS = @CPPFLAGS@
157CXX = @CXX@
158CXXCPP = @CXXCPP@
159CXXDEPMODE = @CXXDEPMODE@
160CXXFLAGS = @CXXFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164DLLTOOL = @DLLTOOL@
165ECHO = @ECHO@
166ECHO_C = @ECHO_C@
167ECHO_N = @ECHO_N@
168ECHO_T = @ECHO_T@
169EGREP = @EGREP@
170EXEEXT = @EXEEXT@
171F77 = @F77@
172FFLAGS = @FFLAGS@
173GA_BUILD_DATE_STRING = @GA_BUILD_DATE_STRING@
174GA_LT_MINOR_VERSION = @GA_LT_MINOR_VERSION@
175GA_MAJOR_VERSION = @GA_MAJOR_VERSION@
176GA_MINOR_VERSION = @GA_MINOR_VERSION@
177GA_NUM_PROCESSES_ENVVAR_STRING = @GA_NUM_PROCESSES_ENVVAR_STRING@
178GA_PATCH_VERSION = @GA_PATCH_VERSION@
179GA_UNAME_STRING = @GA_UNAME_STRING@
180GA_VERSION = @GA_VERSION@
181GA_VERSION_STRING = @GA_VERSION_STRING@
182HAVE_MPI = @HAVE_MPI@
183HAVE_PTHREADS = @HAVE_PTHREADS@
184HAVE_SLANG = @HAVE_SLANG@
185INSTALL_DATA = @INSTALL_DATA@
186INSTALL_PROGRAM = @INSTALL_PROGRAM@
187INSTALL_SCRIPT = @INSTALL_SCRIPT@
188INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189LDFLAGS = @LDFLAGS@
190LIBOBJS = @LIBOBJS@
191LIBS = @LIBS@
192LIBTOOL = @LIBTOOL@
193LN_S = @LN_S@
194LTLIBOBJS = @LTLIBOBJS@
195LT_CURRENT = @LT_CURRENT@
196LT_RELEASE = @LT_RELEASE@
197LT_REVISION = @LT_REVISION@
198MAKEINFO = @MAKEINFO@
199MEMORY_ALLOC_DEBUG = @MEMORY_ALLOC_DEBUG@
200MEMORY_ALLOC_SAFE = @MEMORY_ALLOC_SAFE@
201MEMORY_CHUNKS_MIMIC = @MEMORY_CHUNKS_MIMIC@
202MPIFLAGS = @MPIFLAGS@
203MPILIBS = @MPILIBS@
204OBJDUMP = @OBJDUMP@
205OBJEXT = @OBJEXT@
206PACKAGE = @PACKAGE@
207PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208PACKAGE_NAME = @PACKAGE_NAME@
209PACKAGE_STRING = @PACKAGE_STRING@
210PACKAGE_TARNAME = @PACKAGE_TARNAME@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PATH_SEPARATOR = @PATH_SEPARATOR@
213RANLIB = @RANLIB@
214SET_MAKE = @SET_MAKE@
215SHELL = @SHELL@
216STRIP = @STRIP@
217USE_CHROMO_CHUNKS = @USE_CHROMO_CHUNKS@
218USE_OPENMP = @USE_OPENMP@
219V3_QUICK = @V3_QUICK@
220VERSION = @VERSION@
221W32_CRIPPLED = @W32_CRIPPLED@
222ac_ct_AR = @ac_ct_AR@
223ac_ct_AS = @ac_ct_AS@
224ac_ct_CC = @ac_ct_CC@
225ac_ct_CXX = @ac_ct_CXX@
226ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
227ac_ct_F77 = @ac_ct_F77@
228ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
229ac_ct_RANLIB = @ac_ct_RANLIB@
230ac_ct_STRIP = @ac_ct_STRIP@
231am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
232am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
233am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
234am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
235am__include = @am__include@
236am__leading_dot = @am__leading_dot@
237am__quote = @am__quote@
238am__tar = @am__tar@
239am__untar = @am__untar@
240bindir = @bindir@
241build = @build@
242build_alias = @build_alias@
243build_cpu = @build_cpu@
244build_os = @build_os@
245build_vendor = @build_vendor@
246datadir = @datadir@
247exec_prefix = @exec_prefix@
248host = @host@
249host_alias = @host_alias@
250host_cpu = @host_cpu@
251host_os = @host_os@
252host_vendor = @host_vendor@
253includedir = @includedir@
254infodir = @infodir@
255install_sh = @install_sh@
256libdir = @libdir@
257libexecdir = @libexecdir@
258localstatedir = @localstatedir@
259mandir = @mandir@
260mkdir_p = @mkdir_p@
261oldincludedir = @oldincludedir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264sbindir = @sbindir@
265sharedstatedir = @sharedstatedir@
266sysconfdir = @sysconfdir@
267target = @target@
268target_alias = @target_alias@
269target_cpu = @target_cpu@
270target_os = @target_os@
271target_vendor = @target_vendor@
272
273# require automake 1.4
274AUTOMAKE_OPTIONS = 1.4
275
276# Kludge:
277INCLUDES = -I../util/ -I../../util/ -I../src/ -I../../src/ -I/usr/include/slang/
278gaul_diagnostics_SOURCES = diagnostics.c
279gaul_diagnostics_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
280test_prng_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
281test_utils_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
282test_bitstrings_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
283test_slang_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
284test_io_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
285test_ga_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
286test_de_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
287test_sd_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
288test_sd2_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
289test_simplex_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
290test_simplex2_LDADD = -L../src/ -L../util/ -lgaul -lgaul_util -lm @MPILIBS@
291all: all-am
292
293.SUFFIXES:
294.SUFFIXES: .c .lo .o .obj
295$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
296	@for dep in $?; do \
297	  case '$(am__configure_deps)' in \
298	    *$$dep*) \
299	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
300		&& exit 0; \
301	      exit 1;; \
302	  esac; \
303	done; \
304	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
305	cd $(top_srcdir) && \
306	  $(AUTOMAKE) --gnu  tests/Makefile
307.PRECIOUS: Makefile
308Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309	@case '$?' in \
310	  *config.status*) \
311	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312	  *) \
313	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
315	esac;
316
317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
320$(top_srcdir)/configure:  $(am__configure_deps)
321	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324install-binPROGRAMS: $(bin_PROGRAMS)
325	@$(NORMAL_INSTALL)
326	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
327	@list='$(bin_PROGRAMS)'; for p in $$list; do \
328	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
329	  if test -f $$p \
330	     || test -f $$p1 \
331	  ; then \
332	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
333	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
334	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
335	  else :; fi; \
336	done
337
338uninstall-binPROGRAMS:
339	@$(NORMAL_UNINSTALL)
340	@list='$(bin_PROGRAMS)'; for p in $$list; do \
341	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
342	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
343	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
344	done
345
346clean-binPROGRAMS:
347	@list='$(bin_PROGRAMS)'; for p in $$list; do \
348	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
349	  echo " rm -f $$p $$f"; \
350	  rm -f $$p $$f ; \
351	done
352
353clean-noinstPROGRAMS:
354	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
355	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
356	  echo " rm -f $$p $$f"; \
357	  rm -f $$p $$f ; \
358	done
359gaul_diagnostics$(EXEEXT): $(gaul_diagnostics_OBJECTS) $(gaul_diagnostics_DEPENDENCIES)
360	@rm -f gaul_diagnostics$(EXEEXT)
361	$(LINK) $(gaul_diagnostics_LDFLAGS) $(gaul_diagnostics_OBJECTS) $(gaul_diagnostics_LDADD) $(LIBS)
362test_bitstrings$(EXEEXT): $(test_bitstrings_OBJECTS) $(test_bitstrings_DEPENDENCIES)
363	@rm -f test_bitstrings$(EXEEXT)
364	$(LINK) $(test_bitstrings_LDFLAGS) $(test_bitstrings_OBJECTS) $(test_bitstrings_LDADD) $(LIBS)
365test_de$(EXEEXT): $(test_de_OBJECTS) $(test_de_DEPENDENCIES)
366	@rm -f test_de$(EXEEXT)
367	$(LINK) $(test_de_LDFLAGS) $(test_de_OBJECTS) $(test_de_LDADD) $(LIBS)
368test_ga$(EXEEXT): $(test_ga_OBJECTS) $(test_ga_DEPENDENCIES)
369	@rm -f test_ga$(EXEEXT)
370	$(LINK) $(test_ga_LDFLAGS) $(test_ga_OBJECTS) $(test_ga_LDADD) $(LIBS)
371test_io$(EXEEXT): $(test_io_OBJECTS) $(test_io_DEPENDENCIES)
372	@rm -f test_io$(EXEEXT)
373	$(LINK) $(test_io_LDFLAGS) $(test_io_OBJECTS) $(test_io_LDADD) $(LIBS)
374test_prng$(EXEEXT): $(test_prng_OBJECTS) $(test_prng_DEPENDENCIES)
375	@rm -f test_prng$(EXEEXT)
376	$(LINK) $(test_prng_LDFLAGS) $(test_prng_OBJECTS) $(test_prng_LDADD) $(LIBS)
377test_sd$(EXEEXT): $(test_sd_OBJECTS) $(test_sd_DEPENDENCIES)
378	@rm -f test_sd$(EXEEXT)
379	$(LINK) $(test_sd_LDFLAGS) $(test_sd_OBJECTS) $(test_sd_LDADD) $(LIBS)
380test_sd2$(EXEEXT): $(test_sd2_OBJECTS) $(test_sd2_DEPENDENCIES)
381	@rm -f test_sd2$(EXEEXT)
382	$(LINK) $(test_sd2_LDFLAGS) $(test_sd2_OBJECTS) $(test_sd2_LDADD) $(LIBS)
383test_simplex$(EXEEXT): $(test_simplex_OBJECTS) $(test_simplex_DEPENDENCIES)
384	@rm -f test_simplex$(EXEEXT)
385	$(LINK) $(test_simplex_LDFLAGS) $(test_simplex_OBJECTS) $(test_simplex_LDADD) $(LIBS)
386test_simplex2$(EXEEXT): $(test_simplex2_OBJECTS) $(test_simplex2_DEPENDENCIES)
387	@rm -f test_simplex2$(EXEEXT)
388	$(LINK) $(test_simplex2_LDFLAGS) $(test_simplex2_OBJECTS) $(test_simplex2_LDADD) $(LIBS)
389test_slang$(EXEEXT): $(test_slang_OBJECTS) $(test_slang_DEPENDENCIES)
390	@rm -f test_slang$(EXEEXT)
391	$(LINK) $(test_slang_LDFLAGS) $(test_slang_OBJECTS) $(test_slang_LDADD) $(LIBS)
392test_utils$(EXEEXT): $(test_utils_OBJECTS) $(test_utils_DEPENDENCIES)
393	@rm -f test_utils$(EXEEXT)
394	$(LINK) $(test_utils_LDFLAGS) $(test_utils_OBJECTS) $(test_utils_LDADD) $(LIBS)
395
396mostlyclean-compile:
397	-rm -f *.$(OBJEXT)
398
399distclean-compile:
400	-rm -f *.tab.c
401
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diagnostics.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bitstrings.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_de.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ga.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_io.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_prng.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sd.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sd2.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_simplex.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_simplex2.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_slang.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_utils.Po@am__quote@
414
415.c.o:
416@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
417@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(COMPILE) -c $<
421
422.c.obj:
423@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
424@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429.c.lo:
430@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
431@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
435
436mostlyclean-libtool:
437	-rm -f *.lo
438
439clean-libtool:
440	-rm -rf .libs _libs
441
442distclean-libtool:
443	-rm -f libtool
444uninstall-info-am:
445
446ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
447	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '    { files[$$0] = 1; } \
452	       END { for (i in files) print i; }'`; \
453	mkid -fID $$unique
454tags: TAGS
455
456TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
457		$(TAGS_FILES) $(LISP)
458	tags=; \
459	here=`pwd`; \
460	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461	unique=`for i in $$list; do \
462	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463	  done | \
464	  $(AWK) '    { files[$$0] = 1; } \
465	       END { for (i in files) print i; }'`; \
466	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
467	  test -n "$$unique" || unique=$$empty_fix; \
468	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469	    $$tags $$unique; \
470	fi
471ctags: CTAGS
472CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
473		$(TAGS_FILES) $(LISP)
474	tags=; \
475	here=`pwd`; \
476	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477	unique=`for i in $$list; do \
478	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479	  done | \
480	  $(AWK) '    { files[$$0] = 1; } \
481	       END { for (i in files) print i; }'`; \
482	test -z "$(CTAGS_ARGS)$$tags$$unique" \
483	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484	     $$tags $$unique
485
486GTAGS:
487	here=`$(am__cd) $(top_builddir) && pwd` \
488	  && cd $(top_srcdir) \
489	  && gtags -i $(GTAGS_ARGS) $$here
490
491distclean-tags:
492	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494distdir: $(DISTFILES)
495	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
496	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
497	list='$(DISTFILES)'; for file in $$list; do \
498	  case $$file in \
499	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
500	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
501	  esac; \
502	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
504	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
505	    dir="/$$dir"; \
506	    $(mkdir_p) "$(distdir)$$dir"; \
507	  else \
508	    dir=''; \
509	  fi; \
510	  if test -d $$d/$$file; then \
511	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
513	    fi; \
514	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
515	  else \
516	    test -f $(distdir)/$$file \
517	    || cp -p $$d/$$file $(distdir)/$$file \
518	    || exit 1; \
519	  fi; \
520	done
521check-am: all-am
522check: check-am
523all-am: Makefile $(PROGRAMS)
524installdirs:
525	for dir in "$(DESTDIR)$(bindir)"; do \
526	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
527	done
528install: install-am
529install-exec: install-exec-am
530install-data: install-data-am
531uninstall: uninstall-am
532
533install-am: all-am
534	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536installcheck: installcheck-am
537install-strip:
538	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	  `test -z '$(STRIP)' || \
541	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548
549maintainer-clean-generic:
550	@echo "This command is intended for maintainers to use"
551	@echo "it deletes files that may require special tools to rebuild."
552clean: clean-am
553
554clean-am: clean-binPROGRAMS clean-generic clean-libtool \
555	clean-noinstPROGRAMS mostlyclean-am
556
557distclean: distclean-am
558	-rm -rf ./$(DEPDIR)
559	-rm -f Makefile
560distclean-am: clean-am distclean-compile distclean-generic \
561	distclean-libtool distclean-tags
562
563dvi: dvi-am
564
565dvi-am:
566
567html: html-am
568
569info: info-am
570
571info-am:
572
573install-data-am:
574
575install-exec-am: install-binPROGRAMS
576
577install-info: install-info-am
578
579install-man:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584	-rm -rf ./$(DEPDIR)
585	-rm -f Makefile
586maintainer-clean-am: distclean-am maintainer-clean-generic
587
588mostlyclean: mostlyclean-am
589
590mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591	mostlyclean-libtool
592
593pdf: pdf-am
594
595pdf-am:
596
597ps: ps-am
598
599ps-am:
600
601uninstall-am: uninstall-binPROGRAMS uninstall-info-am
602
603.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
604	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
605	distclean distclean-compile distclean-generic \
606	distclean-libtool distclean-tags distdir dvi dvi-am html \
607	html-am info info-am install install-am install-binPROGRAMS \
608	install-data install-data-am install-exec install-exec-am \
609	install-info install-info-am install-man install-strip \
610	installcheck installcheck-am installdirs maintainer-clean \
611	maintainer-clean-generic mostlyclean mostlyclean-compile \
612	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613	tags uninstall uninstall-am uninstall-binPROGRAMS \
614	uninstall-info-am
615
616# Tell versions [3.59,3.63) of GNU make to not export all variables.
617# Otherwise a system limit (for SysV at least) may be exceeded.
618.NOEXPORT:
619