1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = src/plugins/sndio
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/depcomp
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
86	$(top_srcdir)/as-ac-expand.m4 $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98am__install_max = 40
99am__nobase_strip_setup = \
100  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101am__nobase_strip = \
102  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103am__nobase_list = $(am__nobase_strip_setup); \
104  for p in $$list; do echo "$$p $$p"; done | \
105  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107    if (++n[$$2] == $(am__install_max)) \
108      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109    END { for (dir in files) print dir, files[dir] }'
110am__base_list = \
111  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113am__uninstall_files_from_dir = { \
114  test -z "$$files" \
115    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
116    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
117         $(am__cd) "$$dir" && rm -f $$files; }; \
118  }
119am__installdirs = "$(DESTDIR)$(libdir)"
120LTLIBRARIES = $(lib_LTLIBRARIES)
121libsndio_la_DEPENDENCIES =
122am__libsndio_la_SOURCES_DIST = ao_sndio.c
123@HAVE_SNDIO_AUDIO_TRUE@am__objects_1 = ao_sndio.lo
124am_libsndio_la_OBJECTS = $(am__objects_1)
125libsndio_la_OBJECTS = $(am_libsndio_la_OBJECTS)
126AM_V_lt = $(am__v_lt_@AM_V@)
127am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
128am__v_lt_0 = --silent
129am__v_lt_1 =
130libsndio_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132	$(libsndio_la_LDFLAGS) $(LDFLAGS) -o $@
133@HAVE_SNDIO_AUDIO_TRUE@am_libsndio_la_rpath = -rpath $(libdir)
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo "  GEN     " $@;
141am__v_GEN_1 =
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 =
146DEFAULT_INCLUDES = -I.@am__isrc@
147depcomp = $(SHELL) $(top_srcdir)/depcomp
148am__depfiles_maybe = depfiles
149am__mv = mv -f
150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155	$(AM_CFLAGS) $(CFLAGS)
156AM_V_CC = $(am__v_CC_@AM_V@)
157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158am__v_CC_0 = @echo "  CC      " $@;
159am__v_CC_1 =
160CCLD = $(CC)
161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166am__v_CCLD_0 = @echo "  CCLD    " $@;
167am__v_CCLD_1 =
168SOURCES = $(libsndio_la_SOURCES)
169DIST_SOURCES = $(am__libsndio_la_SOURCES_DIST)
170am__can_run_installinfo = \
171  case $$AM_UPDATE_INFO_DIR in \
172    n|no|NO) false;; \
173    *) (install-info --version) >/dev/null 2>&1;; \
174  esac
175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176# Read a list of newline-separated strings from the standard input,
177# and print each of them once, without duplicates.  Input order is
178# *not* preserved.
179am__uniquify_input = $(AWK) '\
180  BEGIN { nonempty = 0; } \
181  { items[$$0] = 1; nonempty = 1; } \
182  END { if (nonempty) { for (i in items) print i; }; } \
183'
184# Make sure the list of sources is unique.  This is necessary because,
185# e.g., the same source file might be shared among _SOURCES variables
186# for different programs/libraries.
187am__define_uniq_tagged_files = \
188  list='$(am__tagged_files)'; \
189  unique=`for i in $$list; do \
190    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191  done | $(am__uniquify_input)`
192ETAGS = etags
193CTAGS = ctags
194DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195ACLOCAL = @ACLOCAL@
196ALSA_LIBS = @ALSA_LIBS@
197AMTAR = @AMTAR@
198AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199AR = @AR@
200ARTSC_CONFIG = @ARTSC_CONFIG@
201ARTSGLIB_CFLAGS = @ARTSGLIB_CFLAGS@
202ARTSGLIB_LIBS = @ARTSGLIB_LIBS@
203ARTS_CFLAGS = @ARTS_CFLAGS@
204ARTS_LIBS = @ARTS_LIBS@
205AS = @AS@
206AUTOCONF = @AUTOCONF@
207AUTOHEADER = @AUTOHEADER@
208AUTOMAKE = @AUTOMAKE@
209AWK = @AWK@
210BINDIR = @BINDIR@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CFLAGS = @CFLAGS@
214CPP = @CPP@
215CPPFLAGS = @CPPFLAGS@
216CYGPATH_W = @CYGPATH_W@
217DEBUG = @DEBUG@
218DEFS = @DEFS@
219DEPDIR = @DEPDIR@
220DLLTOOL = @DLLTOOL@
221DOCDIR = @DOCDIR@
222DSYMUTIL = @DSYMUTIL@
223DUMPBIN = @DUMPBIN@
224ECHO_C = @ECHO_C@
225ECHO_N = @ECHO_N@
226ECHO_T = @ECHO_T@
227EGREP = @EGREP@
228ESD_CFLAGS = @ESD_CFLAGS@
229ESD_CONFIG = @ESD_CONFIG@
230ESD_LIBS = @ESD_LIBS@
231EXEEXT = @EXEEXT@
232FGREP = @FGREP@
233GREP = @GREP@
234INCLUDEDIR = @INCLUDEDIR@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LD = @LD@
241LDFLAGS = @LDFLAGS@
242LIBAO_LA_LDFLAGS = @LIBAO_LA_LDFLAGS@
243LIBDIR = @LIBDIR@
244LIBOBJS = @LIBOBJS@
245LIBS = @LIBS@
246LIBTOOL = @LIBTOOL@
247LIB_AGE = @LIB_AGE@
248LIB_CURRENT = @LIB_CURRENT@
249LIB_REVISION = @LIB_REVISION@
250LIPO = @LIPO@
251LN_S = @LN_S@
252LTLIBOBJS = @LTLIBOBJS@
253MAINT = @MAINT@
254MAKEINFO = @MAKEINFO@
255MANIFEST_TOOL = @MANIFEST_TOOL@
256MKDIR_P = @MKDIR_P@
257NAS_CFLAGS = @NAS_CFLAGS@
258NAS_LIBS = @NAS_LIBS@
259NM = @NM@
260NMEDIT = @NMEDIT@
261OBJDUMP = @OBJDUMP@
262OBJEXT = @OBJEXT@
263OTOOL = @OTOOL@
264OTOOL64 = @OTOOL64@
265PACKAGE = @PACKAGE@
266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267PACKAGE_NAME = @PACKAGE_NAME@
268PACKAGE_STRING = @PACKAGE_STRING@
269PACKAGE_TARNAME = @PACKAGE_TARNAME@
270PACKAGE_URL = @PACKAGE_URL@
271PACKAGE_VERSION = @PACKAGE_VERSION@
272PATH_SEPARATOR = @PATH_SEPARATOR@
273PKG_CONFIG = @PKG_CONFIG@
274PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
275PROFILE = @PROFILE@
276PULSE_CFLAGS = @PULSE_CFLAGS@
277PULSE_LIBS = @PULSE_LIBS@
278RANLIB = @RANLIB@
279SED = @SED@
280SET_MAKE = @SET_MAKE@
281SHELL = @SHELL@
282SIZE16 = @SIZE16@
283SIZE32 = @SIZE32@
284SLP_DEF = @SLP_DEF@
285STRIP = @STRIP@
286VERSION = @VERSION@
287WMM_LIBS = @WMM_LIBS@
288XMKMF = @XMKMF@
289X_CFLAGS = @X_CFLAGS@
290X_EXTRA_LIBS = @X_EXTRA_LIBS@
291X_LIBS = @X_LIBS@
292X_PRE_LIBS = @X_PRE_LIBS@
293abs_builddir = @abs_builddir@
294abs_srcdir = @abs_srcdir@
295abs_top_builddir = @abs_top_builddir@
296abs_top_srcdir = @abs_top_srcdir@
297ac_ct_AR = @ac_ct_AR@
298ac_ct_CC = @ac_ct_CC@
299ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
300am__include = @am__include@
301am__leading_dot = @am__leading_dot@
302am__quote = @am__quote@
303am__tar = @am__tar@
304am__untar = @am__untar@
305bindir = @bindir@
306build = @build@
307build_alias = @build_alias@
308build_cpu = @build_cpu@
309build_os = @build_os@
310build_vendor = @build_vendor@
311builddir = @builddir@
312datadir = @datadir@
313datarootdir = @datarootdir@
314docdir = @docdir@
315dvidir = @dvidir@
316exec_prefix = @exec_prefix@
317host = @host@
318host_alias = @host_alias@
319host_cpu = @host_cpu@
320host_os = @host_os@
321host_vendor = @host_vendor@
322htmldir = @htmldir@
323includedir = @includedir@
324infodir = @infodir@
325install_sh = @install_sh@
326libdir = $(plugindir)
327libexecdir = @libexecdir@
328localedir = @localedir@
329localstatedir = @localstatedir@
330mandir = @mandir@
331mkdir_p = @mkdir_p@
332oldincludedir = @oldincludedir@
333pdfdir = @pdfdir@
334plugindir = @plugindir@
335prefix = @prefix@
336program_transform_name = @program_transform_name@
337psdir = @psdir@
338sbindir = @sbindir@
339sharedstatedir = @sharedstatedir@
340srcdir = @srcdir@
341sysconfdir = @sysconfdir@
342target_alias = @target_alias@
343top_build_prefix = @top_build_prefix@
344top_builddir = @top_builddir@
345top_srcdir = @top_srcdir@
346AUTOMAKE_OPTIONS = foreign
347@HAVE_SNDIO_AUDIO_FALSE@sndioltlibs =
348@HAVE_SNDIO_AUDIO_TRUE@sndioltlibs = libsndio.la
349@HAVE_SNDIO_AUDIO_FALSE@sndiosources =
350@HAVE_SNDIO_AUDIO_TRUE@sndiosources = ao_sndio.c
351INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include
352lib_LTLIBRARIES = $(sndioltlibs)
353libsndio_la_LDFLAGS = @PLUGIN_LDFLAGS@
354libsndio_la_LIBADD = -lsndio
355libsndio_la_SOURCES = $(sndiosources)
356EXTRA_DIST = ao_sndio.c
357all: all-am
358
359.SUFFIXES:
360.SUFFIXES: .c .lo .o .obj
361$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
362	@for dep in $?; do \
363	  case '$(am__configure_deps)' in \
364	    *$$dep*) \
365	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366	        && { if test -f $@; then exit 0; else break; fi; }; \
367	      exit 1;; \
368	  esac; \
369	done; \
370	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/sndio/Makefile'; \
371	$(am__cd) $(top_srcdir) && \
372	  $(AUTOMAKE) --foreign src/plugins/sndio/Makefile
373.PRECIOUS: Makefile
374Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375	@case '$?' in \
376	  *config.status*) \
377	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378	  *) \
379	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381	esac;
382
383$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
386$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
389	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390$(am__aclocal_m4_deps):
391
392install-libLTLIBRARIES: $(lib_LTLIBRARIES)
393	@$(NORMAL_INSTALL)
394	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
395	list2=; for p in $$list; do \
396	  if test -f $$p; then \
397	    list2="$$list2 $$p"; \
398	  else :; fi; \
399	done; \
400	test -z "$$list2" || { \
401	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
402	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
403	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
404	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
405	}
406
407uninstall-libLTLIBRARIES:
408	@$(NORMAL_UNINSTALL)
409	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
410	for p in $$list; do \
411	  $(am__strip_dir) \
412	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
413	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
414	done
415
416clean-libLTLIBRARIES:
417	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
418	@list='$(lib_LTLIBRARIES)'; \
419	locs=`for p in $$list; do echo $$p; done | \
420	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
421	      sort -u`; \
422	test -z "$$locs" || { \
423	  echo rm -f $${locs}; \
424	  rm -f $${locs}; \
425	}
426
427libsndio.la: $(libsndio_la_OBJECTS) $(libsndio_la_DEPENDENCIES) $(EXTRA_libsndio_la_DEPENDENCIES)
428	$(AM_V_CCLD)$(libsndio_la_LINK) $(am_libsndio_la_rpath) $(libsndio_la_OBJECTS) $(libsndio_la_LIBADD) $(LIBS)
429
430mostlyclean-compile:
431	-rm -f *.$(OBJEXT)
432
433distclean-compile:
434	-rm -f *.tab.c
435
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_sndio.Plo@am__quote@
437
438.c.o:
439@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
440@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
441@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
444
445.c.obj:
446@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
447@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
451
452.c.lo:
453@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
458
459mostlyclean-libtool:
460	-rm -f *.lo
461
462clean-libtool:
463	-rm -rf .libs _libs
464
465ID: $(am__tagged_files)
466	$(am__define_uniq_tagged_files); mkid -fID $$unique
467tags: tags-am
468TAGS: tags
469
470tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471	set x; \
472	here=`pwd`; \
473	$(am__define_uniq_tagged_files); \
474	shift; \
475	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476	  test -n "$$unique" || unique=$$empty_fix; \
477	  if test $$# -gt 0; then \
478	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479	      "$$@" $$unique; \
480	  else \
481	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482	      $$unique; \
483	  fi; \
484	fi
485ctags: ctags-am
486
487CTAGS: ctags
488ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489	$(am__define_uniq_tagged_files); \
490	test -z "$(CTAGS_ARGS)$$unique" \
491	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492	     $$unique
493
494GTAGS:
495	here=`$(am__cd) $(top_builddir) && pwd` \
496	  && $(am__cd) $(top_srcdir) \
497	  && gtags -i $(GTAGS_ARGS) "$$here"
498cscopelist: cscopelist-am
499
500cscopelist-am: $(am__tagged_files)
501	list='$(am__tagged_files)'; \
502	case "$(srcdir)" in \
503	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504	  *) sdir=$(subdir)/$(srcdir) ;; \
505	esac; \
506	for i in $$list; do \
507	  if test -f "$$i"; then \
508	    echo "$(subdir)/$$i"; \
509	  else \
510	    echo "$$sdir/$$i"; \
511	  fi; \
512	done >> $(top_builddir)/cscope.files
513
514distclean-tags:
515	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516
517distdir: $(DISTFILES)
518	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	list='$(DISTFILES)'; \
521	  dist_files=`for file in $$list; do echo $$file; done | \
522	  sed -e "s|^$$srcdirstrip/||;t" \
523	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524	case $$dist_files in \
525	  */*) $(MKDIR_P) `echo "$$dist_files" | \
526			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527			   sort -u` ;; \
528	esac; \
529	for file in $$dist_files; do \
530	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531	  if test -d $$d/$$file; then \
532	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533	    if test -d "$(distdir)/$$file"; then \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539	    fi; \
540	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541	  else \
542	    test -f "$(distdir)/$$file" \
543	    || cp -p $$d/$$file "$(distdir)/$$file" \
544	    || exit 1; \
545	  fi; \
546	done
547check-am: all-am
548check: check-am
549all-am: Makefile $(LTLIBRARIES)
550installdirs:
551	for dir in "$(DESTDIR)$(libdir)"; do \
552	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553	done
554install: install-am
555install-exec: install-exec-am
556install-data: install-data-am
557uninstall: uninstall-am
558
559install-am: all-am
560	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562installcheck: installcheck-am
563install-strip:
564	if test -z '$(STRIP)'; then \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	      install; \
568	else \
569	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572	fi
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581maintainer-clean-generic:
582	@echo "This command is intended for maintainers to use"
583	@echo "it deletes files that may require special tools to rebuild."
584clean: clean-am
585
586clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
587	mostlyclean-am
588
589distclean: distclean-am
590	-rm -rf ./$(DEPDIR)
591	-rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593	distclean-tags
594
595dvi: dvi-am
596
597dvi-am:
598
599html: html-am
600
601html-am:
602
603info: info-am
604
605info-am:
606
607install-data-am:
608
609install-dvi: install-dvi-am
610
611install-dvi-am:
612
613install-exec-am: install-libLTLIBRARIES
614
615install-html: install-html-am
616
617install-html-am:
618
619install-info: install-info-am
620
621install-info-am:
622
623install-man:
624
625install-pdf: install-pdf-am
626
627install-pdf-am:
628
629install-ps: install-ps-am
630
631install-ps-am:
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-am
636	-rm -rf ./$(DEPDIR)
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643	mostlyclean-libtool
644
645pdf: pdf-am
646
647pdf-am:
648
649ps: ps-am
650
651ps-am:
652
653uninstall-am: uninstall-libLTLIBRARIES
654
655.MAKE: install-am install-strip
656
657.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
658	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
659	ctags-am distclean distclean-compile distclean-generic \
660	distclean-libtool distclean-tags distdir dvi dvi-am html \
661	html-am info info-am install install-am install-data \
662	install-data-am install-dvi install-dvi-am install-exec \
663	install-exec-am install-html install-html-am install-info \
664	install-info-am install-libLTLIBRARIES install-man install-pdf \
665	install-pdf-am install-ps install-ps-am install-strip \
666	installcheck installcheck-am installdirs maintainer-clean \
667	maintainer-clean-generic mostlyclean mostlyclean-compile \
668	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
670
671
672# Tell versions [3.59,3.63) of GNU make to not export all variables.
673# Otherwise a system limit (for SysV at least) may be exceeded.
674.NOEXPORT:
675