#********************************************************************* # # (C) 2001-02 j3d.org # http://aviatrix3d.j3d.org/ # # Package makefile producing aviatrix3d-all.jar # # Author: Justin Couch # Version: $Revision: 1.4 $ # #********************************************************************* # 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/pipeline \ org/j3d/aviatrix3d/surface \ org/j3d/renderer/aviatrix3d/util \ org/j3d/renderer/aviatrix3d/texture # Manifest file name. Stored in the make/manifest directory MANIFEST=all.mf include ${PROJECT_ROOT}/make/Makefile.jav