#*********************************************************************
#
#  (C) 2001 Web3d Consortium
#    http://www.web3d.org/
# 
# Package makefile for the org.web3d.vrml.renderer.j3d.nodes.rigidphysics
# directory
#
# Author: Justin Couch
# Version: $Revision: 1.5 $
#
#*********************************************************************

PACKAGE = org.web3d.vrml.renderer.j3d.nodes.rigidphysics

# The source files to compile. These are declared in order that they must be
# compiled in
SOURCE = \
  J3DOdeMotorJoint.java \
  J3DOdeSingleAxisHingeJoint.java \
  J3DOdeSliderJoint.java \
  J3DCollidableShape.java \
  J3DCollidableOffset.java \
  J3DCollisionSpace.java \
  J3DCollisionCollection.java \
  J3DContact.java \
  J3DCollisionSensor.java \
  J3DBallJoint.java \
  J3DDoubleAxisHingeJoint.java \
  J3DMotorJoint.java \
  J3DSingleAxisHingeJoint.java \
  J3DSliderJoint.java \
  J3DUniversalJoint.java \
  J3DRigidBodyCollection.java \
  J3DRigidBody.java \

# The list of other files we need to copy from this directory to the classes
# directory when we are making JAR files.
EXTRA = 

# If the package requires extra classes outside the JDK, the JAR files that 
# are required are listed here. These should be found in ${PROJECT_ROOT}/lib
JARS_3RDPARTY=j3d-org-all_0.9.0.jar

include ${PROJECT_ROOT}/make/Makefile.jav
