ce188d4d |
1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
3 | |
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
5 | |
6 | # This Makefile.in is free software; the Free Software Foundation |
7 | # gives unlimited permission to copy and/or distribute it, |
8 | # with or without modifications, as long as this notice is preserved. |
9 | |
10 | # This program is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 | # PARTICULAR PURPOSE. |
14 | |
15 | @SET_MAKE@ |
16 | |
17 | # libFLAC - Free Lossless Audio Codec library |
18 | # Copyright (C) 2001-2009 Josh Coalson |
19 | # Copyright (C) 2011-2016 Xiph.Org Foundation |
20 | # |
21 | # Redistribution and use in source and binary forms, with or without |
22 | # modification, are permitted provided that the following conditions |
23 | # are met: |
24 | # |
25 | # - Redistributions of source code must retain the above copyright |
26 | # notice, this list of conditions and the following disclaimer. |
27 | # |
28 | # - Redistributions in binary form must reproduce the above copyright |
29 | # notice, this list of conditions and the following disclaimer in the |
30 | # documentation and/or other materials provided with the distribution. |
31 | # |
32 | # - Neither the name of the Xiph.org Foundation nor the names of its |
33 | # contributors may be used to endorse or promote products derived from |
34 | # this software without specific prior written permission. |
35 | # |
36 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
37 | # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
38 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
39 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR |
40 | # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
41 | # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
42 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
43 | # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
44 | # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
45 | # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
46 | # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
47 | |
48 | |
49 | VPATH = @srcdir@ |
50 | am__is_gnu_make = { \ |
51 | if test -z '$(MAKELEVEL)'; then \ |
52 | false; \ |
53 | elif test -n '$(MAKE_HOST)'; then \ |
54 | true; \ |
55 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
56 | true; \ |
57 | else \ |
58 | false; \ |
59 | fi; \ |
60 | } |
61 | am__make_running_with_option = \ |
62 | case $${target_option-} in \ |
63 | ?) ;; \ |
64 | *) echo "am__make_running_with_option: internal error: invalid" \ |
65 | "target option '$${target_option-}' specified" >&2; \ |
66 | exit 1;; \ |
67 | esac; \ |
68 | has_opt=no; \ |
69 | sane_makeflags=$$MAKEFLAGS; \ |
70 | if $(am__is_gnu_make); then \ |
71 | sane_makeflags=$$MFLAGS; \ |
72 | else \ |
73 | case $$MAKEFLAGS in \ |
74 | *\\[\ \ ]*) \ |
75 | bs=\\; \ |
76 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
77 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
78 | esac; \ |
79 | fi; \ |
80 | skip_next=no; \ |
81 | strip_trailopt () \ |
82 | { \ |
83 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
84 | }; \ |
85 | for flg in $$sane_makeflags; do \ |
86 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
87 | case $$flg in \ |
88 | *=*|--*) continue;; \ |
89 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
90 | -*I?*) strip_trailopt 'I';; \ |
91 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
92 | -*O?*) strip_trailopt 'O';; \ |
93 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
94 | -*l?*) strip_trailopt 'l';; \ |
95 | -[dEDm]) skip_next=yes;; \ |
96 | -[JT]) skip_next=yes;; \ |
97 | esac; \ |
98 | case $$flg in \ |
99 | *$$target_option*) has_opt=yes; break;; \ |
100 | esac; \ |
101 | done; \ |
102 | test $$has_opt = yes |
103 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
104 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
105 | pkgdatadir = $(datadir)/@PACKAGE@ |
106 | pkgincludedir = $(includedir)/@PACKAGE@ |
107 | pkglibdir = $(libdir)/@PACKAGE@ |
108 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
109 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
110 | install_sh_DATA = $(install_sh) -c -m 644 |
111 | install_sh_PROGRAM = $(install_sh) -c |
112 | install_sh_SCRIPT = $(install_sh) -c |
113 | INSTALL_HEADER = $(INSTALL_DATA) |
114 | transform = $(program_transform_name) |
115 | NORMAL_INSTALL = : |
116 | PRE_INSTALL = : |
117 | POST_INSTALL = : |
118 | NORMAL_UNINSTALL = : |
119 | PRE_UNINSTALL = : |
120 | POST_UNINSTALL = : |
121 | build_triplet = @build@ |
122 | host_triplet = @host@ |
123 | @FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_FALSE@@FLaC__USE_ALTIVEC_TRUE@am__append_1 = -maltivec -mabi=altivec |
124 | subdir = src/libFLAC |
125 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
126 | am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \ |
127 | $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \ |
128 | $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \ |
129 | $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \ |
130 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ |
131 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ |
132 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
133 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
134 | $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \ |
135 | $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \ |
136 | $(top_srcdir)/configure.ac |
137 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
138 | $(ACLOCAL_M4) |
139 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
140 | mkinstalldirs = $(install_sh) -d |
141 | CONFIG_HEADER = $(top_builddir)/config.h |
142 | CONFIG_CLEAN_FILES = flac.pc |
143 | CONFIG_CLEAN_VPATH_FILES = |
144 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
145 | am__vpath_adj = case $$p in \ |
146 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
147 | *) f=$$p;; \ |
148 | esac; |
149 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
150 | am__install_max = 40 |
151 | am__nobase_strip_setup = \ |
152 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
153 | am__nobase_strip = \ |
154 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
155 | am__nobase_list = $(am__nobase_strip_setup); \ |
156 | for p in $$list; do echo "$$p $$p"; done | \ |
157 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
158 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
159 | if (++n[$$2] == $(am__install_max)) \ |
160 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
161 | END { for (dir in files) print dir, files[dir] }' |
162 | am__base_list = \ |
163 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
164 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
165 | am__uninstall_files_from_dir = { \ |
166 | test -z "$$files" \ |
167 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
168 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
169 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
170 | } |
171 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ |
172 | "$(DESTDIR)$(pkgconfigdir)" |
173 | LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) |
174 | libFLAC_static_la_DEPENDENCIES = $(LOCAL_EXTRA_LIBADD) |
175 | am__libFLAC_static_la_SOURCES_DIST = bitmath.c bitreader.c bitwriter.c \ |
176 | cpu.c crc.c fixed.c fixed_intrin_sse2.c fixed_intrin_ssse3.c \ |
177 | float.c format.c lpc.c lpc_intrin_sse.c lpc_intrin_sse2.c \ |
178 | lpc_intrin_sse41.c lpc_intrin_avx2.c md5.c memory.c \ |
179 | metadata_iterators.c metadata_object.c stream_decoder.c \ |
180 | stream_encoder.c stream_encoder_intrin_sse2.c \ |
181 | stream_encoder_intrin_ssse3.c stream_encoder_intrin_avx2.c \ |
182 | stream_encoder_framing.c window.c windows_unicode_filenames.c \ |
183 | ogg_decoder_aspect.c ogg_encoder_aspect.c ogg_helper.c \ |
184 | ogg_mapping.c |
185 | @OS_IS_WINDOWS_TRUE@am__objects_1 = windows_unicode_filenames.lo |
186 | @FLaC__HAS_OGG_TRUE@am__objects_2 = ogg_decoder_aspect.lo \ |
187 | @FLaC__HAS_OGG_TRUE@ ogg_encoder_aspect.lo ogg_helper.lo \ |
188 | @FLaC__HAS_OGG_TRUE@ ogg_mapping.lo |
189 | am__objects_3 = bitmath.lo bitreader.lo bitwriter.lo cpu.lo crc.lo \ |
190 | fixed.lo fixed_intrin_sse2.lo fixed_intrin_ssse3.lo float.lo \ |
191 | format.lo lpc.lo lpc_intrin_sse.lo lpc_intrin_sse2.lo \ |
192 | lpc_intrin_sse41.lo lpc_intrin_avx2.lo md5.lo memory.lo \ |
193 | metadata_iterators.lo metadata_object.lo stream_decoder.lo \ |
194 | stream_encoder.lo stream_encoder_intrin_sse2.lo \ |
195 | stream_encoder_intrin_ssse3.lo stream_encoder_intrin_avx2.lo \ |
196 | stream_encoder_framing.lo window.lo $(am__objects_1) \ |
197 | $(am__objects_2) |
198 | am_libFLAC_static_la_OBJECTS = $(am__objects_3) |
199 | libFLAC_static_la_OBJECTS = $(am_libFLAC_static_la_OBJECTS) |
200 | AM_V_lt = $(am__v_lt_@AM_V@) |
201 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
202 | am__v_lt_0 = --silent |
203 | am__v_lt_1 = |
204 | libFLAC_la_DEPENDENCIES = $(LOCAL_EXTRA_LIBADD) |
205 | am__libFLAC_la_SOURCES_DIST = bitmath.c bitreader.c bitwriter.c cpu.c \ |
206 | crc.c fixed.c fixed_intrin_sse2.c fixed_intrin_ssse3.c float.c \ |
207 | format.c lpc.c lpc_intrin_sse.c lpc_intrin_sse2.c \ |
208 | lpc_intrin_sse41.c lpc_intrin_avx2.c md5.c memory.c \ |
209 | metadata_iterators.c metadata_object.c stream_decoder.c \ |
210 | stream_encoder.c stream_encoder_intrin_sse2.c \ |
211 | stream_encoder_intrin_ssse3.c stream_encoder_intrin_avx2.c \ |
212 | stream_encoder_framing.c window.c windows_unicode_filenames.c \ |
213 | ogg_decoder_aspect.c ogg_encoder_aspect.c ogg_helper.c \ |
214 | ogg_mapping.c |
215 | am_libFLAC_la_OBJECTS = $(am__objects_3) |
216 | libFLAC_la_OBJECTS = $(am_libFLAC_la_OBJECTS) |
217 | libFLAC_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
218 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
219 | $(libFLAC_la_LDFLAGS) $(LDFLAGS) -o $@ |
220 | AM_V_P = $(am__v_P_@AM_V@) |
221 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
222 | am__v_P_0 = false |
223 | am__v_P_1 = : |
224 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
225 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
226 | am__v_GEN_0 = @echo " GEN " $@; |
227 | am__v_GEN_1 = |
228 | AM_V_at = $(am__v_at_@AM_V@) |
229 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
230 | am__v_at_0 = @ |
231 | am__v_at_1 = |
232 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
233 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
234 | am__depfiles_maybe = depfiles |
235 | am__mv = mv -f |
236 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
237 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
238 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
239 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
240 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
241 | $(AM_CFLAGS) $(CFLAGS) |
242 | AM_V_CC = $(am__v_CC_@AM_V@) |
243 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
244 | am__v_CC_0 = @echo " CC " $@; |
245 | am__v_CC_1 = |
246 | CCLD = $(CC) |
247 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
248 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
249 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
250 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
251 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
252 | am__v_CCLD_0 = @echo " CCLD " $@; |
253 | am__v_CCLD_1 = |
254 | SOURCES = $(libFLAC_static_la_SOURCES) $(libFLAC_la_SOURCES) |
255 | DIST_SOURCES = $(am__libFLAC_static_la_SOURCES_DIST) \ |
256 | $(am__libFLAC_la_SOURCES_DIST) |
257 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
258 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
259 | install-data-recursive install-dvi-recursive \ |
260 | install-exec-recursive install-html-recursive \ |
261 | install-info-recursive install-pdf-recursive \ |
262 | install-ps-recursive install-recursive installcheck-recursive \ |
263 | installdirs-recursive pdf-recursive ps-recursive \ |
264 | tags-recursive uninstall-recursive |
265 | am__can_run_installinfo = \ |
266 | case $$AM_UPDATE_INFO_DIR in \ |
267 | n|no|NO) false;; \ |
268 | *) (install-info --version) >/dev/null 2>&1;; \ |
269 | esac |
270 | DATA = $(m4data_DATA) $(pkgconfig_DATA) |
271 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
272 | distclean-recursive maintainer-clean-recursive |
273 | am__recursive_targets = \ |
274 | $(RECURSIVE_TARGETS) \ |
275 | $(RECURSIVE_CLEAN_TARGETS) \ |
276 | $(am__extra_recursive_targets) |
277 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
278 | distdir |
279 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
280 | # Read a list of newline-separated strings from the standard input, |
281 | # and print each of them once, without duplicates. Input order is |
282 | # *not* preserved. |
283 | am__uniquify_input = $(AWK) '\ |
284 | BEGIN { nonempty = 0; } \ |
285 | { items[$$0] = 1; nonempty = 1; } \ |
286 | END { if (nonempty) { for (i in items) print i; }; } \ |
287 | ' |
288 | # Make sure the list of sources is unique. This is necessary because, |
289 | # e.g., the same source file might be shared among _SOURCES variables |
290 | # for different programs/libraries. |
291 | am__define_uniq_tagged_files = \ |
292 | list='$(am__tagged_files)'; \ |
293 | unique=`for i in $$list; do \ |
294 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
295 | done | $(am__uniquify_input)` |
296 | ETAGS = etags |
297 | CTAGS = ctags |
298 | DIST_SUBDIRS = ia32 include . |
299 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/flac.pc.in \ |
300 | $(top_srcdir)/depcomp |
301 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
302 | am__relativize = \ |
303 | dir0=`pwd`; \ |
304 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
305 | sed_rest='s,^[^/]*/*,,'; \ |
306 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
307 | sed_butlast='s,/*[^/]*$$,,'; \ |
308 | while test -n "$$dir1"; do \ |
309 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
310 | if test "$$first" != "."; then \ |
311 | if test "$$first" = ".."; then \ |
312 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
313 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
314 | else \ |
315 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
316 | if test "$$first2" = "$$first"; then \ |
317 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
318 | else \ |
319 | dir2="../$$dir2"; \ |
320 | fi; \ |
321 | dir0="$$dir0"/"$$first"; \ |
322 | fi; \ |
323 | fi; \ |
324 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
325 | done; \ |
326 | reldir="$$dir2" |
327 | ACLOCAL = @ACLOCAL@ |
328 | AMTAR = @AMTAR@ |
329 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
330 | AR = @AR@ |
331 | AS = @AS@ |
332 | AUTOCONF = @AUTOCONF@ |
333 | AUTOHEADER = @AUTOHEADER@ |
334 | AUTOMAKE = @AUTOMAKE@ |
335 | AWK = @AWK@ |
336 | CC = @CC@ |
337 | CCAS = @CCAS@ |
338 | CCASDEPMODE = @CCASDEPMODE@ |
339 | CCASFLAGS = @CCASFLAGS@ |
340 | CCDEPMODE = @CCDEPMODE@ |
341 | CFLAGS = @CFLAGS@ |
342 | CPP = @CPP@ |
343 | CPPFLAGS = @CPPFLAGS@ |
344 | CXX = @CXX@ |
345 | CXXCPP = @CXXCPP@ |
346 | CXXDEPMODE = @CXXDEPMODE@ |
347 | CXXFLAGS = @CXXFLAGS@ |
348 | CYGPATH_W = @CYGPATH_W@ |
349 | DEFS = @DEFS@ |
350 | DEPDIR = @DEPDIR@ |
351 | DLLTOOL = @DLLTOOL@ |
352 | DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ |
353 | DOXYGEN = @DOXYGEN@ |
354 | DSYMUTIL = @DSYMUTIL@ |
355 | DUMPBIN = @DUMPBIN@ |
356 | ECHO_C = @ECHO_C@ |
357 | ECHO_N = @ECHO_N@ |
358 | ECHO_T = @ECHO_T@ |
359 | EGREP = @EGREP@ |
360 | ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@ |
361 | EXEEXT = @EXEEXT@ |
362 | FGREP = @FGREP@ |
363 | FLAC__HAS_OGG = @FLAC__HAS_OGG@ |
364 | FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ |
365 | FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ |
366 | GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@ |
367 | GCC_MINOR_VERSION = @GCC_MINOR_VERSION@ |
368 | GCC_VERSION = @GCC_VERSION@ |
369 | GREP = @GREP@ |
370 | INSTALL = @INSTALL@ |
371 | INSTALL_DATA = @INSTALL_DATA@ |
372 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
373 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
374 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
375 | LD = @LD@ |
376 | LDFLAGS = @LDFLAGS@ |
377 | LIBICONV = @LIBICONV@ |
378 | LIBOBJS = @LIBOBJS@ |
379 | LIBS = @LIBS@ |
380 | LIBTOOL = @LIBTOOL@ |
381 | LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ |
382 | LIPO = @LIPO@ |
383 | LN_S = @LN_S@ |
384 | LTLIBICONV = @LTLIBICONV@ |
385 | LTLIBOBJS = @LTLIBOBJS@ |
386 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
387 | MAKEINFO = @MAKEINFO@ |
388 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
389 | MKDIR_P = @MKDIR_P@ |
390 | NASM = @NASM@ |
391 | NM = @NM@ |
392 | NMEDIT = @NMEDIT@ |
393 | OBJDUMP = @OBJDUMP@ |
394 | OBJEXT = @OBJEXT@ |
395 | OBJ_FORMAT = @OBJ_FORMAT@ |
396 | OGG_CFLAGS = @OGG_CFLAGS@ |
397 | OGG_LIBS = @OGG_LIBS@ |
398 | OGG_PACKAGE = @OGG_PACKAGE@ |
399 | OTOOL = @OTOOL@ |
400 | OTOOL64 = @OTOOL64@ |
401 | PACKAGE = @PACKAGE@ |
402 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
403 | PACKAGE_NAME = @PACKAGE_NAME@ |
404 | PACKAGE_STRING = @PACKAGE_STRING@ |
405 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
406 | PACKAGE_URL = @PACKAGE_URL@ |
407 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
408 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
409 | RANLIB = @RANLIB@ |
410 | SED = @SED@ |
411 | SET_MAKE = @SET_MAKE@ |
412 | SHELL = @SHELL@ |
413 | STRIP = @STRIP@ |
414 | VERSION = @VERSION@ |
415 | XMMS_CFLAGS = @XMMS_CFLAGS@ |
416 | XMMS_CONFIG = @XMMS_CONFIG@ |
417 | XMMS_DATA_DIR = @XMMS_DATA_DIR@ |
418 | XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ |
419 | XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ |
420 | XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ |
421 | XMMS_LIBS = @XMMS_LIBS@ |
422 | XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ |
423 | XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ |
424 | XMMS_VERSION = @XMMS_VERSION@ |
425 | XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ |
426 | abs_builddir = @abs_builddir@ |
427 | abs_srcdir = @abs_srcdir@ |
428 | abs_top_builddir = @abs_top_builddir@ |
429 | abs_top_srcdir = @abs_top_srcdir@ |
430 | ac_ct_AR = @ac_ct_AR@ |
431 | ac_ct_CC = @ac_ct_CC@ |
432 | ac_ct_CXX = @ac_ct_CXX@ |
433 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
434 | am__include = @am__include@ |
435 | am__leading_dot = @am__leading_dot@ |
436 | am__quote = @am__quote@ |
437 | am__tar = @am__tar@ |
438 | am__untar = @am__untar@ |
439 | bindir = @bindir@ |
440 | build = @build@ |
441 | build_alias = @build_alias@ |
442 | build_cpu = @build_cpu@ |
443 | build_os = @build_os@ |
444 | build_vendor = @build_vendor@ |
445 | builddir = @builddir@ |
446 | datadir = @datadir@ |
447 | datarootdir = @datarootdir@ |
448 | docdir = @docdir@ |
449 | dvidir = @dvidir@ |
450 | exec_prefix = @exec_prefix@ |
451 | host = @host@ |
452 | host_alias = @host_alias@ |
453 | host_cpu = @host_cpu@ |
454 | host_os = @host_os@ |
455 | host_vendor = @host_vendor@ |
456 | htmldir = @htmldir@ |
457 | includedir = @includedir@ |
458 | infodir = @infodir@ |
459 | install_sh = @install_sh@ |
460 | libdir = @libdir@ |
461 | libexecdir = @libexecdir@ |
462 | localedir = @localedir@ |
463 | localstatedir = @localstatedir@ |
464 | mandir = @mandir@ |
465 | mkdir_p = @mkdir_p@ |
466 | oldincludedir = @oldincludedir@ |
467 | pdfdir = @pdfdir@ |
468 | prefix = @prefix@ |
469 | program_transform_name = @program_transform_name@ |
470 | psdir = @psdir@ |
471 | runstatedir = @runstatedir@ |
472 | sbindir = @sbindir@ |
473 | sharedstatedir = @sharedstatedir@ |
474 | srcdir = @srcdir@ |
475 | sysconfdir = @sysconfdir@ |
476 | target_alias = @target_alias@ |
477 | top_build_prefix = @top_build_prefix@ |
478 | top_builddir = @top_builddir@ |
479 | top_srcdir = @top_srcdir@ |
480 | AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include |
481 | lib_LTLIBRARIES = libFLAC.la |
482 | noinst_LTLIBRARIES = libFLAC-static.la |
483 | @DEBUG_TRUE@DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT |
484 | @FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_FALSE@CPUCFLAGS = \ |
485 | @FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_FALSE@ $(am__append_1) |
486 | |
487 | # FIXME: The following logic should be part of configure, not of Makefile.am |
488 | @FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_TRUE@CPUCFLAGS = -faltivec \ |
489 | @FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_TRUE@ $(am__append_1) |
490 | AM_CFLAGS = $(DEBUGCFLAGS) $(CPUCFLAGS) @OGG_CFLAGS@ |
491 | @FLaC__CPU_IA32_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@ARCH_SUBDIRS = ia32 |
492 | @FLaC__CPU_IA32_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@LOCAL_EXTRA_LIBADD = ia32/libFLAC-asm.la |
493 | libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OGG_LIBS@ -lm |
494 | SUBDIRS = $(ARCH_SUBDIRS) include . |
495 | m4datadir = $(datadir)/aclocal |
496 | m4data_DATA = libFLAC.m4 |
497 | pkgconfigdir = $(libdir)/pkgconfig |
498 | pkgconfig_DATA = flac.pc |
499 | EXTRA_DIST = \ |
500 | Makefile.lite \ |
501 | flac.pc.in \ |
502 | libFLAC_dynamic.vcproj \ |
503 | libFLAC_dynamic.vcxproj \ |
504 | libFLAC_dynamic.vcxproj.filters \ |
505 | libFLAC_static.vcproj \ |
506 | libFLAC_static.vcxproj \ |
507 | libFLAC_static.vcxproj.filters \ |
508 | libFLAC.m4 \ |
509 | windows_unicode_filenames.c |
510 | |
511 | @OS_IS_WINDOWS_TRUE@windows_unicode_compat = windows_unicode_filenames.c |
512 | @FLaC__HAS_OGG_TRUE@extra_ogg_sources = \ |
513 | @FLaC__HAS_OGG_TRUE@ ogg_decoder_aspect.c \ |
514 | @FLaC__HAS_OGG_TRUE@ ogg_encoder_aspect.c \ |
515 | @FLaC__HAS_OGG_TRUE@ ogg_helper.c \ |
516 | @FLaC__HAS_OGG_TRUE@ ogg_mapping.c |
517 | |
518 | |
519 | # see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention |
520 | libFLAC_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 11:0:3 $(LOCAL_EXTRA_LDFLAGS) |
521 | libFLAC_sources = \ |
522 | bitmath.c \ |
523 | bitreader.c \ |
524 | bitwriter.c \ |
525 | cpu.c \ |
526 | crc.c \ |
527 | fixed.c \ |
528 | fixed_intrin_sse2.c \ |
529 | fixed_intrin_ssse3.c \ |
530 | float.c \ |
531 | format.c \ |
532 | lpc.c \ |
533 | lpc_intrin_sse.c \ |
534 | lpc_intrin_sse2.c \ |
535 | lpc_intrin_sse41.c \ |
536 | lpc_intrin_avx2.c \ |
537 | md5.c \ |
538 | memory.c \ |
539 | metadata_iterators.c \ |
540 | metadata_object.c \ |
541 | stream_decoder.c \ |
542 | stream_encoder.c \ |
543 | stream_encoder_intrin_sse2.c \ |
544 | stream_encoder_intrin_ssse3.c \ |
545 | stream_encoder_intrin_avx2.c \ |
546 | stream_encoder_framing.c \ |
547 | window.c \ |
548 | $(windows_unicode_compat) \ |
549 | $(extra_ogg_sources) |
550 | |
551 | libFLAC_la_SOURCES = $(libFLAC_sources) |
552 | |
553 | # needed for test_libFLAC |
554 | libFLAC_static_la_LIBADD = $(LOCAL_EXTRA_LIBADD) |
555 | libFLAC_static_la_SOURCES = $(libFLAC_sources) |
556 | all: all-recursive |
557 | |
558 | .SUFFIXES: |
559 | .SUFFIXES: .c .lo .o .obj |
560 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
561 | @for dep in $?; do \ |
562 | case '$(am__configure_deps)' in \ |
563 | *$$dep*) \ |
564 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
565 | && { if test -f $@; then exit 0; else break; fi; }; \ |
566 | exit 1;; \ |
567 | esac; \ |
568 | done; \ |
569 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libFLAC/Makefile'; \ |
570 | $(am__cd) $(top_srcdir) && \ |
571 | $(AUTOMAKE) --foreign src/libFLAC/Makefile |
572 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
573 | @case '$?' in \ |
574 | *config.status*) \ |
575 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
576 | *) \ |
577 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
578 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
579 | esac; |
580 | |
581 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
582 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
583 | |
584 | $(top_srcdir)/configure: $(am__configure_deps) |
585 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
586 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
587 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
588 | $(am__aclocal_m4_deps): |
589 | flac.pc: $(top_builddir)/config.status $(srcdir)/flac.pc.in |
590 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
591 | |
592 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
593 | @$(NORMAL_INSTALL) |
594 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
595 | list2=; for p in $$list; do \ |
596 | if test -f $$p; then \ |
597 | list2="$$list2 $$p"; \ |
598 | else :; fi; \ |
599 | done; \ |
600 | test -z "$$list2" || { \ |
601 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
602 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
603 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
604 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
605 | } |
606 | |
607 | uninstall-libLTLIBRARIES: |
608 | @$(NORMAL_UNINSTALL) |
609 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
610 | for p in $$list; do \ |
611 | $(am__strip_dir) \ |
612 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
613 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
614 | done |
615 | |
616 | clean-libLTLIBRARIES: |
617 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
618 | @list='$(lib_LTLIBRARIES)'; \ |
619 | locs=`for p in $$list; do echo $$p; done | \ |
620 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
621 | sort -u`; \ |
622 | test -z "$$locs" || { \ |
623 | echo rm -f $${locs}; \ |
624 | rm -f $${locs}; \ |
625 | } |
626 | |
627 | clean-noinstLTLIBRARIES: |
628 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
629 | @list='$(noinst_LTLIBRARIES)'; \ |
630 | locs=`for p in $$list; do echo $$p; done | \ |
631 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
632 | sort -u`; \ |
633 | test -z "$$locs" || { \ |
634 | echo rm -f $${locs}; \ |
635 | rm -f $${locs}; \ |
636 | } |
637 | |
638 | libFLAC-static.la: $(libFLAC_static_la_OBJECTS) $(libFLAC_static_la_DEPENDENCIES) $(EXTRA_libFLAC_static_la_DEPENDENCIES) |
639 | $(AM_V_CCLD)$(LINK) $(libFLAC_static_la_OBJECTS) $(libFLAC_static_la_LIBADD) $(LIBS) |
640 | |
641 | libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES) $(EXTRA_libFLAC_la_DEPENDENCIES) |
642 | $(AM_V_CCLD)$(libFLAC_la_LINK) -rpath $(libdir) $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS) |
643 | |
644 | mostlyclean-compile: |
645 | -rm -f *.$(OBJEXT) |
646 | |
647 | distclean-compile: |
648 | -rm -f *.tab.c |
649 | |
650 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmath.Plo@am__quote@ |
651 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitreader.Plo@am__quote@ |
652 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwriter.Plo@am__quote@ |
653 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Plo@am__quote@ |
654 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@ |
655 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed.Plo@am__quote@ |
656 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed_intrin_sse2.Plo@am__quote@ |
657 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed_intrin_ssse3.Plo@am__quote@ |
658 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@ |
659 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@ |
660 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@ |
661 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc_intrin_avx2.Plo@am__quote@ |
662 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc_intrin_sse.Plo@am__quote@ |
663 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc_intrin_sse2.Plo@am__quote@ |
664 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc_intrin_sse41.Plo@am__quote@ |
665 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ |
666 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@ |
667 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_iterators.Plo@am__quote@ |
668 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_object.Plo@am__quote@ |
669 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_decoder_aspect.Plo@am__quote@ |
670 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_encoder_aspect.Plo@am__quote@ |
671 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_helper.Plo@am__quote@ |
672 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg_mapping.Plo@am__quote@ |
673 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_decoder.Plo@am__quote@ |
674 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder.Plo@am__quote@ |
675 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder_framing.Plo@am__quote@ |
676 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder_intrin_avx2.Plo@am__quote@ |
677 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder_intrin_sse2.Plo@am__quote@ |
678 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_encoder_intrin_ssse3.Plo@am__quote@ |
679 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@ |
680 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows_unicode_filenames.Plo@am__quote@ |
681 | |
682 | .c.o: |
683 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
684 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
685 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
686 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
687 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
688 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
689 | |
690 | .c.obj: |
691 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
692 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
693 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
694 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
695 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
696 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
697 | |
698 | .c.lo: |
699 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
700 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
701 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
702 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
703 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
704 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
705 | |
706 | mostlyclean-libtool: |
707 | -rm -f *.lo |
708 | |
709 | clean-libtool: |
710 | -rm -rf .libs _libs |
711 | install-m4dataDATA: $(m4data_DATA) |
712 | @$(NORMAL_INSTALL) |
713 | @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ |
714 | if test -n "$$list"; then \ |
715 | echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ |
716 | $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \ |
717 | fi; \ |
718 | for p in $$list; do \ |
719 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
720 | echo "$$d$$p"; \ |
721 | done | $(am__base_list) | \ |
722 | while read files; do \ |
723 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ |
724 | $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ |
725 | done |
726 | |
727 | uninstall-m4dataDATA: |
728 | @$(NORMAL_UNINSTALL) |
729 | @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ |
730 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
731 | dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) |
732 | install-pkgconfigDATA: $(pkgconfig_DATA) |
733 | @$(NORMAL_INSTALL) |
734 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
735 | if test -n "$$list"; then \ |
736 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
737 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
738 | fi; \ |
739 | for p in $$list; do \ |
740 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
741 | echo "$$d$$p"; \ |
742 | done | $(am__base_list) | \ |
743 | while read files; do \ |
744 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
745 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
746 | done |
747 | |
748 | uninstall-pkgconfigDATA: |
749 | @$(NORMAL_UNINSTALL) |
750 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
751 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
752 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
753 | |
754 | # This directory's subdirectories are mostly independent; you can cd |
755 | # into them and run 'make' without going through this Makefile. |
756 | # To change the values of 'make' variables: instead of editing Makefiles, |
757 | # (1) if the variable is set in 'config.status', edit 'config.status' |
758 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
759 | # (2) otherwise, pass the desired values on the 'make' command line. |
760 | $(am__recursive_targets): |
761 | @fail=; \ |
762 | if $(am__make_keepgoing); then \ |
763 | failcom='fail=yes'; \ |
764 | else \ |
765 | failcom='exit 1'; \ |
766 | fi; \ |
767 | dot_seen=no; \ |
768 | target=`echo $@ | sed s/-recursive//`; \ |
769 | case "$@" in \ |
770 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
771 | *) list='$(SUBDIRS)' ;; \ |
772 | esac; \ |
773 | for subdir in $$list; do \ |
774 | echo "Making $$target in $$subdir"; \ |
775 | if test "$$subdir" = "."; then \ |
776 | dot_seen=yes; \ |
777 | local_target="$$target-am"; \ |
778 | else \ |
779 | local_target="$$target"; \ |
780 | fi; \ |
781 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
782 | || eval $$failcom; \ |
783 | done; \ |
784 | if test "$$dot_seen" = "no"; then \ |
785 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
786 | fi; test -z "$$fail" |
787 | |
788 | ID: $(am__tagged_files) |
789 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
790 | tags: tags-recursive |
791 | TAGS: tags |
792 | |
793 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
794 | set x; \ |
795 | here=`pwd`; \ |
796 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
797 | include_option=--etags-include; \ |
798 | empty_fix=.; \ |
799 | else \ |
800 | include_option=--include; \ |
801 | empty_fix=; \ |
802 | fi; \ |
803 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
804 | if test "$$subdir" = .; then :; else \ |
805 | test ! -f $$subdir/TAGS || \ |
806 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
807 | fi; \ |
808 | done; \ |
809 | $(am__define_uniq_tagged_files); \ |
810 | shift; \ |
811 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
812 | test -n "$$unique" || unique=$$empty_fix; \ |
813 | if test $$# -gt 0; then \ |
814 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
815 | "$$@" $$unique; \ |
816 | else \ |
817 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
818 | $$unique; \ |
819 | fi; \ |
820 | fi |
821 | ctags: ctags-recursive |
822 | |
823 | CTAGS: ctags |
824 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
825 | $(am__define_uniq_tagged_files); \ |
826 | test -z "$(CTAGS_ARGS)$$unique" \ |
827 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
828 | $$unique |
829 | |
830 | GTAGS: |
831 | here=`$(am__cd) $(top_builddir) && pwd` \ |
832 | && $(am__cd) $(top_srcdir) \ |
833 | && gtags -i $(GTAGS_ARGS) "$$here" |
834 | cscopelist: cscopelist-recursive |
835 | |
836 | cscopelist-am: $(am__tagged_files) |
837 | list='$(am__tagged_files)'; \ |
838 | case "$(srcdir)" in \ |
839 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
840 | *) sdir=$(subdir)/$(srcdir) ;; \ |
841 | esac; \ |
842 | for i in $$list; do \ |
843 | if test -f "$$i"; then \ |
844 | echo "$(subdir)/$$i"; \ |
845 | else \ |
846 | echo "$$sdir/$$i"; \ |
847 | fi; \ |
848 | done >> $(top_builddir)/cscope.files |
849 | |
850 | distclean-tags: |
851 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
852 | |
853 | distdir: $(DISTFILES) |
854 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
855 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
856 | list='$(DISTFILES)'; \ |
857 | dist_files=`for file in $$list; do echo $$file; done | \ |
858 | sed -e "s|^$$srcdirstrip/||;t" \ |
859 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
860 | case $$dist_files in \ |
861 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
862 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
863 | sort -u` ;; \ |
864 | esac; \ |
865 | for file in $$dist_files; do \ |
866 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
867 | if test -d $$d/$$file; then \ |
868 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
869 | if test -d "$(distdir)/$$file"; then \ |
870 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
871 | fi; \ |
872 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
873 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
874 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
875 | fi; \ |
876 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
877 | else \ |
878 | test -f "$(distdir)/$$file" \ |
879 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
880 | || exit 1; \ |
881 | fi; \ |
882 | done |
883 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
884 | if test "$$subdir" = .; then :; else \ |
885 | $(am__make_dryrun) \ |
886 | || test -d "$(distdir)/$$subdir" \ |
887 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
888 | || exit 1; \ |
889 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
890 | $(am__relativize); \ |
891 | new_distdir=$$reldir; \ |
892 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
893 | $(am__relativize); \ |
894 | new_top_distdir=$$reldir; \ |
895 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
896 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
897 | ($(am__cd) $$subdir && \ |
898 | $(MAKE) $(AM_MAKEFLAGS) \ |
899 | top_distdir="$$new_top_distdir" \ |
900 | distdir="$$new_distdir" \ |
901 | am__remove_distdir=: \ |
902 | am__skip_length_check=: \ |
903 | am__skip_mode_fix=: \ |
904 | distdir) \ |
905 | || exit 1; \ |
906 | fi; \ |
907 | done |
908 | check-am: all-am |
909 | check: check-recursive |
910 | all-am: Makefile $(LTLIBRARIES) $(DATA) |
911 | installdirs: installdirs-recursive |
912 | installdirs-am: |
913 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ |
914 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
915 | done |
916 | install: install-recursive |
917 | install-exec: install-exec-recursive |
918 | install-data: install-data-recursive |
919 | uninstall: uninstall-recursive |
920 | |
921 | install-am: all-am |
922 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
923 | |
924 | installcheck: installcheck-recursive |
925 | install-strip: |
926 | if test -z '$(STRIP)'; then \ |
927 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
928 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
929 | install; \ |
930 | else \ |
931 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
932 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
933 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
934 | fi |
935 | mostlyclean-generic: |
936 | |
937 | clean-generic: |
938 | |
939 | distclean-generic: |
940 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
941 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
942 | |
943 | maintainer-clean-generic: |
944 | @echo "This command is intended for maintainers to use" |
945 | @echo "it deletes files that may require special tools to rebuild." |
946 | clean: clean-recursive |
947 | |
948 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
949 | clean-noinstLTLIBRARIES mostlyclean-am |
950 | |
951 | distclean: distclean-recursive |
952 | -rm -rf ./$(DEPDIR) |
953 | -rm -f Makefile |
954 | distclean-am: clean-am distclean-compile distclean-generic \ |
955 | distclean-tags |
956 | |
957 | dvi: dvi-recursive |
958 | |
959 | dvi-am: |
960 | |
961 | html: html-recursive |
962 | |
963 | html-am: |
964 | |
965 | info: info-recursive |
966 | |
967 | info-am: |
968 | |
969 | install-data-am: install-m4dataDATA install-pkgconfigDATA |
970 | |
971 | install-dvi: install-dvi-recursive |
972 | |
973 | install-dvi-am: |
974 | |
975 | install-exec-am: install-libLTLIBRARIES |
976 | |
977 | install-html: install-html-recursive |
978 | |
979 | install-html-am: |
980 | |
981 | install-info: install-info-recursive |
982 | |
983 | install-info-am: |
984 | |
985 | install-man: |
986 | |
987 | install-pdf: install-pdf-recursive |
988 | |
989 | install-pdf-am: |
990 | |
991 | install-ps: install-ps-recursive |
992 | |
993 | install-ps-am: |
994 | |
995 | installcheck-am: |
996 | |
997 | maintainer-clean: maintainer-clean-recursive |
998 | -rm -rf ./$(DEPDIR) |
999 | -rm -f Makefile |
1000 | maintainer-clean-am: distclean-am maintainer-clean-generic |
1001 | |
1002 | mostlyclean: mostlyclean-recursive |
1003 | |
1004 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
1005 | mostlyclean-libtool |
1006 | |
1007 | pdf: pdf-recursive |
1008 | |
1009 | pdf-am: |
1010 | |
1011 | ps: ps-recursive |
1012 | |
1013 | ps-am: |
1014 | |
1015 | uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \ |
1016 | uninstall-pkgconfigDATA |
1017 | |
1018 | .MAKE: $(am__recursive_targets) install-am install-strip |
1019 | |
1020 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
1021 | check-am clean clean-generic clean-libLTLIBRARIES \ |
1022 | clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ |
1023 | ctags-am distclean distclean-compile distclean-generic \ |
1024 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
1025 | html-am info info-am install install-am install-data \ |
1026 | install-data-am install-dvi install-dvi-am install-exec \ |
1027 | install-exec-am install-html install-html-am install-info \ |
1028 | install-info-am install-libLTLIBRARIES install-m4dataDATA \ |
1029 | install-man install-pdf install-pdf-am install-pkgconfigDATA \ |
1030 | install-ps install-ps-am install-strip installcheck \ |
1031 | installcheck-am installdirs installdirs-am maintainer-clean \ |
1032 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
1033 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
1034 | tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ |
1035 | uninstall-m4dataDATA uninstall-pkgconfigDATA |
1036 | |
1037 | .PRECIOUS: Makefile |
1038 | |
1039 | |
1040 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
1041 | # Otherwise a system limit (for SysV at least) may be exceeded. |
1042 | .NOEXPORT: |