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
29KB

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