Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 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. subdir = plugins
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
  89. $(top_srcdir)/m4/ax_append_flag.m4 \
  90. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  91. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  92. $(top_srcdir)/m4/ax_pthread.m4 \
  93. $(top_srcdir)/m4/ax_require_defined.m4 \
  94. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  95. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  96. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_CLEAN_FILES =
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  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. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  131. distclean-recursive maintainer-clean-recursive
  132. am__recursive_targets = \
  133. $(RECURSIVE_TARGETS) \
  134. $(RECURSIVE_CLEAN_TARGETS) \
  135. $(am__extra_recursive_targets)
  136. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  137. distdir
  138. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  139. # Read a list of newline-separated strings from the standard input,
  140. # and print each of them once, without duplicates. Input order is
  141. # *not* preserved.
  142. am__uniquify_input = $(AWK) '\
  143. BEGIN { nonempty = 0; } \
  144. { items[$$0] = 1; nonempty = 1; } \
  145. END { if (nonempty) { for (i in items) print i; }; } \
  146. '
  147. # Make sure the list of sources is unique. This is necessary because,
  148. # e.g., the same source file might be shared among _SOURCES variables
  149. # for different programs/libraries.
  150. am__define_uniq_tagged_files = \
  151. list='$(am__tagged_files)'; \
  152. unique=`for i in $$list; do \
  153. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  154. done | $(am__uniquify_input)`
  155. DIST_SUBDIRS = $(SUBDIRS)
  156. am__DIST_COMMON = $(srcdir)/Makefile.in
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. am__relativize = \
  159. dir0=`pwd`; \
  160. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  161. sed_rest='s,^[^/]*/*,,'; \
  162. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  163. sed_butlast='s,/*[^/]*$$,,'; \
  164. while test -n "$$dir1"; do \
  165. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  166. if test "$$first" != "."; then \
  167. if test "$$first" = ".."; then \
  168. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  169. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  170. else \
  171. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  172. if test "$$first2" = "$$first"; then \
  173. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  174. else \
  175. dir2="../$$dir2"; \
  176. fi; \
  177. dir0="$$dir0"/"$$first"; \
  178. fi; \
  179. fi; \
  180. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  181. done; \
  182. reldir="$$dir2"
  183. ACLOCAL = @ACLOCAL@
  184. AMTAR = @AMTAR@
  185. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  186. AR = @AR@
  187. AS = @AS@
  188. AUTOCONF = @AUTOCONF@
  189. AUTOHEADER = @AUTOHEADER@
  190. AUTOMAKE = @AUTOMAKE@
  191. AWK = @AWK@
  192. CC = @CC@
  193. CCDEPMODE = @CCDEPMODE@
  194. CFLAGS = @CFLAGS@
  195. CPP = @CPP@
  196. CPPFLAGS = @CPPFLAGS@
  197. CSCOPE = @CSCOPE@
  198. CTAGS = @CTAGS@
  199. CXX = @CXX@
  200. CXXCPP = @CXXCPP@
  201. CXXDEPMODE = @CXXDEPMODE@
  202. CXXFLAGS = @CXXFLAGS@
  203. CYGPATH_W = @CYGPATH_W@
  204. DEFS = @DEFS@
  205. DEPDIR = @DEPDIR@
  206. DLLTOOL = @DLLTOOL@
  207. DSYMUTIL = @DSYMUTIL@
  208. DUMPBIN = @DUMPBIN@
  209. ECHO_C = @ECHO_C@
  210. ECHO_N = @ECHO_N@
  211. ECHO_T = @ECHO_T@
  212. EGREP = @EGREP@
  213. ETAGS = @ETAGS@
  214. EXEEXT = @EXEEXT@
  215. FGREP = @FGREP@
  216. FILECMD = @FILECMD@
  217. GREP = @GREP@
  218. INSTALL = @INSTALL@
  219. INSTALL_DATA = @INSTALL_DATA@
  220. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  221. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  222. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  223. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  224. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  225. LD = @LD@
  226. LDFLAGS = @LDFLAGS@
  227. LIBOBJS = @LIBOBJS@
  228. LIBRARY_AGE = @LIBRARY_AGE@
  229. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  230. LIBRARY_REVISION = @LIBRARY_REVISION@
  231. LIBS = @LIBS@
  232. LIBTOOL = @LIBTOOL@
  233. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  234. LIB_JPEG = @LIB_JPEG@
  235. LIB_MATH = @LIB_MATH@
  236. LIB_PLUGINS = @LIB_PLUGINS@
  237. LIB_THREAD = @LIB_THREAD@
  238. LIB_TIFF = @LIB_TIFF@
  239. LIB_ZLIB = @LIB_ZLIB@
  240. LIPO = @LIPO@
  241. LN_S = @LN_S@
  242. LTLIBOBJS = @LTLIBOBJS@
  243. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  244. MAINT = @MAINT@
  245. MAKEINFO = @MAKEINFO@
  246. MANIFEST_TOOL = @MANIFEST_TOOL@
  247. MKDIR_P = @MKDIR_P@
  248. NM = @NM@
  249. NMEDIT = @NMEDIT@
  250. OBJDUMP = @OBJDUMP@
  251. OBJEXT = @OBJEXT@
  252. OTOOL = @OTOOL@
  253. OTOOL64 = @OTOOL64@
  254. PACKAGE = @PACKAGE@
  255. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  256. PACKAGE_NAME = @PACKAGE_NAME@
  257. PACKAGE_STRING = @PACKAGE_STRING@
  258. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  259. PACKAGE_URL = @PACKAGE_URL@
  260. PACKAGE_VERSION = @PACKAGE_VERSION@
  261. PATH_SEPARATOR = @PATH_SEPARATOR@
  262. PTHREAD_CC = @PTHREAD_CC@
  263. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  264. PTHREAD_CXX = @PTHREAD_CXX@
  265. PTHREAD_LIBS = @PTHREAD_LIBS@
  266. RANLIB = @RANLIB@
  267. SED = @SED@
  268. SET_MAKE = @SET_MAKE@
  269. SHELL = @SHELL@
  270. STRIP = @STRIP@
  271. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  272. VERSION = @VERSION@
  273. abs_builddir = @abs_builddir@
  274. abs_srcdir = @abs_srcdir@
  275. abs_top_builddir = @abs_top_builddir@
  276. abs_top_srcdir = @abs_top_srcdir@
  277. ac_ct_AR = @ac_ct_AR@
  278. ac_ct_CC = @ac_ct_CC@
  279. ac_ct_CXX = @ac_ct_CXX@
  280. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  281. am__include = @am__include@
  282. am__leading_dot = @am__leading_dot@
  283. am__quote = @am__quote@
  284. am__tar = @am__tar@
  285. am__untar = @am__untar@
  286. ax_pthread_config = @ax_pthread_config@
  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. inline = @inline@
  308. install_sh = @install_sh@
  309. libdir = @libdir@
  310. libexecdir = @libexecdir@
  311. localedir = @localedir@
  312. localstatedir = @localstatedir@
  313. mandir = @mandir@
  314. mkdir_p = @mkdir_p@
  315. oldincludedir = @oldincludedir@
  316. pdfdir = @pdfdir@
  317. prefix = @prefix@
  318. program_transform_name = @program_transform_name@
  319. psdir = @psdir@
  320. runstatedir = @runstatedir@
  321. sbindir = @sbindir@
  322. sharedstatedir = @sharedstatedir@
  323. srcdir = @srcdir@
  324. sysconfdir = @sysconfdir@
  325. target_alias = @target_alias@
  326. top_build_prefix = @top_build_prefix@
  327. top_builddir = @top_builddir@
  328. top_srcdir = @top_srcdir@
  329. SUBDIRS = fast_float threaded
  330. all: all-recursive
  331. .SUFFIXES:
  332. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  333. @for dep in $?; do \
  334. case '$(am__configure_deps)' in \
  335. *$$dep*) \
  336. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  337. && { if test -f $@; then exit 0; else break; fi; }; \
  338. exit 1;; \
  339. esac; \
  340. done; \
  341. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
  342. $(am__cd) $(top_srcdir) && \
  343. $(AUTOMAKE) --foreign plugins/Makefile
  344. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  345. @case '$?' in \
  346. *config.status*) \
  347. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  348. *) \
  349. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  350. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  351. esac;
  352. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  353. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  354. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  355. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  356. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  357. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  358. $(am__aclocal_m4_deps):
  359. mostlyclean-libtool:
  360. -rm -f *.lo
  361. clean-libtool:
  362. -rm -rf .libs _libs
  363. # This directory's subdirectories are mostly independent; you can cd
  364. # into them and run 'make' without going through this Makefile.
  365. # To change the values of 'make' variables: instead of editing Makefiles,
  366. # (1) if the variable is set in 'config.status', edit 'config.status'
  367. # (which will cause the Makefiles to be regenerated when you run 'make');
  368. # (2) otherwise, pass the desired values on the 'make' command line.
  369. $(am__recursive_targets):
  370. @fail=; \
  371. if $(am__make_keepgoing); then \
  372. failcom='fail=yes'; \
  373. else \
  374. failcom='exit 1'; \
  375. fi; \
  376. dot_seen=no; \
  377. target=`echo $@ | sed s/-recursive//`; \
  378. case "$@" in \
  379. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  380. *) list='$(SUBDIRS)' ;; \
  381. esac; \
  382. for subdir in $$list; do \
  383. echo "Making $$target in $$subdir"; \
  384. if test "$$subdir" = "."; then \
  385. dot_seen=yes; \
  386. local_target="$$target-am"; \
  387. else \
  388. local_target="$$target"; \
  389. fi; \
  390. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  391. || eval $$failcom; \
  392. done; \
  393. if test "$$dot_seen" = "no"; then \
  394. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  395. fi; test -z "$$fail"
  396. ID: $(am__tagged_files)
  397. $(am__define_uniq_tagged_files); mkid -fID $$unique
  398. tags: tags-recursive
  399. TAGS: tags
  400. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  401. set x; \
  402. here=`pwd`; \
  403. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  404. include_option=--etags-include; \
  405. empty_fix=.; \
  406. else \
  407. include_option=--include; \
  408. empty_fix=; \
  409. fi; \
  410. list='$(SUBDIRS)'; for subdir in $$list; do \
  411. if test "$$subdir" = .; then :; else \
  412. test ! -f $$subdir/TAGS || \
  413. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  414. fi; \
  415. done; \
  416. $(am__define_uniq_tagged_files); \
  417. shift; \
  418. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  419. test -n "$$unique" || unique=$$empty_fix; \
  420. if test $$# -gt 0; then \
  421. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  422. "$$@" $$unique; \
  423. else \
  424. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  425. $$unique; \
  426. fi; \
  427. fi
  428. ctags: ctags-recursive
  429. CTAGS: ctags
  430. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  431. $(am__define_uniq_tagged_files); \
  432. test -z "$(CTAGS_ARGS)$$unique" \
  433. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  434. $$unique
  435. GTAGS:
  436. here=`$(am__cd) $(top_builddir) && pwd` \
  437. && $(am__cd) $(top_srcdir) \
  438. && gtags -i $(GTAGS_ARGS) "$$here"
  439. cscopelist: cscopelist-recursive
  440. cscopelist-am: $(am__tagged_files)
  441. list='$(am__tagged_files)'; \
  442. case "$(srcdir)" in \
  443. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  444. *) sdir=$(subdir)/$(srcdir) ;; \
  445. esac; \
  446. for i in $$list; do \
  447. if test -f "$$i"; then \
  448. echo "$(subdir)/$$i"; \
  449. else \
  450. echo "$$sdir/$$i"; \
  451. fi; \
  452. done >> $(top_builddir)/cscope.files
  453. distclean-tags:
  454. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  455. distdir: $(BUILT_SOURCES)
  456. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  457. distdir-am: $(DISTFILES)
  458. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  459. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  460. list='$(DISTFILES)'; \
  461. dist_files=`for file in $$list; do echo $$file; done | \
  462. sed -e "s|^$$srcdirstrip/||;t" \
  463. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  464. case $$dist_files in \
  465. */*) $(MKDIR_P) `echo "$$dist_files" | \
  466. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  467. sort -u` ;; \
  468. esac; \
  469. for file in $$dist_files; do \
  470. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  471. if test -d $$d/$$file; then \
  472. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  473. if test -d "$(distdir)/$$file"; then \
  474. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  475. fi; \
  476. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  477. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  478. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  479. fi; \
  480. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  481. else \
  482. test -f "$(distdir)/$$file" \
  483. || cp -p $$d/$$file "$(distdir)/$$file" \
  484. || exit 1; \
  485. fi; \
  486. done
  487. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  488. if test "$$subdir" = .; then :; else \
  489. $(am__make_dryrun) \
  490. || test -d "$(distdir)/$$subdir" \
  491. || $(MKDIR_P) "$(distdir)/$$subdir" \
  492. || exit 1; \
  493. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  494. $(am__relativize); \
  495. new_distdir=$$reldir; \
  496. dir1=$$subdir; dir2="$(top_distdir)"; \
  497. $(am__relativize); \
  498. new_top_distdir=$$reldir; \
  499. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  500. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  501. ($(am__cd) $$subdir && \
  502. $(MAKE) $(AM_MAKEFLAGS) \
  503. top_distdir="$$new_top_distdir" \
  504. distdir="$$new_distdir" \
  505. am__remove_distdir=: \
  506. am__skip_length_check=: \
  507. am__skip_mode_fix=: \
  508. distdir) \
  509. || exit 1; \
  510. fi; \
  511. done
  512. check-am: all-am
  513. check: check-recursive
  514. all-am: Makefile
  515. installdirs: installdirs-recursive
  516. installdirs-am:
  517. install: install-recursive
  518. install-exec: install-exec-recursive
  519. install-data: install-data-recursive
  520. uninstall: uninstall-recursive
  521. install-am: all-am
  522. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  523. installcheck: installcheck-recursive
  524. install-strip:
  525. if test -z '$(STRIP)'; then \
  526. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  527. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  528. install; \
  529. else \
  530. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  531. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  532. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  533. fi
  534. mostlyclean-generic:
  535. clean-generic:
  536. distclean-generic:
  537. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  538. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  539. maintainer-clean-generic:
  540. @echo "This command is intended for maintainers to use"
  541. @echo "it deletes files that may require special tools to rebuild."
  542. clean: clean-recursive
  543. clean-am: clean-generic clean-libtool mostlyclean-am
  544. distclean: distclean-recursive
  545. -rm -f Makefile
  546. distclean-am: clean-am distclean-generic distclean-tags
  547. dvi: dvi-recursive
  548. dvi-am:
  549. html: html-recursive
  550. html-am:
  551. info: info-recursive
  552. info-am:
  553. install-data-am:
  554. install-dvi: install-dvi-recursive
  555. install-dvi-am:
  556. install-exec-am:
  557. install-html: install-html-recursive
  558. install-html-am:
  559. install-info: install-info-recursive
  560. install-info-am:
  561. install-man:
  562. install-pdf: install-pdf-recursive
  563. install-pdf-am:
  564. install-ps: install-ps-recursive
  565. install-ps-am:
  566. installcheck-am:
  567. maintainer-clean: maintainer-clean-recursive
  568. -rm -f Makefile
  569. maintainer-clean-am: distclean-am maintainer-clean-generic
  570. mostlyclean: mostlyclean-recursive
  571. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  572. pdf: pdf-recursive
  573. pdf-am:
  574. ps: ps-recursive
  575. ps-am:
  576. uninstall-am:
  577. .MAKE: $(am__recursive_targets) install-am install-strip
  578. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  579. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  580. ctags-am distclean distclean-generic distclean-libtool \
  581. distclean-tags distdir dvi dvi-am html html-am info info-am \
  582. install install-am install-data install-data-am install-dvi \
  583. install-dvi-am install-exec install-exec-am install-html \
  584. install-html-am install-info install-info-am install-man \
  585. install-pdf install-pdf-am install-ps install-ps-am \
  586. install-strip installcheck installcheck-am installdirs \
  587. installdirs-am maintainer-clean maintainer-clean-generic \
  588. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  589. ps ps-am tags tags-am uninstall uninstall-am
  590. .PRECIOUS: Makefile
  591. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  592. # Otherwise a system limit (for SysV at least) may be exceeded.
  593. .NOEXPORT: