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