You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

903 lines
28KB

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