Makefile.am 1.0 KB

1234567891011121314151617181920
  1. AM_CPPFLAGS = -I$(top_srcdir)/OPCODE \
  2. -I$(top_srcdir)/include \
  3. -I$(top_builddir)/include
  4. noinst_LTLIBRARIES = libIce.la
  5. libIce_la_SOURCES = \
  6. IceAABB.cpp IceAABB.h IceAxes.h \
  7. IceBoundingSphere.h IceContainer.cpp IceContainer.h \
  8. IceFPU.h IceHPoint.cpp IceHPoint.h \
  9. IceIndexedTriangle.cpp IceIndexedTriangle.h IceLSS.h \
  10. IceMatrix3x3.cpp IceMatrix3x3.h IceMatrix4x4.cpp \
  11. IceMatrix4x4.h IceMemoryMacros.h IceOBB.cpp \
  12. IceOBB.h IcePairs.h IcePlane.cpp \
  13. IcePlane.h IcePoint.cpp IcePoint.h \
  14. IcePreprocessor.h IceRandom.cpp IceRandom.h \
  15. IceRay.cpp IceRay.h IceRevisitedRadix.cpp \
  16. IceRevisitedRadix.h IceSegment.cpp IceSegment.h \
  17. IceTriangle.cpp IceTriangle.h IceTriList.h \
  18. IceTypes.h IceUtils.cpp IceUtils.h