#********************************************************************* # # (C) 2005 Yumetech, Inc # http://www.j3d.org/ # # Package makefile for the org.j3d.opengl.swt.internal.ri directory # # Author: Justin Couch # Version: $Revision: 1.2 $ # #********************************************************************* PACKAGE = org.j3d.opengl.swt.internal.ri # The source files to compile. These are declared in order that they must be # compiled in SOURCE = \ JOGLGraphicsConfiguration.java \ JOGLDrawableFactory.java \ SurfaceController.java \ JOGLPbufferImpl.java # The list of other files we need to copy from this directory to the classes # directory when we are making JAR files. EXTRA = # If the package requires extra classes outside the JDK, the JAR files that # are required are listed here. These should be found in ${PROJECT_ROOT}/lib # # For this package, any combo of swt and jogl core will work fine as we're not # using any of the windowing-API specific functionality. We just need the # abstract classes. JARS_3RDPARTY = jogl-win32.jar swt-win32.jar include ${PROJECT_ROOT}/make/Makefile.jav