#********************************************************************* # # (C) 2003 Yumetech, Inc # http://aviatrix3d.j3d.org # #********************************************************************* # Names of packages to be compiled. These are declared in the order that # they are to be compiled in. We create one at a time BUILD_ORDER = org.j3d.aviatrix3d \ org.j3d.aviatrix3d.surface \ org.j3d.aviatrix3d.pipeline \ org.j3d.renderer.aviatrix3d.util \ org.j3d.renderer.aviatrix3d.texture \ org.j3d.renderer.aviatrix3d.navigation \ # Names of packages that we want included in the javadoc JAVADOC_PACKAGES = org.j3d.aviatrix3d \ org.j3d.aviatrix3d.surface \ org.j3d.aviatrix3d.pipeline \ org.j3d.renderer.aviatrix3d.util \ org.j3d.renderer.aviatrix3d.texture \ org.j3d.renderer.aviatrix3d.navigation \ # Names of JAR files we want to create JARS = aviatrix3d-all.jar # List of packages that have native code libraries in use and require # JNI header generation NATIVE_PACKAGES = # 3rd party libraries that need including. JARS_3RDPARTY= # Definitions of setup information if we are making a self-executable JAR MAIN_CLASS = MAIN_PACKAGE = MAIN_JAR = aviatrix3d-all.jar #********************************************************************* # # Javadoc # #********************************************************************* OVERVIEW = overview.html WINDOWTITLE = 'j3d.org Aviatrix3D Code Library' DOCTITLE = 'j3d.org Aviatrix3D Project API' HEADER = 'j3d.org Aviatrix3D' BOTTOM = '