Makefile 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # plugins/Makefile. Generated from Makefile.in by configure.
  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. 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)/lcms2
  67. pkgincludedir = $(includedir)/lcms2
  68. pkglibdir = $(libdir)/lcms2
  69. pkglibexecdir = $(libexecdir)/lcms2
  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-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. subdir = plugins
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
  87. $(top_srcdir)/m4/ax_append_flag.m4 \
  88. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  89. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  90. $(top_srcdir)/m4/ax_pthread.m4 \
  91. $(top_srcdir)/m4/ax_require_defined.m4 \
  92. $(top_srcdir)/m4/libtool.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 $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. AM_V_P = $(am__v_P_$(V))
  102. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_$(V))
  106. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_$(V))
  110. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. SOURCES =
  114. DIST_SOURCES =
  115. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  116. ctags-recursive dvi-recursive html-recursive info-recursive \
  117. install-data-recursive install-dvi-recursive \
  118. install-exec-recursive install-html-recursive \
  119. install-info-recursive install-pdf-recursive \
  120. install-ps-recursive install-recursive installcheck-recursive \
  121. installdirs-recursive pdf-recursive ps-recursive \
  122. tags-recursive uninstall-recursive
  123. am__can_run_installinfo = \
  124. case $$AM_UPDATE_INFO_DIR in \
  125. n|no|NO) false;; \
  126. *) (install-info --version) >/dev/null 2>&1;; \
  127. esac
  128. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  129. distclean-recursive maintainer-clean-recursive
  130. am__recursive_targets = \
  131. $(RECURSIVE_TARGETS) \
  132. $(RECURSIVE_CLEAN_TARGETS) \
  133. $(am__extra_recursive_targets)
  134. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  135. distdir distdir-am
  136. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  137. # Read a list of newline-separated strings from the standard input,
  138. # and print each of them once, without duplicates. Input order is
  139. # *not* preserved.
  140. am__uniquify_input = $(AWK) '\
  141. BEGIN { nonempty = 0; } \
  142. { items[$$0] = 1; nonempty = 1; } \
  143. END { if (nonempty) { for (i in items) print i; }; } \
  144. '
  145. # Make sure the list of sources is unique. This is necessary because,
  146. # e.g., the same source file might be shared among _SOURCES variables
  147. # for different programs/libraries.
  148. am__define_uniq_tagged_files = \
  149. list='$(am__tagged_files)'; \
  150. unique=`for i in $$list; do \
  151. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  152. done | $(am__uniquify_input)`
  153. DIST_SUBDIRS = $(SUBDIRS)
  154. am__DIST_COMMON = $(srcdir)/Makefile.in
  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 = ${SHELL} '/home/marti/git/Little-CMS/missing' aclocal-1.16
  182. AMTAR = $${TAR-tar}
  183. AM_DEFAULT_VERBOSITY = 1
  184. AR = ar
  185. AS = as
  186. AUTOCONF = ${SHELL} '/home/marti/git/Little-CMS/missing' autoconf
  187. AUTOHEADER = ${SHELL} '/home/marti/git/Little-CMS/missing' autoheader
  188. AUTOMAKE = ${SHELL} '/home/marti/git/Little-CMS/missing' automake-1.16
  189. AWK = mawk
  190. CC = gcc
  191. CCDEPMODE = depmode=gcc3
  192. CFLAGS = -g -O2 -fvisibility=hidden -pthread
  193. CPP = gcc -E
  194. CPPFLAGS =
  195. CSCOPE = cscope
  196. CTAGS = ctags
  197. CXX = g++
  198. CXXCPP = g++ -E
  199. CXXDEPMODE = depmode=gcc3
  200. CXXFLAGS = -g -O2 -pthread
  201. CYGPATH_W = echo
  202. DEFS = -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.16\" -DPACKAGE_STRING=\"lcms2\ 2.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=1 -DHAVE_GMTIME_R=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHasTHREADS=1 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1
  203. DEPDIR = .deps
  204. DLLTOOL = false
  205. DSYMUTIL =
  206. DUMPBIN =
  207. ECHO_C =
  208. ECHO_N = -n
  209. ECHO_T =
  210. EGREP = /usr/bin/grep -E
  211. ETAGS = etags
  212. EXEEXT =
  213. FGREP = /usr/bin/grep -F
  214. FILECMD = file
  215. GREP = /usr/bin/grep
  216. INSTALL = /usr/bin/install -c
  217. INSTALL_DATA = ${INSTALL} -m 644
  218. INSTALL_PROGRAM = ${INSTALL}
  219. INSTALL_SCRIPT = ${INSTALL}
  220. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  221. JPEGICC_DEPLIBS = -ljpeg -lm -lpthread
  222. LCMS_LIB_DEPLIBS = -lm -lpthread
  223. LD = /usr/bin/ld -m elf_x86_64
  224. LDFLAGS =
  225. LIBOBJS =
  226. LIBRARY_AGE = 0
  227. LIBRARY_CURRENT = 2
  228. LIBRARY_REVISION = 16
  229. LIBS =
  230. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  231. LIBTOOL_DEPS = .//ltmain.sh
  232. LIB_JPEG = -ljpeg
  233. LIB_MATH = -lm
  234. LIB_PLUGINS =
  235. LIB_THREAD = -lpthread
  236. LIB_TIFF = -ltiff
  237. LIB_ZLIB = -lz
  238. LIPO =
  239. LN_S = ln -s
  240. LTLIBOBJS =
  241. LT_SYS_LIBRARY_PATH =
  242. MAINT =
  243. MAKEINFO = ${SHELL} '/home/marti/git/Little-CMS/missing' makeinfo
  244. MANIFEST_TOOL = :
  245. MKDIR_P = /usr/bin/mkdir -p
  246. NM = /usr/bin/nm -B
  247. NMEDIT =
  248. OBJDUMP = objdump
  249. OBJEXT = o
  250. OTOOL =
  251. OTOOL64 =
  252. PACKAGE = lcms2
  253. PACKAGE_BUGREPORT =
  254. PACKAGE_NAME = lcms2
  255. PACKAGE_STRING = lcms2 2.16
  256. PACKAGE_TARNAME = lcms2
  257. PACKAGE_URL =
  258. PACKAGE_VERSION = 2.16
  259. PATH_SEPARATOR = :
  260. PTHREAD_CC = gcc
  261. PTHREAD_CFLAGS = -pthread
  262. PTHREAD_CXX = g++
  263. PTHREAD_LIBS = -lpthread
  264. RANLIB = ranlib
  265. SED = /usr/bin/sed
  266. SET_MAKE =
  267. SHELL = /bin/bash
  268. STRIP = strip
  269. TIFFICC_DEPLIBS = -ltiff -ljpeg -lz -lm -lpthread
  270. VERSION = 2.16
  271. abs_builddir = /home/marti/git/Little-CMS/plugins
  272. abs_srcdir = /home/marti/git/Little-CMS/plugins
  273. abs_top_builddir = /home/marti/git/Little-CMS
  274. abs_top_srcdir = /home/marti/git/Little-CMS
  275. ac_ct_AR = ar
  276. ac_ct_CC = gcc
  277. ac_ct_CXX = g++
  278. ac_ct_DUMPBIN =
  279. am__include = include
  280. am__leading_dot = .
  281. am__quote =
  282. am__tar = tar --format=ustar -chf - "$$tardir"
  283. am__untar = tar -xf -
  284. ax_pthread_config =
  285. bindir = ${exec_prefix}/bin
  286. build = x86_64-pc-linux-gnu
  287. build_alias =
  288. build_cpu = x86_64
  289. build_os = linux-gnu
  290. build_vendor = pc
  291. builddir = .
  292. datadir = ${datarootdir}
  293. datarootdir = ${prefix}/share
  294. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  295. dvidir = ${docdir}
  296. exec_prefix = ${prefix}
  297. host = x86_64-pc-linux-gnu
  298. host_alias =
  299. host_cpu = x86_64
  300. host_os = linux-gnu
  301. host_vendor = pc
  302. htmldir = ${docdir}
  303. includedir = ${prefix}/include
  304. infodir = ${datarootdir}/info
  305. inline =
  306. install_sh = ${SHELL} /home/marti/git/Little-CMS/install-sh
  307. libdir = ${exec_prefix}/lib
  308. libexecdir = ${exec_prefix}/libexec
  309. localedir = ${datarootdir}/locale
  310. localstatedir = ${prefix}/var
  311. mandir = ${datarootdir}/man
  312. mkdir_p = $(MKDIR_P)
  313. oldincludedir = /usr/include
  314. pdfdir = ${docdir}
  315. prefix = /usr/local
  316. program_transform_name = s,x,x,
  317. psdir = ${docdir}
  318. runstatedir = ${localstatedir}/run
  319. sbindir = ${exec_prefix}/sbin
  320. sharedstatedir = ${prefix}/com
  321. srcdir = .
  322. sysconfdir = ${prefix}/etc
  323. target_alias =
  324. top_build_prefix = ../
  325. top_builddir = ..
  326. top_srcdir = ..
  327. SUBDIRS = fast_float threaded
  328. all: all-recursive
  329. .SUFFIXES:
  330. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  331. @for dep in $?; do \
  332. case '$(am__configure_deps)' in \
  333. *$$dep*) \
  334. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  335. && { if test -f $@; then exit 0; else break; fi; }; \
  336. exit 1;; \
  337. esac; \
  338. done; \
  339. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
  340. $(am__cd) $(top_srcdir) && \
  341. $(AUTOMAKE) --foreign plugins/Makefile
  342. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  343. @case '$?' in \
  344. *config.status*) \
  345. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  346. *) \
  347. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  348. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  349. esac;
  350. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  351. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  352. $(top_srcdir)/configure: $(am__configure_deps)
  353. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  354. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  355. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  356. $(am__aclocal_m4_deps):
  357. mostlyclean-libtool:
  358. -rm -f *.lo
  359. clean-libtool:
  360. -rm -rf .libs _libs
  361. # This directory's subdirectories are mostly independent; you can cd
  362. # into them and run 'make' without going through this Makefile.
  363. # To change the values of 'make' variables: instead of editing Makefiles,
  364. # (1) if the variable is set in 'config.status', edit 'config.status'
  365. # (which will cause the Makefiles to be regenerated when you run 'make');
  366. # (2) otherwise, pass the desired values on the 'make' command line.
  367. $(am__recursive_targets):
  368. @fail=; \
  369. if $(am__make_keepgoing); then \
  370. failcom='fail=yes'; \
  371. else \
  372. failcom='exit 1'; \
  373. fi; \
  374. dot_seen=no; \
  375. target=`echo $@ | sed s/-recursive//`; \
  376. case "$@" in \
  377. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  378. *) list='$(SUBDIRS)' ;; \
  379. esac; \
  380. for subdir in $$list; do \
  381. echo "Making $$target in $$subdir"; \
  382. if test "$$subdir" = "."; then \
  383. dot_seen=yes; \
  384. local_target="$$target-am"; \
  385. else \
  386. local_target="$$target"; \
  387. fi; \
  388. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  389. || eval $$failcom; \
  390. done; \
  391. if test "$$dot_seen" = "no"; then \
  392. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  393. fi; test -z "$$fail"
  394. ID: $(am__tagged_files)
  395. $(am__define_uniq_tagged_files); mkid -fID $$unique
  396. tags: tags-recursive
  397. TAGS: tags
  398. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  399. set x; \
  400. here=`pwd`; \
  401. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  402. include_option=--etags-include; \
  403. empty_fix=.; \
  404. else \
  405. include_option=--include; \
  406. empty_fix=; \
  407. fi; \
  408. list='$(SUBDIRS)'; for subdir in $$list; do \
  409. if test "$$subdir" = .; then :; else \
  410. test ! -f $$subdir/TAGS || \
  411. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  412. fi; \
  413. done; \
  414. $(am__define_uniq_tagged_files); \
  415. shift; \
  416. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  417. test -n "$$unique" || unique=$$empty_fix; \
  418. if test $$# -gt 0; then \
  419. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  420. "$$@" $$unique; \
  421. else \
  422. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  423. $$unique; \
  424. fi; \
  425. fi
  426. ctags: ctags-recursive
  427. CTAGS: ctags
  428. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  429. $(am__define_uniq_tagged_files); \
  430. test -z "$(CTAGS_ARGS)$$unique" \
  431. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  432. $$unique
  433. GTAGS:
  434. here=`$(am__cd) $(top_builddir) && pwd` \
  435. && $(am__cd) $(top_srcdir) \
  436. && gtags -i $(GTAGS_ARGS) "$$here"
  437. cscopelist: cscopelist-recursive
  438. cscopelist-am: $(am__tagged_files)
  439. list='$(am__tagged_files)'; \
  440. case "$(srcdir)" in \
  441. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  442. *) sdir=$(subdir)/$(srcdir) ;; \
  443. esac; \
  444. for i in $$list; do \
  445. if test -f "$$i"; then \
  446. echo "$(subdir)/$$i"; \
  447. else \
  448. echo "$$sdir/$$i"; \
  449. fi; \
  450. done >> $(top_builddir)/cscope.files
  451. distclean-tags:
  452. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  453. distdir: $(BUILT_SOURCES)
  454. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  455. distdir-am: $(DISTFILES)
  456. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  457. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  458. list='$(DISTFILES)'; \
  459. dist_files=`for file in $$list; do echo $$file; done | \
  460. sed -e "s|^$$srcdirstrip/||;t" \
  461. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  462. case $$dist_files in \
  463. */*) $(MKDIR_P) `echo "$$dist_files" | \
  464. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  465. sort -u` ;; \
  466. esac; \
  467. for file in $$dist_files; do \
  468. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  469. if test -d $$d/$$file; then \
  470. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  471. if test -d "$(distdir)/$$file"; then \
  472. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  473. fi; \
  474. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  475. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  476. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  477. fi; \
  478. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  479. else \
  480. test -f "$(distdir)/$$file" \
  481. || cp -p $$d/$$file "$(distdir)/$$file" \
  482. || exit 1; \
  483. fi; \
  484. done
  485. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  486. if test "$$subdir" = .; then :; else \
  487. $(am__make_dryrun) \
  488. || test -d "$(distdir)/$$subdir" \
  489. || $(MKDIR_P) "$(distdir)/$$subdir" \
  490. || exit 1; \
  491. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  492. $(am__relativize); \
  493. new_distdir=$$reldir; \
  494. dir1=$$subdir; dir2="$(top_distdir)"; \
  495. $(am__relativize); \
  496. new_top_distdir=$$reldir; \
  497. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  498. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  499. ($(am__cd) $$subdir && \
  500. $(MAKE) $(AM_MAKEFLAGS) \
  501. top_distdir="$$new_top_distdir" \
  502. distdir="$$new_distdir" \
  503. am__remove_distdir=: \
  504. am__skip_length_check=: \
  505. am__skip_mode_fix=: \
  506. distdir) \
  507. || exit 1; \
  508. fi; \
  509. done
  510. check-am: all-am
  511. check: check-recursive
  512. all-am: Makefile
  513. installdirs: installdirs-recursive
  514. installdirs-am:
  515. install: install-recursive
  516. install-exec: install-exec-recursive
  517. install-data: install-data-recursive
  518. uninstall: uninstall-recursive
  519. install-am: all-am
  520. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  521. installcheck: installcheck-recursive
  522. install-strip:
  523. if test -z '$(STRIP)'; then \
  524. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  525. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  526. install; \
  527. else \
  528. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  529. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  530. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  531. fi
  532. mostlyclean-generic:
  533. clean-generic:
  534. distclean-generic:
  535. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  536. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  537. maintainer-clean-generic:
  538. @echo "This command is intended for maintainers to use"
  539. @echo "it deletes files that may require special tools to rebuild."
  540. clean: clean-recursive
  541. clean-am: clean-generic clean-libtool mostlyclean-am
  542. distclean: distclean-recursive
  543. -rm -f Makefile
  544. distclean-am: clean-am distclean-generic distclean-tags
  545. dvi: dvi-recursive
  546. dvi-am:
  547. html: html-recursive
  548. html-am:
  549. info: info-recursive
  550. info-am:
  551. install-data-am:
  552. install-dvi: install-dvi-recursive
  553. install-dvi-am:
  554. install-exec-am:
  555. install-html: install-html-recursive
  556. install-html-am:
  557. install-info: install-info-recursive
  558. install-info-am:
  559. install-man:
  560. install-pdf: install-pdf-recursive
  561. install-pdf-am:
  562. install-ps: install-ps-recursive
  563. install-ps-am:
  564. installcheck-am:
  565. maintainer-clean: maintainer-clean-recursive
  566. -rm -f Makefile
  567. maintainer-clean-am: distclean-am maintainer-clean-generic
  568. mostlyclean: mostlyclean-recursive
  569. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  570. pdf: pdf-recursive
  571. pdf-am:
  572. ps: ps-recursive
  573. ps-am:
  574. uninstall-am:
  575. .MAKE: $(am__recursive_targets) install-am install-strip
  576. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  577. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  578. ctags-am distclean distclean-generic distclean-libtool \
  579. distclean-tags distdir dvi dvi-am html html-am info info-am \
  580. install install-am install-data install-data-am install-dvi \
  581. install-dvi-am install-exec install-exec-am install-html \
  582. install-html-am install-info install-info-am install-man \
  583. install-pdf install-pdf-am install-ps install-ps-am \
  584. install-strip installcheck installcheck-am installdirs \
  585. installdirs-am maintainer-clean maintainer-clean-generic \
  586. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  587. ps ps-am tags tags-am uninstall uninstall-am
  588. .PRECIOUS: Makefile
  589. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  590. # Otherwise a system limit (for SysV at least) may be exceeded.
  591. .NOEXPORT: