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