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