/usr/share/gluegen2/make/build.xml is in libgluegen2-build-java 2.3.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 | <?xml version="1.0" encoding="UTF-8"?>
<!--
- Ant build for GlueGen and corresponding ANT tasks. Also builds
- JOGL-specific BuildStaticGLInfo and its corresponding ANT task.
-
- This build has been tested with ANT 1.6.2 and ANTLR 2.7.4.
-
- Public targets:
- all: clean and build GlueGen and GlueGen Ant task
- clean: clean all built
-->
<project name="GlueGen" basedir="." default="all">
<import file="gluegen-cpptasks.xml" />
<import file="jogamp-archivetasks.xml" />
<import file="jogamp-androidtasks.xml" />
<import file="jogamp-env.xml" />
<condition property="rootrel.build" value="build">
<not>
<isset property="rootrel.build"/>
</not>
</condition>
<target name="setup.excludes.nsig" unless="gluegen.nsig">
<property name="gluegen.excludes.nsig" value="com/jogamp/gluegen/runtime/BufferFactoryInternal.java com/jogamp/gluegen/nativesig/**" />
</target>
<target name="init.base" depends="jogamp.env.init,gluegen.properties.load.user,gluegen.cpptasks.detect.os,setup.excludes.nsig">
<!-- Create the classpath for compiling GlueGen.
This requires the user-defined "antlr.jar" property. -->
<path id="cc_gluegen.classpath">
<pathelement location="${antlr.jar}" />
<pathelement location="${semver.jar}" />
</path>
</target>
<target name="init.android" if="android-jars.available" >
<!-- Create the classpath for compiling Android only stuff. -->
<path id="android.classpath">
<pathelement location="${android-min.jar}"/>
</path>
<!-- Create the classpath for compiling GlueGen.
This requires the user-defined "antlr.jar" property. -->
<path id="cc_gluegen_android.classpath">
<pathelement location="${antlr.jar}" />
<pathelement location="${android-min.jar}"/>
</path>
</target>
<target name="init" depends="init.base, init.android">
<!-- Declare all paths and user defined variables. -->
<!-- property name="javadoc.link" value="http://java.sun.com/j2se/1.4.2/docs/api/" /-->
<!-- property name="javadoc.link" value="http://download.oracle.com/javase/1.5.0/docs/api/" /-->
<property name="javadoc.link" value="http://docs.oracle.com/javase/6/docs/api/" />
<!-- The source and build directories. -->
<property name="project.root" value=".." />
<property name="src.java" value="${project.root}/src/java" />
<property name="src.antlr" value="${project.root}/src/antlr" />
<property name="src.jcpp" value="${project.root}/jcpp/src/main/java" />
<property name="build" location="${project.root}/${rootrel.build}" />
<property name="javadoc.root.path" location="${build}/javadoc" />
<property name="javadoc.gluegen.path" location="${javadoc.root.path}/gluegen/javadoc" />
<property name="gluegen.lib.dir" value="${build}/obj"/>
<property name="gluegen.build.number" value="manual"/>
<property name="gluegen.build.id" value="${version.timestamp}"/>
<mkdir dir="${build}" />
<property name="gluegen.build.branch" value="manual"/> <!-- fallback -->
<exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false"
outputproperty="gluegen.build.commit">
<arg line="rev-parse HEAD"/>
</exec>
<property name="gluegen.build.commit" value="manual"/> <!-- fallback -->
<property name="gluegen.version" value="${jogamp.version.base}-b${gluegen.build.number}-${version.timestamp}" />
<property name="stub.includes.dir" value="stub_includes" /> <!-- NOTE: this MUST be relative for FileSet -->
<!-- The generated source directories. -->
<property name="src.generated" value="${build}/gensrc" />
<property name="src.generated.java" value="${src.generated}/java" />
<property name="src.generated.c" value="${src.generated}/native" />
<!-- The compiler output directories. -->
<property name="classes" value="${build}/classes" />
<!-- Call the external config validator script to make sure the config is ok and consistent -->
<ant antfile="validate-properties.xml" inheritall="true"/>
<!-- Create the required output directories. -->
<mkdir dir="${src.generated.java}" />
<mkdir dir="${src.generated.c}" />
<mkdir dir="${src.generated.c}/Unix" />
<mkdir dir="${src.generated.c}/Windows" />
<mkdir dir="${classes}" />
<!-- Create the classpath for ANTLR.
This requires the user-defined "antlr.jar" property. -->
<path id="antlr.classpath">
<pathelement location="${antlr.jar}" />
</path>
<!-- Create the classpath for using GlueGen. -->
<path id="gluegen.classpath" >
<pathelement location="${classes}" />
<pathelement location="${antlr.jar}" />
</path>
<!-- The location of the GlueGen source and the C grammar files. -->
<property name="c.grammar" value="${src.antlr}/com/jogamp/gluegen/cgram" />
<property name="j.grammar" value="${src.antlr}/com/jogamp/gluegen/jgram" />
<!-- The resulting location of the generated Java files from the
- C grammar via ANTLR. -->
<property name="c.grammar.out.dir" value="${src.generated.java}/com/jogamp/gluegen/cgram" />
<property name="j.grammar.out.dir" value="${src.generated.java}/com/jogamp/gluegen/jgram" />
<property name="tools.jar" value="${java.home}/../lib/tools.jar"/>
<property name="archive.name" value="gluegen-${gluegen.version}-${os.and.arch}" />
<property name="archive" value="${build}/${archive.name}" />
<!-- the launcher is compiled and packaged explicit - if android -->
<property name="jogamp-android-launcher.classes" value="jogamp/android/launcher/**"/>
<!-- optional android classes - if android -->
<property name="java.part.android" value="jogamp/common/os/android/**"/>
<!-- property name="java.part.awt" value="com/jogamp/common/util/awt/** jogamp/common/awt/**"/-->
<property name="java.part.awt" value="com/jogamp/common/util/awt/**"/>
<property name="java.part.nonjava" value="com/jogamp/common/util/bin/*" />
<property name="gluegen-rt.classes" value="com/jogamp/gluegen/runtime/**"/>
<property name="jogamp.common.classes" value="com/jogamp/common/** jogamp/common/**"/>
<property name="java.part.jcpp" value="com/jogamp/gluegen/jcpp/**"/>
<property name="gluegen.excludes.all" value="${gluegen.excludes.nsig} ${jogamp-android-launcher.classes}" />
</target>
<target name="init.gg" depends="init">
<!-- Define the GlueGen task we just built -->
<taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask"
classpathref="gluegen.classpath" />
</target>
<target name="set.debug">
<property name="c.compiler.debug" value="true" />
<property name="javacdebug" value="true" />
<property name="javacdebuglevel" value="source,lines,vars" />
</target>
<target name="init.debug" depends="set.debug, init"/>
<property name="gluegen.root" value="../" />
<!-- Use GlueGen to generate the source code for the ElfHeader
implementation. Note that to make the build process simpler (in
particular, the nightly builds) we do not do this every time we
run the build, but instead check in the generated sources to
the source tree. -->
<target name="generate.os.sources" depends="init.gg" >
<property name="stub.includes.gluegen.gg" value="stub_includes/gluegen" />
<dirset id="stub.includes.fileset.os" dir=".">
<include name="stub_includes/os/**" />
</dirset>
<gluegen src="stub_includes/os/elf_header.h"
config="elf-header.cfg"
includeRefId="stub.includes.fileset.os"
literalInclude="${stub.includes.gluegen.gg}"
emitter="com.jogamp.gluegen.JavaEmitter"
debug="false">
<classpath refid="gluegen.classpath" />
</gluegen>
<!-- Only to cherry pick defines -> java files
<gluegen src="stub_includes/os/elf_eh_const.h"
config="elf-eh-const.cfg"
includeRefId="stub.includes.fileset.os"
literalInclude="${stub.includes.gluegen.gg}"
emitter="com.jogamp.gluegen.JavaEmitter"
debug="false">
<classpath refid="gluegen.classpath" />
</gluegen>
<gluegen src="stub_includes/os/elf_sh_const.h"
config="elf-sh-const.cfg"
includeRefId="stub.includes.fileset.os"
literalInclude="${stub.includes.gluegen.gg}"
emitter="com.jogamp.gluegen.JavaEmitter"
debug="false">
<classpath refid="gluegen.classpath" />
</gluegen> -->
</target>
<!-- ================================================================== -->
<!--
- Compile the native C code for GlueGen's dynamic linker interface.
-->
<target name="declare.win32.vc6" if="isVC6">
<echo message="Win32.VC6" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.msvc" />
<property name="linker.cfg.id" value="linker.cfg.win32.msvc" />
</target>
<target name="declare.win32.vc7" if="isVC7">
<echo message="Win32.VC7" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.msvc" />
<property name="linker.cfg.id" value="linker.cfg.win32.msvc" />
</target>
<target name="declare.win32.vc8" if="isVC8">
<echo message="Win32.VC8" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.msvc" />
<property name="linker.cfg.id" value="linker.cfg.win32.msvc" />
</target>
<target name="declare.win32.vc8_x64" if="isVC8_X64">
<echo message="Win32.VC8_X64" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.msvc" />
<property name="linker.cfg.id" value="linker.cfg.win32.msvc" />
</target>
<target name="declare.win32.vc9" if="isVC9">
<echo message="Win32.VC9" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.msvc" />
<property name="linker.cfg.id" value="linker.cfg.win32.msvc" />
</target>
<target name="declare.win32.mingw" if="isMingW32">
<echo message="Win32.MingW" />
<property name="compiler.cfg.id" value="compiler.cfg.win32.mingw" />
<property name="linker.cfg.id" value="linker.cfg.win32.mingw" />
</target>
<target name="declare.win64.mingw" if="isMingW64">
<echo message="Win64.MingW" />
<property name="compiler.cfg.id" value="compiler.cfg.win64.mingw" />
<property name="linker.cfg.id" value="linker.cfg.win64.mingw" />
</target>
<target name="declare.win32" depends="declare.win32.vc6,declare.win32.vc7,declare.win32.vc8,declare.win32.vc8_x64,declare.win32.vc9,declare.win32.mingw,declare.win64.mingw" if="isWindows" >
<property name="c.src.dir.os" value="windows" />
</target>
<target name="declare.linux.x86" if="isLinuxX86">
<echo message="Linux.x86" />
<property name="compiler.cfg.id" value="compiler.cfg.linux.x86" />
<property name="linker.cfg.id" value="linker.cfg.linux.x86" />
</target>
<target name="declare.linux.amd64" if="isLinuxAMD64">
<echo message="Linux.AMD64" />
<property name="compiler.cfg.id" value="compiler.cfg.linux.amd64" />
<property name="linker.cfg.id" value="linker.cfg.linux.amd64" />
</target>
<target name="declare.linux.ia64" if="isLinuxIA64">
<echo message="Linux.IA64" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux" />
</target>
<target name="declare.linux.armv6.armel" if="isLinuxARMv6Armel">
<echo message="Linux.armv6.armel" />
<property name="compiler.cfg.id" value="compiler.cfg.linux.armv6.armel" />
<property name="linker.cfg.id" value="linker.cfg.linux.armv6.armel" />
</target>
<target name="declare.linux.armv6.armhf" if="isLinuxARMv6Armhf">
<echo message="Linux.armv6.armhf" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.armv6.armhf" />
</target>
<target name="declare.linux.alpha" if="isLinuxAlpha">
<echo message="Linux.alpha" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.alpha" />
</target>
<target name="declare.linux.hppa" if="isLinuxHppa">
<echo message="Linux.hppa" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.hppa" />
</target>
<target name="declare.linux.mips" if="isLinuxMips">
<echo message="Linux.mips" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.mips" />
</target>
<target name="declare.linux.mipsel" if="isLinuxMipsel">
<echo message="Linux.mipsel" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.mipsel" />
</target>
<target name="declare.linux.ppc" if="isLinuxPpc">
<echo message="Linux.ppc" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.ppc" />
</target>
<target name="declare.linux.ppc64" if="isLinuxPpc64">
<echo message="Linux.ppc64" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.ppc64" />
</target>
<target name="declare.linux.ppc64le" if="isLinuxPpc64le">
<echo message="Linux.ppc64le" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.ppc64le" />
</target>
<target name="declare.linux.aarch64" if="isLinuxAarch64">
<echo message="Linux.aarch64" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.aarch64" />
</target>
<target name="declare.linux.s390" if="isLinuxs390">
<echo message="Linux.s390" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.s390" />
</target>
<target name="declare.linux.s390x" if="isLinuxs390x">
<echo message="Linux.s390x" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.s390x" />
</target>
<target name="declare.linux.sparc" if="isLinuxSparc">
<echo message="Linux.sparc" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
<property name="linker.cfg.id" value="linker.cfg.linux.sparc" />
</target>
<target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.aarch64,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" >
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.android" if="isAndroid" >
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.solaris32" if="isSolaris32Bit">
<echo message="Solaris" />
<property name="compiler.cfg.id" value="compiler.cfg.solaris" />
<property name="linker.cfg.id" value="linker.cfg.solaris" />
</target>
<target name="declare.solarisSparcv9" if="isSolarisSparcv9">
<echo message="SolarisSparcv9" />
<property name="compiler.cfg.id" value="compiler.cfg.solaris.sparcv9" />
<property name="linker.cfg.id" value="linker.cfg.solaris.sparcv9" />
</target>
<target name="declare.solarisAMD64" if="isSolarisAMD64">
<echo message="SolarisAMD64" />
<property name="compiler.cfg.id" value="compiler.cfg.solaris.amd64" />
<property name="linker.cfg.id" value="linker.cfg.solaris.amd64" />
</target>
<target name="declare.solaris" depends="declare.solaris32,declare.solarisSparcv9,declare.solarisAMD64" if="isSolaris" >
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.macosx" if="isOSX">
<echo message="MacOSX" />
<property name="compiler.cfg.id" value="compiler.cfg.macosx" />
<property name="linker.cfg.id" value="linker.cfg.macosx" />
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.freebsd.amd64" if="isFreeBSDAMD64">
<echo message="FreeBSDAMD64" />
<property name="compiler.cfg.id" value="compiler.cfg.freebsd" />
<property name="linker.cfg.id" value="linker.cfg.freebsd.amd64" />
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.freebsd.x86" if="isFreeBSDX86">
<echo message="FreeBSDX86" />
<property name="compiler.cfg.id" value="compiler.cfg.freebsd" />
<property name="linker.cfg.id" value="linker.cfg.freebsd.x86" />
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.freebsd" depends="declare.freebsd.x86,declare.freebsd.amd64" if="isFreeBSD" >
<property name="c.src.dir.os" value="unix" />
</target>
<target name="declare.hpux" if="isHPUX">
<echo message="HP-UX" />
<property name="compiler.cfg.id" value="compiler.cfg.hpux" />
<property name="linker.cfg.id" value="linker.cfg.hpux" />
<property name="c.src.dir.os" value="unix" />
</target>
<target name="c.configure" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler,declare.win32,declare.linux,declare.android,declare.solaris,declare.macosx,declare.freebsd,declare.hpux,gluegen.cpptasks.configure.compiler" unless="build.javaonly" />
<target name="c.rename.lib.mingw" if="isMingW">
<!-- FIXME: this is a hack; the cpptask should have an option to change the
suffix or at least understand the override from .so to .dll -->
<move file="${build}/obj/libgluegen-rt.so" tofile="${build}/obj/gluegen-rt.dll" />
</target>
<target name="c.rename.lib.macosx" if="isOSX">
<move file="${build}/obj/libgluegen-rt.dylib" tofile="${build}/obj/libgluegen-rt.jnilib" />
<copy file="${build}/obj/libgluegen-rt.jnilib" tofile="${build}/obj/libgluegen-rt.so" />
</target>
<target name="c.manifest" if="isVC8Family">
<!-- exec mt, the Microsoft Manifest Tool, to include DLL manifests in order to resolve the location of msvcr80.dll -->
<msvc.manifest objdir="${build}/obj" dllname="gluegen-rt" />
</target>
<target name="gluegen.build.c" depends="init, c.configure" unless="build.javaonly" >
<property name="c.compiler.src.files.common" value="src/native/common/*.c" />
<property name="c.compiler.src.files.os" value="src/native/${c.src.dir.os}/*.c" />
<property name="output.lib.name" value="gluegen2-rt" />
<condition property="output.lib.name.os" value="lib${output.lib.name}.so"><isset property="isUnix"/></condition>
<condition property="output.lib.name.os" value="${output.lib.name}.dll"><isset property="isWindows"/></condition>
<condition property="output.lib.name.os" value="lib${output.lib.name}.jnilib"><isset property="isOSX"/></condition>
<uptodate property="gluegen.build.skip.c">
<srcfiles dir= "${project.root}" includes="${c.compiler.src.files.os}"/>
<srcfiles dir= "${project.root}" includes="${c.compiler.src.files.common}"/>
<mapper type="merge" to="${gluegen.lib.dir}/${output.lib.name.os}"/>
</uptodate>
<antcall target="gluegen.build.c.impl" inheritAll="true" inheritRefs="true" />
</target>
<target name="gluegen.build.c.impl" depends="init, c.configure" unless="gluegen.build.skip.c">
<fail message="Requires '${compiler.cfg.id}'" unless="compiler.cfg.id"/>
<fail message="Requires '${linker.cfg.id}'" unless="linker.cfg.id"/>
<javah destdir="${src.generated.c}" classpath="${classes}" class="com.jogamp.common.os.Platform, com.jogamp.common.nio.PointerBuffer, jogamp.common.jvm.JVMUtil, com.jogamp.common.util.JarUtil, jogamp.common.os.MachineDataInfoRuntime" />
<javah destdir="${src.generated.c}/Unix" classpath="${classes}" class="jogamp.common.os.UnixDynamicLinkerImpl" />
<javah destdir="${src.generated.c}/Windows" classpath="${classes}" class="jogamp.common.os.WindowsDynamicLinkerImpl"/>
<echo message="Output lib name = ${output.lib.name} -> ${output.lib.name.os}" />
<mkdir dir="${gluegen.lib.dir}"/>
<echo message="Compiling ${c.compiler.src.files.os} ${c.compiler.src.files.common}" />
<echo message="user.dir=${user.dir}" />
<cc outtype="shared"
objdir="${gluegen.lib.dir}"
outfile="${gluegen.lib.dir}/${output.lib.name}"
optimize="${c.compiler.optimise}"
debug="${c.compiler.debug}"
multithreaded="true"
exceptions="false"
rtti="false">
<!-- TODO: versioninfo companyname="java.net"
legalcopyright="Copyright"
productname="GlueGen"
productversion="x.y.z"
description="Description"
fileversion="x.y.z"
filecomments="File Comment" /-->
<fileset dir="..">
<patternset>
<include name="${c.compiler.src.files.os}" />
<include name="${c.compiler.src.files.common}" />
</patternset>
</fileset>
<compiler extends="${compiler.cfg.id}" >
<sysincludepath path="${java.includes.dir}"/>
<sysincludepath path="${java.includes.dir.platform}"/>
<sysincludepath path="${stub.includes.dir}/platform"/>
<includepath path="${src.generated.c}" />
<includepath path="${src.generated.c}/Unix" if="isUnix"/>
<includepath path="${src.generated.c}/Unix" if="isOSX"/>
<includepath path="${src.generated.c}/Windows" if="isWindows"/>
</compiler>
<linker extends="${linker.cfg.id}" />
</cc>
<antcall target="c.rename.lib.mingw" inheritRefs="true" />
<antcall target="c.rename.lib.macosx" inheritRefs="true" />
<antcall target="gluegen.cpptasks.striplibs" inheritRefs="true">
<param name="libdir" value="${gluegen.lib.dir}"/>
</antcall>
<antcall target="c.manifest" inheritRefs="true" />
<native.tag.jar objdir="${build}/obj"
nativejarfile="${build}/gluegen2-rt-natives-${os.and.arch}.jar"
manifestfile="${build}/Manifest-rt-natives.temp"
module="common"
includelibs="*gluegen2-rt.${native.library.suffix}" />
<!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) -->
<copy file="${build}/gluegen2-rt-natives-${os.and.arch}.jar" tofile="${build}/gluegen-rt-android-natives-${os.and.arch}.jar"/>
</target>
<!-- ================================================================== -->
<!--
- Build GlueGen.
-->
<target name="generate-hash-maps">
<!-- Int*Maps -->
<antcall target="create-map" inheritrefs="true">
<param name="map.name" value="IntObjectHashMap"/>
<param name="map.key" value="int"/>
<param name="map.keyHash" value="\1"/>
<param name="map.value" value="Object"/>
<param name="map.null" value="null"/>
</antcall>
<antcall target="create-map" inheritrefs="true">
<param name="map.name" value="IntLongHashMap"/>
<param name="map.key" value="int"/>
<param name="map.keyHash" value="\1"/>
<param name="map.value" value="long"/>
<param name="map.null" value="-1"/>
</antcall>
<!-- Long*Maps -->
<antcall target="create-map" inheritrefs="true">
<param name="map.name" value="LongObjectHashMap"/>
<param name="map.key" value="long"/>
<param name="map.keyHash" value="HashUtil.getAddrHash32_EqualDist(\1)"/>
<param name="map.value" value="Object"/>
<param name="map.null" value="null"/>
</antcall>
<antcall target="create-map" inheritrefs="true">
<param name="map.name" value="LongIntHashMap"/>
<param name="map.key" value="long"/>
<param name="map.keyHash" value="HashUtil.getAddrHash32_EqualDist(\1)"/>
<param name="map.value" value="int"/>
<param name="map.null" value="-1"/>
</antcall>
<antcall target="create-map" inheritrefs="true">
<param name="map.name" value="LongLongHashMap"/>
<param name="map.key" value="long"/>
<param name="map.keyHash" value="HashUtil.getAddrHash32_EqualDist(\1)"/>
<param name="map.value" value="long"/>
<param name="map.null" value="-1"/>
</antcall>
</target>
<target name="create-map">
<!-- substitutes certain token in IntIntHashmap to create new primitive HasmMap-->
<copy file="${src.java}/com/jogamp/common/util/IntIntHashMap.java"
tofile="${src.generated.java}/com/jogamp/common/util/${map.name}.java" overwrite="true">
<filterchain>
<replaceregex pattern="IntIntHashMap" replace="${map.name}"/>
<replaceregex pattern="@see ${map.name}" replace="@see IntIntHashMap"/>
<replaceregex pattern="/\*value\*/int/\*value\*/" replace="${map.value}"/>
<replaceregex pattern="/\*key\*/int/\*key\*/" replace="${map.key}"/>
<replaceregex pattern="/\*keyHash\*/(.*)/\*keyHash\*/" replace="${map.keyHash}"/>
<replaceregex pattern="/\*null\*/-1/\*null\*/" replace="${map.null}"/>
</filterchain>
<!-- no clue why we have to do this twice... otherwise it will only replace one token per line -->
<filterchain>
<replaceregex pattern="/\*value\*/int/\*value\*/" replace="${map.value}"/>
</filterchain>
</copy>
</target>
<target name="generate-primitive-stacks">
<!-- IntegerStack -->
<antcall target="create-pstack" inheritrefs="true">
<param name="pstack.name" value="IntegerStack"/>
<param name="pstack.testname" value="TestIntegerStack01"/>
<param name="pstack.value" value="int"/>
<param name="pstack.value2" value="IntBuffer"/>
</antcall>
</target>
<target name="create-pstack">
<copy file="${src.java}/com/jogamp/common/util/FloatStack.java"
tofile="${src.generated.java}/com/jogamp/common/util/${pstack.name}.java" overwrite="true">
<filterchain>
<replaceregex pattern="FloatStack" replace="${pstack.name}"/>
<replaceregex pattern="@see ${pstack.name}" replace="@see FloatStack"/>
<replaceregex pattern="/\*value\*/float/\*value\*/" replace="${pstack.value}"/>
<replaceregex pattern="/\*value2\*/FloatBuffer/\*value2\*/" replace="${pstack.value2}"/>
</filterchain>
</copy>
<mkdir dir="${gluegen.root}/${rootrel.build}/test/build/gensrc/classes"/>
<copy file="${gluegen.root}/src/junit/com/jogamp/common/util/TestFloatStack01.java"
tofile="${gluegen.root}/${rootrel.build}/test/build/gensrc/classes/com/jogamp/common/util/${pstack.testname}.java" overwrite="true">
<filterchain>
<replaceregex pattern="FloatStack" replace="${pstack.name}"/>
<replaceregex pattern="TestFloatStack01" replace="${pstack.testname}"/>
<replaceregex pattern="@see ${pstack.name}" replace="@see FloatStack"/>
<replaceregex pattern="/\*value\*/float/\*value\*/" replace="${pstack.value}"/>
<replaceregex pattern="/\*value2\*/FloatBuffer/\*value2\*/" replace="${pstack.value2}"/>
</filterchain>
</copy>
</target>
<target name="gluegen.build.check.java" depends="init">
<uptodate property="gluegen.build.skip.java1">
<srcfiles dir= "." includes="*.xml"/>
<srcfiles dir= "${src.java}" includes="**"/>
<srcfiles dir= "${src.jcpp}" includes="**"/>
<srcfiles dir= "${c.grammar}" includes="*.g"/>
<srcfiles dir= "${j.grammar}" includes="*.g"/>
<mapper type="merge" to="${build}/gluegen.jar"/>
</uptodate>
<uptodate property="gluegen.build.skip.java2">
<srcfiles dir= "." includes="*.xml"/>
<srcfiles dir= "${src.java}" includes="**"/>
<srcfiles dir= "${src.jcpp}" includes="**"/>
<srcfiles dir= "${c.grammar}" includes="*.g"/>
<srcfiles dir= "${j.grammar}" includes="*.g"/>
<mapper type="merge" to="${build}/gluegen-rt.jar"/>
</uptodate>
<condition property="gluegen.build.skip.java" value="true">
<or>
<isset property="gluegen.build.skip.java1"/>
<isset property="gluegen.build.skip.java2"/>
</or>
</condition>
</target>
<!--
- Using ANTLR generate the specified Java files.
-
- @param target the grammar file to process
- @param output.dir the directory to write the generated files to. If
- the directory does not exist, it will be created.
-->
<target name="generate.java">
<!-- Generate the Java files -->
<antlr target="${output.dir}/${target}" outputdirectory="${output.dir}">
<classpath refid="antlr.classpath" />
</antlr>
</target>
<!--
- Using ANTLR generate the specified Java files with an overridden
- grammar file.
-
- @param target the grammar file to process
- @param override the overridding grammar file
- @param output.dir the directory to write the generated files to. If
- the directory does not exist, it will be created.
-->
<target name="generate.java.override">
<!-- Generate the Java files -->
<antlr target="${output.dir}/${target}" glib="${output.dir}/${override}" outputdirectory="${output.dir}">
<classpath refid="antlr.classpath" />
</antlr>
</target>
<target name="gluegen.build.javase">
<!-- Because ANTLR looks for importVocab files in the current
working directory, it likes to have all of its files,
including supergrammars, in one place, so copy all of the
grammars to the output directory up front so we don't put
temporary files into the source tree -->
<mkdir dir="${c.grammar.out.dir}" />
<copy todir="${c.grammar.out.dir}">
<fileset dir="${c.grammar}">
<include name="*.g" />
</fileset>
</copy>
<mkdir dir="${j.grammar.out.dir}" />
<copy todir="${j.grammar.out.dir}">
<fileset dir="${j.grammar}">
<include name="*.g" />
</fileset>
</copy>
<!-- Generate the Java files from the C grammar using ANTLR. -->
<antcall target="generate.java" inheritRefs="true">
<param name="output.dir" value="${c.grammar.out.dir}" />
<param name="target" value="StdCParser.g" />
</antcall>
<antcall target="generate.java.override" inheritRefs="true">
<param name="output.dir" value="${c.grammar.out.dir}" />
<param name="target" value="GnuCParser.g" />
<param name="override" value="StdCParser.g" />
</antcall>
<antcall target="generate.java" inheritRefs="true">
<param name="output.dir" value="${c.grammar.out.dir}" />
<param name="target" value="GnuCTreeParser.g" />
</antcall>
<antcall target="generate.java.override" inheritRefs="true">
<param name="output.dir" value="${c.grammar.out.dir}" />
<param name="target" value="GnuCEmitter.g" />
<param name="override" value="GnuCTreeParser.g" />
</antcall>
<antcall target="generate.java.override" inheritRefs="true">
<param name="output.dir" value="${c.grammar.out.dir}" />
<param name="target" value="HeaderParser.g" />
<param name="override" value="GnuCTreeParser.g" />
</antcall>
<antcall target="generate.java" inheritRefs="true">
<param name="output.dir" value="${j.grammar.out.dir}" />
<param name="target" value="JavaParser.g" />
</antcall>
<!-- Build GlueGen using the generated Java files along with the
- original source. -->
<!-- Compile gluegen-rt first -->
<javac destdir="${classes}"
includeAntRuntime="false"
includes="${gluegen-rt.classes} ${jogamp.common.classes}"
excludes="${gluegen.excludes.all} ${java.part.android}"
memoryMaximumSize="${javac.memorymax}"
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<src path="${src.java}" />
<src path="${src.generated.java}" />
<classpath refid="cc_gluegen.classpath" />
</javac>
<!-- make non-java code available in classpath -->
<copy todir="${classes}">
<fileset dir="${src.java}"
includes="${java.part.nonjava}"
excludes="**/*.java"/>
</copy>
<!-- Compile gluegen (compile time).
Uses host.rt.jar, since we require 'com.sun.tools.doclets.Taglet',
w/o it breaks build on OSX w/ Java6 compiler.
Surprisingly it works on other platforms, which seems to pick classes
outside of the 'bootclasspath'.
-->
<javac destdir="${classes}"
includeAntRuntime="true"
excludes="${gluegen.excludes.all} ${gluegen-rt.classes} ${java.part.android}"
memoryMaximumSize="${javac.memorymax}"
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
bootclasspath="${host.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<src path="${src.jcpp}" />
<src path="${src.java}" />
<src path="${src.generated.java}" />
<classpath refid="cc_gluegen.classpath" />
</javac>
<copy file="Manifest"
tofile="${build}/Manifest.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<!-- Build gluegen.jar. -->
<jar destfile="${build}/gluegen.jar" manifest="${build}/Manifest.temp" filesonly="true">
<service type="javax.annotation.processing.Processor">
<provider classname="com.jogamp.gluegen.structgen.CStructAnnotationProcessor"/>
</service>
<fileset dir="${classes}">
<include name="**/*.class" />
<exclude name="${jogamp-android-launcher.classes}" />
</fileset>
<fileset dir="resources/assets">
<include name="**" />
</fileset>
</jar>
<copy file="Manifest-rt"
tofile="${build}/Manifest-rt.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<copy file="jogamp-fat.mf"
tofile="${build}/jogamp-fat.mf"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<copy file="jogamp-fat-test.mf"
tofile="${build}/jogamp-fat-test.mf"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<!-- copy file="Manifest-rt-alt"
tofile="${build}/Manifest-rt-alt.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy -->
<copy file="Manifest-rt-natives"
tofile="${build}/Manifest-rt-natives.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<!-- Build gluegen-rt.jar. -->
<jar destfile="${build}/gluegen-rt.jar" manifest="${build}/Manifest-rt.temp" filesonly="true">
<fileset dir="${classes}">
<include name="com/jogamp/gluegen/runtime/*.class" />
<include name="com/jogamp/common/**" />
<include name="jogamp/common/**" />
<exclude name="${jogamp-android-launcher.classes}" />
<exclude name="${java.part.android}" />
<exclude name="${java.part.jcpp}" />
</fileset>
<fileset dir="resources/assets">
<include name="**" />
</fileset>
</jar>
<!-- Build gluegen-rt-alt.jar. -->
<!-- jar destfile="${build}/gluegen-rt-alt.jar" manifest="${build}/Manifest-rt-alt.temp">
<fileset dir="${classes}">
<include name="com/jogamp/gluegen/runtime/*.class" />
<include name="com/jogamp/common/**" />
<include name="jogamp/common/**" />
<exclude name="${jogamp-android-launcher.classes}" />
<exclude name="${java.part.android}" />
<exclude name="${java.part.jcpp}" />
</fileset>
<fileset dir="resources/assets">
<include name="**" />
</fileset>
</jar -->
<!-- Copy antlr.jar into build directory for convenience so
gluegen.jar can be run via "java -jar". antlr.jar is
referenced via a Class-Path entry in the Manifest of
gluegen.jar. -->
<copy file="${antlr.jar}" todir="${build}" />
<!-- copy a jnlp with empty codebase into build folder for local testing
overwrite property in gluegen.proerpties if desired -->
<property name="gluegen.jnlp.codebase" value=""/>
<copy file="${gluegen.root}/jnlp-files/gluegen-rt.jnlp" todir="${build}">
<filterchain>
<replacestring from="GLUEGEN_CODEBASE_TAG" to="${gluegen.jnlp.codebase}"/>
</filterchain>
</copy>
</target>
<target name="gluegen.build.android" if="android-jars.available">
<!--compile gluegen-rt-android last-->
<javac destdir="${classes}"
includeAntRuntime="false"
includes="${gluegen-rt.classes} ${jogamp.common.classes}"
excludes="${gluegen.excludes.all}"
memoryMaximumSize="${javac.memorymax}"
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<src path="${src.java}" />
<src path="${src.generated.java}" />
<classpath refid="cc_gluegen_android.classpath" />
</javac>
<copy file="Manifest-rt-android"
tofile="${build}/Manifest-rt-android.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<!-- Build gluegen-rt-android.jar. -->
<jar destfile="${build}/gluegen-rt-android.jar" manifest="${build}/Manifest-rt-android.temp" filesonly="true">
<fileset dir="${classes}">
<include name="com/jogamp/gluegen/runtime/*.class" />
<include name="com/jogamp/common/**" />
<include name="jogamp/common/**" />
<include name="${java.part.android}" />
<exclude name="${jogamp-android-launcher.classes}" />
</fileset>
<fileset dir="resources/assets">
<include name="**" />
</fileset>
</jar>
</target>
<target name="gluegen.build.java" depends="gluegen.cpptasks.detect.os,gluegen.build.check.java" unless="gluegen.build.skip.java">
<antcall target="generate-hash-maps" inheritRefs="true"/>
<antcall target="generate-primitive-stacks" inheritRefs="true"/>
<antcall target="gluegen.build.javase" inheritRefs="true"/>
<antcall target="gluegen.build.android" inheritRefs="true"/>
</target>
<target name="gluegen.build.check.android-launcher" depends="init">
<uptodate property="gluegen.build.skip.android-launcher">
<srcfiles dir= "." includes="*.xml"/>
<srcfiles dir= "resources/android" includes="**/*.xml"/>
<srcfiles dir= "${src.java}/jogamp/android/launcher" includes="**"/>
<mapper type="merge" to="${build}/jogamp-android-launcher.jar"/>
</uptodate>
</target>
<target name="android-launcher.build" depends="gluegen.cpptasks.detect.os,gluegen.build.check.android-launcher" if="android-jars.available" unless="gluegen.build.skip.android-launcher">
<javac destdir="${classes}"
includeAntRuntime="false"
includes="${jogamp-android-launcher.classes}"
excludes="${jogamp.common.classes}"
memoryMaximumSize="${javac.memorymax}"
encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
bootclasspath="${target.rt.jar}"
debug="${javacdebug}" debuglevel="${javacdebuglevel}">
<src path="${src.java}" />
<classpath refid="android.classpath" />
</javac>
<copy file="Manifest-android-launcher"
tofile="${build}/Manifest-android-launcher.temp"
overwrite="true">
<filterset>
<filter token="VERSION" value="${jogamp.version}"/>
<filter token="BUILD_VERSION" value="${gluegen.version}"/>
<filter token="SCM_BRANCH" value="${gluegen.build.branch}"/>
<filter token="SCM_COMMIT" value="${gluegen.build.commit}"/>
<filter token="BASEVERSION" value="${jogamp.version.base}"/>
<filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
<jar destfile="${build}/jogamp-android-launcher.jar" manifest="${build}/Manifest-android-launcher.temp" filesonly="true">
<fileset dir="${classes}">
<include name="${jogamp-android-launcher.classes}" />
</fileset>
</jar>
</target>
<target name="android-launcher.package" depends="android-launcher.build" if="isAndroid" unless="gluegen.build.skip.android-launcher">
<aapt.signed
assetsdir="resources/assets-launcher"
jarbuilddir="${build}"
jarbasename="jogamp-android-launcher"
nativebuilddir="${build}"
nativebasename="non-existing"
androidmanifest.path="resources/android/AndroidManifest-Launcher.xml"
androidresources.path="resources/android/res"
jarmanifest.path="${build}/Manifest-android-launcher.temp"
version.code="${jogamp.version.int}"
version.name="${jogamp.version}"
/>
</target>
<target name="gluegen.build.check.aapt" depends="init">
<uptodate property="gluegen.build.skip.aapt">
<srcfiles dir= "." includes="*.xml"/>
<srcfiles dir= "${src.java}" includes="**"/>
<srcfiles dir= "${src.generated}" includes="**"/>
<mapper type="merge" to="${build}/gluegen-rt-${os.and.arch}.apk"/>
</uptodate>
</target>
<target name="android.package" depends="gluegen.cpptasks.detect.os,gluegen.build.check.aapt" if="isAndroid" unless="gluegen.build.skip.aapt" >
<aapt.signed
assetsdir="resources/assets"
jarbuilddir="${build}"
jarbasename="gluegen-rt-android"
nativebuilddir="${gluegen.lib.dir}"
nativebasename="gluegen-rt"
android.abi="${android.abi}"
androidmanifest.path="resources/android/AndroidManifest-Runtime.xml"
androidresources.path="resources/android/res"
jarmanifest.path="${build}/Manifest-rt-android.temp"
version.code="${jogamp.version.int}"
version.name="${jogamp.version}"
/>
</target>
<target name="base.compile" description="Base compile ensuring valid build results w/o tampering the artifacts.properties"
depends="init, android-launcher.package, gluegen.build.java, gluegen.build.c" />
<target name="all.no_junit" description="Release build" depends="init, base.compile, tag.build, android.package, developer-zip-archive" />
<target name="all" description="Release build" depends="init, base.compile, tag.build, junit.compile, android.package, developer-zip-archive" />
<target name="all.debug" description="Debug build" depends="init.debug, base.compile, tag.build, junit.compile, developer-zip-archive" />
<target name="all.ide" description="Debug IDE build including all junit tests, but don't tag the build or create archives" depends="init.debug, base.compile, tag.build, junit.compile" />
<target name="clean" depends="init">
<delete includeEmptyDirs="true">
<fileset dir="${build}" />
</delete>
</target>
<target name="tag.build" depends="init">
<echo message='gluegen.build.version=${jogamp.version}${line.separator}' file="${build}/artifact.properties"/>
<echo message='gluegen.build.number=${gluegen.build.number}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='gluegen.build.id=${gluegen.build.id}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='gluegen.build.branch=${gluegen.build.branch}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='gluegen.build.commit=${gluegen.build.commit}${line.separator}' file="${build}/artifact.properties" append="true"/>
</target>
<target name="junit.compile" depends="init">
<ant antfile="build-test.xml" target="junit.compile"/>
</target>
<target name="junit.run" depends="init,junit.compile">
<ant antfile="build-test.xml" target="junit.run"/>
</target>
<target name="javadoc" depends="init">
<!-- Build the general public Javadoc in the target folder hierarchy javadoc/gluegen/javadoc -->
<delete dir="${javadoc.gluegen.path}" includeEmptyDirs="true" quiet="true" failonerror="false" />
<mkdir dir="${javadoc.gluegen.path}" />
<javadoc packagenames="com.jogamp.*"
sourcepath="${src.java};${src.jcpp};${src.generated.java}"
destdir="${javadoc.gluegen.path}" windowtitle="GlueGen Runtime Documentation"
overview="../src/java/com/jogamp/gluegen/package.html"
encoding="UTF-8"
source="${target.sourcelevel}"
maxmemory="${javac.memorymax}"
stylesheetfile="doc/javadoc/stylesheet.css">
<classpath path="${classes}"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="142-packages" />
<arg value="${javadoc.xarg1}"/>
</javadoc>
<copy todir="${javadoc.gluegen.path}/resources" overwrite="true">
<fileset dir="doc/javadoc/resources" includes="*" />
</copy>
<!-- <archive.7z destfile="${build}/javadoc.7z"
basedir="${javadoc.root.path}"
includes="gluegen/**" />-->
</target>
<!-- ================================================================== -->
<!--
- Build the per-platform binary zip archive for developers.
- This must be called after all of the build targets complete.
-->
<target name="developer-src-zip" depends="init">
<!--delete includeEmptyDirs="true" quiet="true" failonerror="false">
<fileset dir="${build}" includes="gluegen-java-src.zip" />
</delete-->
<zip destfile="${build}/gluegen-java-src.zip" level="0">
<fileset dir="${src.java}"/>
<fileset dir="${build}/gensrc/java"/>
<fileset dir="${src.jcpp}"/>
</zip>
</target>
<target name="developer-zip-archive" depends="init,developer-src-zip" if="build.archiveon">
<delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" />
<mkdir dir="${archive}" />
<copy todir="${archive}">
<fileset dir=".." includes="LICENSE.txt"/>
<fileset dir="${build}" includes="artifact.properties"/>
<fileset dir="${build}" includes="gluegen-java-src.zip"/>
</copy>
<mkdir dir="${archive}/jar" />
<copy todir="${archive}/jar">
<fileset dir="${build}" includes="gluegen*.jar"/>
<fileset dir="${build}" includes="*.apk"/>
</copy>
<mkdir dir="${archive}/lib" />
<copy todir="${archive}/lib">
<fileset dir="${build}/obj" includes="*${native.library.suffix}"/>
</copy>
<mkdir dir="${archive}/jnlp-files" />
<copy todir="${archive}/jnlp-files">
<fileset dir="${project.root}/jnlp-files" includes="*" />
</copy>
<mkdir dir="${archive}/dist" />
<copy todir="${archive}/dist">
<fileset dir="${build}" includes="jogamp-fat.mf"/>
<fileset dir="${build}" includes="jogamp-fat-test.mf"/>
<fileset dir="lib" includes="junit.jar"/>
</copy>
<!-- <archive.7z destfile="${build}/${archive.name}.7z"
basedir="${build}"
includes="${archive.name}/**" />-->
<!-- Clean up after ourselves -->
<delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" />
</target>
<!-- Put the files created by target gluegen.build from
build directory to maven repository, local or remote
(targets maven.install and maven.deploy.snapshot respectively)-->
<import file="maven-common.xml" />
<target name="maven.prepare.pom">
<copy file="pom-template.xml" tofile="${build}/pom-${artifactId}.xml" overwrite="true">
<filterset>
<filter token="ARTIFACTID" value="${artifactId}"/>
<filter token="VERSION" value="${maven.artifacts.version}"/>
<filter token="DESCRIPTION" value="${description}"/>
<filter token="DEPENDENCIES" value=""/>
</filterset>
</copy>
</target>
<target name="maven.prepare.native.pom">
<loadfile srcfile="pom-rt-dependency.xml" property="maven.dependencies.section"/>
<copy file="pom-template.xml" tofile="${build}/pom-${artifactId}-${os.and.arch}.xml" overwrite="true">
<filterchain description="Put in the dependencies section, then replace tokens">
<replacetokens>
<token key="DEPENDENCIES" value="${maven.dependencies.section}"/>
</replacetokens>
<replacetokens>
<token key="ARTIFACTID" value="${artifactId}"/>
<token key="VERSION" value="${maven.artifacts.version}"/>
<token key="DESCRIPTION" value="${description}"/>
</replacetokens>
</filterchain>
</copy>
</target>
<target name="maven.install.artifact">
<antcall target="maven.prepare.pom" inheritall="true"/>
<exec executable="mvn" dir="${build}">
<arg value="install:install-file"/>
<arg value="-Dfile=${artifactId}.jar"/>
<arg value="-DpomFile=pom-${artifactId}.xml"/>
<arg value="-DcreateChecksum=true"/>
</exec>
</target>
<target name="maven.install.native.artifact">
<antcall target="maven.prepare.native.pom" inheritall="true"/>
<exec executable="mvn" dir="${build}">
<arg value="install:install-file"/>
<arg value="-Dfile=${artifactId}-${os.and.arch}.jar"/>
<arg value="-DpomFile=pom-${artifactId}-${os.and.arch}.xml"/>
<arg value="-DcreateChecksum=true"/>
<arg value="-Dclassifier=${os.and.arch}"/>
</exec>
</target>
<target name="maven.deploy.artifact">
<antcall target="maven.prepare.pom" inheritall="true"/>
<exec executable="mvn" dir="${build}">
<arg value="deploy:deploy-file"/>
<arg value="-DrepositoryId=sonatype-nexus-snapshots"/>
<arg value="-Durl=https://oss.sonatype.org/content/repositories/snapshots/"/>
<arg value="-Dfile=${artifactId}.jar"/>
<arg value="-DpomFile=pom-${artifactId}.xml"/>
<arg value="-DcreateChecksum=true"/>
</exec>
</target>
<target name="maven.deploy.native.artifact">
<antcall target="maven.prepare.native.pom" inheritall="true"/>
<exec executable="mvn" dir="${build}">
<arg value="deploy:deploy-file"/>
<arg value="-DrepositoryId=sonatype-nexus-snapshots"/>
<arg value="-Durl=https://oss.sonatype.org/content/repositories/snapshots/"/>
<arg value="-Dfile=${artifactId}-${os.and.arch}.jar"/>
<arg value="-DpomFile=pom-${artifactId}-${os.and.arch}.xml"/>
<arg value="-DcreateChecksum=true"/>
<arg value="-Dclassifier=${os.and.arch}"/>
</exec>
</target>
<target name="maven.antcalls">
<antcall target="maven.${mvn.task}.artifact" inheritall="true">
<param name="artifactId" value="gluegen"/>
<param name="description" value="GlueGen - JNI Glue Code Generator"/>
</antcall>
<antcall target="maven.${mvn.task}.artifact" inheritall="true">
<param name="artifactId" value="gluegen-rt"/>
<param name="description" value="GlueGen runtime"/>
</antcall>
<antcall target="maven.${mvn.task}.native.artifact" inheritall="true">
<param name="artifactId" value="gluegen-rt-natives"/>
<param name="description" value="GlueGen runtime native libraries for ${os.and.arch}"/>
</antcall>
</target>
<target name="maven.install" depends="init, base.compile, tag.build">
<property name="maven.artifacts.version" value="${jogamp.version.base}"/>
<antcall target="maven.antcalls" inheritall="true">
<param name="mvn.task" value="install"/>
</antcall>
</target>
<target name="maven.deploy.snapshot" depends="init, base.compile, tag.build">
<property name="maven.artifacts.version" value="${jogamp.version.base}-SNAPSHOT"/>
<antcall target="maven.antcalls" inheritall="true">
<param name="mvn.task" value="deploy"/>
</antcall>
</target>
</project>
|