Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. # global section for every Makefile.am
  13. VPATH = @srcdir@
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/@PACKAGE@
  70. pkgincludedir = $(includedir)/@PACKAGE@
  71. pkglibdir = $(libdir)/@PACKAGE@
  72. pkglibexecdir = $(libexecdir)/@PACKAGE@
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = @build@
  86. host_triplet = @host@
  87. subdir = macosx
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  90. $(top_srcdir)/configure.in
  91. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  92. $(ACLOCAL_M4)
  93. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  94. mkinstalldirs = $(install_sh) -d
  95. CONFIG_HEADER = $(top_builddir)/config.h
  96. CONFIG_CLEAN_FILES =
  97. CONFIG_CLEAN_VPATH_FILES =
  98. AM_V_P = $(am__v_P_@AM_V@)
  99. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  100. am__v_P_0 = false
  101. am__v_P_1 = :
  102. AM_V_GEN = $(am__v_GEN_@AM_V@)
  103. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  104. am__v_GEN_0 = @echo " GEN " $@;
  105. am__v_GEN_1 =
  106. AM_V_at = $(am__v_at_@AM_V@)
  107. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  108. am__v_at_0 = @
  109. am__v_at_1 =
  110. SOURCES =
  111. DIST_SOURCES =
  112. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  113. ctags-recursive dvi-recursive html-recursive info-recursive \
  114. install-data-recursive install-dvi-recursive \
  115. install-exec-recursive install-html-recursive \
  116. install-info-recursive install-pdf-recursive \
  117. install-ps-recursive install-recursive installcheck-recursive \
  118. installdirs-recursive pdf-recursive ps-recursive \
  119. tags-recursive uninstall-recursive
  120. am__can_run_installinfo = \
  121. case $$AM_UPDATE_INFO_DIR in \
  122. n|no|NO) false;; \
  123. *) (install-info --version) >/dev/null 2>&1;; \
  124. esac
  125. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  126. distclean-recursive maintainer-clean-recursive
  127. am__recursive_targets = \
  128. $(RECURSIVE_TARGETS) \
  129. $(RECURSIVE_CLEAN_TARGETS) \
  130. $(am__extra_recursive_targets)
  131. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  132. distdir
  133. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  134. # Read a list of newline-separated strings from the standard input,
  135. # and print each of them once, without duplicates. Input order is
  136. # *not* preserved.
  137. am__uniquify_input = $(AWK) '\
  138. BEGIN { nonempty = 0; } \
  139. { items[$$0] = 1; nonempty = 1; } \
  140. END { if (nonempty) { for (i in items) print i; }; } \
  141. '
  142. # Make sure the list of sources is unique. This is necessary because,
  143. # e.g., the same source file might be shared among _SOURCES variables
  144. # for different programs/libraries.
  145. am__define_uniq_tagged_files = \
  146. list='$(am__tagged_files)'; \
  147. unique=`for i in $$list; do \
  148. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  149. done | $(am__uniquify_input)`
  150. ETAGS = etags
  151. CTAGS = ctags
  152. DIST_SUBDIRS = $(SUBDIRS)
  153. am__DIST_COMMON = $(srcdir)/Makefile.in \
  154. $(top_srcdir)/Makefile.am.global
  155. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  156. am__relativize = \
  157. dir0=`pwd`; \
  158. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  159. sed_rest='s,^[^/]*/*,,'; \
  160. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  161. sed_butlast='s,/*[^/]*$$,,'; \
  162. while test -n "$$dir1"; do \
  163. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  164. if test "$$first" != "."; then \
  165. if test "$$first" = ".."; then \
  166. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  167. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  168. else \
  169. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  170. if test "$$first2" = "$$first"; then \
  171. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  172. else \
  173. dir2="../$$dir2"; \
  174. fi; \
  175. dir0="$$dir0"/"$$first"; \
  176. fi; \
  177. fi; \
  178. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  179. done; \
  180. reldir="$$dir2"
  181. ACLOCAL = @ACLOCAL@
  182. ALLOCA = @ALLOCA@
  183. AMTAR = @AMTAR@
  184. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  185. AR = @AR@
  186. AUTOCONF = @AUTOCONF@
  187. AUTOHEADER = @AUTOHEADER@
  188. AUTOMAKE = @AUTOMAKE@
  189. AWK = @AWK@
  190. CC = @CC@
  191. CCDEPMODE = @CCDEPMODE@
  192. CFLAGS = @CFLAGS@
  193. CONFIG_DEFS = @CONFIG_DEFS@
  194. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  195. CPP = @CPP@
  196. CPPFLAGS = @CPPFLAGS@
  197. CPUCCODE = @CPUCCODE@
  198. CPUTYPE = @CPUTYPE@
  199. CYGPATH_W = @CYGPATH_W@
  200. DEFS = @DEFS@
  201. DEPDIR = @DEPDIR@
  202. DLLTOOL = @DLLTOOL@
  203. DSYMUTIL = @DSYMUTIL@
  204. DUMPBIN = @DUMPBIN@
  205. ECHO_C = @ECHO_C@
  206. ECHO_N = @ECHO_N@
  207. ECHO_T = @ECHO_T@
  208. EGREP = @EGREP@
  209. EXEEXT = @EXEEXT@
  210. FGREP = @FGREP@
  211. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  212. FRONTEND_LDADD = @FRONTEND_LDADD@
  213. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  214. GREP = @GREP@
  215. GTK_CFLAGS = @GTK_CFLAGS@
  216. GTK_CONFIG = @GTK_CONFIG@
  217. GTK_LIBS = @GTK_LIBS@
  218. INCLUDES = @INCLUDES@
  219. INSTALL = @INSTALL@
  220. INSTALL_DATA = @INSTALL_DATA@
  221. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  222. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  223. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  224. LD = @LD@
  225. LDADD = @LDADD@
  226. LDFLAGS = @LDFLAGS@
  227. LIBICONV = @LIBICONV@
  228. LIBOBJS = @LIBOBJS@
  229. LIBS = @LIBS@
  230. LIBTOOL = @LIBTOOL@
  231. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  232. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  233. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  234. LIPO = @LIPO@
  235. LN_S = @LN_S@
  236. LTLIBICONV = @LTLIBICONV@
  237. LTLIBOBJS = @LTLIBOBJS@
  238. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  239. MAINT = @MAINT@
  240. MAKEDEP = @MAKEDEP@
  241. MAKEINFO = @MAKEINFO@
  242. MANIFEST_TOOL = @MANIFEST_TOOL@
  243. MKDIR_P = @MKDIR_P@
  244. NASM = @NASM@
  245. NASM_FORMAT = @NASM_FORMAT@
  246. NM = @NM@
  247. NMEDIT = @NMEDIT@
  248. OBJDUMP = @OBJDUMP@
  249. OBJEXT = @OBJEXT@
  250. OTOOL = @OTOOL@
  251. OTOOL64 = @OTOOL64@
  252. PACKAGE = @PACKAGE@
  253. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  254. PACKAGE_NAME = @PACKAGE_NAME@
  255. PACKAGE_STRING = @PACKAGE_STRING@
  256. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  257. PACKAGE_URL = @PACKAGE_URL@
  258. PACKAGE_VERSION = @PACKAGE_VERSION@
  259. PATH_SEPARATOR = @PATH_SEPARATOR@
  260. PKG_CONFIG = @PKG_CONFIG@
  261. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  262. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  263. RANLIB = @RANLIB@
  264. RM_F = @RM_F@
  265. SED = @SED@
  266. SET_MAKE = @SET_MAKE@
  267. SHELL = @SHELL@
  268. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  269. SNDFILE_LIBS = @SNDFILE_LIBS@
  270. STRIP = @STRIP@
  271. VERSION = @VERSION@
  272. WITH_FRONTEND = @WITH_FRONTEND@
  273. WITH_MP3RTP = @WITH_MP3RTP@
  274. WITH_MP3X = @WITH_MP3X@
  275. abs_builddir = @abs_builddir@
  276. abs_srcdir = @abs_srcdir@
  277. abs_top_builddir = @abs_top_builddir@
  278. abs_top_srcdir = @abs_top_srcdir@
  279. ac_ct_AR = @ac_ct_AR@
  280. ac_ct_CC = @ac_ct_CC@
  281. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  282. am__include = @am__include@
  283. am__leading_dot = @am__leading_dot@
  284. am__quote = @am__quote@
  285. am__tar = @am__tar@
  286. am__untar = @am__untar@
  287. bindir = @bindir@
  288. build = @build@
  289. build_alias = @build_alias@
  290. build_cpu = @build_cpu@
  291. build_os = @build_os@
  292. build_vendor = @build_vendor@
  293. builddir = @builddir@
  294. datadir = @datadir@
  295. datarootdir = @datarootdir@
  296. docdir = @docdir@
  297. dvidir = @dvidir@
  298. exec_prefix = @exec_prefix@
  299. host = @host@
  300. host_alias = @host_alias@
  301. host_cpu = @host_cpu@
  302. host_os = @host_os@
  303. host_vendor = @host_vendor@
  304. htmldir = @htmldir@
  305. includedir = @includedir@
  306. infodir = @infodir@
  307. install_sh = @install_sh@
  308. libdir = @libdir@
  309. libexecdir = @libexecdir@
  310. localedir = @localedir@
  311. localstatedir = @localstatedir@
  312. mandir = @mandir@
  313. mkdir_p = @mkdir_p@
  314. oldincludedir = @oldincludedir@
  315. pdfdir = @pdfdir@
  316. prefix = @prefix@
  317. program_transform_name = @program_transform_name@
  318. psdir = @psdir@
  319. sbindir = @sbindir@
  320. sharedstatedir = @sharedstatedir@
  321. srcdir = @srcdir@
  322. sysconfdir = @sysconfdir@
  323. target_alias = @target_alias@
  324. top_build_prefix = @top_build_prefix@
  325. top_builddir = @top_builddir@
  326. top_srcdir = @top_srcdir@
  327. AUTOMAKE_OPTIONS = 1.15 foreign
  328. SUBDIRS = English.lproj LAME.xcodeproj
  329. EXTRA_DIST = \
  330. Info.plist \
  331. LAME_Prefix.pch
  332. all: all-recursive
  333. .SUFFIXES:
  334. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  335. @for dep in $?; do \
  336. case '$(am__configure_deps)' in \
  337. *$$dep*) \
  338. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  339. && { if test -f $@; then exit 0; else break; fi; }; \
  340. exit 1;; \
  341. esac; \
  342. done; \
  343. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign macosx/Makefile'; \
  344. $(am__cd) $(top_srcdir) && \
  345. $(AUTOMAKE) --foreign macosx/Makefile
  346. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  347. @case '$?' in \
  348. *config.status*) \
  349. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  350. *) \
  351. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  352. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  353. esac;
  354. $(top_srcdir)/Makefile.am.global $(am__empty):
  355. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  356. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  357. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  358. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  359. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  360. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  361. $(am__aclocal_m4_deps):
  362. mostlyclean-libtool:
  363. -rm -f *.lo
  364. clean-libtool:
  365. -rm -rf .libs _libs
  366. # This directory's subdirectories are mostly independent; you can cd
  367. # into them and run 'make' without going through this Makefile.
  368. # To change the values of 'make' variables: instead of editing Makefiles,
  369. # (1) if the variable is set in 'config.status', edit 'config.status'
  370. # (which will cause the Makefiles to be regenerated when you run 'make');
  371. # (2) otherwise, pass the desired values on the 'make' command line.
  372. $(am__recursive_targets):
  373. @fail=; \
  374. if $(am__make_keepgoing); then \
  375. failcom='fail=yes'; \
  376. else \
  377. failcom='exit 1'; \
  378. fi; \
  379. dot_seen=no; \
  380. target=`echo $@ | sed s/-recursive//`; \
  381. case "$@" in \
  382. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  383. *) list='$(SUBDIRS)' ;; \
  384. esac; \
  385. for subdir in $$list; do \
  386. echo "Making $$target in $$subdir"; \
  387. if test "$$subdir" = "."; then \
  388. dot_seen=yes; \
  389. local_target="$$target-am"; \
  390. else \
  391. local_target="$$target"; \
  392. fi; \
  393. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  394. || eval $$failcom; \
  395. done; \
  396. if test "$$dot_seen" = "no"; then \
  397. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  398. fi; test -z "$$fail"
  399. ID: $(am__tagged_files)
  400. $(am__define_uniq_tagged_files); mkid -fID $$unique
  401. tags: tags-recursive
  402. TAGS: tags
  403. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  404. set x; \
  405. here=`pwd`; \
  406. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  407. include_option=--etags-include; \
  408. empty_fix=.; \
  409. else \
  410. include_option=--include; \
  411. empty_fix=; \
  412. fi; \
  413. list='$(SUBDIRS)'; for subdir in $$list; do \
  414. if test "$$subdir" = .; then :; else \
  415. test ! -f $$subdir/TAGS || \
  416. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  417. fi; \
  418. done; \
  419. $(am__define_uniq_tagged_files); \
  420. shift; \
  421. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  422. test -n "$$unique" || unique=$$empty_fix; \
  423. if test $$# -gt 0; then \
  424. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  425. "$$@" $$unique; \
  426. else \
  427. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  428. $$unique; \
  429. fi; \
  430. fi
  431. ctags: ctags-recursive
  432. CTAGS: ctags
  433. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  434. $(am__define_uniq_tagged_files); \
  435. test -z "$(CTAGS_ARGS)$$unique" \
  436. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  437. $$unique
  438. GTAGS:
  439. here=`$(am__cd) $(top_builddir) && pwd` \
  440. && $(am__cd) $(top_srcdir) \
  441. && gtags -i $(GTAGS_ARGS) "$$here"
  442. cscopelist: cscopelist-recursive
  443. cscopelist-am: $(am__tagged_files)
  444. list='$(am__tagged_files)'; \
  445. case "$(srcdir)" in \
  446. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  447. *) sdir=$(subdir)/$(srcdir) ;; \
  448. esac; \
  449. for i in $$list; do \
  450. if test -f "$$i"; then \
  451. echo "$(subdir)/$$i"; \
  452. else \
  453. echo "$$sdir/$$i"; \
  454. fi; \
  455. done >> $(top_builddir)/cscope.files
  456. distclean-tags:
  457. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  458. distdir: $(DISTFILES)
  459. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  460. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  461. list='$(DISTFILES)'; \
  462. dist_files=`for file in $$list; do echo $$file; done | \
  463. sed -e "s|^$$srcdirstrip/||;t" \
  464. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  465. case $$dist_files in \
  466. */*) $(MKDIR_P) `echo "$$dist_files" | \
  467. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  468. sort -u` ;; \
  469. esac; \
  470. for file in $$dist_files; do \
  471. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  472. if test -d $$d/$$file; then \
  473. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  474. if test -d "$(distdir)/$$file"; then \
  475. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  476. fi; \
  477. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  478. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  479. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  480. fi; \
  481. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  482. else \
  483. test -f "$(distdir)/$$file" \
  484. || cp -p $$d/$$file "$(distdir)/$$file" \
  485. || exit 1; \
  486. fi; \
  487. done
  488. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  489. if test "$$subdir" = .; then :; else \
  490. $(am__make_dryrun) \
  491. || test -d "$(distdir)/$$subdir" \
  492. || $(MKDIR_P) "$(distdir)/$$subdir" \
  493. || exit 1; \
  494. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  495. $(am__relativize); \
  496. new_distdir=$$reldir; \
  497. dir1=$$subdir; dir2="$(top_distdir)"; \
  498. $(am__relativize); \
  499. new_top_distdir=$$reldir; \
  500. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  501. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  502. ($(am__cd) $$subdir && \
  503. $(MAKE) $(AM_MAKEFLAGS) \
  504. top_distdir="$$new_top_distdir" \
  505. distdir="$$new_distdir" \
  506. am__remove_distdir=: \
  507. am__skip_length_check=: \
  508. am__skip_mode_fix=: \
  509. distdir) \
  510. || exit 1; \
  511. fi; \
  512. done
  513. check-am: all-am
  514. check: check-recursive
  515. all-am: Makefile
  516. installdirs: installdirs-recursive
  517. installdirs-am:
  518. install: install-recursive
  519. install-exec: install-exec-recursive
  520. install-data: install-data-recursive
  521. uninstall: uninstall-recursive
  522. install-am: all-am
  523. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  524. installcheck: installcheck-recursive
  525. install-strip:
  526. if test -z '$(STRIP)'; then \
  527. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  528. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  529. install; \
  530. else \
  531. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  532. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  533. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  534. fi
  535. mostlyclean-generic:
  536. clean-generic:
  537. distclean-generic:
  538. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  539. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  540. maintainer-clean-generic:
  541. @echo "This command is intended for maintainers to use"
  542. @echo "it deletes files that may require special tools to rebuild."
  543. clean: clean-recursive
  544. clean-am: clean-generic clean-libtool mostlyclean-am
  545. distclean: distclean-recursive
  546. -rm -f Makefile
  547. distclean-am: clean-am distclean-generic distclean-tags
  548. dvi: dvi-recursive
  549. dvi-am:
  550. html: html-recursive
  551. html-am:
  552. info: info-recursive
  553. info-am:
  554. install-data-am:
  555. install-dvi: install-dvi-recursive
  556. install-dvi-am:
  557. install-exec-am:
  558. install-html: install-html-recursive
  559. install-html-am:
  560. install-info: install-info-recursive
  561. install-info-am:
  562. install-man:
  563. install-pdf: install-pdf-recursive
  564. install-pdf-am:
  565. install-ps: install-ps-recursive
  566. install-ps-am:
  567. installcheck-am:
  568. maintainer-clean: maintainer-clean-recursive
  569. -rm -f Makefile
  570. maintainer-clean-am: distclean-am maintainer-clean-generic
  571. mostlyclean: mostlyclean-recursive
  572. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  573. pdf: pdf-recursive
  574. pdf-am:
  575. ps: ps-recursive
  576. ps-am:
  577. uninstall-am:
  578. .MAKE: $(am__recursive_targets) install-am install-strip
  579. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  580. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  581. ctags-am distclean distclean-generic distclean-libtool \
  582. distclean-tags distdir dvi dvi-am html html-am info info-am \
  583. install install-am install-data install-data-am install-dvi \
  584. install-dvi-am install-exec install-exec-am install-html \
  585. install-html-am install-info install-info-am install-man \
  586. install-pdf install-pdf-am install-ps install-ps-am \
  587. install-strip installcheck installcheck-am installdirs \
  588. installdirs-am maintainer-clean maintainer-clean-generic \
  589. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  590. ps ps-am tags tags-am uninstall uninstall-am
  591. .PRECIOUS: Makefile
  592. # end global section
  593. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  594. # Otherwise a system limit (for SysV at least) may be exceeded.
  595. .NOEXPORT: