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

https://bitbucket.org/cabalistic/ogredeps/ · Autoconf · 528 lines · 460 code · 55 blank · 13 comment · 70 complexity · 7b445ac3d9cf29cfc5543a7b1e76a536 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 = Imath
  36. DIST_COMMON = $(libImathinclude_HEADERS) $(srcdir)/Makefile.am \
  37. $(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)$(libImathincludedir)"
  54. libLTLIBRARIES_INSTALL = $(INSTALL)
  55. LTLIBRARIES = $(lib_LTLIBRARIES)
  56. libImath_la_DEPENDENCIES = ../Iex/libIex.la
  57. am_libImath_la_OBJECTS = ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo \
  58. ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo
  59. libImath_la_OBJECTS = $(am_libImath_la_OBJECTS)
  60. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
  61. depcomp = $(SHELL) $(top_srcdir)/depcomp
  62. am__depfiles_maybe = depfiles
  63. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  64. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  65. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
  66. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  67. $(AM_CXXFLAGS) $(CXXFLAGS)
  68. CXXLD = $(CXX)
  69. CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  70. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  71. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  72. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  73. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  74. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  75. $(AM_CFLAGS) $(CFLAGS)
  76. CCLD = $(CC)
  77. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  78. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  79. SOURCES = $(libImath_la_SOURCES)
  80. DIST_SOURCES = $(libImath_la_SOURCES)
  81. libImathincludeHEADERS_INSTALL = $(INSTALL_HEADER)
  82. HEADERS = $(libImathinclude_HEADERS)
  83. ETAGS = etags
  84. CTAGS = ctags
  85. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  86. ACLOCAL = @ACLOCAL@
  87. AMDEP_FALSE = @AMDEP_FALSE@
  88. AMDEP_TRUE = @AMDEP_TRUE@
  89. AMTAR = @AMTAR@
  90. AM_CFLAGS = @AM_CFLAGS@
  91. AM_CXXFLAGS = @AM_CXXFLAGS@
  92. AR = @AR@
  93. AUTOCONF = @AUTOCONF@
  94. AUTOHEADER = @AUTOHEADER@
  95. AUTOMAKE = @AUTOMAKE@
  96. AWK = @AWK@
  97. CC = @CC@
  98. CCDEPMODE = @CCDEPMODE@
  99. CFLAGS = @CFLAGS@
  100. CPP = @CPP@
  101. CPPFLAGS = @CPPFLAGS@
  102. CXX = @CXX@
  103. CXXCPP = @CXXCPP@
  104. CXXDEPMODE = @CXXDEPMODE@
  105. CXXFLAGS = @CXXFLAGS@
  106. CYGPATH_W = @CYGPATH_W@
  107. DEFS = @DEFS@
  108. DEPDIR = @DEPDIR@
  109. ECHO = @ECHO@
  110. ECHO_C = @ECHO_C@
  111. ECHO_N = @ECHO_N@
  112. ECHO_T = @ECHO_T@
  113. EGREP = @EGREP@
  114. EXEEXT = @EXEEXT@
  115. F77 = @F77@
  116. FFLAGS = @FFLAGS@
  117. ILMBASE_VERSION = @ILMBASE_VERSION@
  118. INSTALL_DATA = @INSTALL_DATA@
  119. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  120. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  121. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  122. LDFLAGS = @LDFLAGS@
  123. LIBOBJS = @LIBOBJS@
  124. LIBS = @LIBS@
  125. LIBTOOL = @LIBTOOL@
  126. LIBTOOL_VERSION = @LIBTOOL_VERSION@
  127. LN_S = @LN_S@
  128. LTLIBOBJS = @LTLIBOBJS@
  129. MAINT = @MAINT@
  130. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  131. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  132. MAKEINFO = @MAKEINFO@
  133. OBJEXT = @OBJEXT@
  134. PACKAGE = @PACKAGE@
  135. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  136. PACKAGE_NAME = @PACKAGE_NAME@
  137. PACKAGE_STRING = @PACKAGE_STRING@
  138. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  139. PACKAGE_VERSION = @PACKAGE_VERSION@
  140. PATH_SEPARATOR = @PATH_SEPARATOR@
  141. PTHREAD_CC = @PTHREAD_CC@
  142. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  143. PTHREAD_LIBS = @PTHREAD_LIBS@
  144. RANLIB = @RANLIB@
  145. SED = @SED@
  146. SET_MAKE = @SET_MAKE@
  147. SHELL = @SHELL@
  148. STRIP = @STRIP@
  149. VERSION = @VERSION@
  150. ac_ct_AR = @ac_ct_AR@
  151. ac_ct_CC = @ac_ct_CC@
  152. ac_ct_CXX = @ac_ct_CXX@
  153. ac_ct_F77 = @ac_ct_F77@
  154. ac_ct_RANLIB = @ac_ct_RANLIB@
  155. ac_ct_STRIP = @ac_ct_STRIP@
  156. acx_pthread_config = @acx_pthread_config@
  157. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  158. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  159. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  160. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  161. am__include = @am__include@
  162. am__leading_dot = @am__leading_dot@
  163. am__quote = @am__quote@
  164. am__tar = @am__tar@
  165. am__untar = @am__untar@
  166. bindir = @bindir@
  167. build = @build@
  168. build_alias = @build_alias@
  169. build_cpu = @build_cpu@
  170. build_os = @build_os@
  171. build_vendor = @build_vendor@
  172. datadir = @datadir@
  173. exec_prefix = @exec_prefix@
  174. host = @host@
  175. host_alias = @host_alias@
  176. host_cpu = @host_cpu@
  177. host_os = @host_os@
  178. host_vendor = @host_vendor@
  179. includedir = @includedir@
  180. infodir = @infodir@
  181. install_sh = @install_sh@
  182. libdir = @libdir@
  183. libexecdir = @libexecdir@
  184. localstatedir = @localstatedir@
  185. mandir = @mandir@
  186. mkdir_p = @mkdir_p@
  187. oldincludedir = @oldincludedir@
  188. prefix = @prefix@
  189. program_transform_name = @program_transform_name@
  190. sbindir = @sbindir@
  191. sharedstatedir = @sharedstatedir@
  192. sysconfdir = @sysconfdir@
  193. target_alias = @target_alias@
  194. lib_LTLIBRARIES = libImath.la
  195. libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
  196. ImathColorAlgo.cpp ImathFun.cpp \
  197. ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
  198. ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
  199. ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
  200. ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
  201. ImathSphere.h ImathVecAlgo.h ImathQuat.h \
  202. ImathFrustum.h ImathMath.h ImathGL.h \
  203. ImathColor.h ImathRandom.h ImathRoots.h \
  204. ImathHalfLimits.h ImathInterval.h ImathGLU.h \
  205. ImathFrame.h ImathPlatform.h \
  206. ImathBox.cpp ImathRandom.cpp ImathInt64.h
  207. libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
  208. libImath_la_LIBADD = ../Iex/libIex.la
  209. libImathincludedir = $(includedir)/OpenEXR
  210. libImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
  211. ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
  212. ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
  213. ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
  214. ImathSphere.h ImathVecAlgo.h ImathQuat.h \
  215. ImathFrustum.h ImathMath.h ImathGL.h \
  216. ImathColor.h ImathRandom.h ImathRoots.h \
  217. ImathHalfLimits.h ImathInterval.h ImathGLU.h \
  218. ImathFrame.h ImathPlatform.h ImathInt64.h
  219. INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \
  220. -I$(top_srcdir)/config
  221. all: all-am
  222. .SUFFIXES:
  223. .SUFFIXES: .cpp .lo .o .obj
  224. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  225. @for dep in $?; do \
  226. case '$(am__configure_deps)' in \
  227. *$$dep*) \
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  229. && exit 0; \
  230. exit 1;; \
  231. esac; \
  232. done; \
  233. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Imath/Makefile'; \
  234. cd $(top_srcdir) && \
  235. $(AUTOMAKE) --gnu Imath/Makefile
  236. .PRECIOUS: Makefile
  237. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  238. @case '$?' in \
  239. *config.status*) \
  240. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  241. *) \
  242. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  243. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  244. esac;
  245. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  246. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  247. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  248. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  249. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  250. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  251. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  252. @$(NORMAL_INSTALL)
  253. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  254. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  255. if test -f $$p; then \
  256. f=$(am__strip_dir) \
  257. echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  258. $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  259. else :; fi; \
  260. done
  261. uninstall-libLTLIBRARIES:
  262. @$(NORMAL_UNINSTALL)
  263. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  264. p=$(am__strip_dir) \
  265. echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  266. $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  267. done
  268. clean-libLTLIBRARIES:
  269. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  270. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  271. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  272. test "$$dir" != "$$p" || dir=.; \
  273. echo "rm -f \"$${dir}/so_locations\""; \
  274. rm -f "$${dir}/so_locations"; \
  275. done
  276. libImath.la: $(libImath_la_OBJECTS) $(libImath_la_DEPENDENCIES)
  277. $(CXXLINK) -rpath $(libdir) $(libImath_la_LDFLAGS) $(libImath_la_OBJECTS) $(libImath_la_LIBADD) $(LIBS)
  278. mostlyclean-compile:
  279. -rm -f *.$(OBJEXT)
  280. distclean-compile:
  281. -rm -f *.tab.c
  282. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathBox.Plo@am__quote@
  283. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathColorAlgo.Plo@am__quote@
  284. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathFun.Plo@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathMatrixAlgo.Plo@am__quote@
  286. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathRandom.Plo@am__quote@
  287. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathShear.Plo@am__quote@
  288. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathVec.Plo@am__quote@
  289. .cpp.o:
  290. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  291. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  292. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  293. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  294. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  295. .cpp.obj:
  296. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  297. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  298. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  299. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  300. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  301. .cpp.lo:
  302. @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  303. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  304. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  305. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  306. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  307. mostlyclean-libtool:
  308. -rm -f *.lo
  309. clean-libtool:
  310. -rm -rf .libs _libs
  311. distclean-libtool:
  312. -rm -f libtool
  313. uninstall-info-am:
  314. install-libImathincludeHEADERS: $(libImathinclude_HEADERS)
  315. @$(NORMAL_INSTALL)
  316. test -z "$(libImathincludedir)" || $(mkdir_p) "$(DESTDIR)$(libImathincludedir)"
  317. @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
  318. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  319. f=$(am__strip_dir) \
  320. echo " $(libImathincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libImathincludedir)/$$f'"; \
  321. $(libImathincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libImathincludedir)/$$f"; \
  322. done
  323. uninstall-libImathincludeHEADERS:
  324. @$(NORMAL_UNINSTALL)
  325. @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
  326. f=$(am__strip_dir) \
  327. echo " rm -f '$(DESTDIR)$(libImathincludedir)/$$f'"; \
  328. rm -f "$(DESTDIR)$(libImathincludedir)/$$f"; \
  329. done
  330. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  331. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  332. unique=`for i in $$list; do \
  333. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  334. done | \
  335. $(AWK) ' { files[$$0] = 1; } \
  336. END { for (i in files) print i; }'`; \
  337. mkid -fID $$unique
  338. tags: TAGS
  339. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  340. $(TAGS_FILES) $(LISP)
  341. tags=; \
  342. here=`pwd`; \
  343. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  344. unique=`for i in $$list; do \
  345. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  346. done | \
  347. $(AWK) ' { files[$$0] = 1; } \
  348. END { for (i in files) print i; }'`; \
  349. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  350. test -n "$$unique" || unique=$$empty_fix; \
  351. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  352. $$tags $$unique; \
  353. fi
  354. ctags: CTAGS
  355. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  356. $(TAGS_FILES) $(LISP)
  357. tags=; \
  358. here=`pwd`; \
  359. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  360. unique=`for i in $$list; do \
  361. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  362. done | \
  363. $(AWK) ' { files[$$0] = 1; } \
  364. END { for (i in files) print i; }'`; \
  365. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  366. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  367. $$tags $$unique
  368. GTAGS:
  369. here=`$(am__cd) $(top_builddir) && pwd` \
  370. && cd $(top_srcdir) \
  371. && gtags -i $(GTAGS_ARGS) $$here
  372. distclean-tags:
  373. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  374. distdir: $(DISTFILES)
  375. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  376. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  377. list='$(DISTFILES)'; for file in $$list; do \
  378. case $$file in \
  379. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  380. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  381. esac; \
  382. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  383. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  384. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  385. dir="/$$dir"; \
  386. $(mkdir_p) "$(distdir)$$dir"; \
  387. else \
  388. dir=''; \
  389. fi; \
  390. if test -d $$d/$$file; then \
  391. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  392. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  393. fi; \
  394. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  395. else \
  396. test -f $(distdir)/$$file \
  397. || cp -p $$d/$$file $(distdir)/$$file \
  398. || exit 1; \
  399. fi; \
  400. done
  401. check-am: all-am
  402. check: check-am
  403. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  404. installdirs:
  405. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libImathincludedir)"; do \
  406. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  407. done
  408. install: install-am
  409. install-exec: install-exec-am
  410. install-data: install-data-am
  411. uninstall: uninstall-am
  412. install-am: all-am
  413. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  414. installcheck: installcheck-am
  415. install-strip:
  416. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  417. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  418. `test -z '$(STRIP)' || \
  419. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  420. mostlyclean-generic:
  421. clean-generic:
  422. distclean-generic:
  423. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  424. maintainer-clean-generic:
  425. @echo "This command is intended for maintainers to use"
  426. @echo "it deletes files that may require special tools to rebuild."
  427. clean: clean-am
  428. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  429. mostlyclean-am
  430. distclean: distclean-am
  431. -rm -rf ./$(DEPDIR)
  432. -rm -f Makefile
  433. distclean-am: clean-am distclean-compile distclean-generic \
  434. distclean-libtool distclean-tags
  435. dvi: dvi-am
  436. dvi-am:
  437. html: html-am
  438. info: info-am
  439. info-am:
  440. install-data-am: install-libImathincludeHEADERS
  441. install-exec-am: install-libLTLIBRARIES
  442. install-info: install-info-am
  443. install-man:
  444. installcheck-am:
  445. maintainer-clean: maintainer-clean-am
  446. -rm -rf ./$(DEPDIR)
  447. -rm -f Makefile
  448. maintainer-clean-am: distclean-am maintainer-clean-generic
  449. mostlyclean: mostlyclean-am
  450. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  451. mostlyclean-libtool
  452. pdf: pdf-am
  453. pdf-am:
  454. ps: ps-am
  455. ps-am:
  456. uninstall-am: uninstall-info-am uninstall-libImathincludeHEADERS \
  457. uninstall-libLTLIBRARIES
  458. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  459. clean-libLTLIBRARIES clean-libtool ctags distclean \
  460. distclean-compile distclean-generic distclean-libtool \
  461. distclean-tags distdir dvi dvi-am html html-am info info-am \
  462. install install-am install-data install-data-am install-exec \
  463. install-exec-am install-info install-info-am \
  464. install-libImathincludeHEADERS install-libLTLIBRARIES \
  465. install-man install-strip installcheck installcheck-am \
  466. installdirs maintainer-clean maintainer-clean-generic \
  467. mostlyclean mostlyclean-compile mostlyclean-generic \
  468. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  469. uninstall-am uninstall-info-am \
  470. uninstall-libImathincludeHEADERS uninstall-libLTLIBRARIES
  471. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  472. # Otherwise a system limit (for SysV at least) may be exceeded.
  473. .NOEXPORT: