~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/ogreopcode/src/Opcode/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES =  -I$(srcdir)/../../include -I$(top_srcdir)/src -I$(srcdir)/Ice  -I$(srcdir)  -I$(top_builddir)/src 
 
2
METASOURCES = AUTO
 
3
noinst_LTLIBRARIES = libOpcode.la
 
4
libOpcode_la_SOURCES = OPC_AABBCollider.cpp OPC_AABBTree.cpp \
 
5
                OPC_BaseModel.cpp       OPC_BoxPruning.cpp OPC_Collider.cpp OPC_Common.cpp OPC_HybridModel.cpp \
 
6
                OPC_LSSCollider.cpp OPC_MeshInterface.cpp OPC_Model.cpp OPC_OBBCollider.cpp Opcode.cpp \
 
7
                OPC_OptimizedTree.cpp OPC_Picking.cpp   OPC_PlanesCollider.cpp OPC_RayCollider.cpp \
 
8
                OPC_SphereCollider.cpp  OPC_SweepAndPrune.cpp \
 
9
                OPC_TreeBuilders.cpp OPC_TreeCollider.cpp       OPC_VolumeCollider.cpp StdAfx.cpp Ice/IceAABB.cpp \
 
10
                Ice/IceContainer.cpp Ice/IceHPoint.cpp Ice/IceIndexedTriangle.cpp Ice/IceMatrix3x3.cpp \
 
11
                Ice/IceMatrix4x4.cpp Ice/IceOBB.cpp Ice/IcePlane.cpp Ice/IcePoint.cpp  Ice/IceRandom.cpp \
 
12
                Ice/IceRay.cpp  Ice/IceRevisitedRadix.cpp Ice/IceSegment.cpp Ice/IceTriangle.cpp Ice/IceUtils.cpp