Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  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 testcms
  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 = testcms$(EXEEXT)
  90. subdir = 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_testcms_OBJECTS = testcms2.$(OBJEXT) testplugin.$(OBJEXT) \
  108. zoo_icc.$(OBJEXT)
  109. testcms_OBJECTS = $(am_testcms_OBJECTS)
  110. testcms_DEPENDENCIES = $(top_builddir)/src/liblcms2mt.la
  111. AM_V_lt = $(am__v_lt_@AM_V@)
  112. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  113. am__v_lt_0 = --silent
  114. am__v_lt_1 =
  115. testcms_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  116. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  117. $(testcms_LDFLAGS) $(LDFLAGS) -o $@
  118. AM_V_P = $(am__v_P_@AM_V@)
  119. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  120. am__v_P_0 = false
  121. am__v_P_1 = :
  122. AM_V_GEN = $(am__v_GEN_@AM_V@)
  123. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  124. am__v_GEN_0 = @echo " GEN " $@;
  125. am__v_GEN_1 =
  126. AM_V_at = $(am__v_at_@AM_V@)
  127. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  128. am__v_at_0 = @
  129. am__v_at_1 =
  130. DEFAULT_INCLUDES = -I.@am__isrc@
  131. depcomp = $(SHELL) $(top_srcdir)/depcomp
  132. am__depfiles_maybe = depfiles
  133. am__mv = mv -f
  134. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  135. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  136. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  137. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  138. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  139. $(AM_CFLAGS) $(CFLAGS)
  140. AM_V_CC = $(am__v_CC_@AM_V@)
  141. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  142. am__v_CC_0 = @echo " CC " $@;
  143. am__v_CC_1 =
  144. CCLD = $(CC)
  145. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  146. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  147. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  148. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  149. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  150. am__v_CCLD_0 = @echo " CCLD " $@;
  151. am__v_CCLD_1 =
  152. SOURCES = $(testcms_SOURCES)
  153. DIST_SOURCES = $(testcms_SOURCES)
  154. am__can_run_installinfo = \
  155. case $$AM_UPDATE_INFO_DIR in \
  156. n|no|NO) false;; \
  157. *) (install-info --version) >/dev/null 2>&1;; \
  158. esac
  159. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  160. # Read a list of newline-separated strings from the standard input,
  161. # and print each of them once, without duplicates. Input order is
  162. # *not* preserved.
  163. am__uniquify_input = $(AWK) '\
  164. BEGIN { nonempty = 0; } \
  165. { items[$$0] = 1; nonempty = 1; } \
  166. END { if (nonempty) { for (i in items) print i; }; } \
  167. '
  168. # Make sure the list of sources is unique. This is necessary because,
  169. # e.g., the same source file might be shared among _SOURCES variables
  170. # for different programs/libraries.
  171. am__define_uniq_tagged_files = \
  172. list='$(am__tagged_files)'; \
  173. unique=`for i in $$list; do \
  174. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  175. done | $(am__uniquify_input)`
  176. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  177. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  178. ACLOCAL = @ACLOCAL@
  179. AMTAR = @AMTAR@
  180. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  181. AR = @AR@
  182. AS = @AS@
  183. AUTOCONF = @AUTOCONF@
  184. AUTOHEADER = @AUTOHEADER@
  185. AUTOMAKE = @AUTOMAKE@
  186. AWK = @AWK@
  187. CC = @CC@
  188. CCDEPMODE = @CCDEPMODE@
  189. CFLAGS = @CFLAGS@
  190. CPP = @CPP@
  191. CPPFLAGS = @CPPFLAGS@
  192. CSCOPE = @CSCOPE@
  193. CTAGS = @CTAGS@
  194. CXX = @CXX@
  195. CXXCPP = @CXXCPP@
  196. CXXDEPMODE = @CXXDEPMODE@
  197. CXXFLAGS = @CXXFLAGS@
  198. CYGPATH_W = @CYGPATH_W@
  199. DEFS = @DEFS@
  200. DEPDIR = @DEPDIR@
  201. DLLTOOL = @DLLTOOL@
  202. DSYMUTIL = @DSYMUTIL@
  203. DUMPBIN = @DUMPBIN@
  204. ECHO_C = @ECHO_C@
  205. ECHO_N = @ECHO_N@
  206. ECHO_T = @ECHO_T@
  207. EGREP = @EGREP@
  208. ETAGS = @ETAGS@
  209. EXEEXT = @EXEEXT@
  210. FGREP = @FGREP@
  211. FILECMD = @FILECMD@
  212. GREP = @GREP@
  213. INSTALL = @INSTALL@
  214. INSTALL_DATA = @INSTALL_DATA@
  215. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  216. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  217. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  218. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  219. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  220. LD = @LD@
  221. LDFLAGS = @LDFLAGS@
  222. LIBOBJS = @LIBOBJS@
  223. LIBRARY_AGE = @LIBRARY_AGE@
  224. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  225. LIBRARY_REVISION = @LIBRARY_REVISION@
  226. LIBS = @LIBS@
  227. LIBTOOL = @LIBTOOL@
  228. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  229. LIB_JPEG = @LIB_JPEG@
  230. LIB_MATH = @LIB_MATH@
  231. LIB_PLUGINS = @LIB_PLUGINS@
  232. LIB_THREAD = @LIB_THREAD@
  233. LIB_TIFF = @LIB_TIFF@
  234. LIB_ZLIB = @LIB_ZLIB@
  235. LIPO = @LIPO@
  236. LN_S = @LN_S@
  237. LTLIBOBJS = @LTLIBOBJS@
  238. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  239. MAINT = @MAINT@
  240. MAKEINFO = @MAKEINFO@
  241. MANIFEST_TOOL = @MANIFEST_TOOL@
  242. MKDIR_P = @MKDIR_P@
  243. NM = @NM@
  244. NMEDIT = @NMEDIT@
  245. OBJDUMP = @OBJDUMP@
  246. OBJEXT = @OBJEXT@
  247. OTOOL = @OTOOL@
  248. OTOOL64 = @OTOOL64@
  249. PACKAGE = @PACKAGE@
  250. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  251. PACKAGE_NAME = @PACKAGE_NAME@
  252. PACKAGE_STRING = @PACKAGE_STRING@
  253. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  254. PACKAGE_URL = @PACKAGE_URL@
  255. PACKAGE_VERSION = @PACKAGE_VERSION@
  256. PATH_SEPARATOR = @PATH_SEPARATOR@
  257. PTHREAD_CC = @PTHREAD_CC@
  258. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  259. PTHREAD_CXX = @PTHREAD_CXX@
  260. PTHREAD_LIBS = @PTHREAD_LIBS@
  261. RANLIB = @RANLIB@
  262. SED = @SED@
  263. SET_MAKE = @SET_MAKE@
  264. SHELL = @SHELL@
  265. STRIP = @STRIP@
  266. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  267. VERSION = @VERSION@
  268. abs_builddir = @abs_builddir@
  269. abs_srcdir = @abs_srcdir@
  270. abs_top_builddir = @abs_top_builddir@
  271. abs_top_srcdir = @abs_top_srcdir@
  272. ac_ct_AR = @ac_ct_AR@
  273. ac_ct_CC = @ac_ct_CC@
  274. ac_ct_CXX = @ac_ct_CXX@
  275. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  276. am__include = @am__include@
  277. am__leading_dot = @am__leading_dot@
  278. am__quote = @am__quote@
  279. am__tar = @am__tar@
  280. am__untar = @am__untar@
  281. ax_pthread_config = @ax_pthread_config@
  282. bindir = @bindir@
  283. build = @build@
  284. build_alias = @build_alias@
  285. build_cpu = @build_cpu@
  286. build_os = @build_os@
  287. build_vendor = @build_vendor@
  288. builddir = @builddir@
  289. datadir = @datadir@
  290. datarootdir = @datarootdir@
  291. docdir = @docdir@
  292. dvidir = @dvidir@
  293. exec_prefix = @exec_prefix@
  294. host = @host@
  295. host_alias = @host_alias@
  296. host_cpu = @host_cpu@
  297. host_os = @host_os@
  298. host_vendor = @host_vendor@
  299. htmldir = @htmldir@
  300. includedir = @includedir@
  301. infodir = @infodir@
  302. inline = @inline@
  303. install_sh = @install_sh@
  304. libdir = @libdir@
  305. libexecdir = @libexecdir@
  306. localedir = @localedir@
  307. localstatedir = @localstatedir@
  308. mandir = @mandir@
  309. mkdir_p = @mkdir_p@
  310. oldincludedir = @oldincludedir@
  311. pdfdir = @pdfdir@
  312. prefix = @prefix@
  313. program_transform_name = @program_transform_name@
  314. psdir = @psdir@
  315. runstatedir = @runstatedir@
  316. sbindir = @sbindir@
  317. sharedstatedir = @sharedstatedir@
  318. srcdir = @srcdir@
  319. sysconfdir = @sysconfdir@
  320. target_alias = @target_alias@
  321. top_build_prefix = @top_build_prefix@
  322. top_builddir = @top_builddir@
  323. top_srcdir = @top_srcdir@
  324. # Don't require all the GNU mandated files
  325. AUTOMAKE_OPTIONS = 1.7 foreign
  326. AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
  327. # CFLAGS = --pedantic -Wall -std=c99 -O2
  328. # The testsuite binary is statically linked. This is necessary as it uses some
  329. # of the internal functions that are not necessarily exported by the shared
  330. # library.
  331. testcms_LDADD = $(top_builddir)/src/liblcms2mt.la
  332. testcms_LDFLAGS = -static @LDFLAGS@
  333. testcms_SOURCES = testcms2.c testplugin.c zoo_icc.c testcms2.h
  334. EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \
  335. test3.icc test4.icc \
  336. test5.icc ibm-t61.icc crayons.icc bad_mpe.icc
  337. all: all-am
  338. .SUFFIXES:
  339. .SUFFIXES: .c .lo .o .obj
  340. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  341. @for dep in $?; do \
  342. case '$(am__configure_deps)' in \
  343. *$$dep*) \
  344. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  345. && { if test -f $@; then exit 0; else break; fi; }; \
  346. exit 1;; \
  347. esac; \
  348. done; \
  349. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testbed/Makefile'; \
  350. $(am__cd) $(top_srcdir) && \
  351. $(AUTOMAKE) --foreign testbed/Makefile
  352. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  353. @case '$?' in \
  354. *config.status*) \
  355. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  356. *) \
  357. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  358. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  359. esac;
  360. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  361. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  362. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  363. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  364. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  365. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  366. $(am__aclocal_m4_deps):
  367. clean-checkPROGRAMS:
  368. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  369. echo " rm -f" $$list; \
  370. rm -f $$list || exit $$?; \
  371. test -n "$(EXEEXT)" || exit 0; \
  372. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  373. echo " rm -f" $$list; \
  374. rm -f $$list
  375. testcms$(EXEEXT): $(testcms_OBJECTS) $(testcms_DEPENDENCIES) $(EXTRA_testcms_DEPENDENCIES)
  376. @rm -f testcms$(EXEEXT)
  377. $(AM_V_CCLD)$(testcms_LINK) $(testcms_OBJECTS) $(testcms_LDADD) $(LIBS)
  378. mostlyclean-compile:
  379. -rm -f *.$(OBJEXT)
  380. distclean-compile:
  381. -rm -f *.tab.c
  382. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcms2.Po@am__quote@
  383. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testplugin.Po@am__quote@
  384. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zoo_icc.Po@am__quote@
  385. .c.o:
  386. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  387. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  388. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  389. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  391. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  392. .c.obj:
  393. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  394. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  395. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  396. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  397. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  398. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  399. .c.lo:
  400. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  401. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  402. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  403. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  404. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  405. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  406. mostlyclean-libtool:
  407. -rm -f *.lo
  408. clean-libtool:
  409. -rm -rf .libs _libs
  410. ID: $(am__tagged_files)
  411. $(am__define_uniq_tagged_files); mkid -fID $$unique
  412. tags: tags-am
  413. TAGS: tags
  414. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  415. set x; \
  416. here=`pwd`; \
  417. $(am__define_uniq_tagged_files); \
  418. shift; \
  419. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  420. test -n "$$unique" || unique=$$empty_fix; \
  421. if test $$# -gt 0; then \
  422. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  423. "$$@" $$unique; \
  424. else \
  425. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  426. $$unique; \
  427. fi; \
  428. fi
  429. ctags: ctags-am
  430. CTAGS: ctags
  431. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  432. $(am__define_uniq_tagged_files); \
  433. test -z "$(CTAGS_ARGS)$$unique" \
  434. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  435. $$unique
  436. GTAGS:
  437. here=`$(am__cd) $(top_builddir) && pwd` \
  438. && $(am__cd) $(top_srcdir) \
  439. && gtags -i $(GTAGS_ARGS) "$$here"
  440. cscopelist: cscopelist-am
  441. cscopelist-am: $(am__tagged_files)
  442. list='$(am__tagged_files)'; \
  443. case "$(srcdir)" in \
  444. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  445. *) sdir=$(subdir)/$(srcdir) ;; \
  446. esac; \
  447. for i in $$list; do \
  448. if test -f "$$i"; then \
  449. echo "$(subdir)/$$i"; \
  450. else \
  451. echo "$$sdir/$$i"; \
  452. fi; \
  453. done >> $(top_builddir)/cscope.files
  454. distclean-tags:
  455. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  456. distdir: $(BUILT_SOURCES)
  457. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  458. distdir-am: $(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. check-am: all-am
  489. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  490. check: check-am
  491. all-am: Makefile
  492. installdirs:
  493. install: install-am
  494. install-exec: install-exec-am
  495. install-data: install-data-am
  496. uninstall: uninstall-am
  497. install-am: all-am
  498. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  499. installcheck: installcheck-am
  500. install-strip:
  501. if test -z '$(STRIP)'; then \
  502. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  503. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  504. install; \
  505. else \
  506. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  507. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  508. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  509. fi
  510. mostlyclean-generic:
  511. clean-generic:
  512. distclean-generic:
  513. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  514. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  515. maintainer-clean-generic:
  516. @echo "This command is intended for maintainers to use"
  517. @echo "it deletes files that may require special tools to rebuild."
  518. clean: clean-am
  519. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  520. mostlyclean-am
  521. distclean: distclean-am
  522. -rm -rf ./$(DEPDIR)
  523. -rm -f Makefile
  524. distclean-am: clean-am distclean-compile distclean-generic \
  525. distclean-tags
  526. dvi: dvi-am
  527. dvi-am:
  528. html: html-am
  529. html-am:
  530. info: info-am
  531. info-am:
  532. install-data-am:
  533. install-dvi: install-dvi-am
  534. install-dvi-am:
  535. install-exec-am:
  536. install-html: install-html-am
  537. install-html-am:
  538. install-info: install-info-am
  539. install-info-am:
  540. install-man:
  541. install-pdf: install-pdf-am
  542. install-pdf-am:
  543. install-ps: install-ps-am
  544. install-ps-am:
  545. installcheck-am:
  546. maintainer-clean: maintainer-clean-am
  547. -rm -rf ./$(DEPDIR)
  548. -rm -f Makefile
  549. maintainer-clean-am: distclean-am maintainer-clean-generic
  550. mostlyclean: mostlyclean-am
  551. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  552. mostlyclean-libtool
  553. pdf: pdf-am
  554. pdf-am:
  555. ps: ps-am
  556. ps-am:
  557. uninstall-am:
  558. .MAKE: check-am install-am install-strip
  559. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  560. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  561. ctags ctags-am distclean distclean-compile distclean-generic \
  562. distclean-libtool distclean-tags distdir dvi dvi-am html \
  563. html-am info info-am install install-am install-data \
  564. install-data-am install-dvi install-dvi-am install-exec \
  565. install-exec-am install-html install-html-am install-info \
  566. install-info-am install-man install-pdf install-pdf-am \
  567. install-ps install-ps-am install-strip installcheck \
  568. installcheck-am installdirs maintainer-clean \
  569. maintainer-clean-generic mostlyclean mostlyclean-compile \
  570. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  571. tags tags-am uninstall uninstall-am
  572. .PRECIOUS: Makefile
  573. check:
  574. if [ $(top_srcdir) != $(top_builddir) ]; then \
  575. cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
  576. fi
  577. LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./testcms
  578. if [ $(top_srcdir) != $(top_builddir) ]; then \
  579. rm -f $(top_builddir)/testbed/*.ic?; \
  580. fi
  581. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  582. # Otherwise a system limit (for SysV at least) may be exceeded.
  583. .NOEXPORT: