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

https://bitbucket.org/cabalistic/ogredeps/ · Makefile · 34 lines · 27 code · 6 blank · 1 comment · 0 complexity · 41de2462e8805716958e17b1e4af3777 MD5 · raw file

  1. ## Process this file with automake to produce Makefile.in
  2. lib_LTLIBRARIES = libImath.la
  3. libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
  4. ImathColorAlgo.cpp ImathFun.cpp \
  5. ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
  6. ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
  7. ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
  8. ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
  9. ImathSphere.h ImathVecAlgo.h ImathQuat.h \
  10. ImathFrustum.h ImathMath.h ImathGL.h \
  11. ImathColor.h ImathRandom.h ImathRoots.h \
  12. ImathHalfLimits.h ImathInterval.h ImathGLU.h \
  13. ImathFrame.h ImathPlatform.h \
  14. ImathBox.cpp ImathRandom.cpp ImathInt64.h
  15. libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
  16. libImath_la_LIBADD = ../Iex/libIex.la
  17. libImathincludedir = $(includedir)/OpenEXR
  18. libImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
  19. ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
  20. ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
  21. ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
  22. ImathSphere.h ImathVecAlgo.h ImathQuat.h \
  23. ImathFrustum.h ImathMath.h ImathGL.h \
  24. ImathColor.h ImathRandom.h ImathRoots.h \
  25. ImathHalfLimits.h ImathInterval.h ImathGLU.h \
  26. ImathFrame.h ImathPlatform.h ImathInt64.h
  27. INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \
  28. -I$(top_srcdir)/config