From 4dbb8731219212e27c9afb769a1c62b32bd230a6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 5 Aug 2011 05:32:15 +0200 Subject: deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' separation ; android cleanup remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's --- make/build-newt.xml | 205 ++++++++++++++++++++++++++-------------------------- 1 file changed, 101 insertions(+), 104 deletions(-) (limited to 'make/build-newt.xml') diff --git a/make/build-newt.xml b/make/build-newt.xml index c6bd9c861..c5c05386a 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -44,14 +44,17 @@ - - Some environment defs affecting compilation + - Some environment defs affecting native compilation + setup.noNativeDesktop + setup.addNativeKD + setup.addNativeIntelGDL + setup.addNativeBroadcomEGL + - Internal settings, may not be necessary to set them manually, since all JAR archives are orthogonal. setup.noAWT setup.noOpenGL - - setup.nodesktop is set iff: - !isWindows && !isOSX && !isX11 - --> @@ -73,9 +76,10 @@ - - - + + + + @@ -83,9 +87,10 @@ - - - + + + + @@ -93,26 +98,35 @@ + + + + + value="com/jogamp/newt/awt/** com/jogamp/newt/event/awt/** jogamp/newt/awt/** ${java.part.driver.awt}"/> - + - + - + - + - + + + - + @@ -125,12 +139,7 @@ - - - - - + @@ -193,14 +202,14 @@ - + @@ -366,6 +375,13 @@ + + + + + + + @@ -430,7 +446,7 @@ - + @@ -463,9 +479,9 @@ - - - + + + @@ -506,10 +522,10 @@ - - - - + + + + @@ -547,34 +563,26 @@ - - - + + - - - - - + + + - - - + - - - - - - - - - - + + + + + + + + + - - @@ -615,49 +623,56 @@ - + - + - + + includes="${java.part.driver.x11}"/> - - - - + + + + + includes="${java.part.driver.macosx}"/> - + + includes="${java.part.driver.android}"/> - + + includes="${java.part.driver.kd}"/> + + + + + + - - - - - - + + + - + @@ -667,29 +682,11 @@ - - - - - - - - - - - - - - - - + - @@ -709,7 +706,7 @@ source="${target.sourcelevel}" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > - + @@ -723,7 +720,7 @@ source="${target.sourcelevel}" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > - + @@ -737,7 +734,7 @@ source="${target.sourcelevel}" linkoffline="${javadoc.link} 142-packages" bottom="${javadoc.bottom}" > - + -- cgit v1.2.3