Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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. #
  13. # Makefile for building fast_float_testbed
  14. #
  15. VPATH = @srcdir@
  16. am__is_gnu_make = { \
  17. if test -z '$(MAKELEVEL)'; then \
  18. false; \
  19. elif test -n '$(MAKE_HOST)'; then \
  20. true; \
  21. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  22. true; \
  23. else \
  24. false; \
  25. fi; \
  26. }
  27. am__make_running_with_option = \
  28. case $${target_option-} in \
  29. ?) ;; \
  30. *) echo "am__make_running_with_option: internal error: invalid" \
  31. "target option '$${target_option-}' specified" >&2; \
  32. exit 1;; \
  33. esac; \
  34. has_opt=no; \
  35. sane_makeflags=$$MAKEFLAGS; \
  36. if $(am__is_gnu_make); then \
  37. sane_makeflags=$$MFLAGS; \
  38. else \
  39. case $$MAKEFLAGS in \
  40. *\\[\ \ ]*) \
  41. bs=\\; \
  42. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  43. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  44. esac; \
  45. fi; \
  46. skip_next=no; \
  47. strip_trailopt () \
  48. { \
  49. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  50. }; \
  51. for flg in $$sane_makeflags; do \
  52. test $$skip_next = yes && { skip_next=no; continue; }; \
  53. case $$flg in \
  54. *=*|--*) continue;; \
  55. -*I) strip_trailopt 'I'; skip_next=yes;; \
  56. -*I?*) strip_trailopt 'I';; \
  57. -*O) strip_trailopt 'O'; skip_next=yes;; \
  58. -*O?*) strip_trailopt 'O';; \
  59. -*l) strip_trailopt 'l'; skip_next=yes;; \
  60. -*l?*) strip_trailopt 'l';; \
  61. -[dEDm]) skip_next=yes;; \
  62. -[JT]) skip_next=yes;; \
  63. esac; \
  64. case $$flg in \
  65. *$$target_option*) has_opt=yes; break;; \
  66. esac; \
  67. done; \
  68. test $$has_opt = yes
  69. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  70. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkgincludedir = $(includedir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkglibexecdir = $(libexecdir)/@PACKAGE@
  75. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  76. install_sh_DATA = $(install_sh) -c -m 644
  77. install_sh_PROGRAM = $(install_sh) -c
  78. install_sh_SCRIPT = $(install_sh) -c
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = $(program_transform_name)
  81. NORMAL_INSTALL = :
  82. PRE_INSTALL = :
  83. POST_INSTALL = :
  84. NORMAL_UNINSTALL = :
  85. PRE_UNINSTALL = :
  86. POST_UNINSTALL = :
  87. build_triplet = @build@
  88. host_triplet = @host@
  89. check_PROGRAMS = fast_float_testbed$(EXEEXT)
  90. subdir = plugins/fast_float/testbed
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
  93. $(top_srcdir)/m4/ax_append_flag.m4 \
  94. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  95. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  96. $(top_srcdir)/m4/ax_pthread.m4 \
  97. $(top_srcdir)/m4/ax_require_defined.m4 \
  98. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  99. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  100. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  101. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  102. $(ACLOCAL_M4)
  103. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  104. mkinstalldirs = $(install_sh) -d
  105. CONFIG_CLEAN_FILES =
  106. CONFIG_CLEAN_VPATH_FILES =
  107. am_fast_float_testbed_OBJECTS = fast_float_testbed.$(OBJEXT)
  108. fast_float_testbed_OBJECTS = $(am_fast_float_testbed_OBJECTS)
  109. am__DEPENDENCIES_1 =
  110. fast_float_testbed_DEPENDENCIES = \
  111. $(builddir)/../src/liblcms2mt_fast_float.la \
  112. $(am__DEPENDENCIES_1)
  113. AM_V_lt = $(am__v_lt_@AM_V@)
  114. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  115. am__v_lt_0 = --silent
  116. am__v_lt_1 =
  117. fast_float_testbed_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  118. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  119. $(AM_CFLAGS) $(CFLAGS) $(fast_float_testbed_LDFLAGS) \
  120. $(LDFLAGS) -o $@
  121. AM_V_P = $(am__v_P_@AM_V@)
  122. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  123. am__v_P_0 = false
  124. am__v_P_1 = :
  125. AM_V_GEN = $(am__v_GEN_@AM_V@)
  126. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  127. am__v_GEN_0 = @echo " GEN " $@;
  128. am__v_GEN_1 =
  129. AM_V_at = $(am__v_at_@AM_V@)
  130. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  131. am__v_at_0 = @
  132. am__v_at_1 =
  133. DEFAULT_INCLUDES = -I.@am__isrc@
  134. depcomp = $(SHELL) $(top_srcdir)/depcomp
  135. am__depfiles_maybe = depfiles
  136. am__mv = mv -f
  137. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  138. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  139. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  140. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  141. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  142. $(AM_CFLAGS) $(CFLAGS)
  143. AM_V_CC = $(am__v_CC_@AM_V@)
  144. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  145. am__v_CC_0 = @echo " CC " $@;
  146. am__v_CC_1 =
  147. CCLD = $(CC)
  148. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  149. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  150. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  151. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  152. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  153. am__v_CCLD_0 = @echo " CCLD " $@;
  154. am__v_CCLD_1 =
  155. SOURCES = $(fast_float_testbed_SOURCES)
  156. DIST_SOURCES = $(fast_float_testbed_SOURCES)
  157. am__can_run_installinfo = \
  158. case $$AM_UPDATE_INFO_DIR in \
  159. n|no|NO) false;; \
  160. *) (install-info --version) >/dev/null 2>&1;; \
  161. esac
  162. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  163. # Read a list of newline-separated strings from the standard input,
  164. # and print each of them once, without duplicates. Input order is
  165. # *not* preserved.
  166. am__uniquify_input = $(AWK) '\
  167. BEGIN { nonempty = 0; } \
  168. { items[$$0] = 1; nonempty = 1; } \
  169. END { if (nonempty) { for (i in items) print i; }; } \
  170. '
  171. # Make sure the list of sources is unique. This is necessary because,
  172. # e.g., the same source file might be shared among _SOURCES variables
  173. # for different programs/libraries.
  174. am__define_uniq_tagged_files = \
  175. list='$(am__tagged_files)'; \
  176. unique=`for i in $$list; do \
  177. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  178. done | $(am__uniquify_input)`
  179. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  180. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  181. ACLOCAL = @ACLOCAL@
  182. AMTAR = @AMTAR@
  183. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  184. AR = @AR@
  185. AS = @AS@
  186. AUTOCONF = @AUTOCONF@
  187. AUTOHEADER = @AUTOHEADER@
  188. AUTOMAKE = @AUTOMAKE@
  189. AWK = @AWK@
  190. CC = @CC@
  191. CCDEPMODE = @CCDEPMODE@
  192. CFLAGS = @CFLAGS@
  193. CPP = @CPP@
  194. CPPFLAGS = @CPPFLAGS@
  195. CSCOPE = @CSCOPE@
  196. CTAGS = @CTAGS@
  197. CXX = @CXX@
  198. CXXCPP = @CXXCPP@
  199. CXXDEPMODE = @CXXDEPMODE@
  200. CXXFLAGS = @CXXFLAGS@
  201. CYGPATH_W = @CYGPATH_W@
  202. DEFS = @DEFS@
  203. DEPDIR = @DEPDIR@
  204. DLLTOOL = @DLLTOOL@
  205. DSYMUTIL = @DSYMUTIL@
  206. DUMPBIN = @DUMPBIN@
  207. ECHO_C = @ECHO_C@
  208. ECHO_N = @ECHO_N@
  209. ECHO_T = @ECHO_T@
  210. EGREP = @EGREP@
  211. ETAGS = @ETAGS@
  212. EXEEXT = @EXEEXT@
  213. FGREP = @FGREP@
  214. FILECMD = @FILECMD@
  215. GREP = @GREP@
  216. INSTALL = @INSTALL@
  217. INSTALL_DATA = @INSTALL_DATA@
  218. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  219. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  220. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  221. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  222. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  223. LD = @LD@
  224. LDFLAGS = @LDFLAGS@
  225. LIBOBJS = @LIBOBJS@
  226. LIBRARY_AGE = @LIBRARY_AGE@
  227. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  228. LIBRARY_REVISION = @LIBRARY_REVISION@
  229. LIBS = @LIBS@
  230. LIBTOOL = @LIBTOOL@
  231. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  232. LIB_JPEG = @LIB_JPEG@
  233. LIB_MATH = @LIB_MATH@
  234. LIB_PLUGINS = @LIB_PLUGINS@
  235. LIB_THREAD = @LIB_THREAD@
  236. LIB_TIFF = @LIB_TIFF@
  237. LIB_ZLIB = @LIB_ZLIB@
  238. LIPO = @LIPO@
  239. LN_S = @LN_S@
  240. LTLIBOBJS = @LTLIBOBJS@
  241. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  242. MAINT = @MAINT@
  243. MAKEINFO = @MAKEINFO@
  244. MANIFEST_TOOL = @MANIFEST_TOOL@
  245. MKDIR_P = @MKDIR_P@
  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. PTHREAD_CC = @PTHREAD_CC@
  261. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  262. PTHREAD_CXX = @PTHREAD_CXX@
  263. PTHREAD_LIBS = @PTHREAD_LIBS@
  264. RANLIB = @RANLIB@
  265. SED = @SED@
  266. SET_MAKE = @SET_MAKE@
  267. SHELL = @SHELL@
  268. STRIP = @STRIP@
  269. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  270. VERSION = @VERSION@
  271. abs_builddir = @abs_builddir@
  272. abs_srcdir = @abs_srcdir@
  273. abs_top_builddir = @abs_top_builddir@
  274. abs_top_srcdir = @abs_top_srcdir@
  275. ac_ct_AR = @ac_ct_AR@
  276. ac_ct_CC = @ac_ct_CC@
  277. ac_ct_CXX = @ac_ct_CXX@
  278. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  279. am__include = @am__include@
  280. am__leading_dot = @am__leading_dot@
  281. am__quote = @am__quote@
  282. am__tar = @am__tar@
  283. am__untar = @am__untar@
  284. ax_pthread_config = @ax_pthread_config@
  285. bindir = @bindir@
  286. build = @build@
  287. build_alias = @build_alias@
  288. build_cpu = @build_cpu@
  289. build_os = @build_os@
  290. build_vendor = @build_vendor@
  291. builddir = @builddir@
  292. datadir = @datadir@
  293. datarootdir = @datarootdir@
  294. docdir = @docdir@
  295. dvidir = @dvidir@
  296. exec_prefix = @exec_prefix@
  297. host = @host@
  298. host_alias = @host_alias@
  299. host_cpu = @host_cpu@
  300. host_os = @host_os@
  301. host_vendor = @host_vendor@
  302. htmldir = @htmldir@
  303. includedir = @includedir@
  304. infodir = @infodir@
  305. inline = @inline@
  306. install_sh = @install_sh@
  307. libdir = @libdir@
  308. libexecdir = @libexecdir@
  309. localedir = @localedir@
  310. localstatedir = @localstatedir@
  311. mandir = @mandir@
  312. mkdir_p = @mkdir_p@
  313. oldincludedir = @oldincludedir@
  314. pdfdir = @pdfdir@
  315. prefix = @prefix@
  316. program_transform_name = @program_transform_name@
  317. psdir = @psdir@
  318. runstatedir = @runstatedir@
  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. # Don't require all the GNU mandated files
  328. AUTOMAKE_OPTIONS = 1.7 foreign
  329. AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \
  330. -I$(top_builddir)/include
  331. fast_float_testbed_LDADD = $(builddir)/../src/liblcms2mt_fast_float.la $(LCMS_LIB_DEPLIBS)
  332. fast_float_testbed_LDFLAGS = -static @LDFLAGS@
  333. fast_float_testbed_SOURCES = fast_float_testbed.c
  334. EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc
  335. all: all-am
  336. .SUFFIXES:
  337. .SUFFIXES: .c .lo .o .obj
  338. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  339. @for dep in $?; do \
  340. case '$(am__configure_deps)' in \
  341. *$$dep*) \
  342. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  343. && { if test -f $@; then exit 0; else break; fi; }; \
  344. exit 1;; \
  345. esac; \
  346. done; \
  347. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/testbed/Makefile'; \
  348. $(am__cd) $(top_srcdir) && \
  349. $(AUTOMAKE) --foreign plugins/fast_float/testbed/Makefile
  350. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  351. @case '$?' in \
  352. *config.status*) \
  353. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  354. *) \
  355. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  356. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  357. esac;
  358. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  359. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  360. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  361. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  362. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  363. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  364. $(am__aclocal_m4_deps):
  365. clean-checkPROGRAMS:
  366. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  367. echo " rm -f" $$list; \
  368. rm -f $$list || exit $$?; \
  369. test -n "$(EXEEXT)" || exit 0; \
  370. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  371. echo " rm -f" $$list; \
  372. rm -f $$list
  373. fast_float_testbed$(EXEEXT): $(fast_float_testbed_OBJECTS) $(fast_float_testbed_DEPENDENCIES) $(EXTRA_fast_float_testbed_DEPENDENCIES)
  374. @rm -f fast_float_testbed$(EXEEXT)
  375. $(AM_V_CCLD)$(fast_float_testbed_LINK) $(fast_float_testbed_OBJECTS) $(fast_float_testbed_LDADD) $(LIBS)
  376. mostlyclean-compile:
  377. -rm -f *.$(OBJEXT)
  378. distclean-compile:
  379. -rm -f *.tab.c
  380. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_testbed.Po@am__quote@
  381. .c.o:
  382. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  383. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  384. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  385. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  386. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  387. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  388. .c.obj:
  389. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  390. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  391. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  392. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  393. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  394. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  395. .c.lo:
  396. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  397. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  398. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  399. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  400. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  401. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  402. mostlyclean-libtool:
  403. -rm -f *.lo
  404. clean-libtool:
  405. -rm -rf .libs _libs
  406. ID: $(am__tagged_files)
  407. $(am__define_uniq_tagged_files); mkid -fID $$unique
  408. tags: tags-am
  409. TAGS: tags
  410. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  411. set x; \
  412. here=`pwd`; \
  413. $(am__define_uniq_tagged_files); \
  414. shift; \
  415. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  416. test -n "$$unique" || unique=$$empty_fix; \
  417. if test $$# -gt 0; then \
  418. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  419. "$$@" $$unique; \
  420. else \
  421. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  422. $$unique; \
  423. fi; \
  424. fi
  425. ctags: ctags-am
  426. CTAGS: ctags
  427. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  428. $(am__define_uniq_tagged_files); \
  429. test -z "$(CTAGS_ARGS)$$unique" \
  430. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  431. $$unique
  432. GTAGS:
  433. here=`$(am__cd) $(top_builddir) && pwd` \
  434. && $(am__cd) $(top_srcdir) \
  435. && gtags -i $(GTAGS_ARGS) "$$here"
  436. cscopelist: cscopelist-am
  437. cscopelist-am: $(am__tagged_files)
  438. list='$(am__tagged_files)'; \
  439. case "$(srcdir)" in \
  440. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  441. *) sdir=$(subdir)/$(srcdir) ;; \
  442. esac; \
  443. for i in $$list; do \
  444. if test -f "$$i"; then \
  445. echo "$(subdir)/$$i"; \
  446. else \
  447. echo "$$sdir/$$i"; \
  448. fi; \
  449. done >> $(top_builddir)/cscope.files
  450. distclean-tags:
  451. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  452. distdir: $(BUILT_SOURCES)
  453. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  454. distdir-am: $(DISTFILES)
  455. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  456. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  457. list='$(DISTFILES)'; \
  458. dist_files=`for file in $$list; do echo $$file; done | \
  459. sed -e "s|^$$srcdirstrip/||;t" \
  460. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  461. case $$dist_files in \
  462. */*) $(MKDIR_P) `echo "$$dist_files" | \
  463. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  464. sort -u` ;; \
  465. esac; \
  466. for file in $$dist_files; do \
  467. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  468. if test -d $$d/$$file; then \
  469. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  470. if test -d "$(distdir)/$$file"; then \
  471. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  472. fi; \
  473. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  474. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  475. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  476. fi; \
  477. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  478. else \
  479. test -f "$(distdir)/$$file" \
  480. || cp -p $$d/$$file "$(distdir)/$$file" \
  481. || exit 1; \
  482. fi; \
  483. done
  484. check-am: all-am
  485. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  486. check: check-am
  487. all-am: Makefile
  488. installdirs:
  489. install: install-am
  490. install-exec: install-exec-am
  491. install-data: install-data-am
  492. uninstall: uninstall-am
  493. install-am: all-am
  494. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  495. installcheck: installcheck-am
  496. install-strip:
  497. if test -z '$(STRIP)'; then \
  498. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  499. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  500. install; \
  501. else \
  502. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  503. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  504. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  505. fi
  506. mostlyclean-generic:
  507. clean-generic:
  508. distclean-generic:
  509. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  510. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  511. maintainer-clean-generic:
  512. @echo "This command is intended for maintainers to use"
  513. @echo "it deletes files that may require special tools to rebuild."
  514. clean: clean-am
  515. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  516. mostlyclean-am
  517. distclean: distclean-am
  518. -rm -rf ./$(DEPDIR)
  519. -rm -f Makefile
  520. distclean-am: clean-am distclean-compile distclean-generic \
  521. distclean-tags
  522. dvi: dvi-am
  523. dvi-am:
  524. html: html-am
  525. html-am:
  526. info: info-am
  527. info-am:
  528. install-data-am:
  529. install-dvi: install-dvi-am
  530. install-dvi-am:
  531. install-exec-am:
  532. install-html: install-html-am
  533. install-html-am:
  534. install-info: install-info-am
  535. install-info-am:
  536. install-man:
  537. install-pdf: install-pdf-am
  538. install-pdf-am:
  539. install-ps: install-ps-am
  540. install-ps-am:
  541. installcheck-am:
  542. maintainer-clean: maintainer-clean-am
  543. -rm -rf ./$(DEPDIR)
  544. -rm -f Makefile
  545. maintainer-clean-am: distclean-am maintainer-clean-generic
  546. mostlyclean: mostlyclean-am
  547. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  548. mostlyclean-libtool
  549. pdf: pdf-am
  550. pdf-am:
  551. ps: ps-am
  552. ps-am:
  553. uninstall-am:
  554. .MAKE: check-am install-am install-strip
  555. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  556. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  557. ctags ctags-am distclean distclean-compile distclean-generic \
  558. distclean-libtool distclean-tags distdir dvi dvi-am html \
  559. html-am info info-am install install-am install-data \
  560. install-data-am install-dvi install-dvi-am install-exec \
  561. install-exec-am install-html install-html-am install-info \
  562. install-info-am install-man install-pdf install-pdf-am \
  563. install-ps install-ps-am install-strip installcheck \
  564. installcheck-am installdirs maintainer-clean \
  565. maintainer-clean-generic mostlyclean mostlyclean-compile \
  566. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  567. tags tags-am uninstall uninstall-am
  568. .PRECIOUS: Makefile
  569. check:
  570. if [ "x$(srcdir)" != "x$(builddir)" ]; then \
  571. cp $(srcdir)/test?.icc . ; \
  572. fi
  573. ./fast_float_testbed
  574. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  575. # Otherwise a system limit (for SysV at least) may be exceeded.
  576. .NOEXPORT: