#********************************************************************* # # (C) 2001 - 2011 J3d.org # http://code.j3d.org/ # # Package makefile for the org.j3d.util directory # # Author: Justin Couch # Version: $Revision: 1.16 $ # #********************************************************************* PACKAGE = org.j3d.util # The source files to compile. These are declared in order that they must be # compiled in SOURCE = \ ErrorReporter.java \ I18nManager.java \ DefaultErrorReporter.java \ HashSet.java \ CharHashMap.java \ IntHashMap.java \ LongHashMap.java \ FloatHashMap.java \ DoubleHashMap.java \ ObjectArray.java \ CircularList.java \ Queue.java \ SAXErrorHandler.java \ SAXEntityResolver.java \ ImageLoader.java \ ColorUtils.java \ TriangleUtils.java \ ImageGenerator.java \ ImageUtils.java \ UserSupplementData.java \ DynamicClassLoader.java \ MatrixUtils.java \ DeathTimer.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 = vecmath.jar include ${PROJECT_ROOT}/make/Makefile.jav