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