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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38bin_PROGRAMS = gnaural$(EXEEXT)
39subdir = src
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48CONFIG_CLEAN_VPATH_FILES =
49am__installdirs = "$(DESTDIR)$(bindir)"
50PROGRAMS = $(bin_PROGRAMS)
51am_gnaural_OBJECTS = main.$(OBJEXT) BinauralBeat.$(OBJEXT) \
52	ScheduleGUI.$(OBJEXT) ScheduleXML.$(OBJEXT) \
53	callbacks.$(OBJEXT) exportAudio.$(OBJEXT) voiceGUI.$(OBJEXT) \
54	playAudio.$(OBJEXT) gnauralnet_main.$(OBJEXT) \
55	gnauralnet_lists.$(OBJEXT) gnauralnet_clocksync.$(OBJEXT) \
56	gnauralnet_socket.$(OBJEXT) gnauralnet_running.$(OBJEXT) \
57	gnauralnet_gui.$(OBJEXT) gnauralXML.$(OBJEXT) \
58	gnauralRecentMenu.$(OBJEXT) gnauralVU.$(OBJEXT)
59gnaural_OBJECTS = $(am_gnaural_OBJECTS)
60am__DEPENDENCIES_1 =
61gnaural_DEPENDENCIES = $(am__DEPENDENCIES_1)
62gnaural_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gnaural_LDFLAGS) \
63	$(LDFLAGS) -o $@
64DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65depcomp = $(SHELL) $(top_srcdir)/depcomp
66am__depfiles_maybe = depfiles
67am__mv = mv -f
68COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70CCLD = $(CC)
71LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72SOURCES = $(gnaural_SOURCES)
73DIST_SOURCES = $(gnaural_SOURCES)
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75	html-recursive info-recursive install-data-recursive \
76	install-dvi-recursive install-exec-recursive \
77	install-html-recursive install-info-recursive \
78	install-pdf-recursive install-ps-recursive install-recursive \
79	installcheck-recursive installdirs-recursive pdf-recursive \
80	ps-recursive uninstall-recursive
81RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
82  distclean-recursive maintainer-clean-recursive
83AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
85	distdir
86ETAGS = etags
87CTAGS = ctags
88DIST_SUBDIRS = $(SUBDIRS)
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90am__relativize = \
91  dir0=`pwd`; \
92  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
93  sed_rest='s,^[^/]*/*,,'; \
94  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
95  sed_butlast='s,/*[^/]*$$,,'; \
96  while test -n "$$dir1"; do \
97    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
98    if test "$$first" != "."; then \
99      if test "$$first" = ".."; then \
100        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
101        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102      else \
103        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104        if test "$$first2" = "$$first"; then \
105          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106        else \
107          dir2="../$$dir2"; \
108        fi; \
109        dir0="$$dir0"/"$$first"; \
110      fi; \
111    fi; \
112    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
113  done; \
114  reldir="$$dir2"
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AUTOCONF = @AUTOCONF@
118AUTOHEADER = @AUTOHEADER@
119AUTOMAKE = @AUTOMAKE@
120AWK = @AWK@
121CATALOGS = @CATALOGS@
122CATOBJEXT = @CATOBJEXT@
123CC = @CC@
124CCDEPMODE = @CCDEPMODE@
125CFLAGS = @CFLAGS@
126CPP = @CPP@
127CPPFLAGS = @CPPFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DATADIRNAME = @DATADIRNAME@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
138GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
139GMOFILES = @GMOFILES@
140GMSGFMT = @GMSGFMT@
141GMSGFMT_015 = @GMSGFMT_015@
142GREP = @GREP@
143INSTALL = @INSTALL@
144INSTALL_DATA = @INSTALL_DATA@
145INSTALL_PROGRAM = @INSTALL_PROGRAM@
146INSTALL_SCRIPT = @INSTALL_SCRIPT@
147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148INSTOBJEXT = @INSTOBJEXT@
149INTLLIBS = @INTLLIBS@
150INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
151LDFLAGS = @LDFLAGS@
152LIBICONV = @LIBICONV@
153LIBINTL = @LIBINTL@
154LIBOBJS = @LIBOBJS@
155LIBS = @LIBS@
156LTLIBICONV = @LTLIBICONV@
157LTLIBINTL = @LTLIBINTL@
158LTLIBOBJS = @LTLIBOBJS@
159MAINT = @MAINT@
160MAKEINFO = @MAKEINFO@
161MKDIR_P = @MKDIR_P@
162MKINSTALLDIRS = @MKINSTALLDIRS@
163MSGFMT = @MSGFMT@
164MSGFMT_015 = @MSGFMT_015@
165MSGFMT_OPTS = @MSGFMT_OPTS@
166MSGMERGE = @MSGMERGE@
167OBJEXT = @OBJEXT@
168PACKAGE = @PACKAGE@
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
171PACKAGE_DATA_DIR_USR_SHARE = @PACKAGE_DATA_DIR_USR_SHARE@
172PACKAGE_LIBS = @PACKAGE_LIBS@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179PKG_CONFIG = @PKG_CONFIG@
180PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
181PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
182POFILES = @POFILES@
183POSUB = @POSUB@
184PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
185PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
186SET_MAKE = @SET_MAKE@
187SHELL = @SHELL@
188STRIP = @STRIP@
189USE_NLS = @USE_NLS@
190VERSION = @VERSION@
191XGETTEXT = @XGETTEXT@
192XGETTEXT_015 = @XGETTEXT_015@
193XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
194abs_builddir = @abs_builddir@
195abs_srcdir = @abs_srcdir@
196abs_top_builddir = @abs_top_builddir@
197abs_top_srcdir = @abs_top_srcdir@
198ac_ct_CC = @ac_ct_CC@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210builddir = @builddir@
211datadir = @datadir@
212datarootdir = @datarootdir@
213docdir = @docdir@
214dvidir = @dvidir@
215exec_prefix = @exec_prefix@
216host = @host@
217host_alias = @host_alias@
218host_cpu = @host_cpu@
219host_os = @host_os@
220host_vendor = @host_vendor@
221htmldir = @htmldir@
222includedir = @includedir@
223infodir = @infodir@
224install_sh = @install_sh@
225libdir = @libdir@
226libexecdir = @libexecdir@
227localedir = @localedir@
228localstatedir = @localstatedir@
229mandir = @mandir@
230mkdir_p = @mkdir_p@
231oldincludedir = @oldincludedir@
232pdfdir = @pdfdir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238srcdir = @srcdir@
239sysconfdir = @sysconfdir@
240target = @target@
241target_alias = @target_alias@
242target_cpu = @target_cpu@
243target_os = @target_os@
244target_vendor = @target_vendor@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
247top_srcdir = @top_srcdir@
248
249#####################################
250#####################################
251SUBDIRS = net
252INCLUDES = \
253	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
254	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
255	@PACKAGE_CFLAGS@
256
257gnaural_SOURCES = \
258	main.c \
259	main.h \
260	main_ArrayConstants.h \
261	BinauralBeat.c \
262	BinauralBeat.h \
263	ScheduleGUI.c \
264	ScheduleGUI.h \
265	ScheduleXML.c \
266	ScheduleXML.h \
267	callbacks.c \
268	callbacks.h \
269	exportAudio.c \
270	exportAudio.h \
271	voiceGUI.c \
272	voiceGUI.h \
273	playAudio.c \
274	playAudio.h \
275	gnauralnet.h \
276	gnauralnet_main.c \
277	gnauralnet_lists.c \
278	gnauralnet_clocksync.c \
279	gnauralnet_socket.c \
280	gnauralnet_running.c \
281	gnauralnet_gui.c \
282	gettext.h \
283	gnauralXML.c \
284	gnauralXML.h \
285	gnauralRecentMenu.c \
286	gnauralRecentMenu.h \
287	gnauralVU.c \
288	gnauralVU.h \
289	gnaural.glade
290
291gnaural_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
292gnaural_LDFLAGS = @LDFLAGS@
293all: all-recursive
294
295.SUFFIXES:
296.SUFFIXES: .c .o .obj
297$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --gnu src/Makefile
309.PRECIOUS: Makefile
310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311	@case '$?' in \
312	  *config.status*) \
313	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(am__aclocal_m4_deps):
327install-binPROGRAMS: $(bin_PROGRAMS)
328	@$(NORMAL_INSTALL)
329	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
330	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
331	for p in $$list; do echo "$$p $$p"; done | \
332	sed 's/$(EXEEXT)$$//' | \
333	while read p p1; do if test -f $$p; \
334	  then echo "$$p"; echo "$$p"; else :; fi; \
335	done | \
336	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
337	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
338	sed 'N;N;N;s,\n, ,g' | \
339	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
340	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
341	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
342	    else { print "f", $$3 "/" $$4, $$1; } } \
343	  END { for (d in files) print "f", d, files[d] }' | \
344	while read type dir files; do \
345	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
346	    test -z "$$files" || { \
347	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
348	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
349	    } \
350	; done
351
352uninstall-binPROGRAMS:
353	@$(NORMAL_UNINSTALL)
354	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
355	files=`for p in $$list; do echo "$$p"; done | \
356	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
357	      -e 's/$$/$(EXEEXT)/' `; \
358	test -n "$$list" || exit 0; \
359	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
360	cd "$(DESTDIR)$(bindir)" && rm -f $$files
361
362clean-binPROGRAMS:
363	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
364gnaural$(EXEEXT): $(gnaural_OBJECTS) $(gnaural_DEPENDENCIES)
365	@rm -f gnaural$(EXEEXT)
366	$(gnaural_LINK) $(gnaural_OBJECTS) $(gnaural_LDADD) $(LIBS)
367
368mostlyclean-compile:
369	-rm -f *.$(OBJEXT)
370
371distclean-compile:
372	-rm -f *.tab.c
373
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BinauralBeat.Po@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScheduleGUI.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScheduleXML.Po@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exportAudio.Po@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralRecentMenu.Po@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralVU.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralXML.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_clocksync.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_gui.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_lists.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_main.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_running.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnauralnet_socket.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playAudio.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voiceGUI.Po@am__quote@
391
392.c.o:
393@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@	$(COMPILE) -c $<
398
399.c.obj:
400@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
401@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
405
406# This directory's subdirectories are mostly independent; you can cd
407# into them and run `make' without going through this Makefile.
408# To change the values of `make' variables: instead of editing Makefiles,
409# (1) if the variable is set in `config.status', edit `config.status'
410#     (which will cause the Makefiles to be regenerated when you run `make');
411# (2) otherwise, pass the desired values on the `make' command line.
412$(RECURSIVE_TARGETS):
413	@fail= failcom='exit 1'; \
414	for f in x $$MAKEFLAGS; do \
415	  case $$f in \
416	    *=* | --[!k]*);; \
417	    *k*) failcom='fail=yes';; \
418	  esac; \
419	done; \
420	dot_seen=no; \
421	target=`echo $@ | sed s/-recursive//`; \
422	list='$(SUBDIRS)'; for subdir in $$list; do \
423	  echo "Making $$target in $$subdir"; \
424	  if test "$$subdir" = "."; then \
425	    dot_seen=yes; \
426	    local_target="$$target-am"; \
427	  else \
428	    local_target="$$target"; \
429	  fi; \
430	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431	  || eval $$failcom; \
432	done; \
433	if test "$$dot_seen" = "no"; then \
434	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
435	fi; test -z "$$fail"
436
437$(RECURSIVE_CLEAN_TARGETS):
438	@fail= failcom='exit 1'; \
439	for f in x $$MAKEFLAGS; do \
440	  case $$f in \
441	    *=* | --[!k]*);; \
442	    *k*) failcom='fail=yes';; \
443	  esac; \
444	done; \
445	dot_seen=no; \
446	case "$@" in \
447	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
448	  *) list='$(SUBDIRS)' ;; \
449	esac; \
450	rev=''; for subdir in $$list; do \
451	  if test "$$subdir" = "."; then :; else \
452	    rev="$$subdir $$rev"; \
453	  fi; \
454	done; \
455	rev="$$rev ."; \
456	target=`echo $@ | sed s/-recursive//`; \
457	for subdir in $$rev; do \
458	  echo "Making $$target in $$subdir"; \
459	  if test "$$subdir" = "."; then \
460	    local_target="$$target-am"; \
461	  else \
462	    local_target="$$target"; \
463	  fi; \
464	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465	  || eval $$failcom; \
466	done && test -z "$$fail"
467tags-recursive:
468	list='$(SUBDIRS)'; for subdir in $$list; do \
469	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
470	done
471ctags-recursive:
472	list='$(SUBDIRS)'; for subdir in $$list; do \
473	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
474	done
475
476ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
477	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478	unique=`for i in $$list; do \
479	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480	  done | \
481	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482	      END { if (nonempty) { for (i in files) print i; }; }'`; \
483	mkid -fID $$unique
484tags: TAGS
485
486TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487		$(TAGS_FILES) $(LISP)
488	set x; \
489	here=`pwd`; \
490	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
491	  include_option=--etags-include; \
492	  empty_fix=.; \
493	else \
494	  include_option=--include; \
495	  empty_fix=; \
496	fi; \
497	list='$(SUBDIRS)'; for subdir in $$list; do \
498	  if test "$$subdir" = .; then :; else \
499	    test ! -f $$subdir/TAGS || \
500	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
501	  fi; \
502	done; \
503	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
504	unique=`for i in $$list; do \
505	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506	  done | \
507	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508	      END { if (nonempty) { for (i in files) print i; }; }'`; \
509	shift; \
510	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511	  test -n "$$unique" || unique=$$empty_fix; \
512	  if test $$# -gt 0; then \
513	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514	      "$$@" $$unique; \
515	  else \
516	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517	      $$unique; \
518	  fi; \
519	fi
520ctags: CTAGS
521CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
522		$(TAGS_FILES) $(LISP)
523	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
524	unique=`for i in $$list; do \
525	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526	  done | \
527	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528	      END { if (nonempty) { for (i in files) print i; }; }'`; \
529	test -z "$(CTAGS_ARGS)$$unique" \
530	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531	     $$unique
532
533GTAGS:
534	here=`$(am__cd) $(top_builddir) && pwd` \
535	  && $(am__cd) $(top_srcdir) \
536	  && gtags -i $(GTAGS_ARGS) "$$here"
537
538distclean-tags:
539	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
541distdir: $(DISTFILES)
542	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544	list='$(DISTFILES)'; \
545	  dist_files=`for file in $$list; do echo $$file; done | \
546	  sed -e "s|^$$srcdirstrip/||;t" \
547	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
548	case $$dist_files in \
549	  */*) $(MKDIR_P) `echo "$$dist_files" | \
550			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
551			   sort -u` ;; \
552	esac; \
553	for file in $$dist_files; do \
554	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
555	  if test -d $$d/$$file; then \
556	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
557	    if test -d "$(distdir)/$$file"; then \
558	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559	    fi; \
560	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
562	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563	    fi; \
564	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
565	  else \
566	    test -f "$(distdir)/$$file" \
567	    || cp -p $$d/$$file "$(distdir)/$$file" \
568	    || exit 1; \
569	  fi; \
570	done
571	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572	  if test "$$subdir" = .; then :; else \
573	    test -d "$(distdir)/$$subdir" \
574	    || $(MKDIR_P) "$(distdir)/$$subdir" \
575	    || exit 1; \
576	  fi; \
577	done
578	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
579	  if test "$$subdir" = .; then :; else \
580	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
581	    $(am__relativize); \
582	    new_distdir=$$reldir; \
583	    dir1=$$subdir; dir2="$(top_distdir)"; \
584	    $(am__relativize); \
585	    new_top_distdir=$$reldir; \
586	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
587	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
588	    ($(am__cd) $$subdir && \
589	      $(MAKE) $(AM_MAKEFLAGS) \
590	        top_distdir="$$new_top_distdir" \
591	        distdir="$$new_distdir" \
592		am__remove_distdir=: \
593		am__skip_length_check=: \
594		am__skip_mode_fix=: \
595	        distdir) \
596	      || exit 1; \
597	  fi; \
598	done
599check-am: all-am
600check: check-recursive
601all-am: Makefile $(PROGRAMS)
602installdirs: installdirs-recursive
603installdirs-am:
604	for dir in "$(DESTDIR)$(bindir)"; do \
605	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
606	done
607install: install-recursive
608install-exec: install-exec-recursive
609install-data: install-data-recursive
610uninstall: uninstall-recursive
611
612install-am: all-am
613	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
614
615installcheck: installcheck-recursive
616install-strip:
617	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619	  `test -z '$(STRIP)' || \
620	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
621mostlyclean-generic:
622
623clean-generic:
624
625distclean-generic:
626	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
628
629maintainer-clean-generic:
630	@echo "This command is intended for maintainers to use"
631	@echo "it deletes files that may require special tools to rebuild."
632clean: clean-recursive
633
634clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
635
636distclean: distclean-recursive
637	-rm -rf ./$(DEPDIR)
638	-rm -f Makefile
639distclean-am: clean-am distclean-compile distclean-generic \
640	distclean-tags
641
642dvi: dvi-recursive
643
644dvi-am:
645
646html: html-recursive
647
648html-am:
649
650info: info-recursive
651
652info-am:
653
654install-data-am:
655
656install-dvi: install-dvi-recursive
657
658install-dvi-am:
659
660install-exec-am: install-binPROGRAMS
661
662install-html: install-html-recursive
663
664install-html-am:
665
666install-info: install-info-recursive
667
668install-info-am:
669
670install-man:
671
672install-pdf: install-pdf-recursive
673
674install-pdf-am:
675
676install-ps: install-ps-recursive
677
678install-ps-am:
679
680installcheck-am:
681
682maintainer-clean: maintainer-clean-recursive
683	-rm -rf ./$(DEPDIR)
684	-rm -f Makefile
685maintainer-clean-am: distclean-am maintainer-clean-generic
686
687mostlyclean: mostlyclean-recursive
688
689mostlyclean-am: mostlyclean-compile mostlyclean-generic
690
691pdf: pdf-recursive
692
693pdf-am:
694
695ps: ps-recursive
696
697ps-am:
698
699uninstall-am: uninstall-binPROGRAMS
700
701.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
702	install-am install-strip tags-recursive
703
704.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
705	all all-am check check-am clean clean-binPROGRAMS \
706	clean-generic ctags ctags-recursive distclean \
707	distclean-compile distclean-generic distclean-tags distdir dvi \
708	dvi-am html html-am info info-am install install-am \
709	install-binPROGRAMS install-data install-data-am install-dvi \
710	install-dvi-am install-exec install-exec-am install-html \
711	install-html-am install-info install-info-am install-man \
712	install-pdf install-pdf-am install-ps install-ps-am \
713	install-strip installcheck installcheck-am installdirs \
714	installdirs-am maintainer-clean maintainer-clean-generic \
715	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
716	ps ps-am tags tags-recursive uninstall uninstall-am \
717	uninstall-binPROGRAMS
718
719#gnaural_LDFLAGS = @LDFLAGS@ -Wl,--as-needed -Wl,--no-undefined
720#####################################
721
722# Tell versions [3.59,3.63) of GNU make to not export all variables.
723# Otherwise a system limit (for SysV at least) may be exceeded.
724.NOEXPORT:
725