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/util/Makefile.am
19#######################################################################
20#
21# util - General collection of C-programming utility routines.
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#
44
45
46SOURCES = $(libgaul_util_la_SOURCES) $(libnn_util_la_SOURCES)
47
48srcdir = @srcdir@
49top_srcdir = @top_srcdir@
50VPATH = @srcdir@
51pkgdatadir = $(datadir)/@PACKAGE@
52pkglibdir = $(libdir)/@PACKAGE@
53pkgincludedir = $(includedir)/@PACKAGE@
54top_builddir = ..
55am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
56INSTALL = @INSTALL@
57install_sh_DATA = $(install_sh) -c -m 644
58install_sh_PROGRAM = $(install_sh) -c
59install_sh_SCRIPT = $(install_sh) -c
60INSTALL_HEADER = $(INSTALL_DATA)
61transform = $(program_transform_name)
62NORMAL_INSTALL = :
63PRE_INSTALL = :
64POST_INSTALL = :
65NORMAL_UNINSTALL = :
66PRE_UNINSTALL = :
67POST_UNINSTALL = :
68build_triplet = @build@
69host_triplet = @host@
70target_triplet = @target@
71subdir = util
72DIST_COMMON = README $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
73	$(srcdir)/Makefile.in
74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75am__aclocal_m4_deps = $(top_srcdir)/configure.in
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = $(top_builddir)/config.h \
80	$(top_builddir)/util/gaul/gaul_config.h
81CONFIG_CLEAN_FILES =
82am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83am__vpath_adj = case $$p in \
84    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85    *) f=$$p;; \
86  esac;
87am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
88am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
89libLTLIBRARIES_INSTALL = $(INSTALL)
90LTLIBRARIES = $(lib_LTLIBRARIES)
91libgaul_util_la_LIBADD =
92am_libgaul_util_la_OBJECTS = avltree.lo compatibility.lo linkedlist.lo \
93	memory_chunks.lo memory_util.lo table_util.lo random_util.lo \
94	timer_util.lo log_util.lo
95libgaul_util_la_OBJECTS = $(am_libgaul_util_la_OBJECTS)
96libnn_util_la_LIBADD =
97am_libnn_util_la_OBJECTS = nn_util.lo
98libnn_util_la_OBJECTS = $(am_libnn_util_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_util_la_SOURCES) $(libnn_util_la_SOURCES)
111DIST_SOURCES = $(libgaul_util_la_SOURCES) $(libnn_util_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
250EXTRA_DIST = gaul/gaul_config.h.in
251lib_LTLIBRARIES = libgaul_util.la \
252	libnn_util.la
253
254libgaul_util_la_SOURCES = \
255	avltree.c \
256	compatibility.c \
257	linkedlist.c \
258	memory_chunks.c \
259	memory_util.c \
260	table_util.c \
261	random_util.c \
262	timer_util.c \
263	log_util.c
264
265libnn_util_la_SOURCES = \
266	nn_util.c
267
268nobase_include_HEADERS = \
269	gaul/gaul_config.h \
270	gaul/gaul_config_win.h \
271	gaul/gaul_util.h \
272	gaul/avltree.h \
273	gaul/compatibility.h \
274	gaul/linkedlist.h \
275	gaul/log_util.h \
276	gaul/memory_chunks.h \
277	gaul/memory_util.h \
278	gaul/nn_util.h \
279	gaul/random_util.h \
280	gaul/table_util.h \
281	gaul/timer_util.h
282
283libgaul_util_a_LIBFLAGS =
284libgaul_util_la_LDFLAGS = -version-info ${GA_MAJOR_VERSION}:${GA_LT_MINOR_VERSION}:0
285libnn_util_a_LIBFLAGS =
286libnn_util_la_LDFLAGS = -version-info ${GA_MAJOR_VERSION}:${GA_LT_MINOR_VERSION}:0
287all: all-am
288
289.SUFFIXES:
290.SUFFIXES: .c .lo .o .obj
291$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
292	@for dep in $?; do \
293	  case '$(am__configure_deps)' in \
294	    *$$dep*) \
295	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
296		&& exit 0; \
297	      exit 1;; \
298	  esac; \
299	done; \
300	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/Makefile'; \
301	cd $(top_srcdir) && \
302	  $(AUTOMAKE) --gnu  util/Makefile
303.PRECIOUS: Makefile
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305	@case '$?' in \
306	  *config.status*) \
307	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308	  *) \
309	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311	esac;
312
313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316$(top_srcdir)/configure:  $(am__configure_deps)
317	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320install-libLTLIBRARIES: $(lib_LTLIBRARIES)
321	@$(NORMAL_INSTALL)
322	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
323	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
324	  if test -f $$p; then \
325	    f=$(am__strip_dir) \
326	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
327	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
328	  else :; fi; \
329	done
330
331uninstall-libLTLIBRARIES:
332	@$(NORMAL_UNINSTALL)
333	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
334	  p=$(am__strip_dir) \
335	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
336	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
337	done
338
339clean-libLTLIBRARIES:
340	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
341	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
342	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
343	  test "$$dir" != "$$p" || dir=.; \
344	  echo "rm -f \"$${dir}/so_locations\""; \
345	  rm -f "$${dir}/so_locations"; \
346	done
347libgaul_util.la: $(libgaul_util_la_OBJECTS) $(libgaul_util_la_DEPENDENCIES)
348	$(LINK) -rpath $(libdir) $(libgaul_util_la_LDFLAGS) $(libgaul_util_la_OBJECTS) $(libgaul_util_la_LIBADD) $(LIBS)
349libnn_util.la: $(libnn_util_la_OBJECTS) $(libnn_util_la_DEPENDENCIES)
350	$(LINK) -rpath $(libdir) $(libnn_util_la_LDFLAGS) $(libnn_util_la_OBJECTS) $(libnn_util_la_LIBADD) $(LIBS)
351
352mostlyclean-compile:
353	-rm -f *.$(OBJEXT)
354
355distclean-compile:
356	-rm -f *.tab.c
357
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avltree.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compatibility.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linkedlist.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log_util.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory_chunks.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory_util.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nn_util.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_util.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table_util.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer_util.Plo@am__quote@
368
369.c.o:
370@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
371@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(COMPILE) -c $<
375
376.c.obj:
377@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
378@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
379@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
382
383.c.lo:
384@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
385@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
386@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
387@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
389
390mostlyclean-libtool:
391	-rm -f *.lo
392
393clean-libtool:
394	-rm -rf .libs _libs
395
396distclean-libtool:
397	-rm -f libtool
398uninstall-info-am:
399install-nobase_includeHEADERS: $(nobase_include_HEADERS)
400	@$(NORMAL_INSTALL)
401	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
402	@$(am__vpath_adj_setup) \
403	list='$(nobase_include_HEADERS)'; for p in $$list; do \
404	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405	  $(am__vpath_adj) \
406	  echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
407	  $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
408	done
409
410uninstall-nobase_includeHEADERS:
411	@$(NORMAL_UNINSTALL)
412	@$(am__vpath_adj_setup) \
413	list='$(nobase_include_HEADERS)'; for p in $$list; do \
414	  $(am__vpath_adj) \
415	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
416	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
417	done
418
419ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421	unique=`for i in $$list; do \
422	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423	  done | \
424	  $(AWK) '    { files[$$0] = 1; } \
425	       END { for (i in files) print i; }'`; \
426	mkid -fID $$unique
427tags: TAGS
428
429TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430		$(TAGS_FILES) $(LISP)
431	tags=; \
432	here=`pwd`; \
433	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434	unique=`for i in $$list; do \
435	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436	  done | \
437	  $(AWK) '    { files[$$0] = 1; } \
438	       END { for (i in files) print i; }'`; \
439	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
440	  test -n "$$unique" || unique=$$empty_fix; \
441	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	    $$tags $$unique; \
443	fi
444ctags: CTAGS
445CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446		$(TAGS_FILES) $(LISP)
447	tags=; \
448	here=`pwd`; \
449	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '    { files[$$0] = 1; } \
454	       END { for (i in files) print i; }'`; \
455	test -z "$(CTAGS_ARGS)$$tags$$unique" \
456	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457	     $$tags $$unique
458
459GTAGS:
460	here=`$(am__cd) $(top_builddir) && pwd` \
461	  && cd $(top_srcdir) \
462	  && gtags -i $(GTAGS_ARGS) $$here
463
464distclean-tags:
465	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467distdir: $(DISTFILES)
468	$(mkdir_p) $(distdir)/gaul
469	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
470	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
471	list='$(DISTFILES)'; for file in $$list; do \
472	  case $$file in \
473	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
474	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
475	  esac; \
476	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
478	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
479	    dir="/$$dir"; \
480	    $(mkdir_p) "$(distdir)$$dir"; \
481	  else \
482	    dir=''; \
483	  fi; \
484	  if test -d $$d/$$file; then \
485	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
487	    fi; \
488	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
489	  else \
490	    test -f $(distdir)/$$file \
491	    || cp -p $$d/$$file $(distdir)/$$file \
492	    || exit 1; \
493	  fi; \
494	done
495	$(MAKE) $(AM_MAKEFLAGS) \
496	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
497	  dist-hook
498check-am: all-am
499check: check-am
500all-am: Makefile $(LTLIBRARIES) $(HEADERS)
501installdirs:
502	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
503	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
504	done
505install: install-am
506install-exec: install-exec-am
507install-data: install-data-am
508uninstall: uninstall-am
509
510install-am: all-am
511	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513installcheck: installcheck-am
514install-strip:
515	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	  `test -z '$(STRIP)' || \
518	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519mostlyclean-generic:
520
521clean-generic:
522
523distclean-generic:
524	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525
526maintainer-clean-generic:
527	@echo "This command is intended for maintainers to use"
528	@echo "it deletes files that may require special tools to rebuild."
529clean: clean-am
530
531clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
532	mostlyclean-am
533
534distclean: distclean-am
535	-rm -rf ./$(DEPDIR)
536	-rm -f Makefile
537distclean-am: clean-am distclean-compile distclean-generic \
538	distclean-libtool distclean-tags
539
540dvi: dvi-am
541
542dvi-am:
543
544html: html-am
545
546info: info-am
547
548info-am:
549
550install-data-am: install-nobase_includeHEADERS
551
552install-exec-am: install-libLTLIBRARIES
553
554install-info: install-info-am
555
556install-man:
557
558installcheck-am:
559
560maintainer-clean: maintainer-clean-am
561	-rm -rf ./$(DEPDIR)
562	-rm -f Makefile
563maintainer-clean-am: distclean-am maintainer-clean-generic
564
565mostlyclean: mostlyclean-am
566
567mostlyclean-am: mostlyclean-compile mostlyclean-generic \
568	mostlyclean-libtool
569
570pdf: pdf-am
571
572pdf-am:
573
574ps: ps-am
575
576ps-am:
577
578uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
579	uninstall-nobase_includeHEADERS
580
581.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
582	clean-libLTLIBRARIES clean-libtool ctags dist-hook distclean \
583	distclean-compile distclean-generic distclean-libtool \
584	distclean-tags distdir dvi dvi-am html html-am info info-am \
585	install install-am install-data install-data-am install-exec \
586	install-exec-am install-info install-info-am \
587	install-libLTLIBRARIES install-man \
588	install-nobase_includeHEADERS install-strip installcheck \
589	installcheck-am installdirs maintainer-clean \
590	maintainer-clean-generic mostlyclean mostlyclean-compile \
591	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592	tags uninstall uninstall-am uninstall-info-am \
593	uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
594
595
596# Regenerate gaul_config.h with config.status whenever gaul_config.h.in changes.
597gaul_config.h: gaul/stamp-gaul_config
598	@:
599stamp-common: $(srcdir)/gaul/gaul_config.h.in $(top_builddir)/config.status
600	cd $(top_builddir) \
601	&& CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=gaul/gaul_config.h \
602	$(SHELL) ./config.status && echo timestamp > $@
603
604# Don't distribute gaul_config.h, since it is build host dependent!
605# -- Currently, we do distribute this for easier compilation on
606# systems without the GNU autotools.
607#dist-hook:
608#	rm -f $(distdir)/gaul/gaul_config.h
609dist-hook:
610	rm -f $(distdir)/gaul/stamp-gaul_config
611# Tell versions [3.59,3.63) of GNU make to not export all variables.
612# Otherwise a system limit (for SysV at least) may be exceeded.
613.NOEXPORT:
614