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/debian/Makefile.am
19#######################################################################
20#
21# GAUL - Genetic Algorithm Utility Library
22# Copyright ©2000-2003, Stewart Adcock <stewart@linux-domain.com>
23# All rights reserved.
24#
25# The latest version of this program should be available at:
26# http://gaul.sourceforge.net/
27#
28# This program is free software; you can redistribute it and/or modify
29# it under the terms of the GNU General Public License as published by
30# the Free Software Foundation; either version 2 of the License, or
31# (at your option) any later version.  Alternatively, if your project
32# is incompatible with the GPL, I will probably agree to requests
33# for permission to use the terms of any other license.
34#
35# This program is distributed in the hope that it will be useful, but
36# WITHOUT ANY WARRANTY WHATSOEVER.
37#
38# A full copy of the GNU General Public License should be in the file
39# "COPYING" provided with this distribution; if not, see:
40# http://www.gnu.org/
41#
42#######################################################################
43#
44srcdir = @srcdir@
45top_srcdir = @top_srcdir@
46VPATH = @srcdir@
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50top_builddir = ..
51am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52INSTALL = @INSTALL@
53install_sh_DATA = $(install_sh) -c -m 644
54install_sh_PROGRAM = $(install_sh) -c
55install_sh_SCRIPT = $(install_sh) -c
56INSTALL_HEADER = $(INSTALL_DATA)
57transform = $(program_transform_name)
58NORMAL_INSTALL = :
59PRE_INSTALL = :
60POST_INSTALL = :
61NORMAL_UNINSTALL = :
62PRE_UNINSTALL = :
63POST_UNINSTALL = :
64build_triplet = @build@
65host_triplet = @host@
66target_triplet = @target@
67subdir = debian
68DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70am__aclocal_m4_deps = $(top_srcdir)/configure.in
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72	$(ACLOCAL_M4)
73mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74CONFIG_HEADER = $(top_builddir)/config.h \
75	$(top_builddir)/util/gaul/gaul_config.h
76CONFIG_CLEAN_FILES =
77SOURCES =
78DIST_SOURCES =
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80ACLOCAL = @ACLOCAL@
81AMDEP_FALSE = @AMDEP_FALSE@
82AMDEP_TRUE = @AMDEP_TRUE@
83AMTAR = @AMTAR@
84AR = @AR@
85AS = @AS@
86AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
101DEPDIR = @DEPDIR@
102DLLTOOL = @DLLTOOL@
103ECHO = @ECHO@
104ECHO_C = @ECHO_C@
105ECHO_N = @ECHO_N@
106ECHO_T = @ECHO_T@
107EGREP = @EGREP@
108EXEEXT = @EXEEXT@
109F77 = @F77@
110FFLAGS = @FFLAGS@
111GA_BUILD_DATE_STRING = @GA_BUILD_DATE_STRING@
112GA_LT_MINOR_VERSION = @GA_LT_MINOR_VERSION@
113GA_MAJOR_VERSION = @GA_MAJOR_VERSION@
114GA_MINOR_VERSION = @GA_MINOR_VERSION@
115GA_NUM_PROCESSES_ENVVAR_STRING = @GA_NUM_PROCESSES_ENVVAR_STRING@
116GA_PATCH_VERSION = @GA_PATCH_VERSION@
117GA_UNAME_STRING = @GA_UNAME_STRING@
118GA_VERSION = @GA_VERSION@
119GA_VERSION_STRING = @GA_VERSION_STRING@
120HAVE_MPI = @HAVE_MPI@
121HAVE_PTHREADS = @HAVE_PTHREADS@
122HAVE_SLANG = @HAVE_SLANG@
123INSTALL_DATA = @INSTALL_DATA@
124INSTALL_PROGRAM = @INSTALL_PROGRAM@
125INSTALL_SCRIPT = @INSTALL_SCRIPT@
126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127LDFLAGS = @LDFLAGS@
128LIBOBJS = @LIBOBJS@
129LIBS = @LIBS@
130LIBTOOL = @LIBTOOL@
131LN_S = @LN_S@
132LTLIBOBJS = @LTLIBOBJS@
133LT_CURRENT = @LT_CURRENT@
134LT_RELEASE = @LT_RELEASE@
135LT_REVISION = @LT_REVISION@
136MAKEINFO = @MAKEINFO@
137MEMORY_ALLOC_DEBUG = @MEMORY_ALLOC_DEBUG@
138MEMORY_ALLOC_SAFE = @MEMORY_ALLOC_SAFE@
139MEMORY_CHUNKS_MIMIC = @MEMORY_CHUNKS_MIMIC@
140MPIFLAGS = @MPIFLAGS@
141MPILIBS = @MPILIBS@
142OBJDUMP = @OBJDUMP@
143OBJEXT = @OBJEXT@
144PACKAGE = @PACKAGE@
145PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146PACKAGE_NAME = @PACKAGE_NAME@
147PACKAGE_STRING = @PACKAGE_STRING@
148PACKAGE_TARNAME = @PACKAGE_TARNAME@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151RANLIB = @RANLIB@
152SET_MAKE = @SET_MAKE@
153SHELL = @SHELL@
154STRIP = @STRIP@
155USE_CHROMO_CHUNKS = @USE_CHROMO_CHUNKS@
156USE_OPENMP = @USE_OPENMP@
157V3_QUICK = @V3_QUICK@
158VERSION = @VERSION@
159W32_CRIPPLED = @W32_CRIPPLED@
160ac_ct_AR = @ac_ct_AR@
161ac_ct_AS = @ac_ct_AS@
162ac_ct_CC = @ac_ct_CC@
163ac_ct_CXX = @ac_ct_CXX@
164ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
165ac_ct_F77 = @ac_ct_F77@
166ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
167ac_ct_RANLIB = @ac_ct_RANLIB@
168ac_ct_STRIP = @ac_ct_STRIP@
169am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
170am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
171am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
172am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
173am__include = @am__include@
174am__leading_dot = @am__leading_dot@
175am__quote = @am__quote@
176am__tar = @am__tar@
177am__untar = @am__untar@
178bindir = @bindir@
179build = @build@
180build_alias = @build_alias@
181build_cpu = @build_cpu@
182build_os = @build_os@
183build_vendor = @build_vendor@
184datadir = @datadir@
185exec_prefix = @exec_prefix@
186host = @host@
187host_alias = @host_alias@
188host_cpu = @host_cpu@
189host_os = @host_os@
190host_vendor = @host_vendor@
191includedir = @includedir@
192infodir = @infodir@
193install_sh = @install_sh@
194libdir = @libdir@
195libexecdir = @libexecdir@
196localstatedir = @localstatedir@
197mandir = @mandir@
198mkdir_p = @mkdir_p@
199oldincludedir = @oldincludedir@
200prefix = @prefix@
201program_transform_name = @program_transform_name@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204sysconfdir = @sysconfdir@
205target = @target@
206target_alias = @target_alias@
207target_cpu = @target_cpu@
208target_os = @target_os@
209target_vendor = @target_vendor@
210
211# require automake 1.4
212AUTOMAKE_OPTIONS = 1.4
213EXTRA_DIST = changelog \
214	copyright \
215	dirs \
216	Makefile.am \
217	manpage.1.ex \
218	rules \
219	watch.ex \
220	control \
221	files \
222	README.debian \
223	substvars
224
225all: all-am
226
227.SUFFIXES:
228$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
229	@for dep in $?; do \
230	  case '$(am__configure_deps)' in \
231	    *$$dep*) \
232	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
233		&& exit 0; \
234	      exit 1;; \
235	  esac; \
236	done; \
237	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  debian/Makefile'; \
238	cd $(top_srcdir) && \
239	  $(AUTOMAKE) --gnu  debian/Makefile
240.PRECIOUS: Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242	@case '$?' in \
243	  *config.status*) \
244	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245	  *) \
246	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248	esac;
249
250$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253$(top_srcdir)/configure:  $(am__configure_deps)
254	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258mostlyclean-libtool:
259	-rm -f *.lo
260
261clean-libtool:
262	-rm -rf .libs _libs
263
264distclean-libtool:
265	-rm -f libtool
266uninstall-info-am:
267tags: TAGS
268TAGS:
269
270ctags: CTAGS
271CTAGS:
272
273
274distdir: $(DISTFILES)
275	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
276	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
277	list='$(DISTFILES)'; for file in $$list; do \
278	  case $$file in \
279	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
280	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
281	  esac; \
282	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
283	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
284	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
285	    dir="/$$dir"; \
286	    $(mkdir_p) "$(distdir)$$dir"; \
287	  else \
288	    dir=''; \
289	  fi; \
290	  if test -d $$d/$$file; then \
291	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
292	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
293	    fi; \
294	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
295	  else \
296	    test -f $(distdir)/$$file \
297	    || cp -p $$d/$$file $(distdir)/$$file \
298	    || exit 1; \
299	  fi; \
300	done
301check-am: all-am
302check: check-am
303all-am: Makefile
304installdirs:
305install: install-am
306install-exec: install-exec-am
307install-data: install-data-am
308uninstall: uninstall-am
309
310install-am: all-am
311	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
312
313installcheck: installcheck-am
314install-strip:
315	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
316	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
317	  `test -z '$(STRIP)' || \
318	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
319mostlyclean-generic:
320
321clean-generic:
322
323distclean-generic:
324	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
325
326maintainer-clean-generic:
327	@echo "This command is intended for maintainers to use"
328	@echo "it deletes files that may require special tools to rebuild."
329clean: clean-am
330
331clean-am: clean-generic clean-libtool mostlyclean-am
332
333distclean: distclean-am
334	-rm -f Makefile
335distclean-am: clean-am distclean-generic distclean-libtool
336
337dvi: dvi-am
338
339dvi-am:
340
341html: html-am
342
343info: info-am
344
345info-am:
346
347install-data-am:
348
349install-exec-am:
350
351install-info: install-info-am
352
353install-man:
354
355installcheck-am:
356
357maintainer-clean: maintainer-clean-am
358	-rm -f Makefile
359maintainer-clean-am: distclean-am maintainer-clean-generic
360
361mostlyclean: mostlyclean-am
362
363mostlyclean-am: mostlyclean-generic mostlyclean-libtool
364
365pdf: pdf-am
366
367pdf-am:
368
369ps: ps-am
370
371ps-am:
372
373uninstall-am: uninstall-info-am
374
375.PHONY: all all-am check check-am clean clean-generic clean-libtool \
376	distclean distclean-generic distclean-libtool distdir dvi \
377	dvi-am html html-am info info-am install install-am \
378	install-data install-data-am install-exec install-exec-am \
379	install-info install-info-am install-man install-strip \
380	installcheck installcheck-am installdirs maintainer-clean \
381	maintainer-clean-generic mostlyclean mostlyclean-generic \
382	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
383	uninstall-info-am
384
385# Tell versions [3.59,3.63) of GNU make to not export all variables.
386# Otherwise a system limit (for SysV at least) may be exceeded.
387.NOEXPORT:
388