File: Makefile.am

package info (click to toggle)
ode 2%3A0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,088 kB
  • sloc: cpp: 89,737; ansic: 14,658; sh: 4,346; makefile: 761; python: 330
file content (20 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = -I$(top_srcdir)/OPCODE \
              -I$(top_srcdir)/include \
              -I$(top_builddir)/include

noinst_LTLIBRARIES = libIce.la
libIce_la_SOURCES = \
        IceAABB.cpp             IceAABB.h             IceAxes.h \
        IceBoundingSphere.h     IceContainer.cpp      IceContainer.h \
        IceFPU.h                IceHPoint.cpp         IceHPoint.h \
        IceIndexedTriangle.cpp  IceIndexedTriangle.h  IceLSS.h \
        IceMatrix3x3.cpp        IceMatrix3x3.h        IceMatrix4x4.cpp \
        IceMatrix4x4.h          IceMemoryMacros.h     IceOBB.cpp \
        IceOBB.h                IcePairs.h            IcePlane.cpp \
        IcePlane.h              IcePoint.cpp          IcePoint.h \
        IcePreprocessor.h       IceRandom.cpp         IceRandom.h \
        IceRay.cpp              IceRay.h              IceRevisitedRadix.cpp \
        IceRevisitedRadix.h     IceSegment.cpp        IceSegment.h \
        IceTriangle.cpp         IceTriangle.h         IceTriList.h \
        IceTypes.h              IceUtils.cpp          IceUtils.h