#********************************************************************* # # (C) 2005 - 2006 Yumetech, Inc # http://www.j3d.org/ # # Package makefile for the org.j3d.opengl.swt.internal.ri.x1164 directory # # Author: Justin Couch # Version: $Revision: 1.2 $ # #********************************************************************* PACKAGE = org.j3d.opengl.swt.internal.ri.x1164 # The source files to compile. These are declared in order that they must be # compiled in SOURCE = \ X11GLXUtils.java \ X11GLDrawable.java \ X11GLContext.java \ X11OnscreenGLContext.java \ X11OnscreenGLDrawable.java \ X11OffscreenGLContext.java \ X11OffscreenGLDrawable.java \ X11ExternalGLContext.java \ X11ExternalGLDrawable.java \ X11PbufferGLContext.java \ X11PbufferGLDrawable.java \ X11DrawableFactory.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 JARS_3RDPARTY = jogl-x11.jar swt-x11-gtk-64.jar gluegen-rt.jar include ${PROJECT_ROOT}/make/Makefile.jav