Changeset 718
- Timestamp:
- May 9, 2007 1:48:39 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r710 r718 43 43 44 44 rplib: 45 @if ! test -d "include"; then \ 46 mkdir include;\ 47 fi 45 48 make -C src2/core librappture2.a librappture2.so.0.0 46 49 make -C src librappture; 47 50 48 51 install_rplib: 49 set -x;50 52 make -C src2/core install; 51 53 make -C src install_rappture; … … 61 63 ############################################################################# 62 64 build_examples: 65 ifneq ($(strip @F77@),) 63 66 make -C examples/app-fermi/fortran 67 endif 68 ifneq ($(strip @CC@),) 64 69 make -C examples/app-fermi/cee 65 70 make -C examples/app-fermi/wrapper/cee 66 71 make -C examples/c-example 72 endif 67 73 68 74 install_examples: build_examples … … 116 122 install_python: build_python 117 123 @if test "x@PYTHON@" != "x" ; then \ 118 set -x; \119 124 cd python; \ 120 125 @PYTHON@ setup.py install --prefix=$(prefix); \ … … 123 128 build_perl: 124 129 @if test "x@PERL@" != "x" ; then \ 125 set -x; \126 130 cd perl; \ 127 131 @PERL@ Makefile.PL INSTALLSITELIB=$(libdir)/perl5 INSTALLSITEARCH=$(libdir)/perl5 INSTALLSITEMAN3DIR=$(mandir)/man3; \ … … 131 135 install_perl: build_perl 132 136 @if test "x@PERL@" != "x" ; then \ 133 make -C perl install; \ 137 cd perl; \ 138 make install; \ 134 139 fi 135 140 136 141 build_pkgs: 137 set -x;138 142 @if ! test -d "bin"; then \ 139 143 mkdir bin;\ … … 148 152 make -C examples/c-example clean 149 153 make -C gui clean 150 make -C perl clean 154 @if test -r "perl/Makefile" ; then \ 155 make -C perl clean; \ 156 fi 151 157 rm -rf python/build 152 158 make -C src clean 153 159 make -C src/matlab clean 154 160 make -C src/octave clean 155 make -C src/tcl distclean161 make -C src/tcl clean 156 162 make -C src2/core clean 163 rm -rf include 157 164 158 165 distclean: -
trunk/configure
r708 r718 313 313 ac_subdirs_all="$ac_subdirs_all gui" 314 314 ac_subdirs_all="$ac_subdirs_all src/tcl" 315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 MEX MKOCTFILE PERL PYTHON pythondir MEX_ARCH MEXEXT PERL_INCLUDES PERL_SITE_PACKAGES PYTHON_VERSION PYTHON_INCLUDES PYTHON_SITE_PACKAGES LIB_SEARCH_DIRS VERSIONRP_BASE subdirs LIBOBJS LTLIBOBJS'315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION LIB_SEARCH_DIRS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 MEX MEX_ARCH MEXEXT MKOCTFILE PERL PERL_INCLUDES PERL_SITE_PACKAGES PYTHON pythondir PYTHON_VERSION PYTHON_INCLUDES PYTHON_SITE_PACKAGES RP_BASE subdirs LIBOBJS LTLIBOBJS' 316 316 ac_subst_files='' 317 317 … … 866 866 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 867 867 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 868 --with-matlab=DIR Build Matlab bindings if MEX compiler is found 869 --with-matlab-arch=ARCH Build Matlab bindings for ARCH architecture 870 --with-mexext=ARCH Suggest an extension for building mex files 871 --with-octave=DIR Build Octave bindings if MKOCTFILE compiler is found 872 --with-perl=DIR Build Perl bindings if found 873 --with-python=DIR Build Python bindings if found 868 --with-matlab=DIR location of matlab and mex compiler 869 [default=check] 870 --with-matlab-arch=ARCH build Matlab bindings for ARCH architecture 871 [default=check] 872 --with-mexext=ARCH fallback extension for building mex files 873 [default=check] 874 --with-octave=DIR location of octave compiler MKOCTFILE 875 [default=check] 876 --with-perl=DIR location of perl [default=check] 877 --with-python=DIR location of python [default=check] 874 878 875 879 Some influential environment variables: … … 979 983 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 980 984 fi 981 cd "$ac_popdir"985 cd $ac_popdir 982 986 done 983 987 fi … … 1339 1343 VERSION=0.0.1 1340 1344 1345 1341 1346 #------------------------------------------------------------------------ 1342 1347 # Handle the --prefix=... option … … 1355 1360 LIB_SEARCH_DIRS="-L ${libdir}" 1356 1361 fi 1362 1363 1357 1364 1358 1365 ac_aux_dir= … … 2058 2065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2059 2066 (exit $ac_status); } && 2060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2067 { ac_try='test -z "$ac_c_werror_flag" 2068 || test ! -s conftest.err' 2061 2069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2062 2070 (eval $ac_try) 2>&5 … … 2116 2124 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2117 2125 (exit $ac_status); } && 2118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2126 { ac_try='test -z "$ac_c_werror_flag" 2127 || test ! -s conftest.err' 2119 2128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2120 2129 (eval $ac_try) 2>&5 … … 2232 2241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2233 2242 (exit $ac_status); } && 2234 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2243 { ac_try='test -z "$ac_c_werror_flag" 2244 || test ! -s conftest.err' 2235 2245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2236 2246 (eval $ac_try) 2>&5 … … 2286 2296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2287 2297 (exit $ac_status); } && 2288 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2298 { ac_try='test -z "$ac_c_werror_flag" 2299 || test ! -s conftest.err' 2289 2300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2290 2301 (eval $ac_try) 2>&5 … … 2331 2342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2332 2343 (exit $ac_status); } && 2333 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2344 { ac_try='test -z "$ac_c_werror_flag" 2345 || test ! -s conftest.err' 2334 2346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2335 2347 (eval $ac_try) 2>&5 … … 2375 2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2376 2388 (exit $ac_status); } && 2377 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2389 { ac_try='test -z "$ac_c_werror_flag" 2390 || test ! -s conftest.err' 2378 2391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2379 2392 (eval $ac_try) 2>&5 … … 2705 2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2706 2719 (exit $ac_status); } && 2707 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2720 { ac_try='test -z "$ac_c_werror_flag" 2721 || test ! -s conftest.err' 2708 2722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2709 2723 (eval $ac_try) 2>&5 … … 2902 2916 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2903 2917 (exit $ac_status); } && 2904 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2918 { ac_try='test -z "$ac_c_werror_flag" 2919 || test ! -s conftest.err' 2905 2920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2906 2921 (eval $ac_try) 2>&5 … … 3080 3095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3081 3096 (exit $ac_status); } && 3082 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3097 { ac_try='test -z "$ac_cxx_werror_flag" 3098 || test ! -s conftest.err' 3083 3099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3084 3100 (eval $ac_try) 2>&5 … … 3138 3154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3139 3155 (exit $ac_status); } && 3140 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3156 { ac_try='test -z "$ac_cxx_werror_flag" 3157 || test ! -s conftest.err' 3141 3158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3142 3159 (eval $ac_try) 2>&5 … … 3209 3226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3210 3227 (exit $ac_status); } && 3211 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3228 { ac_try='test -z "$ac_cxx_werror_flag" 3229 || test ! -s conftest.err' 3212 3230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3213 3231 (eval $ac_try) 2>&5 … … 3253 3271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3254 3272 (exit $ac_status); } && 3255 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3273 { ac_try='test -z "$ac_cxx_werror_flag" 3274 || test ! -s conftest.err' 3256 3275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3257 3276 (eval $ac_try) 2>&5 … … 3327 3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3328 3347 (exit $ac_status); } && 3329 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3348 { ac_try='test -z "$ac_cxx_werror_flag" 3349 || test ! -s conftest.err' 3330 3350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3331 3351 (eval $ac_try) 2>&5 … … 3403 3423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3404 3424 (exit $ac_status); } && 3405 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3425 { ac_try='test -z "$ac_cxx_werror_flag" 3426 || test ! -s conftest.err' 3406 3427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3407 3428 (eval $ac_try) 2>&5 … … 3701 3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3702 3723 (exit $ac_status); } && 3703 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3724 { ac_try='test -z "$ac_cxx_werror_flag" 3725 || test ! -s conftest.err' 3704 3726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3705 3727 (eval $ac_try) 2>&5 … … 3853 3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3854 3876 (exit $ac_status); } && 3855 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3877 { ac_try='test -z "$ac_cxx_werror_flag" 3878 || test ! -s conftest.err' 3856 3879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3857 3880 (eval $ac_try) 2>&5 … … 4005 4028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4006 4029 (exit $ac_status); } && 4007 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4030 { ac_try='test -z "$ac_cxx_werror_flag" 4031 || test ! -s conftest.err' 4008 4032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4009 4033 (eval $ac_try) 2>&5 … … 4157 4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4158 4182 (exit $ac_status); } && 4159 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4183 { ac_try='test -z "$ac_cxx_werror_flag" 4184 || test ! -s conftest.err' 4160 4185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4161 4186 (eval $ac_try) 2>&5 … … 4281 4306 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 4282 4307 if test -n "$ac_tool_prefix"; then 4283 for ac_prog in f77 fort77 g77 f90 xlf xlf90 fl324308 for ac_prog in g77 f77 fort77 f90 xlf xlf90 fl32 4284 4309 do 4285 4310 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. … … 4323 4348 if test -z "$F77"; then 4324 4349 ac_ct_F77=$F77 4325 for ac_prog in f77 fort77 g77 f90 xlf xlf90 fl324350 for ac_prog in g77 f77 fort77 f90 xlf xlf90 fl32 4326 4351 do 4327 4352 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 4368 4393 4369 4394 # Provide some information about the compiler. 4370 echo "$as_me:43 70:" \4395 echo "$as_me:4395:" \ 4371 4396 "checking for Fortran 77 compiler version" >&5 4372 4397 ac_compiler=`set X $ac_compile; echo $2` … … 4414 4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4415 4440 (exit $ac_status); } && 4416 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4441 { ac_try='test -z "$ac_f77_werror_flag" 4442 || test ! -s conftest.err' 4417 4443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4418 4444 (eval $ac_try) 2>&5 … … 4463 4489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4464 4490 (exit $ac_status); } && 4465 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4491 { ac_try='test -z "$ac_f77_werror_flag" 4492 || test ! -s conftest.err' 4466 4493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4467 4494 (eval $ac_try) 2>&5 … … 4512 4539 4513 4540 4541 4542 4543 4544 4545 4546 4514 4547 # Check whether --with-matlab or --without-matlab was given. 4515 4548 if test "${with_matlab+set}" = set; then 4516 4549 withval="$with_matlab" 4517 4550 4551 else 4552 with_matlab=check 4518 4553 fi; 4554 4519 4555 4520 4556 # Check whether --with-matlab_arch or --without-matlab_arch was given. … … 4522 4558 withval="$with_matlab_arch" 4523 4559 4560 else 4561 with_matlab_arch=check 4524 4562 fi; 4563 4525 4564 4526 4565 # Check whether --with-mexext or --without-mexext was given. … … 4528 4567 withval="$with_mexext" 4529 4568 4569 else 4570 with_mexext=check 4530 4571 fi; 4572 4531 4573 MEX= 4532 4574 MEX_ARCH= 4533 4575 MEXEXT= 4534 if test "$with_matlab" != "no" ; then 4535 if test -x "$with_matlab/bin/mex" 4536 then 4537 echo Found mex in $with_matlab/bin/mex 4538 MEX="$with_matlab/bin/mex" 4539 else 4540 if test -x "$with_matlab" 4576 echo "$as_me:$LINENO: checking for mex" >&5 4577 echo $ECHO_N "checking for mex... $ECHO_C" >&6 4578 if test "$with_matlab" != "no" ; then 4579 if test -x "$with_matlab/bin/mex" 4541 4580 then 4542 echo Found mex in $with_matlab 4543 MEX="$with_matlab "4581 echo Found mex in $with_matlab/bin/mex 4582 MEX="$with_matlab/bin/mex" 4544 4583 else 4545 # Extract the first word of "mex", so it can be a program name with args. 4584 if test -x "$with_matlab" 4585 then 4586 echo Found mex in $with_matlab 4587 MEX="$with_matlab" 4588 else 4589 # Extract the first word of "mex", so it can be a program name with args. 4546 4590 set dummy mex; ac_word=$2 4547 4591 echo "$as_me:$LINENO: checking for $ac_word" >&5 … … 4582 4626 fi 4583 4627 4628 fi 4629 fi 4630 echo "$as_me:$LINENO: result: ${MEX}" >&5 4631 echo "${ECHO_T}${MEX}" >&6 4632 if test "x$with_matlab_arch" != "x" ; then 4633 echo "using matlab architecture \"$with_matlab_arch\"" 4634 MEX_ARCH="-arch=$with_matlab_arch" 4635 fi 4636 if test "x$MEX" != "x" ; then 4637 mexext_fxn=`dirname $MEX`/mexext 4638 if test "x$mexext_fxn" != "x"; then 4639 MEXEXT=`$mexext_fxn` 4640 if test "x${MEXEXT}" = "x" ; then 4641 if test "$with_mexext" != "check" ; then 4642 MEXEXT="mexglx" 4643 fi 4644 fi 4645 echo "Using mex file extension \"$MEXEXT\"" 4646 echo "$as_me:$LINENO: result: ${MEXEXT}" >&5 4647 echo "${ECHO_T}${MEXEXT}" >&6 4648 fi 4649 else 4650 echo "can't find the matlab compiler \"mex\"" 4651 echo "use --with-matlab=DIR to specify the location of a matlab installation" 4652 exit 1 4584 4653 fi 4585 4654 fi 4586 if test "x$MEX" != "x" ; then 4587 mexext_fxn=`dirname $MEX`/mexext 4588 if test "x$mexext_fxn" != "x"; then 4589 MEXEXT=`$mexext_fxn` 4590 if test "x${MEXEXT}" = "x" ; then 4591 MEXEXT="mexglx" 4592 fi 4593 echo Using extension $MEXEXT 4594 fi 4595 fi 4596 fi 4597 if test "x$with_matlab_arch" != "x" ; then 4598 MEX_ARCH="-arch=$with_matlab_arch" 4599 fi 4655 4656 4657 4658 4659 4600 4660 4601 4661 … … 4605 4665 withval="$with_octave" 4606 4666 4667 else 4668 with_octave=check 4607 4669 fi; 4670 4608 4671 MKOCTFILE= 4609 if test "$with_octave" != "no" ; then 4610 if test -x "$with_octave/bin/mkoctfile" 4611 then 4612 echo Found octave in $with_octave/bin/mkoctfile 4613 MKOCTFILE="$with_octave/bin/mkoctfile" 4614 else 4615 if test -x "$with_octave" 4672 echo "$as_me:$LINENO: checking for mkoctfile" >&5 4673 echo $ECHO_N "checking for mkoctfile... $ECHO_C" >&6 4674 if test "$with_octave" != "no" ; then 4675 if test -x "$with_octave/bin/mkoctfile" 4616 4676 then 4617 echo Found mkoctfile in $with_octave4618 MKOCTFILE="$with_octave "4677 echo Found octave in $with_octave/bin/mkoctfile 4678 MKOCTFILE="$with_octave/bin/mkoctfile" 4619 4679 else 4620 # Extract the first word of "mkoctfile", so it can be a program name with args. 4680 if test -x "$with_octave" 4681 then 4682 echo Found mkoctfile in $with_octave 4683 MKOCTFILE="$with_octave" 4684 else 4685 # Extract the first word of "mkoctfile", so it can be a program name with args. 4621 4686 set dummy mkoctfile; ac_word=$2 4622 4687 echo "$as_me:$LINENO: checking for $ac_word" >&5 … … 4657 4722 fi 4658 4723 4724 fi 4659 4725 fi 4660 4726 fi 4661 fi 4727 echo "$as_me:$LINENO: result: ${MKOCTFILE}" >&5 4728 echo "${ECHO_T}${MKOCTFILE}" >&6 4729 4730 4731 4662 4732 4663 4733 … … 4668 4738 withval="$with_perl" 4669 4739 4740 else 4741 with_perl=check 4670 4742 fi; 4743 4671 4744 PERL= 4672 4745 PERL_INCLUDES= 4673 4746 PERL_SITE_PACKAGES= 4747 echo "$as_me:$LINENO: checking for mkoctfile" >&5 4748 echo $ECHO_N "checking for mkoctfile... $ECHO_C" >&6 4674 4749 if test "$with_perl" != "no" ; then 4675 4750 if test -x "$with_perl/bin/perl" … … 4726 4801 PERL_SITE_PACKAGES='$(libdir)/perl5' 4727 4802 fi 4803 echo "$as_me:$LINENO: result: ${PERL}" >&5 4804 echo "${ECHO_T}${PERL}" >&6 4805 4806 4807 4808 4728 4809 4729 4810 … … 4738 4819 withval="$with_python" 4739 4820 4821 else 4822 with_python=check 4740 4823 fi; 4824 4741 4825 if test "$with_python" != "no" ; then 4742 4826 if test -x "$with_python/bin/python" … … 4839 4923 4840 4924 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4925 RP_BASE=`pwd` 4851 4926 … … 5511 5586 s,@ECHO_T@,$ECHO_T,;t t 5512 5587 s,@LIBS@,$LIBS,;t t 5588 s,@VERSION@,$VERSION,;t t 5589 s,@LIB_SEARCH_DIRS@,$LIB_SEARCH_DIRS,;t t 5513 5590 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 5514 5591 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t … … 5532 5609 s,@ac_ct_F77@,$ac_ct_F77,;t t 5533 5610 s,@MEX@,$MEX,;t t 5611 s,@MEX_ARCH@,$MEX_ARCH,;t t 5612 s,@MEXEXT@,$MEXEXT,;t t 5534 5613 s,@MKOCTFILE@,$MKOCTFILE,;t t 5535 5614 s,@PERL@,$PERL,;t t 5615 s,@PERL_INCLUDES@,$PERL_INCLUDES,;t t 5616 s,@PERL_SITE_PACKAGES@,$PERL_SITE_PACKAGES,;t t 5536 5617 s,@PYTHON@,$PYTHON,;t t 5537 5618 s,@pythondir@,$pythondir,;t t 5538 s,@MEX_ARCH@,$MEX_ARCH,;t t5539 s,@MEXEXT@,$MEXEXT,;t t5540 s,@PERL_INCLUDES@,$PERL_INCLUDES,;t t5541 s,@PERL_SITE_PACKAGES@,$PERL_SITE_PACKAGES,;t t5542 5619 s,@PYTHON_VERSION@,$PYTHON_VERSION,;t t 5543 5620 s,@PYTHON_INCLUDES@,$PYTHON_INCLUDES,;t t 5544 5621 s,@PYTHON_SITE_PACKAGES@,$PYTHON_SITE_PACKAGES,;t t 5545 s,@LIB_SEARCH_DIRS@,$LIB_SEARCH_DIRS,;t t5546 s,@VERSION@,$VERSION,;t t5547 5622 s,@RP_BASE@,$RP_BASE,;t t 5548 5623 s,@subdirs@,$subdirs,;t t … … 5715 5790 esac 5716 5791 5792 if test x"$ac_file" != x-; then 5793 { echo "$as_me:$LINENO: creating $ac_file" >&5 5794 echo "$as_me: creating $ac_file" >&6;} 5795 rm -f "$ac_file" 5796 fi 5717 5797 # Let's still pretend it is `configure' which instantiates (i.e., don't 5718 5798 # use $as_me), people would be surprised to read: … … 5753 5833 esac 5754 5834 done` || { (exit 1); exit 1; } 5755 5756 if test x"$ac_file" != x-; then5757 { echo "$as_me:$LINENO: creating $ac_file" >&55758 echo "$as_me: creating $ac_file" >&6;}5759 rm -f "$ac_file"5760 fi5761 5835 _ACEOF 5762 5836 cat >>$CONFIG_STATUS <<_ACEOF … … 5991 6065 fi 5992 6066 5993 cd "$ac_popdir"6067 cd $ac_popdir 5994 6068 done 5995 6069 fi -
trunk/configure.in
r708 r718 2 2 3 3 VERSION=0.0.1 4 AC_SUBST(VERSION) 4 5 5 6 #------------------------------------------------------------------------ … … 19 20 LIB_SEARCH_DIRS="-L ${libdir}" 20 21 fi 22 23 AC_SUBST(LIB_SEARCH_DIRS) 21 24 22 25 AC_PROG_INSTALL … … 39 42 AC_CHECK_HEADERS(vector,,AC_MSG_WARN(STL classes missing ?)) 40 43 41 AC_PROG_F77([f77 fort77 g77 f90 xlf xlf90 fl32]) 42 43 AC_ARG_WITH(matlab, [ --with-matlab[=DIR] Build Matlab bindings if MEX compiler is found]) 44 AC_ARG_WITH(matlab_arch, [ --with-matlab-arch[=ARCH] Build Matlab bindings for ARCH architecture]) 45 AC_ARG_WITH(mexext, [ --with-mexext[=ARCH] Suggest an extension for building mex files]) 46 dnl AC_CHECK_PROG(MEX, mex, mex, false) 44 AC_PROG_F77([g77 f77 fort77 f90 xlf xlf90 fl32]) 45 46 47 48 49 dnl AC_ARG_ENABLE( 50 dnl [tcl], 51 dnl [AS_HELP_STRING([--enable-tcl], [build tcl bindings @<:@default=check@:>@])], 52 dnl [], 53 dnl [enable_tcl=check]) 54 dnl 55 dnl BUILD_TCL=yes 56 dnl AC_SUBST(BUILD_TCL) 57 58 59 dnl AC_ARG_ENABLE ( 60 dnl [matlab], 61 dnl [AS_HELP_STRING([--enable-matlab], [build matlab bindings @<:@default=check@:>@])], 62 dnl [], 63 dnl [enable_matlab=check]) 64 dnl BUILD_MATLAB=yes 65 dnl AC_SUBST(BUILD_MATLAB) 66 67 AC_ARG_WITH( 68 [matlab], 69 [AS_HELP_STRING([--with-matlab[=DIR]], 70 [location of matlab and mex compiler @<:@default=check@:>@])], 71 [], 72 [with_matlab=check]) 73 74 AC_ARG_WITH( 75 [matlab_arch], 76 [AS_HELP_STRING([--with-matlab-arch[=ARCH]], 77 [build Matlab bindings for ARCH architecture @<:@default=check@:>@])], 78 [], 79 [with_matlab_arch=check]) 80 81 AC_ARG_WITH( 82 [mexext], 83 [AS_HELP_STRING([--with-mexext[=ARCH]], 84 [fallback extension for building mex files @<:@default=check@:>@])], 85 [], 86 [with_mexext=check]) 87 47 88 MEX= 48 89 MEX_ARCH= 49 90 MEXEXT= 50 if test "$with_matlab" != "no" ; then 51 dnl WITH_MATLAB = "yes" 52 if test -x "$with_matlab/bin/mex" 53 then 54 echo Found mex in $with_matlab/bin/mex 55 MEX="$with_matlab/bin/mex" 56 else 57 if test -x "$with_matlab" 58 then 59 echo Found mex in $with_matlab 60 MEX="$with_matlab" 61 else 62 AC_PATH_PROG(MEX, mex) 63 fi 64 fi 65 if test "x$MEX" != "x" ; then 66 mexext_fxn=`dirname $MEX`/mexext 67 if test "x$mexext_fxn" != "x"; then 68 MEXEXT=`$mexext_fxn` 69 if test "x${MEXEXT}" = "x" ; then 70 MEXEXT="mexglx" 91 dnl if test "$enable_matlab" != "no" ; then 92 AC_MSG_CHECKING([for mex]) 93 if test "$with_matlab" != "no" ; then 94 dnl WITH_MATLAB = "yes" 95 if test -x "$with_matlab/bin/mex" 96 then 97 echo Found mex in $with_matlab/bin/mex 98 MEX="$with_matlab/bin/mex" 99 else 100 if test -x "$with_matlab" 101 then 102 echo Found mex in $with_matlab 103 MEX="$with_matlab" 104 else 105 AC_PATH_PROG(MEX, mex) 71 106 fi 72 echo Using extension $MEXEXT 73 fi 74 fi 75 fi 76 if test "x$with_matlab_arch" != "x" ; then 77 MEX_ARCH="-arch=$with_matlab_arch" 78 fi 79 80 dnl AM_CONDITIONAL(WITH_MATLAB, test x$MEX != x) 81 82 AC_ARG_WITH(octave, [ --with-octave[=DIR] Build Octave bindings if MKOCTFILE compiler is found]) 83 dnl AC_CHECK_PROG(MKOCTFILE, mkoctfile, mkoctfile, false) 107 fi 108 AC_MSG_RESULT([${MEX}]) 109 if test "x$with_matlab_arch" != "x" ; then 110 echo "using matlab architecture \"$with_matlab_arch\"" 111 MEX_ARCH="-arch=$with_matlab_arch" 112 dnl else 113 dnl # if $with_matlab_arch is blank, get the os name from uname 114 fi 115 if test "x$MEX" != "x" ; then 116 mexext_fxn=`dirname $MEX`/mexext 117 if test "x$mexext_fxn" != "x"; then 118 MEXEXT=`$mexext_fxn` 119 if test "x${MEXEXT}" = "x" ; then 120 dnl # we should be doing an os type check instead of default mexglx 121 dnl # use $with_matlab_arch 122 if test "$with_mexext" != "check" ; then 123 MEXEXT="mexglx" 124 fi 125 fi 126 echo "Using mex file extension \"$MEXEXT\"" 127 AC_MSG_RESULT([${MEXEXT}]) 128 fi 129 else 130 echo "can't find the matlab compiler \"mex\"" 131 echo "use --with-matlab=DIR to specify the location of a matlab installation" 132 exit 1 133 fi 134 fi 135 dnl fi 136 AC_SUBST(MEX) 137 AC_SUBST(MEX_ARCH) 138 AC_SUBST(MEXEXT) 139 140 141 dnl AC_ARG_ENABLE( 142 dnl [octave], 143 dnl [AS_HELP_STRING([--enable-octave], [build octave bindings @<:@default=check@:>@])], 144 dnl [], 145 dnl [enable_octave=check]) 146 dnl BUILD_OCTAVE=yes 147 dnl AC_SUBST(BUILD_OCTAVE) 148 149 150 AC_ARG_WITH( 151 [octave], 152 [AS_HELP_STRING([--with-octave[=DIR]], 153 [location of octave compiler MKOCTFILE @<:@default=check@:>@])], 154 [], 155 [with_octave=check]) 156 84 157 MKOCTFILE= 85 if test "$with_octave" != "no" ; then 86 if test -x "$with_octave/bin/mkoctfile" 87 then 88 echo Found octave in $with_octave/bin/mkoctfile 89 MKOCTFILE="$with_octave/bin/mkoctfile" 90 else 91 if test -x "$with_octave" 92 then 93 echo Found mkoctfile in $with_octave 94 MKOCTFILE="$with_octave" 95 else 96 AC_PATH_PROG(MKOCTFILE, mkoctfile) 97 fi 98 fi 99 fi 100 dnl AM_CONDITIONAL(WITH_OCTAVE, test x$MKOCTFILE != x) 158 dnl if test "$enable_octave" != "no" ; then 159 AC_MSG_CHECKING([for mkoctfile]) 160 if test "$with_octave" != "no" ; then 161 if test -x "$with_octave/bin/mkoctfile" 162 then 163 echo Found octave in $with_octave/bin/mkoctfile 164 MKOCTFILE="$with_octave/bin/mkoctfile" 165 else 166 if test -x "$with_octave" 167 then 168 echo Found mkoctfile in $with_octave 169 MKOCTFILE="$with_octave" 170 else 171 AC_PATH_PROG(MKOCTFILE, mkoctfile) 172 fi 173 fi 174 fi 175 AC_MSG_RESULT([${MKOCTFILE}]) 176 dnl fi 177 AC_SUBST(MKOCTFILE) 101 178 102 179 … … 107 184 dnl 108 185 109 AC_ARG_WITH(perl, [ --with-perl[=DIR] Build Perl bindings if found]) 110 dnl AC_CHECK_PROG(PERL, perl, perl, false) 111 dnl AM_CONDITIONAL(WITH_PERL, test "$PERL" != "false") 186 dnl AC_ARG_ENABLE( 187 dnl [perl], 188 dnl [AS_HELP_STRING([--enable-perl], [build perl bindings @<:@default=check@:>@])], 189 dnl [], 190 dnl [enable_perl=check]) 191 192 dnl BUILD_PERL=yes 193 dnl AC_SUBST(BUILD_PERL) 194 195 AC_ARG_WITH( 196 [perl], 197 [AS_HELP_STRING([--with-perl[=DIR]], [location of perl @<:@default=check@:>@])], 198 [], 199 [with_perl=check]) 200 112 201 PERL= 113 202 PERL_INCLUDES= 114 203 PERL_SITE_PACKAGES= 204 AC_MSG_CHECKING([for mkoctfile]) 115 205 if test "$with_perl" != "no" ; then 116 206 if test -x "$with_perl/bin/perl" … … 129 219 PERL_SITE_PACKAGES='$(libdir)/perl5' 130 220 fi 131 dnl AM_CONDITIONAL(WITH_PERL, test x$PERL != x) 221 AC_MSG_RESULT([${PERL}]) 222 AC_SUBST(PERL) 223 AC_SUBST(PERL_INCLUDES) 224 AC_SUBST(PERL_SITE_PACKAGES) 132 225 133 226 dnl 134 227 dnl check for python 135 228 dnl 229 230 dnl AC_ARG_ENABLE( 231 dnl [python], 232 dnl [AS_HELP_STRING([--enable-pyton], [build python bindings @<:@default=check@:>@])], 233 dnl [], 234 dnl [enable_python=check]) 235 dnl 236 dnl BUILD_PYTHON=yes 237 dnl AC_SUBST(BUILD_PYTHON) 136 238 137 239 PYTHON= … … 140 242 PYTHON_SITE_PACKAGES= 141 243 pythondir= 142 AC_ARG_WITH(python, [ --with-python[=DIR] Build Python bindings if found]) 244 AC_ARG_WITH( 245 [python], 246 [AS_HELP_STRING([--with-python[=DIR]],[location of python @<:@default=check@:>@])], 247 [], 248 [with_python=check]) 249 143 250 if test "$with_python" != "no" ; then 144 251 if test -x "$with_python/bin/python" … … 194 301 fi 195 302 fi 196 dnl AM_CONDITIONAL(WITH_PYTHON, test x$PYTHON != x)197 303 198 304 AC_SUBST(pythondir) 199 305 dnl AC_SUBST(PYTHON_SUBDIR) 200 306 201 AC_SUBST(MEX)202 AC_SUBST(MEX_ARCH)203 AC_SUBST(MEXEXT)204 AC_SUBST(MKOCTFILE)205 AC_SUBST(PERL)206 AC_SUBST(PERL_INCLUDES)207 AC_SUBST(PERL_SITE_PACKAGES)208 307 AC_SUBST(PYTHON) 209 308 AC_SUBST(PYTHON_VERSION) 210 309 AC_SUBST(PYTHON_INCLUDES) 211 310 AC_SUBST(PYTHON_SITE_PACKAGES) 212 AC_SUBST(LIB_SEARCH_DIRS) 213 214 AC_SUBST(VERSION) 311 215 312 216 313 RP_BASE=`pwd` -
trunk/perl/Makefile.PL.in
r708 r718 8 8 9 9 if ($ARGV[0] eq "DEBUG") { 10 11 10 shift @ARGV; 11 $DEBUG = 1; 12 12 } 13 13 … … 16 16 $LD = '@CXX@'; 17 17 if ($^O eq 'darwin') { 18 @LDDLFLAGS = ( q[-bundle], 19 q[-bundle_loader /usr/bin/perl], 18 @LDDLFLAGS = ( q[-bundle], 19 q[-bundle_loader /usr/bin/perl], 20 20 q[-L/usr/local/lib], 21 21 q[-L$(PERL_INC) -lperl] … … 23 23 } 24 24 @EXPAT_INC_SEARCHPATH = ( "@prefix@/include", 25 "/apps/rappture/include", "/opt/rappture/include",26 25 "/usr/local/include", "/opt/include", "../../expat-2.0.0/lib", 27 26 "../../expat/lib", "/apps/expat-2.0.0/lib", "/apps/expat/lib", … … 29 28 $EXPAT_INC="expat.h"; 30 29 @RAPPTURE_INC_SEARCHPATH = ( "@prefix@/include", 31 "../src/core", "../include", "/apps/rappture/include", 32 "/opt/rappture/include", "/usr/local/include", "/opt/include"); 30 "../include", "/usr/local/include", "/opt/include"); 33 31 $RAPPTURE_INC = "rappture.h"; 34 32 @EXPAT_LIB_SEARCHPATH = ( "@prefix@/lib", 35 " /apps/rappture/lib", "/opt/rappture/lib",33 "@libdir@", 36 34 "/usr/local/lib", "/opt/lib", "../../expat-2.0.0/lib", 37 35 "../../expat/lib", "/apps/expat-2.0.0/lib", "/apps/expat/lib", … … 39 37 @EXPAT_LIBS=("libexpat.so", "libexpat.a"); 40 38 @RAPPTURE_LIB_SEARCHPATH = ( "@prefix@/lib", 41 " ../src", "/apps/rappture/lib", "/opt/rappture/lib",42 " /usr/local/lib", "/opt/lib" );39 "@libdir@", 40 "../src", "/usr/local/lib", "/opt/lib" ); 43 41 @RAPPTURE_LIBS=("librappture.so","librappture.a"); 44 42 } … … 49 47 } 50 48 51 @EXPAT_INC_SEARCHPATH = ( "C:\\Program Files\\Rappture\\include", 52 "C:\\opt\\rappture\\include", "C:\\opt\\include", 53 "..\\..\\expat-2.0.0\\lib", "..\\..\\expat\\lib", 54 "C:\\Program Files\\Expat-2.0.0\\Source\\lib", 55 "C:\\Program Files\\Expat\\Source\\lib", 49 @EXPAT_INC_SEARCHPATH = ( "C:\\Program Files\\Rappture\\include", 50 "C:\\opt\\rappture\\include", "C:\\opt\\include", 51 "..\\..\\expat-2.0.0\\lib", "..\\..\\expat\\lib", 52 "C:\\Program Files\\Expat-2.0.0\\Source\\lib", 53 "C:\\Program Files\\Expat\\Source\\lib", 56 54 "C:\\opt\\expat-2.0.0\\lib", "C:\\opt\\expat\\lib" ); 57 55 $EXPAT_INC="expat.h"; 58 @RAPPTURE_INC_SEARCHPATH = ( "C:\\Program Files\\Rappture\\include", 56 @RAPPTURE_INC_SEARCHPATH = ( "C:\\Program Files\\Rappture\\include", 59 57 "C:\\opt\\rappture\\include", "C:\\opt\\include", "..\\include" ); 60 58 $RAPPTURE_INC = "rappture.h"; 61 @EXPAT_LIB_SEARCHPATH = ( "C:\\Program Files\\Rappture\\lib", 62 "C:\\opt\\rappture\\lib", "C:\\opt\\lib", 63 "..\\..\\expat-2.0.0\\lib\\Release_static", 64 "..\\..\\expat\\lib\\Release_static", 59 @EXPAT_LIB_SEARCHPATH = ( "C:\\Program Files\\Rappture\\lib", 60 "C:\\opt\\rappture\\lib", "C:\\opt\\lib", 61 "..\\..\\expat-2.0.0\\lib\\Release_static", 62 "..\\..\\expat\\lib\\Release_static", 65 63 "C:\\Program Files\\Expat-2.0.0\\StaticLibs", 66 "C:\\Program Files\\Expat\\StaticLibs", 67 "C:\\opt\\expat-2.0.0\\lib\\Release_static", 64 "C:\\Program Files\\Expat\\StaticLibs", 65 "C:\\opt\\expat-2.0.0\\lib\\Release_static", 68 66 "C:\\opt\\expat\\lib\\Release_static" ); 69 67 @EXPAT_LIBS=("libexpat.lib", "libexpatMT.lib"); 70 @RAPPTURE_LIB_SEARCHPATH = ( "C:\\Program Files\\Rappture\\lib", 68 @RAPPTURE_LIB_SEARCHPATH = ( "C:\\Program Files\\Rappture\\lib", 71 69 "C:\\opt\\rappture\\lib", "C:\\opt\\lib", "..\\src" ); 72 70 @RAPPTURE_LIBS=("librappture.lib"); … … 82 80 push @$incref, "-I$component"; 83 81 } 84 82 return 1; 85 83 last; 86 84 } … … 109 107 push @$libref, $file; 110 108 } 111 109 return 1; 112 110 last SEARCH; 113 111 } … … 142 140 143 141 sub dynamic_lib { 144 145 146 147 148 149 142 my $inherited = shift->SUPER::dynamic_lib(@_); 143 if (($^O eq "MSWin32") && ($Config{'cc'} eq "cl")) { 144 $inherited .= "\tMT.EXE -manifest \$@.manifest -outputresource:\$@;2\n"; 145 $inherited .= "\t\$(RM_F) \$@.manifest\n"; 146 } 147 return($inherited); 150 148 } 151 149 -
trunk/python/setup.py.in
r708 r718 4 4 5 5 units_module = Extension('Rappture.Units', 6 include_dirs = [rp_install_dir+'/include' ],6 include_dirs = [rp_install_dir+'/include', '../include'], 7 7 sources = [ 'Rappture/PyRpUnits.cc' ], 8 library_dirs = [ rp_install_dir+'/lib' ],8 library_dirs = [ rp_install_dir+'/lib', '../src' ], 9 9 libraries = [ 'rappture' ] ) 10 10 11 11 utils_module = Extension('Rappture.Utils', 12 include_dirs = [rp_install_dir+'/include' ],12 include_dirs = [rp_install_dir+'/include', '../include'], 13 13 sources = [ 'Rappture/PyRpUtils.cc' ], 14 library_dirs = [ rp_install_dir+'/lib' ],14 library_dirs = [ rp_install_dir+'/lib', '../src' ], 15 15 libraries = [ 'rappture' ] ) 16 16 17 17 encode_module = Extension('Rappture.encoding', 18 include_dirs = [rp_install_dir+'/include' ],18 include_dirs = [rp_install_dir+'/include', '../include'], 19 19 sources = [ 'Rappture/PyRpEncode.cc' ], 20 library_dirs = [ rp_install_dir+'/lib' ],20 library_dirs = [ rp_install_dir+'/lib', '../src' ], 21 21 libraries = [ 'rappture' ] ) 22 22 -
trunk/src/Makefile.in
r708 r718 39 39 # define our directories 40 40 # 41 INCLUDES_DIR = $(RP_BASE)/ src41 INCLUDES_DIR = $(RP_BASE)/include 42 42 BIN_DIR = $(RP_BASE)/bin 43 43 LIB_DIR = $(RP_BASE)/src … … 70 70 71 71 all: ${PROGS} 72 install: install_rappture 73 install_rpobjs 74 install_matlab 72 install: install_rappture \ 73 install_rpobjs \ 74 install_matlab \ 75 75 install_octave 76 76 # install_tcl … … 97 97 librappture: $(RP_IO_DEPS) $(RP_UTILS_DEPS) $(RP_UNITS_DEPS) $(RP_OTHER_DEPS) 98 98 (cd ../src2/core/; make Outcome.o Ptr.o RpBuffer.o) 99 $(INSTALL_DATA) $(CORE_SRC)/*.h $(INCLUDES_DIR) 100 $(INSTALL_DATA) $(CEE_SRC)/*.h $(INCLUDES_DIR) 101 $(INSTALL_DATA) $(FORT_SRC)/*.h $(INCLUDES_DIR) 102 $(INSTALL_DATA) $(CORE2_SRC)/Outcome.h $(INCLUDES_DIR) 103 $(INSTALL_DATA) $(CORE2_SRC)/Ptr.h $(INCLUDES_DIR) 104 $(INSTALL_DATA) $(CORE2_SRC)/RpBuffer.h $(INCLUDES_DIR) 105 $(INSTALL_DATA) $(CORE2_SRC)/rappture2.h $(INCLUDES_DIR) 99 106 @if test "`uname`" == "Darwin"; then \ 100 107 $(CXX) $(DEGUG) $(LDLIB_MACOSX) $^ $(RP2_OBJ_DEP) $(EXTERNAL_RP_LIBS); \ … … 116 123 cp -d $<.a $(libdir); \ 117 124 fi 118 $(INSTALL_DATA) $(CORE_SRC)/*.h $(includedir) 119 $(INSTALL_DATA) $(CEE_SRC)/*.h $(includedir) 120 $(INSTALL_DATA) $(FORT_SRC)/*.h $(includedir) 121 $(INSTALL_DATA) $(CORE2_SRC)/Outcome.h $(includedir) 122 $(INSTALL_DATA) $(CORE2_SRC)/Ptr.h $(includedir) 123 $(INSTALL_DATA) $(CORE2_SRC)/RpBuffer.h $(includedir) 124 $(INSTALL_DATA) $(CORE2_SRC)/rappture2.h $(includedir) 125 $(INSTALL_DATA) $(INCLUDES_DIR)/* $(includedir) 125 126 126 127 #### libRpObjects ######################################################## -
trunk/src/matlab/Makefile.in
r708 r718 24 24 # define our directories 25 25 # 26 INCLUDES_DIR = $(RP_BASE)/src27 26 LIB_DIR = $(RP_BASE)/src 28 MATLAB_SRC = $(RP_BASE)/ matlab27 MATLAB_SRC = $(RP_BASE)/src/matlab 29 28 LIB_RAPPTURE = -L$(LIB_DIR) -lrappture 30 INCL_CORE = -I$(INCLUDES_DIR)/core 31 INCL_CEE = -I$(INCLUDES_DIR)/cee 32 INCL_MATLAB = -I$(INCLUDES_DIR)/matlab 29 INCL_RAPPTURE = -I$(RP_BASE)/include 30 INCL_MATLAB = -I$(RP_BASE)/src/matlab 33 31 34 32 OBJS=rpLib.@MEXEXT@ rpLibXml.@MEXEXT@ rpLibElement.@MEXEXT@ rpLibElementAsObject.@MEXEXT@ rpLibElementAsType.@MEXEXT@ rpLibElementAsComp.@MEXEXT@ rpLibElementAsId.@MEXEXT@ rpLibChildren.@MEXEXT@ rpLibChildrenByType.@MEXEXT@ rpLibGet.@MEXEXT@ rpLibGetString.@MEXEXT@ rpLibGetDouble.@MEXEXT@ rpLibPut.@MEXEXT@ rpLibPutString.@MEXEXT@ rpLibPutDouble.@MEXEXT@ rpLibPutData.@MEXEXT@ rpLibPutFile.@MEXEXT@ rpLibNodeComp.@MEXEXT@ rpLibNodeType.@MEXEXT@ rpLibNodeId.@MEXEXT@ rpLibResult.@MEXEXT@ rpUnitsDefineUnit.@MEXEXT@ rpUnitsGetUnits.@MEXEXT@ rpUnitsGetUnitsName.@MEXEXT@ rpUnitsGetExponent.@MEXEXT@ rpUnitsGetBasis.@MEXEXT@ rpUnitsFind.@MEXEXT@ rpUnitsConvert.@MEXEXT@ rpUnitsConvertStr.@MEXEXT@ rpUnitsConvertObjStr.@MEXEXT@ rpUnitsConvertDbl.@MEXEXT@ rpUnitsConvertObjDbl.@MEXEXT@ rpAddPresets.@MEXEXT@ rpUtilsProgress.@MEXEXT@ … … 46 44 47 45 # matlab bindings 48 MEX_INCLS = $(INCL_MATLAB) $(INCL_ CORE) $(INCL_CEE) $(INCL_RP_DEPS)46 MEX_INCLS = $(INCL_MATLAB) $(INCL_RAPPTURE) $(INCL_RP_DEPS) 49 47 # MEX_OPTS = -g -outdir $(MATLAB_SRC) -L$(LIB_DIR) -lrappture 50 48 MEX_OPTS = -g $(LIB_RAPPTURE) -
trunk/src/matlab/RpMatlabInterface.h
r665 r718 12 12 */ 13 13 14 #ifndef _Rp_MATLAB_HELPER_H 15 #define _Rp_MATLAB_HELPER_H 14 #ifndef _Rp_MATLAB_HELPER_H 15 #define _Rp_MATLAB_HELPER_H 16 16 17 17 #include "rappture.h" 18 18 #include "RpBindingsDict.h" 19 20 // dont delete this, still working on making it happen21 //#include "rappture.h"22 19 23 20 // include the matlab api header -
trunk/src/octave/Makefile.in
r708 r718 24 24 # define our directories 25 25 # 26 INCLUDES_DIR = $(RP_BASE)/src27 26 LIB_DIR = $(RP_BASE)/src 28 OCTAVE_SRC = $(SRC_DIR)/octave29 27 LIB_RAPPTURE = -L$(LIB_DIR) -lrappture 30 INCL_ CORE = -I$(INCLUDES_DIR)/core31 INCL_OCTAVE = -I$( INCLUDES_DIR)/octave28 INCL_RAPPTURE = -I$(RP_BASE)/include 29 INCL_OCTAVE = -I$(RP_BASE)/src/octave 32 30 33 31 OBJS=rpAddPresets.oct rpUtilsProgress.oct rpLib.oct rpLibChildrenByType.oct rpLibChildren.oct rpLibElementAsComp.oct rpLibElementAsId.oct rpLibElementAsObject.oct rpLibElementAsType.oct rpLibElement.oct rpLibGet.oct rpLibGetString.oct rpLibGetDouble.oct rpLibNodeComp.oct rpLibNodeId.oct rpLibNodeType.oct rpLibPut.oct rpLibPutDouble.oct rpLibPutString.oct rpLibPutFile.oct rpLibResult.oct rpLibXml.oct rpUnitsConvert.oct rpUnitsConvertDbl.oct rpUnitsConvertStr.oct rpUnitsConvertObjDbl.oct rpUnitsConvertObjStr.oct rpUnitsDefineUnit.oct rpUnitsFind.oct rpUnitsGetBasis.oct rpUnitsGetExponent.oct rpUnitsGetUnits.oct rpUnitsGetUnitsName.oct … … 43 41 #################################################################### 44 42 45 OCT_INCLS = $(INCL_OCTAVE) $(INCL_ CORE) $(INCL_RP_DEPS)43 OCT_INCLS = $(INCL_OCTAVE) $(INCL_RAPPTURE) $(INCL_RP_DEPS) 46 44 OCTAVE_COMP_ARGS = $(OCT_INCLS) $(LIB_RAPPTURE) 47 45 -
trunk/src/octave/RpOctaveInterface.h
r665 r718 10 10 */ 11 11 12 #ifndef _Rp_OCTAVE_HELPER_H 13 #define _Rp_OCTAVE_HELPER_H 12 #ifndef _Rp_OCTAVE_HELPER_H 13 #define _Rp_OCTAVE_HELPER_H 14 14 15 15 #include "rappture.h" -
trunk/src/tcl/configure
r708 r718 970 970 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 971 971 fi 972 cd "$ac_popdir"972 cd $ac_popdir 973 973 done 974 974 fi … … 2320 2320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2321 2321 (exit $ac_status); } && 2322 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2322 { ac_try='test -z "$ac_c_werror_flag" 2323 || test ! -s conftest.err' 2323 2324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2324 2325 (eval $ac_try) 2>&5 … … 2378 2379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2379 2380 (exit $ac_status); } && 2380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2381 { ac_try='test -z "$ac_c_werror_flag" 2382 || test ! -s conftest.err' 2381 2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2382 2384 (eval $ac_try) 2>&5 … … 2494 2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 2497 (exit $ac_status); } && 2496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2498 { ac_try='test -z "$ac_c_werror_flag" 2499 || test ! -s conftest.err' 2497 2500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2498 2501 (eval $ac_try) 2>&5 … … 2548 2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2549 2552 (exit $ac_status); } && 2550 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2553 { ac_try='test -z "$ac_c_werror_flag" 2554 || test ! -s conftest.err' 2551 2555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2552 2556 (eval $ac_try) 2>&5 … … 2593 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2594 2598 (exit $ac_status); } && 2595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2599 { ac_try='test -z "$ac_c_werror_flag" 2600 || test ! -s conftest.err' 2596 2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2597 2602 (eval $ac_try) 2>&5 … … 2637 2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2638 2643 (exit $ac_status); } && 2639 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2644 { ac_try='test -z "$ac_c_werror_flag" 2645 || test ! -s conftest.err' 2640 2646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2641 2647 (eval $ac_try) 2>&5 … … 2821 2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2822 2828 (exit $ac_status); } && 2823 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2829 { ac_try='test -z "$ac_cxx_werror_flag" 2830 || test ! -s conftest.err' 2824 2831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2825 2832 (eval $ac_try) 2>&5 … … 2879 2886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2880 2887 (exit $ac_status); } && 2881 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2888 { ac_try='test -z "$ac_cxx_werror_flag" 2889 || test ! -s conftest.err' 2882 2890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2883 2891 (eval $ac_try) 2>&5 … … 2950 2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2951 2959 (exit $ac_status); } && 2952 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2960 { ac_try='test -z "$ac_cxx_werror_flag" 2961 || test ! -s conftest.err' 2953 2962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2954 2963 (eval $ac_try) 2>&5 … … 2994 3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2995 3004 (exit $ac_status); } && 2996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3005 { ac_try='test -z "$ac_cxx_werror_flag" 3006 || test ! -s conftest.err' 2997 3007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2998 3008 (eval $ac_try) 2>&5 … … 3518 3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3519 3529 (exit $ac_status); } && 3520 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3530 { ac_try='test -z "$ac_c_werror_flag" 3531 || test ! -s conftest.err' 3521 3532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3522 3533 (eval $ac_try) 2>&5 … … 3688 3699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3689 3700 (exit $ac_status); } && 3690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3701 { ac_try='test -z "$ac_c_werror_flag" 3702 || test ! -s conftest.err' 3691 3703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3692 3704 (eval $ac_try) 2>&5 … … 3759 3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3760 3772 (exit $ac_status); } && 3761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3773 { ac_try='test -z "$ac_c_werror_flag" 3774 || test ! -s conftest.err' 3762 3775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3763 3776 (eval $ac_try) 2>&5 … … 3823 3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3824 3837 (exit $ac_status); } && 3825 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3838 { ac_try='test -z "$ac_c_werror_flag" 3839 || test ! -s conftest.err' 3826 3840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3827 3841 (eval $ac_try) 2>&5 … … 3865 3879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3866 3880 (exit $ac_status); } && 3867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3881 { ac_try='test -z "$ac_c_werror_flag" 3882 || test ! -s conftest.err' 3868 3883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3869 3884 (eval $ac_try) 2>&5 … … 3922 3937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3923 3938 (exit $ac_status); } && 3924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3939 { ac_try='test -z "$ac_c_werror_flag" 3940 || test ! -s conftest.err' 3925 3941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3926 3942 (eval $ac_try) 2>&5 … … 4089 4105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4090 4106 (exit $ac_status); } && 4091 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4107 { ac_try='test -z "$ac_c_werror_flag" 4108 || test ! -s conftest.err' 4092 4109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4093 4110 (eval $ac_try) 2>&5 … … 4151 4168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4152 4169 (exit $ac_status); } && 4153 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4170 { ac_try='test -z "$ac_c_werror_flag" 4171 || test ! -s conftest.err' 4154 4172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4155 4173 (eval $ac_try) 2>&5 … … 4218 4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4219 4237 (exit $ac_status); } && 4220 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4238 { ac_try='test -z "$ac_c_werror_flag" 4239 || test ! -s conftest.err' 4221 4240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4222 4241 (eval $ac_try) 2>&5 … … 4277 4296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4278 4297 (exit $ac_status); } && 4279 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4298 { ac_try='test -z "$ac_c_werror_flag" 4299 || test ! -s conftest.err' 4280 4300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4281 4301 (eval $ac_try) 2>&5 … … 4478 4498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4479 4499 (exit $ac_status); } && 4480 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4500 { ac_try='test -z "$ac_c_werror_flag" 4501 || test ! -s conftest.err' 4481 4502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4482 4503 (eval $ac_try) 2>&5 … … 4574 4595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4575 4596 (exit $ac_status); } && 4576 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4597 { ac_try='test -z "$ac_c_werror_flag" 4598 || test ! -s conftest.err' 4577 4599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4578 4600 (eval $ac_try) 2>&5 … … 4639 4661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4640 4662 (exit $ac_status); } && 4641 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4663 { ac_try='test -z "$ac_c_werror_flag" 4664 || test ! -s conftest.err' 4642 4665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4643 4666 (eval $ac_try) 2>&5 … … 4741 4764 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4742 4765 (exit $ac_status); } && 4743 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4766 { ac_try='test -z "$ac_c_werror_flag" 4767 || test ! -s conftest.err' 4744 4768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4745 4769 (eval $ac_try) 2>&5 … … 4837 4861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4838 4862 (exit $ac_status); } && 4839 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4863 { ac_try='test -z "$ac_c_werror_flag" 4864 || test ! -s conftest.err' 4840 4865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4841 4866 (eval $ac_try) 2>&5 … … 4902 4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4903 4928 (exit $ac_status); } && 4904 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4929 { ac_try='test -z "$ac_c_werror_flag" 4930 || test ! -s conftest.err' 4905 4931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4906 4932 (eval $ac_try) 2>&5 … … 4990 5016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4991 5017 (exit $ac_status); } && 4992 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5018 { ac_try='test -z "$ac_c_werror_flag" 5019 || test ! -s conftest.err' 4993 5020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4994 5021 (eval $ac_try) 2>&5 … … 5053 5080 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5054 5081 (exit $ac_status); } && 5055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5082 { ac_try='test -z "$ac_c_werror_flag" 5083 || test ! -s conftest.err' 5056 5084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5057 5085 (eval $ac_try) 2>&5 … … 5200 5228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5201 5229 (exit $ac_status); } && 5202 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5230 { ac_try='test -z "$ac_c_werror_flag" 5231 || test ! -s conftest.err' 5203 5232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5204 5233 (eval $ac_try) 2>&5 … … 5347 5376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5348 5377 (exit $ac_status); } && 5349 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5378 { ac_try='test -z "$ac_c_werror_flag" 5379 || test ! -s conftest.err' 5350 5380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5351 5381 (eval $ac_try) 2>&5 … … 5494 5524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5495 5525 (exit $ac_status); } && 5496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5526 { ac_try='test -z "$ac_c_werror_flag" 5527 || test ! -s conftest.err' 5497 5528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5498 5529 (eval $ac_try) 2>&5 … … 5645 5676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5646 5677 (exit $ac_status); } && 5647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5678 { ac_try='test -z "$ac_c_werror_flag" 5679 || test ! -s conftest.err' 5648 5680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5649 5681 (eval $ac_try) 2>&5 … … 5846 5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5847 5879 (exit $ac_status); } && 5848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5880 { ac_try='test -z "$ac_c_werror_flag" 5881 || test ! -s conftest.err' 5849 5882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5850 5883 (eval $ac_try) 2>&5 … … 6035 6068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6036 6069 (exit $ac_status); } && 6037 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6070 { ac_try='test -z "$ac_c_werror_flag" 6071 || test ! -s conftest.err' 6038 6072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6039 6073 (eval $ac_try) 2>&5 … … 6182 6216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6183 6217 (exit $ac_status); } && 6184 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6218 { ac_try='test -z "$ac_c_werror_flag" 6219 || test ! -s conftest.err' 6185 6220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6186 6221 (eval $ac_try) 2>&5 … … 6335 6370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6336 6371 (exit $ac_status); } && 6337 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6372 { ac_try='test -z "$ac_c_werror_flag" 6373 || test ! -s conftest.err' 6338 6374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6339 6375 (eval $ac_try) 2>&5 … … 6847 6883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6848 6884 (exit $ac_status); } && 6849 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6885 { ac_try='test -z "$ac_c_werror_flag" 6886 || test ! -s conftest.err' 6850 6887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6851 6888 (eval $ac_try) 2>&5 … … 6922 6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6923 6960 (exit $ac_status); } && 6924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6961 { ac_try='test -z "$ac_c_werror_flag" 6962 || test ! -s conftest.err' 6925 6963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6926 6964 (eval $ac_try) 2>&5 … … 6997 7035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6998 7036 (exit $ac_status); } && 6999 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7037 { ac_try='test -z "$ac_c_werror_flag" 7038 || test ! -s conftest.err' 7000 7039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7001 7040 (eval $ac_try) 2>&5 … … 7070 7109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7071 7110 (exit $ac_status); } && 7072 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7111 { ac_try='test -z "$ac_c_werror_flag" 7112 || test ! -s conftest.err' 7073 7113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7074 7114 (eval $ac_try) 2>&5 … … 7140 7180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7141 7181 (exit $ac_status); } && 7142 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7182 { ac_try='test -z "$ac_c_werror_flag" 7183 || test ! -s conftest.err' 7143 7184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7144 7185 (eval $ac_try) 2>&5 … … 7408 7449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7409 7450 (exit $ac_status); } && 7410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7451 { ac_try='test -z "$ac_c_werror_flag" 7452 || test ! -s conftest.err' 7411 7453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7412 7454 (eval $ac_try) 2>&5 … … 7910 7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7911 7953 (exit $ac_status); } && 7912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7954 { ac_try='test -z "$ac_c_werror_flag" 7955 || test ! -s conftest.err' 7913 7956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7914 7957 (eval $ac_try) 2>&5 … … 8001 8044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8002 8045 (exit $ac_status); } && 8003 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8046 { ac_try='test -z "$ac_c_werror_flag" 8047 || test ! -s conftest.err' 8004 8048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8005 8049 (eval $ac_try) 2>&5 … … 8112 8156 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8113 8157 (exit $ac_status); } && 8114 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8158 { ac_try='test -z "$ac_c_werror_flag" 8159 || test ! -s conftest.err' 8115 8160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8116 8161 (eval $ac_try) 2>&5 … … 8228 8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8229 8274 (exit $ac_status); } && 8230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8275 { ac_try='test -z "$ac_c_werror_flag" 8276 || test ! -s conftest.err' 8231 8277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8232 8278 (eval $ac_try) 2>&5 … … 8583 8629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8584 8630 (exit $ac_status); } && 8585 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8631 { ac_try='test -z "$ac_c_werror_flag" 8632 || test ! -s conftest.err' 8586 8633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8587 8634 (eval $ac_try) 2>&5 … … 8652 8699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8653 8700 (exit $ac_status); } && 8654 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8701 { ac_try='test -z "$ac_c_werror_flag" 8702 || test ! -s conftest.err' 8655 8703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8656 8704 (eval $ac_try) 2>&5 … … 8992 9040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8993 9041 (exit $ac_status); } && 8994 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9042 { ac_try='test -z "$ac_c_werror_flag" 9043 || test ! -s conftest.err' 8995 9044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8996 9045 (eval $ac_try) 2>&5 … … 9143 9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9144 9193 (exit $ac_status); } && 9145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9194 { ac_try='test -z "$ac_c_werror_flag" 9195 || test ! -s conftest.err' 9146 9196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9147 9197 (eval $ac_try) 2>&5 … … 9185 9235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9186 9236 (exit $ac_status); } && 9187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9237 { ac_try='test -z "$ac_c_werror_flag" 9238 || test ! -s conftest.err' 9188 9239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9189 9240 (eval $ac_try) 2>&5 … … 9246 9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9247 9298 (exit $ac_status); } && 9248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9299 { ac_try='test -z "$ac_c_werror_flag" 9300 || test ! -s conftest.err' 9249 9301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9250 9302 (eval $ac_try) 2>&5 … … 9288 9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9289 9341 (exit $ac_status); } && 9290 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9342 { ac_try='test -z "$ac_c_werror_flag" 9343 || test ! -s conftest.err' 9291 9344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9292 9345 (eval $ac_try) 2>&5 … … 9349 9402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9350 9403 (exit $ac_status); } && 9351 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9404 { ac_try='test -z "$ac_c_werror_flag" 9405 || test ! -s conftest.err' 9352 9406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9353 9407 (eval $ac_try) 2>&5 … … 9391 9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9392 9446 (exit $ac_status); } && 9393 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9447 { ac_try='test -z "$ac_c_werror_flag" 9448 || test ! -s conftest.err' 9394 9449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9395 9450 (eval $ac_try) 2>&5 … … 9465 9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9466 9521 (exit $ac_status); } && 9467 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9522 { ac_try='test -z "$ac_c_werror_flag" 9523 || test ! -s conftest.err' 9468 9524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9469 9525 (eval $ac_try) 2>&5 … … 9514 9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9515 9571 (exit $ac_status); } && 9516 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9572 { ac_try='test -z "$ac_c_werror_flag" 9573 || test ! -s conftest.err' 9517 9574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9518 9575 (eval $ac_try) 2>&5 … … 9590 9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9591 9648 (exit $ac_status); } && 9592 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9649 { ac_try='test -z "$ac_c_werror_flag" 9650 || test ! -s conftest.err' 9593 9651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9594 9652 (eval $ac_try) 2>&5 … … 9652 9710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9653 9711 (exit $ac_status); } && 9654 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9712 { ac_try='test -z "$ac_c_werror_flag" 9713 || test ! -s conftest.err' 9655 9714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9656 9715 (eval $ac_try) 2>&5 … … 9753 9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9754 9813 (exit $ac_status); } && 9755 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9814 { ac_try='test -z "$ac_c_werror_flag" 9815 || test ! -s conftest.err' 9756 9816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9757 9817 (eval $ac_try) 2>&5 … … 9816 9876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9817 9877 (exit $ac_status); } && 9818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9878 { ac_try='test -z "$ac_c_werror_flag" 9879 || test ! -s conftest.err' 9819 9880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9820 9881 (eval $ac_try) 2>&5 … … 10119 10180 #-------------------------------------------------------------------- 10120 10181 RAPPTURE_DIR=$prefix 10121 # 10122 # 10123 # 10124 # 10125 # 10126 # 10127 # 10128 # 10129 # 10130 # 10131 # 10132 # 10133 # 10134 # 10135 # 10136 # 10137 # 10138 # 10139 # 10140 # 10141 # 10142 # 10143 # 10144 # 10145 # 10146 # 10147 # 10148 # 10149 # 10150 # 10151 # 10152 # 10153 # 10154 # 10155 # 10156 # 10157 # 10158 # 10159 # 10160 # 10161 # 10162 # 10163 # 10182 #AC_MSG_CHECKING([for rappture.h]) 10183 #RAPPTURE_DIR="" 10184 #if test "x$rappture_dir" != "x" ; then 10185 # # 10186 # # Verify that a rappture.h file exists in the directory specified 10187 # # by --with-rappture. 10188 # # 10189 # if test -r "$rappture_dir/include/rappture.h" ; then 10190 # RAPPTURE_DIR="$rappture_dir" 10191 # fi 10192 #else 10193 # # 10194 # # Otherwise, search for the rappture.h include file... 10195 # # 1. Search previously named locations. 10196 # # 10197 # for dir in \ 10198 # $prefix \ 10199 # $exec_prefix 10200 # do 10201 # if test -r "$dir/include/rappture.h" ; then 10202 # RAPPTURE_DIR="$dir" 10203 # break 10204 # fi 10205 # done 10206 # # 10207 # # 2. Search source directories. 10208 # # 10209 # if test "x$RAPPTURE_DIR" = "x" ; then 10210 # for dir in \ 10211 # `ls -dr ../rappture 2>/dev/null` \ 10212 # `ls -dr ../../rappture 2>/dev/null` \ 10213 # `ls -dr ../../../rappture 2>/dev/null` \ 10214 # `ls -dr C\:/opt/rappture 2>/dev/null` \ 10215 # `ls -dr /opt/rappture 2>/dev/null` 10216 # do 10217 # if test -r "$dir/include/rappture.h" ; then 10218 # RAPPTURE_DIR="$dir" 10219 # break 10220 # fi 10221 # done 10222 # fi 10223 #fi 10224 #AC_MSG_RESULT([${RAPPTURE_DIR}]) 10164 10225 # 10165 # 10166 # 10167 # 10168 # 10169 # 10226 #if test "x$RAPPTURE_DIR" = "x" ; then 10227 # echo "can't find RAPPTURE include file \"rappture.h\"" 10228 # echo "use --with-rappture=DIR to specify the location of rappture" 10229 # exit 1 10230 #fi 10170 10231 10171 10232 10172 10233 10173 10234 #-------------------------------------------------------------------- 10174 # Look for scew.h on the normal include path. If not found, look 10175 # for it in the --with-scew directory. 10235 # Default Rappture include path. 10176 10236 #-------------------------------------------------------------------- 10237 ALT_DIR="../../" 10177 10238 # AC_MSG_CHECKING([for alternate paths]) 10178 10239 # ALT_DIR="" … … 11100 11161 esac 11101 11162 11163 if test x"$ac_file" != x-; then 11164 { echo "$as_me:$LINENO: creating $ac_file" >&5 11165 echo "$as_me: creating $ac_file" >&6;} 11166 rm -f "$ac_file" 11167 fi 11102 11168 # Let's still pretend it is `configure' which instantiates (i.e., don't 11103 11169 # use $as_me), people would be surprised to read: … … 11138 11204 esac 11139 11205 done` || { (exit 1); exit 1; } 11140 11141 if test x"$ac_file" != x-; then11142 { echo "$as_me:$LINENO: creating $ac_file" >&511143 echo "$as_me: creating $ac_file" >&6;}11144 rm -f "$ac_file"11145 fi11146 11206 _ACEOF 11147 11207 cat >>$CONFIG_STATUS <<_ACEOF -
trunk/src/tcl/configure.in
r708 r718 270 270 #-------------------------------------------------------------------- 271 271 RAPPTURE_DIR=$prefix 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 # `ls -dr /opt/rappture 2>/dev/null`306 # 307 # 308 # 309 # 310 # 311 # 312 # 313 # 314 # 315 # 316 # 317 # 318 # 319 # 320 # 272 #AC_MSG_CHECKING([for rappture.h]) 273 #RAPPTURE_DIR="" 274 #if test "x$rappture_dir" != "x" ; then 275 # # 276 # # Verify that a rappture.h file exists in the directory specified 277 # # by --with-rappture. 278 # # 279 # if test -r "$rappture_dir/include/rappture.h" ; then 280 # RAPPTURE_DIR="$rappture_dir" 281 # fi 282 #else 283 # # 284 # # Otherwise, search for the rappture.h include file... 285 # # 1. Search previously named locations. 286 # # 287 # for dir in \ 288 # $prefix \ 289 # $exec_prefix 290 # do 291 # if test -r "$dir/include/rappture.h" ; then 292 # RAPPTURE_DIR="$dir" 293 # break 294 # fi 295 # done 296 # # 297 # # 2. Search source directories. 298 # # 299 # if test "x$RAPPTURE_DIR" = "x" ; then 300 # for dir in \ 301 # `ls -dr ../rappture 2>/dev/null` \ 302 # `ls -dr ../../rappture 2>/dev/null` \ 303 # `ls -dr ../../../rappture 2>/dev/null` \ 304 # `ls -dr C\:/opt/rappture 2>/dev/null` \ 305 # `ls -dr /opt/rappture 2>/dev/null` 306 # do 307 # if test -r "$dir/include/rappture.h" ; then 308 # RAPPTURE_DIR="$dir" 309 # break 310 # fi 311 # done 312 # fi 313 #fi 314 #AC_MSG_RESULT([${RAPPTURE_DIR}]) 315 # 316 #if test "x$RAPPTURE_DIR" = "x" ; then 317 # echo "can't find RAPPTURE include file \"rappture.h\"" 318 # echo "use --with-rappture=DIR to specify the location of rappture" 319 # exit 1 320 #fi 321 321 322 322 AC_SUBST(RAPPTURE_DIR) 323 323 324 324 #-------------------------------------------------------------------- 325 # Look for scew.h on the normal include path. If not found, look326 # for it in the --with-scew directory.327 #-------------------------------------------------------------------- 325 # Default Rappture include path. 326 #-------------------------------------------------------------------- 327 ALT_DIR="../../" 328 328 # AC_MSG_CHECKING([for alternate paths]) 329 329 # ALT_DIR="" -
trunk/src2/core/Makefile.in
r708 r718 14 14 CXX = @CXX@ 15 15 16 CFLAGS=-g -Wall 16 CFLAGS=-g -Wall -fPIC 17 17 #CFLAGS=-O 18 18 #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
Note: See TracChangeset
for help on using the changeset viewer.