Changeset 1722
- Timestamp:
- May 19, 2010 1:47:39 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 12 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1678 r1722 608 608 SHLIB_LDFLAGS 609 609 RP_BASE 610 JAVA_INCLUDES 611 JAVA_HOME 612 JAVAH 613 JAVAC 614 JAVA 610 615 RUBY_PLATFORM 611 616 RUBY_VERSION_RV … … 8422 8427 8423 8428 8429 # TODO: Check that these actually exist. 8430 JAVA=java 8431 JAVAC=javac 8432 JAVAH=javah 8433 8434 # TODO: Find the java install from path to java exectuable. 8435 JAVA_HOME=/usr/lib/jvm/java-6-sun 8436 8437 # TODO: find the location of jni.h and jni_md.h. 8438 # Obviously the linux subdir won't exist on all platforms. 8439 JAVA_INCLUDES="-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/linux" 8440 8441 8442 8443 8444 8445 8446 8424 8447 RP_BASE=`pwd` 8425 8448 … … 8926 8949 8927 8950 8928 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/ perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/RpOctaveInterface.h lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/octave/2/Makefile examples/app-fermi/octave/3/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/loadrun/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile test/Makefile test/src/Makefile"8951 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile lang/Makefile lang/java/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/RpOctaveInterface.h lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/java/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/octave/2/Makefile examples/app-fermi/octave/3/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/loadrun/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile test/Makefile test/src/Makefile" 8929 8952 8930 8953 cat >confcache <<\_ACEOF … … 9636 9659 "gui/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES gui/scripts/Makefile" ;; 9637 9660 "lang/Makefile") CONFIG_FILES="$CONFIG_FILES lang/Makefile" ;; 9661 "lang/java/Makefile") CONFIG_FILES="$CONFIG_FILES lang/java/Makefile" ;; 9638 9662 "lang/perl/Makefile") CONFIG_FILES="$CONFIG_FILES lang/perl/Makefile" ;; 9639 9663 "lang/perl/Makefile.PL") CONFIG_FILES="$CONFIG_FILES lang/perl/Makefile.PL" ;; … … 9657 9681 "examples/app-fermi/cee/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/cee/Makefile" ;; 9658 9682 "examples/app-fermi/fortran/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/fortran/Makefile" ;; 9683 "examples/app-fermi/java/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/java/Makefile" ;; 9659 9684 "examples/app-fermi/matlab/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/matlab/Makefile" ;; 9660 9685 "examples/app-fermi/matlab/compiled/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/matlab/compiled/Makefile" ;; -
trunk/configure.in
r1678 r1722 451 451 AC_SUBST(RUBY_VERSION_RV) 452 452 AC_SUBST(RUBY_PLATFORM) 453 454 # TODO: Check that these actually exist. 455 JAVA=java 456 JAVAC=javac 457 JAVAH=javah 458 459 # TODO: Find the java install from path to java exectuable. 460 JAVA_HOME=/usr/lib/jvm/java-6-sun 461 462 # TODO: find the location of jni.h and jni_md.h. 463 # Obviously the linux subdir won't exist on all platforms. 464 JAVA_INCLUDES="-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/linux" 465 466 AC_SUBST(JAVA) 467 AC_SUBST(JAVAC) 468 AC_SUBST(JAVAH) 469 AC_SUBST(JAVA_HOME) 470 AC_SUBST(JAVA_INCLUDES) 453 471 454 472 RP_BASE=`pwd` … … 542 560 gui/scripts/Makefile 543 561 lang/Makefile 562 lang/java/Makefile 544 563 lang/perl/Makefile 545 564 lang/perl/Makefile.PL … … 563 582 examples/app-fermi/cee/Makefile 564 583 examples/app-fermi/fortran/Makefile 584 examples/app-fermi/java/Makefile 565 585 examples/app-fermi/matlab/Makefile 566 586 examples/app-fermi/matlab/compiled/Makefile -
trunk/examples/app-fermi/Makefile.in
r1044 r1722 23 23 MEX = @MEX@ 24 24 MKOCTFILE = @MKOCTFILE@ 25 JAVA = @JAVA@ 25 26 26 27 LANGS = target_c target_tcl target_wrapper target_2_0 … … 42 43 ifneq ($(RUBY),) 43 44 LANGS += target_ruby 45 endif 46 ifneq ($(JAVA),) 47 LANGS += target_java 44 48 endif 45 49 … … 70 74 build_2_0: 71 75 $(MAKE) -C 2.0 all 76 build_java: 77 $(MAKE) -C java all 72 78 73 79 install_c: … … 91 97 install_2_0: 92 98 $(MAKE) -C 2.0 install 99 install_java: 100 $(MAKE) -C java install 93 101 94 102 clean: … … 103 111 $(MAKE) -C wrapper clean 104 112 $(MAKE) -C 2.0 clean 113 $(MAKE) -C java clean 105 114 106 115 distclean: … … 115 124 $(MAKE) -C wrapper distclean 116 125 $(MAKE) -C 2.0 distclean 126 $(MAKE) -C java distclean 117 127 $(RM) Makefile -
trunk/gui/apps/rappture.env.in
r1679 r1722 52 52 export TCL_LIBRARY TK_LIBRARY TCLLIBPATH 53 53 54 CLASSPATH=.:${libdir}/java:$CLASSPATH 55 JAVALIB=${libdir}/java:$JAVALIB 56 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$JAVALIB 57 58 export CLASSPATH JAVALIB LD_LIBRARY_PATH 59 -
trunk/lang/Makefile.in
r1087 r1722 21 21 MEX = @MEX@ 22 22 MKOCTFILE = @MKOCTFILE@ 23 JAVA = @JAVA@ 23 24 24 25 # Rappture requires it. We always build a Tcl language API. … … 40 41 LANGS += octave 41 42 endif 43 ifneq ($(JAVA),) 44 LANGS += java 45 endif 42 46 43 .PHONY: tcl octave matlab perl python ruby 47 .PHONY: tcl octave matlab perl python ruby java 44 48 45 49 all:
Note: See TracChangeset
for help on using the changeset viewer.