/src/FreeImage/Source/OpenEXR/IlmThread/Makefile.in

https://bitbucket.org/cabalistic/ogredeps/ · Autoconf · 521 lines · 453 code · 55 blank · 13 comment · 70 complexity · 5bf8bdb6a87899411814f669fbd4d42b MD5 · raw file

  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. subdir = IlmThread
  36. DIST_COMMON = $(libIlmThreadinclude_HEADERS) $(noinst_HEADERS) \
  37. $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/m4/threads.m4 \
  40. $(top_srcdir)/configure.ac
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_HEADER = $(top_builddir)/config/IlmBaseConfig.h
  45. CONFIG_CLEAN_FILES =
  46. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  47. am__vpath_adj = case $$p in \
  48. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  49. *) f=$$p;; \
  50. esac;
  51. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  52. am__installdirs = "$(DESTDIR)$(libdir)" \
  53. "$(DESTDIR)$(libIlmThreadincludedir)"
  54. libLTLIBRARIES_INSTALL = $(INSTALL)
  55. LTLIBRARIES = $(lib_LTLIBRARIES)
  56. libIlmThread_la_DEPENDENCIES = ../Iex/libIex.la
  57. am_libIlmThread_la_OBJECTS = IlmThreadPool.lo IlmThread.lo \
  58. IlmThreadSemaphore.lo IlmThreadMutex.lo IlmThreadPosix.lo \
  59. IlmThreadSemaphorePosix.lo IlmThreadSemaphorePosixCompat.lo \
  60. IlmThreadMutexPosix.lo
  61. libIlmThread_la_OBJECTS = $(am_libIlmThread_la_OBJECTS)
  62. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
  63. depcomp = $(SHELL) $(top_srcdir)/depcomp
  64. am__depfiles_maybe = depfiles
  65. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  66. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  67. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
  68. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  69. $(AM_CXXFLAGS) $(CXXFLAGS)
  70. CXXLD = $(CXX)
  71. CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  72. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  73. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  74. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  75. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  76. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  77. $(AM_CFLAGS) $(CFLAGS)
  78. CCLD = $(CC)
  79. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  80. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  81. SOURCES = $(libIlmThread_la_SOURCES)
  82. DIST_SOURCES = $(libIlmThread_la_SOURCES)
  83. libIlmThreadincludeHEADERS_INSTALL = $(INSTALL_HEADER)
  84. HEADERS = $(libIlmThreadinclude_HEADERS) $(noinst_HEADERS)
  85. ETAGS = etags
  86. CTAGS = ctags
  87. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  88. ACLOCAL = @ACLOCAL@
  89. AMDEP_FALSE = @AMDEP_FALSE@
  90. AMDEP_TRUE = @AMDEP_TRUE@
  91. AMTAR = @AMTAR@
  92. AM_CFLAGS = @AM_CFLAGS@
  93. AM_CXXFLAGS = @AM_CXXFLAGS@
  94. AR = @AR@
  95. AUTOCONF = @AUTOCONF@
  96. AUTOHEADER = @AUTOHEADER@
  97. AUTOMAKE = @AUTOMAKE@
  98. AWK = @AWK@
  99. CC = @CC@
  100. CCDEPMODE = @CCDEPMODE@
  101. CFLAGS = @CFLAGS@
  102. CPP = @CPP@
  103. CPPFLAGS = @CPPFLAGS@
  104. CXX = @CXX@
  105. CXXCPP = @CXXCPP@
  106. CXXDEPMODE = @CXXDEPMODE@
  107. CXXFLAGS = @CXXFLAGS@
  108. CYGPATH_W = @CYGPATH_W@
  109. DEFS = @DEFS@
  110. DEPDIR = @DEPDIR@
  111. ECHO = @ECHO@
  112. ECHO_C = @ECHO_C@
  113. ECHO_N = @ECHO_N@
  114. ECHO_T = @ECHO_T@
  115. EGREP = @EGREP@
  116. EXEEXT = @EXEEXT@
  117. F77 = @F77@
  118. FFLAGS = @FFLAGS@
  119. ILMBASE_VERSION = @ILMBASE_VERSION@
  120. INSTALL_DATA = @INSTALL_DATA@
  121. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  122. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  123. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  124. LDFLAGS = @LDFLAGS@
  125. LIBOBJS = @LIBOBJS@
  126. LIBS = @LIBS@
  127. LIBTOOL = @LIBTOOL@
  128. LIBTOOL_VERSION = @LIBTOOL_VERSION@
  129. LN_S = @LN_S@
  130. LTLIBOBJS = @LTLIBOBJS@
  131. MAINT = @MAINT@
  132. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  133. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  134. MAKEINFO = @MAKEINFO@
  135. OBJEXT = @OBJEXT@
  136. PACKAGE = @PACKAGE@
  137. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  138. PACKAGE_NAME = @PACKAGE_NAME@
  139. PACKAGE_STRING = @PACKAGE_STRING@
  140. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  141. PACKAGE_VERSION = @PACKAGE_VERSION@
  142. PATH_SEPARATOR = @PATH_SEPARATOR@
  143. PTHREAD_CC = @PTHREAD_CC@
  144. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  145. PTHREAD_LIBS = @PTHREAD_LIBS@
  146. RANLIB = @RANLIB@
  147. SED = @SED@
  148. SET_MAKE = @SET_MAKE@
  149. SHELL = @SHELL@
  150. STRIP = @STRIP@
  151. VERSION = @VERSION@
  152. ac_ct_AR = @ac_ct_AR@
  153. ac_ct_CC = @ac_ct_CC@
  154. ac_ct_CXX = @ac_ct_CXX@
  155. ac_ct_F77 = @ac_ct_F77@
  156. ac_ct_RANLIB = @ac_ct_RANLIB@
  157. ac_ct_STRIP = @ac_ct_STRIP@
  158. acx_pthread_config = @acx_pthread_config@
  159. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  160. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  161. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  162. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  163. am__include = @am__include@
  164. am__leading_dot = @am__leading_dot@
  165. am__quote = @am__quote@
  166. am__tar = @am__tar@
  167. am__untar = @am__untar@
  168. bindir = @bindir@
  169. build = @build@
  170. build_alias = @build_alias@
  171. build_cpu = @build_cpu@
  172. build_os = @build_os@
  173. build_vendor = @build_vendor@
  174. datadir = @datadir@
  175. exec_prefix = @exec_prefix@
  176. host = @host@
  177. host_alias = @host_alias@
  178. host_cpu = @host_cpu@
  179. host_os = @host_os@
  180. host_vendor = @host_vendor@
  181. includedir = @includedir@
  182. infodir = @infodir@
  183. install_sh = @install_sh@
  184. libdir = @libdir@
  185. libexecdir = @libexecdir@
  186. localstatedir = @localstatedir@
  187. mandir = @mandir@
  188. mkdir_p = @mkdir_p@
  189. oldincludedir = @oldincludedir@
  190. prefix = @prefix@
  191. program_transform_name = @program_transform_name@
  192. sbindir = @sbindir@
  193. sharedstatedir = @sharedstatedir@
  194. sysconfdir = @sysconfdir@
  195. target_alias = @target_alias@
  196. lib_LTLIBRARIES = libIlmThread.la
  197. libIlmThread_la_SOURCES = IlmThreadPool.h IlmThread.h \
  198. IlmThreadSemaphore.h IlmThreadMutex.h \
  199. IlmThreadPool.cpp IlmThread.cpp \
  200. IlmThreadSemaphore.cpp IlmThreadMutex.cpp \
  201. IlmThreadPosix.cpp IlmThreadSemaphorePosix.cpp \
  202. IlmThreadSemaphorePosixCompat.cpp \
  203. IlmThreadMutexPosix.cpp
  204. libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
  205. libIlmThread_la_LIBADD = ../Iex/libIex.la
  206. libIlmThreadincludedir = $(includedir)/OpenEXR
  207. libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
  208. IlmThreadSemaphore.h IlmThreadMutex.h
  209. noinst_HEADERS =
  210. EXTRA_DIST = $(noinst_HEADERS) IlmThreadMutexWin32.cpp IlmThreadSemaphoreWin32.cpp \
  211. IlmThreadWin32.cpp
  212. INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/config
  213. all: all-am
  214. .SUFFIXES:
  215. .SUFFIXES: .cpp .lo .o .obj
  216. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  217. @for dep in $?; do \
  218. case '$(am__configure_deps)' in \
  219. *$$dep*) \
  220. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  221. && exit 0; \
  222. exit 1;; \
  223. esac; \
  224. done; \
  225. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu IlmThread/Makefile'; \
  226. cd $(top_srcdir) && \
  227. $(AUTOMAKE) --gnu IlmThread/Makefile
  228. .PRECIOUS: Makefile
  229. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  230. @case '$?' in \
  231. *config.status*) \
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  233. *) \
  234. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  235. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  236. esac;
  237. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  238. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  239. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  240. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  241. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  242. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  243. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  244. @$(NORMAL_INSTALL)
  245. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  246. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  247. if test -f $$p; then \
  248. f=$(am__strip_dir) \
  249. echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  250. $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  251. else :; fi; \
  252. done
  253. uninstall-libLTLIBRARIES:
  254. @$(NORMAL_UNINSTALL)
  255. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  256. p=$(am__strip_dir) \
  257. echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  258. $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  259. done
  260. clean-libLTLIBRARIES:
  261. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  262. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  263. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  264. test "$$dir" != "$$p" || dir=.; \
  265. echo "rm -f \"$${dir}/so_locations\""; \
  266. rm -f "$${dir}/so_locations"; \
  267. done
  268. libIlmThread.la: $(libIlmThread_la_OBJECTS) $(libIlmThread_la_DEPENDENCIES)
  269. $(CXXLINK) -rpath $(libdir) $(libIlmThread_la_LDFLAGS) $(libIlmThread_la_OBJECTS) $(libIlmThread_la_LIBADD) $(LIBS)
  270. mostlyclean-compile:
  271. -rm -f *.$(OBJEXT)
  272. distclean-compile:
  273. -rm -f *.tab.c
  274. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThread.Plo@am__quote@
  275. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadMutex.Plo@am__quote@
  276. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadMutexPosix.Plo@am__quote@
  277. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadPool.Plo@am__quote@
  278. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadPosix.Plo@am__quote@
  279. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadSemaphore.Plo@am__quote@
  280. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadSemaphorePosix.Plo@am__quote@
  281. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IlmThreadSemaphorePosixCompat.Plo@am__quote@
  282. .cpp.o:
  283. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  284. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  285. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  286. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  287. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  288. .cpp.obj:
  289. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  290. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  291. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  292. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  293. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  294. .cpp.lo:
  295. @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  296. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  297. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  298. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  299. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  300. mostlyclean-libtool:
  301. -rm -f *.lo
  302. clean-libtool:
  303. -rm -rf .libs _libs
  304. distclean-libtool:
  305. -rm -f libtool
  306. uninstall-info-am:
  307. install-libIlmThreadincludeHEADERS: $(libIlmThreadinclude_HEADERS)
  308. @$(NORMAL_INSTALL)
  309. test -z "$(libIlmThreadincludedir)" || $(mkdir_p) "$(DESTDIR)$(libIlmThreadincludedir)"
  310. @list='$(libIlmThreadinclude_HEADERS)'; for p in $$list; do \
  311. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  312. f=$(am__strip_dir) \
  313. echo " $(libIlmThreadincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libIlmThreadincludedir)/$$f'"; \
  314. $(libIlmThreadincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libIlmThreadincludedir)/$$f"; \
  315. done
  316. uninstall-libIlmThreadincludeHEADERS:
  317. @$(NORMAL_UNINSTALL)
  318. @list='$(libIlmThreadinclude_HEADERS)'; for p in $$list; do \
  319. f=$(am__strip_dir) \
  320. echo " rm -f '$(DESTDIR)$(libIlmThreadincludedir)/$$f'"; \
  321. rm -f "$(DESTDIR)$(libIlmThreadincludedir)/$$f"; \
  322. done
  323. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  324. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  325. unique=`for i in $$list; do \
  326. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  327. done | \
  328. $(AWK) ' { files[$$0] = 1; } \
  329. END { for (i in files) print i; }'`; \
  330. mkid -fID $$unique
  331. tags: TAGS
  332. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  333. $(TAGS_FILES) $(LISP)
  334. tags=; \
  335. here=`pwd`; \
  336. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  337. unique=`for i in $$list; do \
  338. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  339. done | \
  340. $(AWK) ' { files[$$0] = 1; } \
  341. END { for (i in files) print i; }'`; \
  342. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  343. test -n "$$unique" || unique=$$empty_fix; \
  344. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  345. $$tags $$unique; \
  346. fi
  347. ctags: CTAGS
  348. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  349. $(TAGS_FILES) $(LISP)
  350. tags=; \
  351. here=`pwd`; \
  352. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  353. unique=`for i in $$list; do \
  354. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  355. done | \
  356. $(AWK) ' { files[$$0] = 1; } \
  357. END { for (i in files) print i; }'`; \
  358. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  359. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  360. $$tags $$unique
  361. GTAGS:
  362. here=`$(am__cd) $(top_builddir) && pwd` \
  363. && cd $(top_srcdir) \
  364. && gtags -i $(GTAGS_ARGS) $$here
  365. distclean-tags:
  366. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  367. distdir: $(DISTFILES)
  368. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  369. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  370. list='$(DISTFILES)'; for file in $$list; do \
  371. case $$file in \
  372. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  373. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  374. esac; \
  375. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  376. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  377. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  378. dir="/$$dir"; \
  379. $(mkdir_p) "$(distdir)$$dir"; \
  380. else \
  381. dir=''; \
  382. fi; \
  383. if test -d $$d/$$file; then \
  384. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  385. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  386. fi; \
  387. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  388. else \
  389. test -f $(distdir)/$$file \
  390. || cp -p $$d/$$file $(distdir)/$$file \
  391. || exit 1; \
  392. fi; \
  393. done
  394. check-am: all-am
  395. check: check-am
  396. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  397. installdirs:
  398. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libIlmThreadincludedir)"; do \
  399. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  400. done
  401. install: install-am
  402. install-exec: install-exec-am
  403. install-data: install-data-am
  404. uninstall: uninstall-am
  405. install-am: all-am
  406. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  407. installcheck: installcheck-am
  408. install-strip:
  409. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  410. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  411. `test -z '$(STRIP)' || \
  412. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  413. mostlyclean-generic:
  414. clean-generic:
  415. distclean-generic:
  416. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  417. maintainer-clean-generic:
  418. @echo "This command is intended for maintainers to use"
  419. @echo "it deletes files that may require special tools to rebuild."
  420. clean: clean-am
  421. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  422. mostlyclean-am
  423. distclean: distclean-am
  424. -rm -rf ./$(DEPDIR)
  425. -rm -f Makefile
  426. distclean-am: clean-am distclean-compile distclean-generic \
  427. distclean-libtool distclean-tags
  428. dvi: dvi-am
  429. dvi-am:
  430. html: html-am
  431. info: info-am
  432. info-am:
  433. install-data-am: install-libIlmThreadincludeHEADERS
  434. install-exec-am: install-libLTLIBRARIES
  435. install-info: install-info-am
  436. install-man:
  437. installcheck-am:
  438. maintainer-clean: maintainer-clean-am
  439. -rm -rf ./$(DEPDIR)
  440. -rm -f Makefile
  441. maintainer-clean-am: distclean-am maintainer-clean-generic
  442. mostlyclean: mostlyclean-am
  443. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  444. mostlyclean-libtool
  445. pdf: pdf-am
  446. pdf-am:
  447. ps: ps-am
  448. ps-am:
  449. uninstall-am: uninstall-info-am uninstall-libIlmThreadincludeHEADERS \
  450. uninstall-libLTLIBRARIES
  451. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  452. clean-libLTLIBRARIES clean-libtool ctags distclean \
  453. distclean-compile distclean-generic distclean-libtool \
  454. distclean-tags distdir dvi dvi-am html html-am info info-am \
  455. install install-am install-data install-data-am install-exec \
  456. install-exec-am install-info install-info-am \
  457. install-libIlmThreadincludeHEADERS install-libLTLIBRARIES \
  458. install-man install-strip installcheck installcheck-am \
  459. installdirs maintainer-clean maintainer-clean-generic \
  460. mostlyclean mostlyclean-compile mostlyclean-generic \
  461. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  462. uninstall-am uninstall-info-am \
  463. uninstall-libIlmThreadincludeHEADERS uninstall-libLTLIBRARIES
  464. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  465. # Otherwise a system limit (for SysV at least) may be exceeded.
  466. .NOEXPORT: