#********************************************************************* # # (C) 2005 - 2007 Yumetech, Inc # http://opengl.j3d.org/swt/ # #********************************************************************* # 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.opengl.swt \ org.j3d.opengl.swt.draw2d \ org.j3d.opengl.swt.internal.ri \ org.j3d.opengl.swt.internal.ri.x11 \ org.j3d.opengl.swt.internal.ri.x1164 \ # Names of packages that we want included in the javadoc JAVADOC_PACKAGES = \ org.j3d.opengl.swt \ org.j3d.opengl.swt.draw2d \ # A version number we tack onto the JAR file name for eclipse versioning # purposes. JAR_VERSION=0.7.0 # Names of JAR files we want to create JARS = \ swt-opengl-x11.jar \ swt-opengl-x11_64.jar \ org.j3d.opengl.swt.jar \ org.j3d.opengl.swt.draw2d.jar \ org.j3d.opengl.swt.linux.x86.jar \ org.j3d.opengl.swt.linux.x86_64.jar \ org.j3d.opengl.swt.solaris.x86.jar \ org.j3d.opengl.swt.solaris.sparc.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 = #********************************************************************* # # Javadoc # #********************************************************************* OVERVIEW = overview.html WINDOWTITLE = 'j3d.org OpenGL SWT' DOCTITLE = 'j3d.org OpenGL SWT' HEADER = 'j3d.org OpenGL SWT Bindings' BOTTOM = '
\ Latest Info from \ http://www.j3d.org/
\ Copyright © 2003 - 2007 \ 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.5/docs/api/' \ include $(PROJECT_ROOT)/make/Makefile.jav