#********************************************************************* # # (C) 2001 J3d.org # #********************************************************************* PACKAGES = org.j3d.util \ org.j3d.util.device \ org.j3d.util.interpolator \ org.j3d.device.input \ org.j3d.geom \ org.j3d.ui \ org.j3d.ui.image \ org.j3d.ui.navigation \ NODOC_PACKAGES = \ JARS = j3d-org.jar JARS_3RDPARTY= MAIN_CLASS = MAIN_PACKAGE = MAIN_JAR = j3d-org.jar #********************************************************************* # # Javadoc # #********************************************************************* OVERVIEW = overview.html WINDOWTITLE = 'j3d.org Code Library' DOCTITLE = 'j3d.org Code Repository API' HEADER = 'j3d.org Code' BOTTOM = '
\ Latest Info from \ http://code.j3d.org/
\ Copyright © 2001 - \ j3d.org \
' # A list of the local directories that contain other Javadoc that we want # to link to. For example we link to the JDK, JAXP, SAI and JUnit Javadocs # here. Note that these *must* be full URLs and not just local directory # references. If your directory path contains a space in it, you may be in # trouble. We haven't tested it with that. Try using double quotes inside # the single quotes to get the space treated in the file name #LINK_URLS = 'file:///c:/java/jaxp-1.1/docs/api/' \ # 'file:///c:/java/junit3.5/javadoc/' \ # 'file:///c:/java/jdk1.3/docs/api/' \ # 'file:///c:/java/j3d/1.2.1/html/' include $(PROJECT_ROOT)/make/Makefile.jav