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/src/Makefile.am
19#######################################################################
20#
21# GAUL - Genetic Algorithm Utility library.
22# Copyright ©2000-2005, 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
44
45SOURCES = $(libgaul_la_SOURCES)
46
47srcdir = @srcdir@
48top_srcdir = @top_srcdir@
49VPATH = @srcdir@
50pkgdatadir = $(datadir)/@PACKAGE@
51pkglibdir = $(libdir)/@PACKAGE@
52pkgincludedir = $(includedir)/@PACKAGE@
53top_builddir = ..
54am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55INSTALL = @INSTALL@
56install_sh_DATA = $(install_sh) -c -m 644
57install_sh_PROGRAM = $(install_sh) -c
58install_sh_SCRIPT = $(install_sh) -c
59INSTALL_HEADER = $(INSTALL_DATA)
60transform = $(program_transform_name)
61NORMAL_INSTALL = :
62PRE_INSTALL = :
63POST_INSTALL = :
64NORMAL_UNINSTALL = :
65PRE_UNINSTALL = :
66POST_UNINSTALL = :
67build_triplet = @build@
68host_triplet = @host@
69target_triplet = @target@
70subdir = src
71DIST_COMMON = README $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
72	$(srcdir)/Makefile.in
73ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74am__aclocal_m4_deps = $(top_srcdir)/configure.in
75am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76	$(ACLOCAL_M4)
77mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78CONFIG_HEADER = $(top_builddir)/config.h \
79	$(top_builddir)/util/gaul/gaul_config.h
80CONFIG_CLEAN_FILES =
81am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82am__vpath_adj = case $$p in \
83    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84    *) f=$$p;; \
85  esac;
86am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
88libLTLIBRARIES_INSTALL = $(INSTALL)
89LTLIBRARIES = $(lib_LTLIBRARIES)
90libgaul_la_LIBADD =
91am_libgaul_la_OBJECTS = ga_bitstring.lo ga_chromo.lo ga_climbing.lo \
92	ga_compare.lo ga_core.lo ga_crossover.lo ga_de.lo \
93	ga_deterministiccrowding.lo ga_intrinsics.lo ga_io.lo \
94	ga_gradient.lo ga_mutate.lo ga_optim.lo ga_qsort.lo ga_rank.lo \
95	ga_replace.lo ga_randomsearch.lo ga_seed.lo ga_select.lo \
96	ga_sa.lo ga_similarity.lo ga_simplex.lo ga_stats.lo \
97	ga_systematicsearch.lo ga_tabu.lo ga_utility.lo
98libgaul_la_OBJECTS = $(am_libgaul_la_OBJECTS)
99DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/util/gaul
100depcomp = $(SHELL) $(top_srcdir)/depcomp
101am__depfiles_maybe = depfiles
102COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
105	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
106	$(AM_CFLAGS) $(CFLAGS)
107CCLD = $(CC)
108LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109	$(AM_LDFLAGS) $(LDFLAGS) -o $@
110SOURCES = $(libgaul_la_SOURCES)
111DIST_SOURCES = $(libgaul_la_SOURCES)
112nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
113HEADERS = $(nobase_include_HEADERS)
114ETAGS = etags
115CTAGS = ctags
116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117ACLOCAL = @ACLOCAL@
118AMDEP_FALSE = @AMDEP_FALSE@
119AMDEP_TRUE = @AMDEP_TRUE@
120AMTAR = @AMTAR@
121AR = @AR@
122AS = @AS@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
127CC = @CC@
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CXX = @CXX@
133CXXCPP = @CXXCPP@
134CXXDEPMODE = @CXXDEPMODE@
135CXXFLAGS = @CXXFLAGS@
136CYGPATH_W = @CYGPATH_W@
137DEFS = @DEFS@
138DEPDIR = @DEPDIR@
139DLLTOOL = @DLLTOOL@
140ECHO = @ECHO@
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EGREP = @EGREP@
145EXEEXT = @EXEEXT@
146F77 = @F77@
147FFLAGS = @FFLAGS@
148GA_BUILD_DATE_STRING = @GA_BUILD_DATE_STRING@
149GA_LT_MINOR_VERSION = @GA_LT_MINOR_VERSION@
150GA_MAJOR_VERSION = @GA_MAJOR_VERSION@
151GA_MINOR_VERSION = @GA_MINOR_VERSION@
152GA_NUM_PROCESSES_ENVVAR_STRING = @GA_NUM_PROCESSES_ENVVAR_STRING@
153GA_PATCH_VERSION = @GA_PATCH_VERSION@
154GA_UNAME_STRING = @GA_UNAME_STRING@
155GA_VERSION = @GA_VERSION@
156GA_VERSION_STRING = @GA_VERSION_STRING@
157HAVE_MPI = @HAVE_MPI@
158HAVE_PTHREADS = @HAVE_PTHREADS@
159HAVE_SLANG = @HAVE_SLANG@
160INSTALL_DATA = @INSTALL_DATA@
161INSTALL_PROGRAM = @INSTALL_PROGRAM@
162INSTALL_SCRIPT = @INSTALL_SCRIPT@
163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164LDFLAGS = @LDFLAGS@
165LIBOBJS = @LIBOBJS@
166LIBS = @LIBS@
167LIBTOOL = @LIBTOOL@
168LN_S = @LN_S@
169LTLIBOBJS = @LTLIBOBJS@
170LT_CURRENT = @LT_CURRENT@
171LT_RELEASE = @LT_RELEASE@
172LT_REVISION = @LT_REVISION@
173MAKEINFO = @MAKEINFO@
174MEMORY_ALLOC_DEBUG = @MEMORY_ALLOC_DEBUG@
175MEMORY_ALLOC_SAFE = @MEMORY_ALLOC_SAFE@
176MEMORY_CHUNKS_MIMIC = @MEMORY_CHUNKS_MIMIC@
177MPIFLAGS = @MPIFLAGS@
178MPILIBS = @MPILIBS@
179OBJDUMP = @OBJDUMP@
180OBJEXT = @OBJEXT@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@
188RANLIB = @RANLIB@
189SET_MAKE = @SET_MAKE@
190SHELL = @SHELL@
191STRIP = @STRIP@
192USE_CHROMO_CHUNKS = @USE_CHROMO_CHUNKS@
193USE_OPENMP = @USE_OPENMP@
194V3_QUICK = @V3_QUICK@
195VERSION = @VERSION@
196W32_CRIPPLED = @W32_CRIPPLED@
197ac_ct_AR = @ac_ct_AR@
198ac_ct_AS = @ac_ct_AS@
199ac_ct_CC = @ac_ct_CC@
200ac_ct_CXX = @ac_ct_CXX@
201ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
202ac_ct_F77 = @ac_ct_F77@
203ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
204ac_ct_RANLIB = @ac_ct_RANLIB@
205ac_ct_STRIP = @ac_ct_STRIP@
206am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
207am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
208am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
209am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
210am__include = @am__include@
211am__leading_dot = @am__leading_dot@
212am__quote = @am__quote@
213am__tar = @am__tar@
214am__untar = @am__untar@
215bindir = @bindir@
216build = @build@
217build_alias = @build_alias@
218build_cpu = @build_cpu@
219build_os = @build_os@
220build_vendor = @build_vendor@
221datadir = @datadir@
222exec_prefix = @exec_prefix@
223host = @host@
224host_alias = @host_alias@
225host_cpu = @host_cpu@
226host_os = @host_os@
227host_vendor = @host_vendor@
228includedir = @includedir@
229infodir = @infodir@
230install_sh = @install_sh@
231libdir = @libdir@
232libexecdir = @libexecdir@
233localstatedir = @localstatedir@
234mandir = @mandir@
235mkdir_p = @mkdir_p@
236oldincludedir = @oldincludedir@
237prefix = @prefix@
238program_transform_name = @program_transform_name@
239sbindir = @sbindir@
240sharedstatedir = @sharedstatedir@
241sysconfdir = @sysconfdir@
242target = @target@
243target_alias = @target_alias@
244target_cpu = @target_cpu@
245target_os = @target_os@
246target_vendor = @target_vendor@
247
248# require automake 1.4
249AUTOMAKE_OPTIONS = 1.4
250
251# Kludge:
252INCLUDES = -I../util/ -I../../util/
253lib_LTLIBRARIES = libgaul.la
254libgaul_la_DEPENDENCIES = gaul.h
255libgaul_la_SOURCES = \
256    ga_bitstring.c \
257    ga_chromo.c \
258    ga_climbing.c \
259    ga_compare.c \
260    ga_core.c \
261    ga_crossover.c \
262    ga_de.c \
263    ga_deterministiccrowding.c \
264    ga_intrinsics.c \
265    ga_io.c \
266    ga_gradient.c \
267    ga_mutate.c \
268    ga_optim.c \
269    ga_qsort.c \
270    ga_rank.c \
271    ga_replace.c \
272    ga_randomsearch.c \
273    ga_seed.c \
274    ga_select.c \
275    ga_sa.c \
276    ga_similarity.c \
277    ga_simplex.c \
278    ga_stats.c \
279    ga_systematicsearch.c \
280    ga_tabu.c \
281    ga_utility.c
282
283nobase_include_HEADERS = \
284    gaul/ga_bitstring.h \
285    gaul/ga_chromo.h \
286    gaul/ga_climbing.h \
287    gaul/ga_core.h \
288    gaul/ga_de.h \
289    gaul/ga_deterministiccrowding.h \
290    gaul/ga_intrinsics.h \
291    gaul/ga_gradient.h \
292    gaul/ga_optim.h \
293    gaul/ga_qsort.h \
294    gaul/ga_randomsearch.h \
295    gaul/ga_sa.h \
296    gaul/ga_similarity.h \
297    gaul/ga_simplex.h \
298    gaul/ga_systematicsearch.h \
299    gaul/ga_tabu.h \
300    gaul.h
301
302libgaul_la_LIBFLAGS = -lm
303libgaul_la_LDFLAGS = -version-info ${GA_MAJOR_VERSION}:${GA_LT_MINOR_VERSION}:0
304all: all-am
305
306.SUFFIXES:
307.SUFFIXES: .c .lo .o .obj
308$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
309	@for dep in $?; do \
310	  case '$(am__configure_deps)' in \
311	    *$$dep*) \
312	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
313		&& exit 0; \
314	      exit 1;; \
315	  esac; \
316	done; \
317	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
318	cd $(top_srcdir) && \
319	  $(AUTOMAKE) --gnu  src/Makefile
320.PRECIOUS: Makefile
321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322	@case '$?' in \
323	  *config.status*) \
324	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325	  *) \
326	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328	esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333$(top_srcdir)/configure:  $(am__configure_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337install-libLTLIBRARIES: $(lib_LTLIBRARIES)
338	@$(NORMAL_INSTALL)
339	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
340	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
341	  if test -f $$p; then \
342	    f=$(am__strip_dir) \
343	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
344	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
345	  else :; fi; \
346	done
347
348uninstall-libLTLIBRARIES:
349	@$(NORMAL_UNINSTALL)
350	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
351	  p=$(am__strip_dir) \
352	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
353	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
354	done
355
356clean-libLTLIBRARIES:
357	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
358	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
359	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
360	  test "$$dir" != "$$p" || dir=.; \
361	  echo "rm -f \"$${dir}/so_locations\""; \
362	  rm -f "$${dir}/so_locations"; \
363	done
364libgaul.la: $(libgaul_la_OBJECTS) $(libgaul_la_DEPENDENCIES)
365	$(LINK) -rpath $(libdir) $(libgaul_la_LDFLAGS) $(libgaul_la_OBJECTS) $(libgaul_la_LIBADD) $(LIBS)
366
367mostlyclean-compile:
368	-rm -f *.$(OBJEXT)
369
370distclean-compile:
371	-rm -f *.tab.c
372
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_bitstring.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_chromo.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_climbing.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_compare.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_core.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_crossover.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_de.Plo@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_deterministiccrowding.Plo@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_gradient.Plo@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_intrinsics.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_io.Plo@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_mutate.Plo@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_optim.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_qsort.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_randomsearch.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_rank.Plo@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_replace.Plo@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_sa.Plo@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_seed.Plo@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_select.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_similarity.Plo@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_simplex.Plo@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_stats.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_systematicsearch.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_tabu.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ga_utility.Plo@am__quote@
399
400.c.o:
401@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
402@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
403@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
404@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405@am__fastdepCC_FALSE@	$(COMPILE) -c $<
406
407.c.obj:
408@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
409@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
410@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
413
414.c.lo:
415@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
416@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
417@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
420
421mostlyclean-libtool:
422	-rm -f *.lo
423
424clean-libtool:
425	-rm -rf .libs _libs
426
427distclean-libtool:
428	-rm -f libtool
429uninstall-info-am:
430install-nobase_includeHEADERS: $(nobase_include_HEADERS)
431	@$(NORMAL_INSTALL)
432	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
433	@$(am__vpath_adj_setup) \
434	list='$(nobase_include_HEADERS)'; for p in $$list; do \
435	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
436	  $(am__vpath_adj) \
437	  echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
438	  $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
439	done
440
441uninstall-nobase_includeHEADERS:
442	@$(NORMAL_UNINSTALL)
443	@$(am__vpath_adj_setup) \
444	list='$(nobase_include_HEADERS)'; for p in $$list; do \
445	  $(am__vpath_adj) \
446	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
447	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
448	done
449
450ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
451	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452	unique=`for i in $$list; do \
453	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454	  done | \
455	  $(AWK) '    { files[$$0] = 1; } \
456	       END { for (i in files) print i; }'`; \
457	mkid -fID $$unique
458tags: TAGS
459
460TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461		$(TAGS_FILES) $(LISP)
462	tags=; \
463	here=`pwd`; \
464	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465	unique=`for i in $$list; do \
466	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467	  done | \
468	  $(AWK) '    { files[$$0] = 1; } \
469	       END { for (i in files) print i; }'`; \
470	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
471	  test -n "$$unique" || unique=$$empty_fix; \
472	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473	    $$tags $$unique; \
474	fi
475ctags: CTAGS
476CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477		$(TAGS_FILES) $(LISP)
478	tags=; \
479	here=`pwd`; \
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; } \
485	       END { for (i in files) print i; }'`; \
486	test -z "$(CTAGS_ARGS)$$tags$$unique" \
487	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488	     $$tags $$unique
489
490GTAGS:
491	here=`$(am__cd) $(top_builddir) && pwd` \
492	  && cd $(top_srcdir) \
493	  && gtags -i $(GTAGS_ARGS) $$here
494
495distclean-tags:
496	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
498distdir: $(DISTFILES)
499	$(mkdir_p) $(distdir)/gaul
500	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
501	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
502	list='$(DISTFILES)'; for file in $$list; do \
503	  case $$file in \
504	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
505	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
506	  esac; \
507	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
509	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
510	    dir="/$$dir"; \
511	    $(mkdir_p) "$(distdir)$$dir"; \
512	  else \
513	    dir=''; \
514	  fi; \
515	  if test -d $$d/$$file; then \
516	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
518	    fi; \
519	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
520	  else \
521	    test -f $(distdir)/$$file \
522	    || cp -p $$d/$$file $(distdir)/$$file \
523	    || exit 1; \
524	  fi; \
525	done
526check-am: all-am
527check: check-am
528all-am: Makefile $(LTLIBRARIES) $(HEADERS)
529installdirs:
530	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
531	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
532	done
533install: install-am
534install-exec: install-exec-am
535install-data: install-data-am
536uninstall: uninstall-am
537
538install-am: all-am
539	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541installcheck: installcheck-am
542install-strip:
543	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545	  `test -z '$(STRIP)' || \
546	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
547mostlyclean-generic:
548
549clean-generic:
550
551distclean-generic:
552	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553
554maintainer-clean-generic:
555	@echo "This command is intended for maintainers to use"
556	@echo "it deletes files that may require special tools to rebuild."
557clean: clean-am
558
559clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
560	mostlyclean-am
561
562distclean: distclean-am
563	-rm -rf ./$(DEPDIR)
564	-rm -f Makefile
565distclean-am: clean-am distclean-compile distclean-generic \
566	distclean-libtool distclean-tags
567
568dvi: dvi-am
569
570dvi-am:
571
572html: html-am
573
574info: info-am
575
576info-am:
577
578install-data-am: install-nobase_includeHEADERS
579
580install-exec-am: install-libLTLIBRARIES
581
582install-info: install-info-am
583
584install-man:
585
586installcheck-am:
587
588maintainer-clean: maintainer-clean-am
589	-rm -rf ./$(DEPDIR)
590	-rm -f Makefile
591maintainer-clean-am: distclean-am maintainer-clean-generic
592
593mostlyclean: mostlyclean-am
594
595mostlyclean-am: mostlyclean-compile mostlyclean-generic \
596	mostlyclean-libtool
597
598pdf: pdf-am
599
600pdf-am:
601
602ps: ps-am
603
604ps-am:
605
606uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
607	uninstall-nobase_includeHEADERS
608
609.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610	clean-libLTLIBRARIES clean-libtool ctags distclean \
611	distclean-compile distclean-generic distclean-libtool \
612	distclean-tags distdir dvi dvi-am html html-am info info-am \
613	install install-am install-data install-data-am install-exec \
614	install-exec-am install-info install-info-am \
615	install-libLTLIBRARIES install-man \
616	install-nobase_includeHEADERS install-strip installcheck \
617	installcheck-am installdirs maintainer-clean \
618	maintainer-clean-generic mostlyclean mostlyclean-compile \
619	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
620	tags uninstall uninstall-am uninstall-info-am \
621	uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
622
623# Tell versions [3.59,3.63) of GNU make to not export all variables.
624# Otherwise a system limit (for SysV at least) may be exceeded.
625.NOEXPORT:
626