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