From 61d2579d7e6ccb1ac2fbb48d0410390a697bec16 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 15 Jan 2006 03:25:55 +0000 Subject: Moved GlueGen out of the JOGL workspace and into its own project. Restructured JOGL and JOAL build processes to separately invoke GlueGen's main build.xml before using it to generate their code. Refactored OS/CPU detection code into gluegen-cpptasks.xml build file in GlueGen workspace, which is now imported by both the JOGL and JOAL build processes. Unfortunately it seems to be somewhat difficult to completely factor out the C compiler configuration into the GlueGen workspace so this has been left for a later date. Added missed ALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL build documentation. More documentation for the GlueGen workspace is forthcoming. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@542 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/build.xml | 258 +++++++++++++++------------------------------------------ 1 file changed, 66 insertions(+), 192 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index 1bc19ecb1..89c515a56 100644 --- a/make/build.xml +++ b/make/build.xml @@ -55,82 +55,20 @@ --> + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -144,48 +82,10 @@ - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -205,32 +105,32 @@ - - - - + - - - + + + + + + + - - + + - - - - - - - + + + + + + @@ -317,13 +217,20 @@ - - - - - + + + + + + + + + @@ -367,7 +274,7 @@ - + @@ -517,32 +424,29 @@ - - + + + + + + + + + - - - - - - - - - - - @@ -561,21 +465,12 @@ - from the C GL headers. This involves setting the taskdef and creating - the classpath reference id then running the task on each header. --> - - - - - - - - + + classpathref="gluegen.classpath" /> + classpathref="gluegen.classpath" /> @@ -586,7 +481,7 @@ config="${gl.cfg}" includeRefid="stub.includes.fileset.all" emitter="com.sun.gluegen.opengl.GLEmitter"> - + @@ -595,7 +490,7 @@ config="${glext.platform.cfg}" includeRefid="stub.includes.fileset.all" emitter="com.sun.gluegen.opengl.GLEmitter"> - + @@ -604,7 +499,7 @@ config="${window.cfg}" includeRefid="stub.includes.fileset.platform" emitter="com.sun.gluegen.opengl.GLEmitter"> - + @@ -619,7 +514,7 @@ literalInclude="${java.includes.dir}" includeRefid="stub.includes.fileset.platform" emitter="com.sun.gluegen.JavaEmitter"> - + @@ -627,7 +522,7 @@ - + @@ -636,7 +531,7 @@ config="${glu.cfg}" includeRefid="stub.includes.fileset.all" emitter="com.sun.gluegen.opengl.GLEmitter"> - + - - - - - - - + classpathref="gluegen.classpath" /> + classpathref="gluegen.classpath" /> - + @@ -715,21 +601,19 @@ - + - + - - @@ -753,12 +636,7 @@ - Compile the native C code for JOGL (and optionally the Cg binding). --> - - - - - @@ -929,7 +807,7 @@ - + @@ -1240,16 +1118,12 @@ - Clean up all that is built. --> - - - - -- cgit v1.2.3