#********************************************************************* # # (C) 2003 Yumetech, Inc # http://javr.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.javr \ # Names of packages that we want included in the javadoc JAVADOC_PACKAGES = org.j3d.javr \ # Names of JAR files we want to create JARS = javr-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 = javr-all.jar #********************************************************************* # # Javadoc # #********************************************************************* OVERVIEW = overview.html WINDOWTITLE = 'j3d.org jAVR Code Library' DOCTITLE = 'j3d.org jAVR Code Repository API' HEADER = 'j3d.org Code' BOTTOM = '