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@
37subdir = libbristolaudio
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
41	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43	$(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56am__install_max = 40
57am__nobase_strip_setup = \
58  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59am__nobase_strip = \
60  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61am__nobase_list = $(am__nobase_strip_setup); \
62  for p in $$list; do echo "$$p $$p"; done | \
63  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65    if (++n[$$2] == $(am__install_max)) \
66      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67    END { for (dir in files) print dir, files[dir] }'
68am__base_list = \
69  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71am__installdirs = "$(DESTDIR)$(libdir)"
72LTLIBRARIES = $(lib_LTLIBRARIES)
73libbristolaudio_la_DEPENDENCIES =
74am_libbristolaudio_la_OBJECTS = audioEngineALSA.lo audioGUIALSA.lo \
75	audioMastering.lo audioEngine.lo audioGUI.lo audioEngineOSS.lo \
76	audioGUIOSS.lo audioEngineJack.lo
77libbristolaudio_la_OBJECTS = $(am_libbristolaudio_la_OBJECTS)
78libbristolaudio_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
79	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80	$(libbristolaudio_la_LDFLAGS) $(LDFLAGS) -o $@
81DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82depcomp = $(SHELL) $(top_srcdir)/depcomp
83am__depfiles_maybe = depfiles
84am__mv = mv -f
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93	$(LDFLAGS) -o $@
94SOURCES = $(libbristolaudio_la_SOURCES)
95DIST_SOURCES = $(libbristolaudio_la_SOURCES)
96ETAGS = etags
97CTAGS = ctags
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100ALSA_CFLAGS = @ALSA_CFLAGS@
101ALSA_LIBS = @ALSA_LIBS@
102AMTAR = @AMTAR@
103AR = @AR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108BRIGHTON_HAS_AUTOZOOM = @BRIGHTON_HAS_AUTOZOOM@
109BRIGHTON_HAS_SHMIMAGE = @BRIGHTON_HAS_SHMIMAGE@
110BRIGHTON_HAS_X11 = @BRIGHTON_HAS_X11@
111BRIGHTON_HAS_XIMAGE = @BRIGHTON_HAS_XIMAGE@
112BRIGHTON_LIBB11 = @BRIGHTON_LIBB11@
113BRIGHTON_LIBX11 = @BRIGHTON_LIBX11@
114BRIGHTON_LIBXEXT = @BRIGHTON_LIBXEXT@
115BRIGHTON_LIBXLIBS = @BRIGHTON_LIBXLIBS@
116BRIGHTON_X11_DIR = @BRIGHTON_X11_DIR@
117BRISTOL_BARRIER = @BRISTOL_BARRIER@
118BRISTOL_DIR = @BRISTOL_DIR@
119BRISTOL_HAS_ALSA = @BRISTOL_HAS_ALSA@
120BRISTOL_HAS_DRAIN = @BRISTOL_HAS_DRAIN@
121BRISTOL_HAS_JACK = @BRISTOL_HAS_JACK@
122BRISTOL_HAS_JACK_MIDI = @BRISTOL_HAS_JACK_MIDI@
123BRISTOL_HAS_JACK_SESSION = @BRISTOL_HAS_JACK_SESSION@
124BRISTOL_HAS_LIBLO = @BRISTOL_HAS_LIBLO@
125BRISTOL_HAS_OSS = @BRISTOL_HAS_OSS@
126BRISTOL_HAS_PA = @BRISTOL_HAS_PA@
127BRISTOL_JACK_DEFAULT = @BRISTOL_JACK_DEFAULT@
128BRISTOL_JACK_DEFAULT_MIDI = @BRISTOL_JACK_DEFAULT_MIDI@
129BRISTOL_JACK_MULTI_CLOSE = @BRISTOL_JACK_MULTI_CLOSE@
130BRISTOL_LIBPALIBS = @BRISTOL_LIBPALIBS@
131BRISTOL_LIB_PA = @BRISTOL_LIB_PA@
132BRISTOL_LIN_ATTACK = @BRISTOL_LIN_ATTACK@
133BRISTOL_MAJOR_VERSION = @BRISTOL_MAJOR_VERSION@
134BRISTOL_MICRO_VERSION = @BRISTOL_MICRO_VERSION@
135BRISTOL_MINOR_VERSION = @BRISTOL_MINOR_VERSION@
136BRISTOL_PA_DIR = @BRISTOL_PA_DIR@
137BRISTOL_SEMAPHORE = @BRISTOL_SEMAPHORE@
138BRISTOL_SEM_OPEN = @BRISTOL_SEM_OPEN@
139BRISTOL_SO_VERSION = @BRISTOL_SO_VERSION@
140BRISTOL_VERSION = @BRISTOL_VERSION@
141BRR = @BRR@
142CC = @CC@
143CCDEPMODE = @CCDEPMODE@
144CFLAGS = @CFLAGS@
145CPP = @CPP@
146CPPFLAGS = @CPPFLAGS@
147CYGPATH_W = @CYGPATH_W@
148DEFAULT_AUDIO_FLAG = @DEFAULT_AUDIO_FLAG@
149DEFS = @DEFS@
150DEPDIR = @DEPDIR@
151DSYMUTIL = @DSYMUTIL@
152DUMPBIN = @DUMPBIN@
153ECHO_C = @ECHO_C@
154ECHO_N = @ECHO_N@
155ECHO_T = @ECHO_T@
156EGREP = @EGREP@
157EXEEXT = @EXEEXT@
158FGREP = @FGREP@
159GREP = @GREP@
160INSTALL = @INSTALL@
161INSTALL_DATA = @INSTALL_DATA@
162INSTALL_PROGRAM = @INSTALL_PROGRAM@
163INSTALL_SCRIPT = @INSTALL_SCRIPT@
164INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165JACK_CFLAGS = @JACK_CFLAGS@
166JACK_LIBS = @JACK_LIBS@
167LD = @LD@
168LDFLAGS = @LDFLAGS@
169LIBLO_CFLAGS = @LIBLO_CFLAGS@
170LIBLO_LIBS = @LIBLO_LIBS@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LIBTOOL = @LIBTOOL@
174LIPO = @LIPO@
175LN_S = @LN_S@
176LTLIBOBJS = @LTLIBOBJS@
177MAKEINFO = @MAKEINFO@
178MKDIR_P = @MKDIR_P@
179NM = @NM@
180NMEDIT = @NMEDIT@
181OBJDUMP = @OBJDUMP@
182OBJEXT = @OBJEXT@
183OTOOL = @OTOOL@
184OTOOL64 = @OTOOL64@
185PACKAGE = @PACKAGE@
186PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187PACKAGE_NAME = @PACKAGE_NAME@
188PACKAGE_STRING = @PACKAGE_STRING@
189PACKAGE_TARNAME = @PACKAGE_TARNAME@
190PACKAGE_URL = @PACKAGE_URL@
191PACKAGE_VERSION = @PACKAGE_VERSION@
192PATH_SEPARATOR = @PATH_SEPARATOR@
193PKG_CONFIG = @PKG_CONFIG@
194RANLIB = @RANLIB@
195SED = @SED@
196SET_MAKE = @SET_MAKE@
197SHELL = @SHELL@
198STRIP = @STRIP@
199VERSION = @VERSION@
200_BRISTOL_VOICES = @_BRISTOL_VOICES@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_CC = @ac_ct_CC@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207am__include = @am__include@
208am__leading_dot = @am__leading_dot@
209am__quote = @am__quote@
210am__tar = @am__tar@
211am__untar = @am__untar@
212bindir = @bindir@
213build = @build@
214build_alias = @build_alias@
215build_cpu = @build_cpu@
216build_os = @build_os@
217build_vendor = @build_vendor@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230includedir = @includedir@
231infodir = @infodir@
232install_sh = @install_sh@
233libdir = @libdir@
234libexecdir = @libexecdir@
235localedir = @localedir@
236localstatedir = @localstatedir@
237lt_ECHO = @lt_ECHO@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253AUTOMAKE_OPTIONS = foreign
254AM_CFLAGS = -pthread -Wall -g -I$(srcdir)/../include/slab -I$(srcdir)/../include/bristol -DBRISTOL_HAS_OSS=@BRISTOL_HAS_OSS@ @BRISTOL_HAS_DRAIN@ -DBRISTOL_HAS_ALSA=@BRISTOL_HAS_ALSA@ @BRISTOL_HAS_JACK@ @BRISTOL_HAS_JACK_MIDI@ @BRISTOL_HAS_JACK_SESSION@ @ALSA_CFLAGS@ @JACK_CFLAGS@ @BRISTOL_HAS_PA@
255libbristolaudio_la_LDFLAGS = -export-dynamic -version-info @BRISTOL_SO_VERSION@
256libbristolaudio_la_LIBADD = @ALSA_LIBS@ @JACK_LIBS@
257lib_LTLIBRARIES = libbristolaudio.la
258libbristolaudio_la_SOURCES = audioEngineALSA.c audioGUIALSA.c audioMastering.c audioEngine.c audioGUI.c audioEngineOSS.c audioGUIOSS.c audioEngineJack.c
259all: all-am
260
261.SUFFIXES:
262.SUFFIXES: .c .lo .o .obj
263$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
264	@for dep in $?; do \
265	  case '$(am__configure_deps)' in \
266	    *$$dep*) \
267	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
268	        && { if test -f $@; then exit 0; else break; fi; }; \
269	      exit 1;; \
270	  esac; \
271	done; \
272	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbristolaudio/Makefile'; \
273	$(am__cd) $(top_srcdir) && \
274	  $(AUTOMAKE) --foreign libbristolaudio/Makefile
275.PRECIOUS: Makefile
276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277	@case '$?' in \
278	  *config.status*) \
279	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280	  *) \
281	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283	esac;
284
285$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288$(top_srcdir)/configure:  $(am__configure_deps)
289	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
291	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292$(am__aclocal_m4_deps):
293install-libLTLIBRARIES: $(lib_LTLIBRARIES)
294	@$(NORMAL_INSTALL)
295	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
296	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
297	list2=; for p in $$list; do \
298	  if test -f $$p; then \
299	    list2="$$list2 $$p"; \
300	  else :; fi; \
301	done; \
302	test -z "$$list2" || { \
303	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
304	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
305	}
306
307uninstall-libLTLIBRARIES:
308	@$(NORMAL_UNINSTALL)
309	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
310	for p in $$list; do \
311	  $(am__strip_dir) \
312	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
313	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
314	done
315
316clean-libLTLIBRARIES:
317	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
318	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
319	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
320	  test "$$dir" != "$$p" || dir=.; \
321	  echo "rm -f \"$${dir}/so_locations\""; \
322	  rm -f "$${dir}/so_locations"; \
323	done
324libbristolaudio.la: $(libbristolaudio_la_OBJECTS) $(libbristolaudio_la_DEPENDENCIES)
325	$(libbristolaudio_la_LINK) -rpath $(libdir) $(libbristolaudio_la_OBJECTS) $(libbristolaudio_la_LIBADD) $(LIBS)
326
327mostlyclean-compile:
328	-rm -f *.$(OBJEXT)
329
330distclean-compile:
331	-rm -f *.tab.c
332
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioEngine.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioEngineALSA.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioEngineJack.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioEngineOSS.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioGUI.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioGUIALSA.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioGUIOSS.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioMastering.Plo@am__quote@
341
342.c.o:
343@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
344@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347@am__fastdepCC_FALSE@	$(COMPILE) -c $<
348
349.c.obj:
350@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
351@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
355
356.c.lo:
357@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
362
363mostlyclean-libtool:
364	-rm -f *.lo
365
366clean-libtool:
367	-rm -rf .libs _libs
368
369ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371	unique=`for i in $$list; do \
372	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373	  done | \
374	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375	      END { if (nonempty) { for (i in files) print i; }; }'`; \
376	mkid -fID $$unique
377tags: TAGS
378
379TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
380		$(TAGS_FILES) $(LISP)
381	set x; \
382	here=`pwd`; \
383	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384	unique=`for i in $$list; do \
385	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386	  done | \
387	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388	      END { if (nonempty) { for (i in files) print i; }; }'`; \
389	shift; \
390	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391	  test -n "$$unique" || unique=$$empty_fix; \
392	  if test $$# -gt 0; then \
393	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394	      "$$@" $$unique; \
395	  else \
396	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397	      $$unique; \
398	  fi; \
399	fi
400ctags: CTAGS
401CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402		$(TAGS_FILES) $(LISP)
403	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	test -z "$(CTAGS_ARGS)$$unique" \
410	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411	     $$unique
412
413GTAGS:
414	here=`$(am__cd) $(top_builddir) && pwd` \
415	  && $(am__cd) $(top_srcdir) \
416	  && gtags -i $(GTAGS_ARGS) "$$here"
417
418distclean-tags:
419	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421distdir: $(DISTFILES)
422	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424	list='$(DISTFILES)'; \
425	  dist_files=`for file in $$list; do echo $$file; done | \
426	  sed -e "s|^$$srcdirstrip/||;t" \
427	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428	case $$dist_files in \
429	  */*) $(MKDIR_P) `echo "$$dist_files" | \
430			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431			   sort -u` ;; \
432	esac; \
433	for file in $$dist_files; do \
434	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435	  if test -d $$d/$$file; then \
436	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437	    if test -d "$(distdir)/$$file"; then \
438	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439	    fi; \
440	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443	    fi; \
444	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445	  else \
446	    test -f "$(distdir)/$$file" \
447	    || cp -p $$d/$$file "$(distdir)/$$file" \
448	    || exit 1; \
449	  fi; \
450	done
451check-am: all-am
452check: check-am
453all-am: Makefile $(LTLIBRARIES)
454installdirs:
455	for dir in "$(DESTDIR)$(libdir)"; do \
456	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
457	done
458install: install-am
459install-exec: install-exec-am
460install-data: install-data-am
461uninstall: uninstall-am
462
463install-am: all-am
464	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
466installcheck: installcheck-am
467install-strip:
468	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470	  `test -z '$(STRIP)' || \
471	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472mostlyclean-generic:
473
474clean-generic:
475
476distclean-generic:
477	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
478	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
479
480maintainer-clean-generic:
481	@echo "This command is intended for maintainers to use"
482	@echo "it deletes files that may require special tools to rebuild."
483clean: clean-am
484
485clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
486	mostlyclean-am
487
488distclean: distclean-am
489	-rm -rf ./$(DEPDIR)
490	-rm -f Makefile
491distclean-am: clean-am distclean-compile distclean-generic \
492	distclean-tags
493
494dvi: dvi-am
495
496dvi-am:
497
498html: html-am
499
500html-am:
501
502info: info-am
503
504info-am:
505
506install-data-am:
507
508install-dvi: install-dvi-am
509
510install-dvi-am:
511
512install-exec-am: install-libLTLIBRARIES
513
514install-html: install-html-am
515
516install-html-am:
517
518install-info: install-info-am
519
520install-info-am:
521
522install-man:
523
524install-pdf: install-pdf-am
525
526install-pdf-am:
527
528install-ps: install-ps-am
529
530install-ps-am:
531
532installcheck-am:
533
534maintainer-clean: maintainer-clean-am
535	-rm -rf ./$(DEPDIR)
536	-rm -f Makefile
537maintainer-clean-am: distclean-am maintainer-clean-generic
538
539mostlyclean: mostlyclean-am
540
541mostlyclean-am: mostlyclean-compile mostlyclean-generic \
542	mostlyclean-libtool
543
544pdf: pdf-am
545
546pdf-am:
547
548ps: ps-am
549
550ps-am:
551
552uninstall-am: uninstall-libLTLIBRARIES
553
554.MAKE: install-am install-strip
555
556.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
557	clean-libLTLIBRARIES clean-libtool ctags distclean \
558	distclean-compile distclean-generic distclean-libtool \
559	distclean-tags distdir dvi dvi-am html html-am info info-am \
560	install install-am install-data install-data-am install-dvi \
561	install-dvi-am install-exec install-exec-am install-html \
562	install-html-am install-info install-info-am \
563	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
564	install-ps install-ps-am install-strip installcheck \
565	installcheck-am installdirs maintainer-clean \
566	maintainer-clean-generic mostlyclean mostlyclean-compile \
567	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
568	tags uninstall uninstall-am uninstall-libLTLIBRARIES
569
570
571# Tell versions [3.59,3.63) of GNU make to not export all variables.
572# Otherwise a system limit (for SysV at least) may be exceeded.
573.NOEXPORT:
574