Merged in alexvaillancourt_cmakeInstallPdb (pull request #17)
[ode.git] / OPCODE / Makefile.am
blob1e82910d67ed32fa94569c1168e1822d6f78c4cf
1 EXTRA_DIST = COPYING \
2              ReadMe.txt \
3              README-ODE.txt \
4              TemporalCoherence.txt
6 SUBDIRS = Ice
8 noinst_LTLIBRARIES = libOPCODE.la
9 AM_CPPFLAGS= -I$(top_srcdir)/include \
10              -I$(top_builddir)/include
12 libOPCODE_la_SOURCES =  OPC_AABBCollider.cpp    OPC_AABBCollider.h \
13                         OPC_AABBTree.cpp        OPC_AABBTree.h \
14                         OPC_BaseModel.cpp       OPC_BaseModel.h \
15                         OPC_Collider.cpp        OPC_Collider.h \
16                         OPC_Common.cpp          OPC_Common.h \
17                         OPC_HybridModel.cpp     OPC_HybridModel.h \
18                         OPC_LSSCollider.cpp     OPC_LSSCollider.h \
19                         OPC_MeshInterface.cpp   OPC_MeshInterface.h \
20                         OPC_Model.cpp           OPC_Model.h \
21                         OPC_OBBCollider.cpp     OPC_OBBCollider.h \
22                         Opcode.cpp              Opcode.h \
23                         OPC_OptimizedTree.cpp   OPC_OptimizedTree.h \
24                         OPC_Picking.cpp         OPC_Picking.h \
25                         OPC_PlanesCollider.cpp  OPC_PlanesCollider.h \
26                         OPC_RayCollider.cpp     OPC_RayCollider.h \
27                         OPC_SphereCollider.cpp  OPC_SphereCollider.h \
28                         OPC_TreeBuilders.cpp    OPC_TreeBuilders.h \
29                         OPC_TreeCollider.cpp    OPC_TreeCollider.h \
30                         OPC_VolumeCollider.cpp  OPC_VolumeCollider.h \
31                         OPC_Settings.h \
32                         OPC_SphereAABBOverlap.h \
33                         OPC_BoxBoxOverlap.h \
34                         OPC_SphereTriOverlap.h \
35                         OPC_PlanesAABBOverlap.h \
36                         OPC_TriBoxOverlap.h \
37                         OPC_IceHook.h \
38                         OPC_PlanesTriOverlap.h \
39                         OPC_TriTriOverlap.h \
40                         OPC_LSSAABBOverlap.h \
41                         OPC_RayAABBOverlap.h \
42                         Stdafx.h \
43                         OPC_LSSTriOverlap.h \
44                         OPC_RayTriOverlap.h