add CHD support.
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / ia32 / Makefile.in
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 VPATH = @srcdir@
49 am__is_gnu_make = { \
50   if test -z '$(MAKELEVEL)'; then \
51     false; \
52   elif test -n '$(MAKE_HOST)'; then \
53     true; \
54   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
55     true; \
56   else \
57     false; \
58   fi; \
59 }
60 am__make_running_with_option = \
61   case $${target_option-} in \
62       ?) ;; \
63       *) echo "am__make_running_with_option: internal error: invalid" \
64               "target option '$${target_option-}' specified" >&2; \
65          exit 1;; \
66   esac; \
67   has_opt=no; \
68   sane_makeflags=$$MAKEFLAGS; \
69   if $(am__is_gnu_make); then \
70     sane_makeflags=$$MFLAGS; \
71   else \
72     case $$MAKEFLAGS in \
73       *\\[\ \   ]*) \
74         bs=\\; \
75         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
76           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
77     esac; \
78   fi; \
79   skip_next=no; \
80   strip_trailopt () \
81   { \
82     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
83   }; \
84   for flg in $$sane_makeflags; do \
85     test $$skip_next = yes && { skip_next=no; continue; }; \
86     case $$flg in \
87       *=*|--*) continue;; \
88         -*I) strip_trailopt 'I'; skip_next=yes;; \
89       -*I?*) strip_trailopt 'I';; \
90         -*O) strip_trailopt 'O'; skip_next=yes;; \
91       -*O?*) strip_trailopt 'O';; \
92         -*l) strip_trailopt 'l'; skip_next=yes;; \
93       -*l?*) strip_trailopt 'l';; \
94       -[dEDm]) skip_next=yes;; \
95       -[JT]) skip_next=yes;; \
96     esac; \
97     case $$flg in \
98       *$$target_option*) has_opt=yes; break;; \
99     esac; \
100   done; \
101   test $$has_opt = yes
102 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104 pkgdatadir = $(datadir)/@PACKAGE@
105 pkgincludedir = $(includedir)/@PACKAGE@
106 pkglibdir = $(libdir)/@PACKAGE@
107 pkglibexecdir = $(libexecdir)/@PACKAGE@
108 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109 install_sh_DATA = $(install_sh) -c -m 644
110 install_sh_PROGRAM = $(install_sh) -c
111 install_sh_SCRIPT = $(install_sh) -c
112 INSTALL_HEADER = $(INSTALL_DATA)
113 transform = $(program_transform_name)
114 NORMAL_INSTALL = :
115 PRE_INSTALL = :
116 POST_INSTALL = :
117 NORMAL_UNINSTALL = :
118 PRE_UNINSTALL = :
119 POST_UNINSTALL = :
120 build_triplet = @build@
121 host_triplet = @host@
122 subdir = src/libFLAC/ia32
123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
125         $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
126         $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
127         $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
128         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
129         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
130         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
131         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
132         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
133         $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
134         $(top_srcdir)/configure.ac
135 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136         $(ACLOCAL_M4)
137 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
138 mkinstalldirs = $(install_sh) -d
139 CONFIG_HEADER = $(top_builddir)/config.h
140 CONFIG_CLEAN_FILES =
141 CONFIG_CLEAN_VPATH_FILES =
142 LTLIBRARIES = $(noinst_LTLIBRARIES)
143 libFLAC_asm_la_LIBADD =
144 am_libFLAC_asm_la_OBJECTS = cpu_asm.lo fixed_asm.lo lpc_asm.lo
145 libFLAC_asm_la_OBJECTS = $(am_libFLAC_asm_la_OBJECTS)
146 AM_V_lt = $(am__v_lt_@AM_V@)
147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 am__v_lt_0 = --silent
149 am__v_lt_1 = 
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo "  GEN     " $@;
157 am__v_GEN_1 = 
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 = 
162 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168         $(AM_CFLAGS) $(CFLAGS)
169 AM_V_CC = $(am__v_CC_@AM_V@)
170 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171 am__v_CC_0 = @echo "  CC      " $@;
172 am__v_CC_1 = 
173 CCLD = $(CC)
174 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176         $(AM_LDFLAGS) $(LDFLAGS) -o $@
177 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179 am__v_CCLD_0 = @echo "  CCLD    " $@;
180 am__v_CCLD_1 = 
181 SOURCES = $(libFLAC_asm_la_SOURCES)
182 DIST_SOURCES = $(libFLAC_asm_la_SOURCES)
183 am__can_run_installinfo = \
184   case $$AM_UPDATE_INFO_DIR in \
185     n|no|NO) false;; \
186     *) (install-info --version) >/dev/null 2>&1;; \
187   esac
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates.  Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193   BEGIN { nonempty = 0; } \
194   { items[$$0] = 1; nonempty = 1; } \
195   END { if (nonempty) { for (i in items) print i; }; } \
196 '
197 # Make sure the list of sources is unique.  This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201   list='$(am__tagged_files)'; \
202   unique=`for i in $$list; do \
203     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204   done | $(am__uniquify_input)`
205 ETAGS = etags
206 CTAGS = ctags
207 am__DIST_COMMON = $(srcdir)/Makefile.in
208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209 ACLOCAL = @ACLOCAL@
210 AMTAR = @AMTAR@
211 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
212 AR = @AR@
213 AS = @AS@
214 AUTOCONF = @AUTOCONF@
215 AUTOHEADER = @AUTOHEADER@
216 AUTOMAKE = @AUTOMAKE@
217 AWK = @AWK@
218 CC = @CC@
219 CCAS = @CCAS@
220 CCASDEPMODE = @CCASDEPMODE@
221 CCASFLAGS = @CCASFLAGS@
222 CCDEPMODE = @CCDEPMODE@
223 CFLAGS = @CFLAGS@
224 CPP = @CPP@
225 CPPFLAGS = @CPPFLAGS@
226 CXX = @CXX@
227 CXXCPP = @CXXCPP@
228 CXXDEPMODE = @CXXDEPMODE@
229 CXXFLAGS = @CXXFLAGS@
230 CYGPATH_W = @CYGPATH_W@
231 DEFS = @DEFS@
232 DEPDIR = @DEPDIR@
233 DLLTOOL = @DLLTOOL@
234 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
235 DOXYGEN = @DOXYGEN@
236 DSYMUTIL = @DSYMUTIL@
237 DUMPBIN = @DUMPBIN@
238 ECHO_C = @ECHO_C@
239 ECHO_N = @ECHO_N@
240 ECHO_T = @ECHO_T@
241 EGREP = @EGREP@
242 ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
243 EXEEXT = @EXEEXT@
244 FGREP = @FGREP@
245 FLAC__HAS_OGG = @FLAC__HAS_OGG@
246 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
247 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
248 GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
249 GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
250 GCC_VERSION = @GCC_VERSION@
251 GREP = @GREP@
252 INSTALL = @INSTALL@
253 INSTALL_DATA = @INSTALL_DATA@
254 INSTALL_PROGRAM = @INSTALL_PROGRAM@
255 INSTALL_SCRIPT = @INSTALL_SCRIPT@
256 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257 LD = @LD@
258 LDFLAGS = @LDFLAGS@
259 LIBICONV = @LIBICONV@
260 LIBOBJS = @LIBOBJS@
261 LIBS = @LIBS@
262 LIBTOOL = @LIBTOOL@
263 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
264 LIPO = @LIPO@
265 LN_S = @LN_S@
266 LTLIBICONV = @LTLIBICONV@
267 LTLIBOBJS = @LTLIBOBJS@
268 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
269 MAKEINFO = @MAKEINFO@
270 MANIFEST_TOOL = @MANIFEST_TOOL@
271 MKDIR_P = @MKDIR_P@
272 NASM = @NASM@
273 NM = @NM@
274 NMEDIT = @NMEDIT@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OBJ_FORMAT = @OBJ_FORMAT@
278 OGG_CFLAGS = @OGG_CFLAGS@
279 OGG_LIBS = @OGG_LIBS@
280 OGG_PACKAGE = @OGG_PACKAGE@
281 OTOOL = @OTOOL@
282 OTOOL64 = @OTOOL64@
283 PACKAGE = @PACKAGE@
284 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285 PACKAGE_NAME = @PACKAGE_NAME@
286 PACKAGE_STRING = @PACKAGE_STRING@
287 PACKAGE_TARNAME = @PACKAGE_TARNAME@
288 PACKAGE_URL = @PACKAGE_URL@
289 PACKAGE_VERSION = @PACKAGE_VERSION@
290 PATH_SEPARATOR = @PATH_SEPARATOR@
291 RANLIB = @RANLIB@
292 SED = @SED@
293 SET_MAKE = @SET_MAKE@
294 SHELL = @SHELL@
295 STRIP = @STRIP@
296 VERSION = @VERSION@
297 XMMS_CFLAGS = @XMMS_CFLAGS@
298 XMMS_CONFIG = @XMMS_CONFIG@
299 XMMS_DATA_DIR = @XMMS_DATA_DIR@
300 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
301 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
302 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
303 XMMS_LIBS = @XMMS_LIBS@
304 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
305 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
306 XMMS_VERSION = @XMMS_VERSION@
307 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
308 abs_builddir = @abs_builddir@
309 abs_srcdir = @abs_srcdir@
310 abs_top_builddir = @abs_top_builddir@
311 abs_top_srcdir = @abs_top_srcdir@
312 ac_ct_AR = @ac_ct_AR@
313 ac_ct_CC = @ac_ct_CC@
314 ac_ct_CXX = @ac_ct_CXX@
315 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316 am__include = @am__include@
317 am__leading_dot = @am__leading_dot@
318 am__quote = @am__quote@
319 am__tar = @am__tar@
320 am__untar = @am__untar@
321 bindir = @bindir@
322 build = @build@
323 build_alias = @build_alias@
324 build_cpu = @build_cpu@
325 build_os = @build_os@
326 build_vendor = @build_vendor@
327 builddir = @builddir@
328 datadir = @datadir@
329 datarootdir = @datarootdir@
330 docdir = @docdir@
331 dvidir = @dvidir@
332 exec_prefix = @exec_prefix@
333 host = @host@
334 host_alias = @host_alias@
335 host_cpu = @host_cpu@
336 host_os = @host_os@
337 host_vendor = @host_vendor@
338 htmldir = @htmldir@
339 includedir = @includedir@
340 infodir = @infodir@
341 install_sh = @install_sh@
342 libdir = @libdir@
343 libexecdir = @libexecdir@
344 localedir = @localedir@
345 localstatedir = @localstatedir@
346 mandir = @mandir@
347 mkdir_p = @mkdir_p@
348 oldincludedir = @oldincludedir@
349 pdfdir = @pdfdir@
350 prefix = @prefix@
351 program_transform_name = @program_transform_name@
352 psdir = @psdir@
353 runstatedir = @runstatedir@
354 sbindir = @sbindir@
355 sharedstatedir = @sharedstatedir@
356 srcdir = @srcdir@
357 sysconfdir = @sysconfdir@
358 target_alias = @target_alias@
359 top_build_prefix = @top_build_prefix@
360 top_builddir = @top_builddir@
361 top_srcdir = @top_srcdir@
362 SUFFIXES = .nasm .lo
363 STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
364 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
365 noinst_LTLIBRARIES = libFLAC-asm.la
366 libFLAC_asm_la_SOURCES = \
367         cpu_asm.nasm \
368         fixed_asm.nasm \
369         lpc_asm.nasm \
370         nasm.h
371
372 all: all-am
373
374 .SUFFIXES:
375 .SUFFIXES: .nasm .lo
376 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377         @for dep in $?; do \
378           case '$(am__configure_deps)' in \
379             *$$dep*) \
380               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381                 && { if test -f $@; then exit 0; else break; fi; }; \
382               exit 1;; \
383           esac; \
384         done; \
385         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libFLAC/ia32/Makefile'; \
386         $(am__cd) $(top_srcdir) && \
387           $(AUTOMAKE) --foreign src/libFLAC/ia32/Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389         @case '$?' in \
390           *config.status*) \
391             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392           *) \
393             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395         esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400 $(top_srcdir)/configure:  $(am__configure_deps)
401         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
403         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
405
406 clean-noinstLTLIBRARIES:
407         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
408         @list='$(noinst_LTLIBRARIES)'; \
409         locs=`for p in $$list; do echo $$p; done | \
410               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
411               sort -u`; \
412         test -z "$$locs" || { \
413           echo rm -f $${locs}; \
414           rm -f $${locs}; \
415         }
416
417 libFLAC-asm.la: $(libFLAC_asm_la_OBJECTS) $(libFLAC_asm_la_DEPENDENCIES) $(EXTRA_libFLAC_asm_la_DEPENDENCIES) 
418         $(AM_V_CCLD)$(LINK)  $(libFLAC_asm_la_OBJECTS) $(libFLAC_asm_la_LIBADD) $(LIBS)
419
420 mostlyclean-compile:
421         -rm -f *.$(OBJEXT)
422
423 distclean-compile:
424         -rm -f *.tab.c
425
426 mostlyclean-libtool:
427         -rm -f *.lo
428
429 clean-libtool:
430         -rm -rf .libs _libs
431
432 ID: $(am__tagged_files)
433         $(am__define_uniq_tagged_files); mkid -fID $$unique
434 tags: tags-am
435 TAGS: tags
436
437 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438         set x; \
439         here=`pwd`; \
440         $(am__define_uniq_tagged_files); \
441         shift; \
442         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443           test -n "$$unique" || unique=$$empty_fix; \
444           if test $$# -gt 0; then \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               "$$@" $$unique; \
447           else \
448             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449               $$unique; \
450           fi; \
451         fi
452 ctags: ctags-am
453
454 CTAGS: ctags
455 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456         $(am__define_uniq_tagged_files); \
457         test -z "$(CTAGS_ARGS)$$unique" \
458           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459              $$unique
460
461 GTAGS:
462         here=`$(am__cd) $(top_builddir) && pwd` \
463           && $(am__cd) $(top_srcdir) \
464           && gtags -i $(GTAGS_ARGS) "$$here"
465 cscopelist: cscopelist-am
466
467 cscopelist-am: $(am__tagged_files)
468         list='$(am__tagged_files)'; \
469         case "$(srcdir)" in \
470           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471           *) sdir=$(subdir)/$(srcdir) ;; \
472         esac; \
473         for i in $$list; do \
474           if test -f "$$i"; then \
475             echo "$(subdir)/$$i"; \
476           else \
477             echo "$$sdir/$$i"; \
478           fi; \
479         done >> $(top_builddir)/cscope.files
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         list='$(DISTFILES)'; \
488           dist_files=`for file in $$list; do echo $$file; done | \
489           sed -e "s|^$$srcdirstrip/||;t" \
490               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491         case $$dist_files in \
492           */*) $(MKDIR_P) `echo "$$dist_files" | \
493                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494                            sort -u` ;; \
495         esac; \
496         for file in $$dist_files; do \
497           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498           if test -d $$d/$$file; then \
499             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500             if test -d "$(distdir)/$$file"; then \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508           else \
509             test -f "$(distdir)/$$file" \
510             || cp -p $$d/$$file "$(distdir)/$$file" \
511             || exit 1; \
512           fi; \
513         done
514 check-am: all-am
515 check: check-am
516 all-am: Makefile $(LTLIBRARIES)
517 installdirs:
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
521 uninstall: uninstall-am
522
523 install-am: all-am
524         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526 installcheck: installcheck-am
527 install-strip:
528         if test -z '$(STRIP)'; then \
529           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531               install; \
532         else \
533           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
536         fi
537 mostlyclean-generic:
538
539 clean-generic:
540
541 distclean-generic:
542         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545 maintainer-clean-generic:
546         @echo "This command is intended for maintainers to use"
547         @echo "it deletes files that may require special tools to rebuild."
548 clean: clean-am
549
550 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
551         mostlyclean-am
552
553 distclean: distclean-am
554         -rm -f Makefile
555 distclean-am: clean-am distclean-compile distclean-generic \
556         distclean-tags
557
558 dvi: dvi-am
559
560 dvi-am:
561
562 html: html-am
563
564 html-am:
565
566 info: info-am
567
568 info-am:
569
570 install-data-am:
571
572 install-dvi: install-dvi-am
573
574 install-dvi-am:
575
576 install-exec-am:
577
578 install-html: install-html-am
579
580 install-html-am:
581
582 install-info: install-info-am
583
584 install-info-am:
585
586 install-man:
587
588 install-pdf: install-pdf-am
589
590 install-pdf-am:
591
592 install-ps: install-ps-am
593
594 install-ps-am:
595
596 installcheck-am:
597
598 maintainer-clean: maintainer-clean-am
599         -rm -f Makefile
600 maintainer-clean-am: distclean-am maintainer-clean-generic
601
602 mostlyclean: mostlyclean-am
603
604 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
605         mostlyclean-libtool
606
607 pdf: pdf-am
608
609 pdf-am:
610
611 ps: ps-am
612
613 ps-am:
614
615 uninstall-am:
616
617 .MAKE: install-am install-strip
618
619 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
620         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
621         ctags-am distclean distclean-compile distclean-generic \
622         distclean-libtool distclean-tags distdir dvi dvi-am html \
623         html-am info info-am install install-am install-data \
624         install-data-am install-dvi install-dvi-am install-exec \
625         install-exec-am install-html install-html-am install-info \
626         install-info-am install-man install-pdf install-pdf-am \
627         install-ps install-ps-am install-strip installcheck \
628         installcheck-am installdirs maintainer-clean \
629         maintainer-clean-generic mostlyclean mostlyclean-compile \
630         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
631         tags tags-am uninstall uninstall-am
632
633 .PRECIOUS: Makefile
634
635 .nasm.lo:
636         $(LIBTOOL) --tag=CC --mode=compile $(STRIP_NON_ASM) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -i$(srcdir)/ $< -o $@
637
638 # Tell versions [3.59,3.63) of GNU make to not export all variables.
639 # Otherwise a system limit (for SysV at least) may be exceeded.
640 .NOEXPORT: