Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / Makefile.in
CommitLineData
8529da43
MG
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
95 $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
96 $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
97 $(top_srcdir)/M4/lrintf.m4 $(top_srcdir)/M4/ltoptions.m4 \
98 $(top_srcdir)/M4/ltsugar.m4 $(top_srcdir)/M4/ltversion.m4 \
99 $(top_srcdir)/M4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103 $(am__configure_deps) $(am__DIST_COMMON)
104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/src/config.h
108CONFIG_CLEAN_FILES = libsamplerate.spec samplerate.pc
109CONFIG_CLEAN_VPATH_FILES =
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo " GEN " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
122SOURCES =
123DIST_SOURCES =
124RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125 ctags-recursive dvi-recursive html-recursive info-recursive \
126 install-data-recursive install-dvi-recursive \
127 install-exec-recursive install-html-recursive \
128 install-info-recursive install-pdf-recursive \
129 install-ps-recursive install-recursive installcheck-recursive \
130 installdirs-recursive pdf-recursive ps-recursive \
131 tags-recursive uninstall-recursive
132am__can_run_installinfo = \
133 case $$AM_UPDATE_INFO_DIR in \
134 n|no|NO) false;; \
135 *) (install-info --version) >/dev/null 2>&1;; \
136 esac
137am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138am__vpath_adj = case $$p in \
139 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140 *) f=$$p;; \
141 esac;
142am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143am__install_max = 40
144am__nobase_strip_setup = \
145 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146am__nobase_strip = \
147 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148am__nobase_list = $(am__nobase_strip_setup); \
149 for p in $$list; do echo "$$p $$p"; done | \
150 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152 if (++n[$$2] == $(am__install_max)) \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
155am__base_list = \
156 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158am__uninstall_files_from_dir = { \
159 test -z "$$files" \
160 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162 $(am__cd) "$$dir" && rm -f $$files; }; \
163 }
164am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
165DATA = $(pkgconfig_DATA)
166RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167 distclean-recursive maintainer-clean-recursive
168am__recursive_targets = \
169 $(RECURSIVE_TARGETS) \
170 $(RECURSIVE_CLEAN_TARGETS) \
171 $(am__extra_recursive_targets)
172AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173 cscope distdir dist dist-all distcheck
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates. Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179 BEGIN { nonempty = 0; } \
180 { items[$$0] = 1; nonempty = 1; } \
181 END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique. This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187 list='$(am__tagged_files)'; \
188 unique=`for i in $$list; do \
189 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190 done | $(am__uniquify_input)`
191ETAGS = etags
192CTAGS = ctags
193CSCOPE = cscope
194am__DIST_COMMON = $(srcdir)/Makefile.in \
195 $(srcdir)/libsamplerate.spec.in $(srcdir)/samplerate.pc.in \
196 $(top_srcdir)/Cfg/compile $(top_srcdir)/Cfg/config.guess \
197 $(top_srcdir)/Cfg/config.sub $(top_srcdir)/Cfg/install-sh \
198 $(top_srcdir)/Cfg/ltmain.sh $(top_srcdir)/Cfg/missing AUTHORS \
199 COPYING Cfg/compile Cfg/config.guess Cfg/config.sub \
200 Cfg/depcomp Cfg/install-sh Cfg/ltmain.sh Cfg/missing ChangeLog \
201 INSTALL NEWS README
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203distdir = $(PACKAGE)-$(VERSION)
204top_distdir = $(distdir)
205am__remove_distdir = \
206 if test -d "$(distdir)"; then \
207 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
208 && rm -rf "$(distdir)" \
209 || { sleep 5 && rm -rf "$(distdir)"; }; \
210 else :; fi
211am__post_remove_distdir = $(am__remove_distdir)
212am__relativize = \
213 dir0=`pwd`; \
214 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
215 sed_rest='s,^[^/]*/*,,'; \
216 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
217 sed_butlast='s,/*[^/]*$$,,'; \
218 while test -n "$$dir1"; do \
219 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
220 if test "$$first" != "."; then \
221 if test "$$first" = ".."; then \
222 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
223 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
224 else \
225 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
226 if test "$$first2" = "$$first"; then \
227 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
228 else \
229 dir2="../$$dir2"; \
230 fi; \
231 dir0="$$dir0"/"$$first"; \
232 fi; \
233 fi; \
234 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
235 done; \
236 reldir="$$dir2"
237DIST_ARCHIVES = $(distdir).tar.gz
238GZIP_ENV = --best
239DIST_TARGETS = dist-gzip
240distuninstallcheck_listfiles = find . -type f -print
241am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
242 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
243distcleancheck_listfiles = find . -type f -print
244ACLOCAL = @ACLOCAL@
245ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
246ALSA_LIBS = @ALSA_LIBS@
247AMTAR = @AMTAR@
248AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249AR = @AR@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254CC = @CC@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
257COMPILER_IS_GCC = @COMPILER_IS_GCC@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CXX = @CXX@
261CXXCPP = @CXXCPP@
262CXXDEPMODE = @CXXDEPMODE@
263CXXFLAGS = @CXXFLAGS@
264CYGPATH_W = @CYGPATH_W@
265DEFS = @DEFS@
266DEPDIR = @DEPDIR@
267DLLTOOL = @DLLTOOL@
268DLLWRAP = @DLLWRAP@
269DSYMUTIL = @DSYMUTIL@
270DUMPBIN = @DUMPBIN@
271ECHO_C = @ECHO_C@
272ECHO_N = @ECHO_N@
273ECHO_T = @ECHO_T@
274EGREP = @EGREP@
275EXEEXT = @EXEEXT@
276FFTW3_CFLAGS = @FFTW3_CFLAGS@
277FFTW3_LIBS = @FFTW3_LIBS@
278FGREP = @FGREP@
279GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
280GREP = @GREP@
281HAVE_FFTW3 = @HAVE_FFTW3@
282HAVE_SNDFILE = @HAVE_SNDFILE@
283INSTALL = @INSTALL@
284INSTALL_DATA = @INSTALL_DATA@
285INSTALL_PROGRAM = @INSTALL_PROGRAM@
286INSTALL_SCRIPT = @INSTALL_SCRIPT@
287INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBOBJS = @LIBOBJS@
291LIBS = @LIBS@
292LIBTOOL = @LIBTOOL@
293LIPO = @LIPO@
294LN_S = @LN_S@
295LTLIBOBJS = @LTLIBOBJS@
296LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
297MAKEINFO = @MAKEINFO@
298MANIFEST_TOOL = @MANIFEST_TOOL@
299MKDIR_P = @MKDIR_P@
300NM = @NM@
301NMEDIT = @NMEDIT@
302OBJDUMP = @OBJDUMP@
303OBJEXT = @OBJEXT@
304OS_SPECIFIC_INCLUDES = @OS_SPECIFIC_INCLUDES@
305OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
306OTOOL = @OTOOL@
307OTOOL64 = @OTOOL64@
308PACKAGE = @PACKAGE@
309PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310PACKAGE_NAME = @PACKAGE_NAME@
311PACKAGE_STRING = @PACKAGE_STRING@
312PACKAGE_TARNAME = @PACKAGE_TARNAME@
313PACKAGE_URL = @PACKAGE_URL@
314PACKAGE_VERSION = @PACKAGE_VERSION@
315PATH_SEPARATOR = @PATH_SEPARATOR@
316PEXPORTS = @PEXPORTS@
317PKG_CONFIG = @PKG_CONFIG@
318PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
319PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
320RANLIB = @RANLIB@
321RC = @RC@
322SED = @SED@
323SET_MAKE = @SET_MAKE@
324SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
325SHELL = @SHELL@
326SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
327SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
328SNDFILE_LIBS = @SNDFILE_LIBS@
329STRIP = @STRIP@
330VERSION = @VERSION@
331abs_builddir = @abs_builddir@
332abs_srcdir = @abs_srcdir@
333abs_top_builddir = @abs_top_builddir@
334abs_top_srcdir = @abs_top_srcdir@
335ac_ct_AR = @ac_ct_AR@
336ac_ct_CC = @ac_ct_CC@
337ac_ct_CXX = @ac_ct_CXX@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__include = @am__include@
340am__leading_dot = @am__leading_dot@
341am__quote = @am__quote@
342am__tar = @am__tar@
343am__untar = @am__untar@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356host = @host@
357host_alias = @host_alias@
358host_cpu = @host_cpu@
359host_os = @host_os@
360host_vendor = @host_vendor@
361htmldir = @htmldir@
362htmldocdir = @htmldocdir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368localedir = @localedir@
369localstatedir = @localstatedir@
370mandir = @mandir@
371mkdir_p = @mkdir_p@
372oldincludedir = @oldincludedir@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377runstatedir = @runstatedir@
378sbindir = @sbindir@
379sharedstatedir = @sharedstatedir@
380srcdir = @srcdir@
381sysconfdir = @sysconfdir@
382target = @target@
383target_alias = @target_alias@
384target_cpu = @target_cpu@
385target_os = @target_os@
386target_vendor = @target_vendor@
387top_build_prefix = @top_build_prefix@
388top_builddir = @top_builddir@
389top_srcdir = @top_srcdir@
390DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
391SUBDIRS = M4 src doc examples tests
392DIST_SUBDIRS = Win32 $(SUBDIRS)
393EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
394pkgconfigdir = $(libdir)/pkgconfig
395pkgconfig_DATA = samplerate.pc
396m4datadir = $(datadir)/aclocal
397all: all-recursive
398
399.SUFFIXES:
400am--refresh: Makefile
401 @:
402$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
403 @for dep in $?; do \
404 case '$(am__configure_deps)' in \
405 *$$dep*) \
406 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
407 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
408 && exit 0; \
409 exit 1;; \
410 esac; \
411 done; \
412 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
413 $(am__cd) $(top_srcdir) && \
414 $(AUTOMAKE) --gnu Makefile
415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416 @case '$?' in \
417 *config.status*) \
418 echo ' $(SHELL) ./config.status'; \
419 $(SHELL) ./config.status;; \
420 *) \
421 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
422 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
423 esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426 $(SHELL) ./config.status --recheck
427
428$(top_srcdir)/configure: $(am__configure_deps)
429 $(am__cd) $(srcdir) && $(AUTOCONF)
430$(ACLOCAL_M4): $(am__aclocal_m4_deps)
431 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
432$(am__aclocal_m4_deps):
433libsamplerate.spec: $(top_builddir)/config.status $(srcdir)/libsamplerate.spec.in
434 cd $(top_builddir) && $(SHELL) ./config.status $@
435samplerate.pc: $(top_builddir)/config.status $(srcdir)/samplerate.pc.in
436 cd $(top_builddir) && $(SHELL) ./config.status $@
437
438mostlyclean-libtool:
439 -rm -f *.lo
440
441clean-libtool:
442 -rm -rf .libs _libs
443
444distclean-libtool:
445 -rm -f libtool config.lt
446install-pkgconfigDATA: $(pkgconfig_DATA)
447 @$(NORMAL_INSTALL)
448 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
449 if test -n "$$list"; then \
450 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
451 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
452 fi; \
453 for p in $$list; do \
454 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
455 echo "$$d$$p"; \
456 done | $(am__base_list) | \
457 while read files; do \
458 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
459 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
460 done
461
462uninstall-pkgconfigDATA:
463 @$(NORMAL_UNINSTALL)
464 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
465 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
466 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
467
468# This directory's subdirectories are mostly independent; you can cd
469# into them and run 'make' without going through this Makefile.
470# To change the values of 'make' variables: instead of editing Makefiles,
471# (1) if the variable is set in 'config.status', edit 'config.status'
472# (which will cause the Makefiles to be regenerated when you run 'make');
473# (2) otherwise, pass the desired values on the 'make' command line.
474$(am__recursive_targets):
475 @fail=; \
476 if $(am__make_keepgoing); then \
477 failcom='fail=yes'; \
478 else \
479 failcom='exit 1'; \
480 fi; \
481 dot_seen=no; \
482 target=`echo $@ | sed s/-recursive//`; \
483 case "$@" in \
484 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
485 *) list='$(SUBDIRS)' ;; \
486 esac; \
487 for subdir in $$list; do \
488 echo "Making $$target in $$subdir"; \
489 if test "$$subdir" = "."; then \
490 dot_seen=yes; \
491 local_target="$$target-am"; \
492 else \
493 local_target="$$target"; \
494 fi; \
495 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496 || eval $$failcom; \
497 done; \
498 if test "$$dot_seen" = "no"; then \
499 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
500 fi; test -z "$$fail"
501
502ID: $(am__tagged_files)
503 $(am__define_uniq_tagged_files); mkid -fID $$unique
504tags: tags-recursive
505TAGS: tags
506
507tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
508 set x; \
509 here=`pwd`; \
510 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
511 include_option=--etags-include; \
512 empty_fix=.; \
513 else \
514 include_option=--include; \
515 empty_fix=; \
516 fi; \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
518 if test "$$subdir" = .; then :; else \
519 test ! -f $$subdir/TAGS || \
520 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
521 fi; \
522 done; \
523 $(am__define_uniq_tagged_files); \
524 shift; \
525 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
526 test -n "$$unique" || unique=$$empty_fix; \
527 if test $$# -gt 0; then \
528 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529 "$$@" $$unique; \
530 else \
531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532 $$unique; \
533 fi; \
534 fi
535ctags: ctags-recursive
536
537CTAGS: ctags
538ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539 $(am__define_uniq_tagged_files); \
540 test -z "$(CTAGS_ARGS)$$unique" \
541 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542 $$unique
543
544GTAGS:
545 here=`$(am__cd) $(top_builddir) && pwd` \
546 && $(am__cd) $(top_srcdir) \
547 && gtags -i $(GTAGS_ARGS) "$$here"
548cscope: cscope.files
549 test ! -s cscope.files \
550 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
551clean-cscope:
552 -rm -f cscope.files
553cscope.files: clean-cscope cscopelist
554cscopelist: cscopelist-recursive
555
556cscopelist-am: $(am__tagged_files)
557 list='$(am__tagged_files)'; \
558 case "$(srcdir)" in \
559 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
560 *) sdir=$(subdir)/$(srcdir) ;; \
561 esac; \
562 for i in $$list; do \
563 if test -f "$$i"; then \
564 echo "$(subdir)/$$i"; \
565 else \
566 echo "$$sdir/$$i"; \
567 fi; \
568 done >> $(top_builddir)/cscope.files
569
570distclean-tags:
571 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
572 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
573
574distdir: $(DISTFILES)
575 $(am__remove_distdir)
576 test -d "$(distdir)" || mkdir "$(distdir)"
577 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579 list='$(DISTFILES)'; \
580 dist_files=`for file in $$list; do echo $$file; done | \
581 sed -e "s|^$$srcdirstrip/||;t" \
582 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
583 case $$dist_files in \
584 */*) $(MKDIR_P) `echo "$$dist_files" | \
585 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
586 sort -u` ;; \
587 esac; \
588 for file in $$dist_files; do \
589 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
590 if test -d $$d/$$file; then \
591 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
592 if test -d "$(distdir)/$$file"; then \
593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594 fi; \
595 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
596 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
597 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598 fi; \
599 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
600 else \
601 test -f "$(distdir)/$$file" \
602 || cp -p $$d/$$file "$(distdir)/$$file" \
603 || exit 1; \
604 fi; \
605 done
606 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607 if test "$$subdir" = .; then :; else \
608 $(am__make_dryrun) \
609 || test -d "$(distdir)/$$subdir" \
610 || $(MKDIR_P) "$(distdir)/$$subdir" \
611 || exit 1; \
612 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
613 $(am__relativize); \
614 new_distdir=$$reldir; \
615 dir1=$$subdir; dir2="$(top_distdir)"; \
616 $(am__relativize); \
617 new_top_distdir=$$reldir; \
618 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
619 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
620 ($(am__cd) $$subdir && \
621 $(MAKE) $(AM_MAKEFLAGS) \
622 top_distdir="$$new_top_distdir" \
623 distdir="$$new_distdir" \
624 am__remove_distdir=: \
625 am__skip_length_check=: \
626 am__skip_mode_fix=: \
627 distdir) \
628 || exit 1; \
629 fi; \
630 done
631 -test -n "$(am__skip_mode_fix)" \
632 || find "$(distdir)" -type d ! -perm -755 \
633 -exec chmod u+rwx,go+rx {} \; -o \
634 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
635 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
636 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
637 || chmod -R a+r "$(distdir)"
638dist-gzip: distdir
639 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
640 $(am__post_remove_distdir)
641
642dist-bzip2: distdir
643 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
644 $(am__post_remove_distdir)
645
646dist-lzip: distdir
647 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
648 $(am__post_remove_distdir)
649
650dist-xz: distdir
651 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
652 $(am__post_remove_distdir)
653
654dist-tarZ: distdir
655 @echo WARNING: "Support for distribution archives compressed with" \
656 "legacy program 'compress' is deprecated." >&2
657 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
658 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
659 $(am__post_remove_distdir)
660
661dist-shar: distdir
662 @echo WARNING: "Support for shar distribution archives is" \
663 "deprecated." >&2
664 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
665 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
666 $(am__post_remove_distdir)
667
668dist-zip: distdir
669 -rm -f $(distdir).zip
670 zip -rq $(distdir).zip $(distdir)
671 $(am__post_remove_distdir)
672
673dist dist-all:
674 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
675 $(am__post_remove_distdir)
676
677# This target untars the dist file and tries a VPATH configuration. Then
678# it guarantees that the distribution is self-contained by making another
679# tarfile.
680distcheck: dist
681 case '$(DIST_ARCHIVES)' in \
682 *.tar.gz*) \
683 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
684 *.tar.bz2*) \
685 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
686 *.tar.lz*) \
687 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
688 *.tar.xz*) \
689 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
690 *.tar.Z*) \
691 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
692 *.shar.gz*) \
693 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
694 *.zip*) \
695 unzip $(distdir).zip ;;\
696 esac
697 chmod -R a-w $(distdir)
698 chmod u+w $(distdir)
699 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
700 chmod a-w $(distdir)
701 test -d $(distdir)/_build || exit 0; \
702 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
703 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704 && am__cwd=`pwd` \
705 && $(am__cd) $(distdir)/_build/sub \
706 && ../../configure \
707 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
708 $(DISTCHECK_CONFIGURE_FLAGS) \
709 --srcdir=../.. --prefix="$$dc_install_base" \
710 && $(MAKE) $(AM_MAKEFLAGS) \
711 && $(MAKE) $(AM_MAKEFLAGS) dvi \
712 && $(MAKE) $(AM_MAKEFLAGS) check \
713 && $(MAKE) $(AM_MAKEFLAGS) install \
714 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
715 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
716 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
717 distuninstallcheck \
718 && chmod -R a-w "$$dc_install_base" \
719 && ({ \
720 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
721 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
722 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
723 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
724 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
725 } || { rm -rf "$$dc_destdir"; exit 1; }) \
726 && rm -rf "$$dc_destdir" \
727 && $(MAKE) $(AM_MAKEFLAGS) dist \
728 && rm -rf $(DIST_ARCHIVES) \
729 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
730 && cd "$$am__cwd" \
731 || exit 1
732 $(am__post_remove_distdir)
733 @(echo "$(distdir) archives ready for distribution: "; \
734 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
735 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
736distuninstallcheck:
737 @test -n '$(distuninstallcheck_dir)' || { \
738 echo 'ERROR: trying to run $@ with an empty' \
739 '$$(distuninstallcheck_dir)' >&2; \
740 exit 1; \
741 }; \
742 $(am__cd) '$(distuninstallcheck_dir)' || { \
743 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
744 exit 1; \
745 }; \
746 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
747 || { echo "ERROR: files left after uninstall:" ; \
748 if test -n "$(DESTDIR)"; then \
749 echo " (check DESTDIR support)"; \
750 fi ; \
751 $(distuninstallcheck_listfiles) ; \
752 exit 1; } >&2
753distcleancheck: distclean
754 @if test '$(srcdir)' = . ; then \
755 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
756 exit 1 ; \
757 fi
758 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
759 || { echo "ERROR: files left in build directory after distclean:" ; \
760 $(distcleancheck_listfiles) ; \
761 exit 1; } >&2
762check-am: all-am
763check: check-recursive
764all-am: Makefile $(DATA)
765installdirs: installdirs-recursive
766installdirs-am:
767 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
768 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
769 done
770install: install-recursive
771install-exec: install-exec-recursive
772install-data: install-data-recursive
773uninstall: uninstall-recursive
774
775install-am: all-am
776 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
777
778installcheck: installcheck-recursive
779install-strip:
780 if test -z '$(STRIP)'; then \
781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783 install; \
784 else \
785 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
788 fi
789mostlyclean-generic:
790
791clean-generic:
792
793distclean-generic:
794 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
795 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
796
797maintainer-clean-generic:
798 @echo "This command is intended for maintainers to use"
799 @echo "it deletes files that may require special tools to rebuild."
800clean: clean-recursive
801
802clean-am: clean-generic clean-libtool mostlyclean-am
803
804distclean: distclean-recursive
805 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
806 -rm -f Makefile
807distclean-am: clean-am distclean-generic distclean-libtool \
808 distclean-tags
809
810dvi: dvi-recursive
811
812dvi-am:
813
814html: html-recursive
815
816html-am:
817
818info: info-recursive
819
820info-am:
821
822install-data-am: install-pkgconfigDATA
823
824install-dvi: install-dvi-recursive
825
826install-dvi-am:
827
828install-exec-am:
829
830install-html: install-html-recursive
831
832install-html-am:
833
834install-info: install-info-recursive
835
836install-info-am:
837
838install-man:
839
840install-pdf: install-pdf-recursive
841
842install-pdf-am:
843
844install-ps: install-ps-recursive
845
846install-ps-am:
847
848installcheck-am:
849
850maintainer-clean: maintainer-clean-recursive
851 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
852 -rm -rf $(top_srcdir)/autom4te.cache
853 -rm -f Makefile
854maintainer-clean-am: distclean-am maintainer-clean-generic
855
856mostlyclean: mostlyclean-recursive
857
858mostlyclean-am: mostlyclean-generic mostlyclean-libtool
859
860pdf: pdf-recursive
861
862pdf-am:
863
864ps: ps-recursive
865
866ps-am:
867
868uninstall-am: uninstall-pkgconfigDATA
869
870.MAKE: $(am__recursive_targets) install-am install-strip
871
872.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
873 am--refresh check check-am clean clean-cscope clean-generic \
874 clean-libtool cscope cscopelist-am ctags ctags-am dist \
875 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
876 dist-xz dist-zip distcheck distclean distclean-generic \
877 distclean-libtool distclean-tags distcleancheck distdir \
878 distuninstallcheck dvi dvi-am html html-am info info-am \
879 install install-am install-data install-data-am install-dvi \
880 install-dvi-am install-exec install-exec-am install-html \
881 install-html-am install-info install-info-am install-man \
882 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
883 install-ps-am install-strip installcheck installcheck-am \
884 installdirs installdirs-am maintainer-clean \
885 maintainer-clean-generic mostlyclean mostlyclean-generic \
886 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
887 uninstall-am uninstall-pkgconfigDATA
888
889.PRECIOUS: Makefile
890
891
892# Some people prefer "make test" to "make check".
893
894test:
895 make check
896
897check-asm :
898 (cd src && make check-asm)
899
900# Tell versions [3.59,3.63) of GNU make to not export all variables.
901# Otherwise a system limit (for SysV at least) may be exceeded.
902.NOEXPORT:
This page took 0.055732 seconds and 4 git commands to generate.