#********************************************************************* # # (C) 2001-06 j3d.org # http://aviatrix3d.j3d.org/ # # Package makefile producing aviatrix3d-all.jar # # Author: Justin Couch # Version: $Revision: 1.6 $ # #********************************************************************* # A version number we tack onto the JAR file name for eclipse versioning # purposes. JAR_VERSION=2.0.0 # No need to put in subdirs here. We only do that if we want to explicitly # exclude some directory and then we name everything around it. JAR_CONTENT= org/j3d/aviatrix3d \ org/j3d/aviatrix3d/picking \ org/j3d/aviatrix3d/pipeline \ org/j3d/aviatrix3d/pipeline/audio \ org/j3d/aviatrix3d/pipeline/graphics \ org/j3d/aviatrix3d/rendering \ org/j3d/aviatrix3d/management \ org/j3d/aviatrix3d/output/audio \ org/j3d/aviatrix3d/output/graphics \ org/j3d/aviatrix3d/iutil \ # Manifest file name. Stored in the make/manifest directory MANIFEST=core.mf include ${PROJECT_ROOT}/make/Makefile.jav