Changeset 1046
- Timestamp:
- Jun 13, 2008 12:19:57 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r1018 r1046 30 30 .PHONY: src gui lang test examples 31 31 32 all: src gui lang examples test 32 all: src gui lang examples test lib 33 33 34 34 src: … … 38 38 lang: 39 39 $(MAKE) -C lang all 40 lib: 41 $(MAKE) -C lib all 40 42 examples: 41 43 $(MAKE) -C examples all … … 47 49 $(MAKE) -C gui install 48 50 $(MAKE) -C lang install 51 $(MAKE) -C lib install 49 52 $(MAKE) -C src install 50 53 … … 53 56 $(MAKE) -C gui clean 54 57 $(MAKE) -C lang clean 58 $(MAKE) -C lib clean 55 59 $(MAKE) -C src clean 56 60 $(MAKE) -C test clean … … 60 64 $(MAKE) -C gui distclean 61 65 $(MAKE) -C lang distclean 66 $(MAKE) -C lib distclean 62 67 $(MAKE) -C src distclean 63 68 $(MAKE) -C test distclean … … 65 70 66 71 package: 67 tar -C $(prefix) -cz f $(tarfile) .72 tar -C $(prefix) -czlf $(tarfile) . -
trunk/configure
r1044 r1046 664 664 EXEEXT 665 665 OBJEXT 666 F77 667 FFLAGS 668 ac_ct_F77 666 669 RANLIB 667 670 LN_S … … 673 676 ac_ct_CXX 674 677 CXXCPP 675 F77676 FFLAGS677 ac_ct_F77678 678 AR 679 679 DL_LIBS … … 730 730 LIBS 731 731 CPPFLAGS 732 F77 733 FFLAGS 732 734 CPP 733 735 CXX 734 736 CXXFLAGS 735 737 CCC 736 CXXCPP 737 F77 738 FFLAGS' 738 CXXCPP' 739 739 ac_subdirs_all='packages/optimizer/src ' 740 740 … … 1339 1339 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1340 1340 you have headers in a nonstandard directory <include dir> 1341 F77 Fortran 77 compiler command 1342 FFLAGS Fortran 77 compiler flags 1341 1343 CPP C preprocessor 1342 1344 CXX C++ compiler command 1343 1345 CXXFLAGS C++ compiler flags 1344 1346 CXXCPP C++ preprocessor 1345 F77 Fortran 77 compiler command1346 FFLAGS Fortran 77 compiler flags1347 1347 1348 1348 Use these variables to override the choices made by `configure' or to help … … 2858 2858 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2859 2859 2860 ac_ext=f 2861 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 2862 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2863 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 2864 if test -n "$ac_tool_prefix"; then 2865 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn 2866 do 2867 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2868 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2869 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2871 if test "${ac_cv_prog_F77+set}" = set; then 2872 echo $ECHO_N "(cached) $ECHO_C" >&6 2873 else 2874 if test -n "$F77"; then 2875 ac_cv_prog_F77="$F77" # Let the user override the test. 2876 else 2877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2878 for as_dir in $PATH 2879 do 2880 IFS=$as_save_IFS 2881 test -z "$as_dir" && as_dir=. 2882 for ac_exec_ext in '' $ac_executable_extensions; do 2883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2884 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 2885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2886 break 2 2887 fi 2888 done 2889 done 2890 IFS=$as_save_IFS 2891 2892 fi 2893 fi 2894 F77=$ac_cv_prog_F77 2895 if test -n "$F77"; then 2896 { echo "$as_me:$LINENO: result: $F77" >&5 2897 echo "${ECHO_T}$F77" >&6; } 2898 else 2899 { echo "$as_me:$LINENO: result: no" >&5 2900 echo "${ECHO_T}no" >&6; } 2901 fi 2902 2903 2904 test -n "$F77" && break 2905 done 2906 fi 2907 if test -z "$F77"; then 2908 ac_ct_F77=$F77 2909 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn 2910 do 2911 # Extract the first word of "$ac_prog", so it can be a program name with args. 2912 set dummy $ac_prog; ac_word=$2 2913 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2915 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 2916 echo $ECHO_N "(cached) $ECHO_C" >&6 2917 else 2918 if test -n "$ac_ct_F77"; then 2919 ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. 2920 else 2921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2922 for as_dir in $PATH 2923 do 2924 IFS=$as_save_IFS 2925 test -z "$as_dir" && as_dir=. 2926 for ac_exec_ext in '' $ac_executable_extensions; do 2927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2928 ac_cv_prog_ac_ct_F77="$ac_prog" 2929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2930 break 2 2931 fi 2932 done 2933 done 2934 IFS=$as_save_IFS 2935 2936 fi 2937 fi 2938 ac_ct_F77=$ac_cv_prog_ac_ct_F77 2939 if test -n "$ac_ct_F77"; then 2940 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 2941 echo "${ECHO_T}$ac_ct_F77" >&6; } 2942 else 2943 { echo "$as_me:$LINENO: result: no" >&5 2944 echo "${ECHO_T}no" >&6; } 2945 fi 2946 2947 2948 test -n "$ac_ct_F77" && break 2949 done 2950 2951 if test "x$ac_ct_F77" = x; then 2952 F77="" 2953 else 2954 case $cross_compiling:$ac_tool_warned in 2955 yes:) 2956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2957 whose name does not start with the host triplet. If you think this 2958 configuration is useful to you, please write to autoconf@gnu.org." >&5 2959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2960 whose name does not start with the host triplet. If you think this 2961 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2962 ac_tool_warned=yes ;; 2963 esac 2964 F77=$ac_ct_F77 2965 fi 2966 fi 2967 2968 2969 # Provide some information about the compiler. 2970 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 2971 ac_compiler=`set X $ac_compile; echo $2` 2972 { (ac_try="$ac_compiler --version >&5" 2973 case "(($ac_try" in 2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2975 *) ac_try_echo=$ac_try;; 2976 esac 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2978 (eval "$ac_compiler --version >&5") 2>&5 2979 ac_status=$? 2980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2981 (exit $ac_status); } 2982 { (ac_try="$ac_compiler -v >&5" 2983 case "(($ac_try" in 2984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2985 *) ac_try_echo=$ac_try;; 2986 esac 2987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2988 (eval "$ac_compiler -v >&5") 2>&5 2989 ac_status=$? 2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2991 (exit $ac_status); } 2992 { (ac_try="$ac_compiler -V >&5" 2993 case "(($ac_try" in 2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2995 *) ac_try_echo=$ac_try;; 2996 esac 2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2998 (eval "$ac_compiler -V >&5") 2>&5 2999 ac_status=$? 3000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3001 (exit $ac_status); } 3002 rm -f a.out 3003 3004 # If we don't use `.F' as extension, the preprocessor is not run on the 3005 # input file. (Note that this only needs to work for GNU compilers.) 3006 ac_save_ext=$ac_ext 3007 ac_ext=F 3008 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3009 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 3010 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3011 echo $ECHO_N "(cached) $ECHO_C" >&6 3012 else 3013 cat >conftest.$ac_ext <<_ACEOF 3014 program main 3015 #ifndef __GNUC__ 3016 choke me 3017 #endif 3018 3019 end 3020 _ACEOF 3021 rm -f conftest.$ac_objext 3022 if { (ac_try="$ac_compile" 3023 case "(($ac_try" in 3024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3025 *) ac_try_echo=$ac_try;; 3026 esac 3027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3028 (eval "$ac_compile") 2>conftest.er1 3029 ac_status=$? 3030 grep -v '^ *+' conftest.er1 >conftest.err 3031 rm -f conftest.er1 3032 cat conftest.err >&5 3033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3034 (exit $ac_status); } && { 3035 test -z "$ac_f77_werror_flag" || 3036 test ! -s conftest.err 3037 } && test -s conftest.$ac_objext; then 3038 ac_compiler_gnu=yes 3039 else 3040 echo "$as_me: failed program was:" >&5 3041 sed 's/^/| /' conftest.$ac_ext >&5 3042 3043 ac_compiler_gnu=no 3044 fi 3045 3046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3047 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 3048 3049 fi 3050 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3051 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 3052 ac_ext=$ac_save_ext 3053 ac_test_FFLAGS=${FFLAGS+set} 3054 ac_save_FFLAGS=$FFLAGS 3055 FFLAGS= 3056 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3057 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 3058 if test "${ac_cv_prog_f77_g+set}" = set; then 3059 echo $ECHO_N "(cached) $ECHO_C" >&6 3060 else 3061 FFLAGS=-g 3062 cat >conftest.$ac_ext <<_ACEOF 3063 program main 3064 3065 end 3066 _ACEOF 3067 rm -f conftest.$ac_objext 3068 if { (ac_try="$ac_compile" 3069 case "(($ac_try" in 3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3071 *) ac_try_echo=$ac_try;; 3072 esac 3073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3074 (eval "$ac_compile") 2>conftest.er1 3075 ac_status=$? 3076 grep -v '^ *+' conftest.er1 >conftest.err 3077 rm -f conftest.er1 3078 cat conftest.err >&5 3079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3080 (exit $ac_status); } && { 3081 test -z "$ac_f77_werror_flag" || 3082 test ! -s conftest.err 3083 } && test -s conftest.$ac_objext; then 3084 ac_cv_prog_f77_g=yes 3085 else 3086 echo "$as_me: failed program was:" >&5 3087 sed 's/^/| /' conftest.$ac_ext >&5 3088 3089 ac_cv_prog_f77_g=no 3090 fi 3091 3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3093 3094 fi 3095 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3096 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 3097 if test "$ac_test_FFLAGS" = set; then 3098 FFLAGS=$ac_save_FFLAGS 3099 elif test $ac_cv_prog_f77_g = yes; then 3100 if test "x$ac_cv_f77_compiler_gnu" = xyes; then 3101 FFLAGS="-g -O2" 3102 else 3103 FFLAGS="-g" 3104 fi 3105 else 3106 if test "x$ac_cv_f77_compiler_gnu" = xyes; then 3107 FFLAGS="-O2" 3108 else 3109 FFLAGS= 3110 fi 3111 fi 3112 3113 G77=`test $ac_compiler_gnu = yes && echo yes` 3114 ac_ext=c 3115 ac_cpp='$CPP $CPPFLAGS' 3116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3118 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3119 2860 3120 ac_ext=c 2861 3121 ac_cpp='$CPP $CPPFLAGS' … … 5302 5562 5303 5563 5304 SC_CONFIG_GCC5305 5564 5306 5565 … … 7940 8199 7941 8200 7942 SC_MAKE_LIB7943 8201 7944 8202 # Check whether --enable-gui was given. … … 8624 8882 8625 8883 8626 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/rappture gui/apps/rappture.env gui/apps/simsim 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/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 examples/Makefile examples/3D/Makefile examples/app-fermi/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/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/graph/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/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/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 test/Makefile test/src/Makefile"8884 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile gui/Makefile gui/apps/Makefile gui/apps/rappture gui/apps/rappture.env gui/apps/simsim 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/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/Makefile examples/3D/Makefile examples/app-fermi/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/octave/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/graph/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/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/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 test/Makefile test/src/Makefile" 8627 8885 8628 8886 cat >confcache <<\_ACEOF … … 9221 9479 "lang/tcl/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES lang/tcl/scripts/Makefile" ;; 9222 9480 "lang/tcl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lang/tcl/tests/Makefile" ;; 9481 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 9223 9482 "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; 9224 9483 "examples/3D/Makefile") CONFIG_FILES="$CONFIG_FILES examples/3D/Makefile" ;; … … 9379 9638 EXEEXT!$EXEEXT$ac_delim 9380 9639 OBJEXT!$OBJEXT$ac_delim 9640 F77!$F77$ac_delim 9641 FFLAGS!$FFLAGS$ac_delim 9642 ac_ct_F77!$ac_ct_F77$ac_delim 9381 9643 RANLIB!$RANLIB$ac_delim 9382 9644 LN_S!$LN_S$ac_delim … … 9388 9650 ac_ct_CXX!$ac_ct_CXX$ac_delim 9389 9651 CXXCPP!$CXXCPP$ac_delim 9390 F77!$F77$ac_delim9391 FFLAGS!$FFLAGS$ac_delim9392 ac_ct_F77!$ac_ct_F77$ac_delim9393 9652 AR!$AR$ac_delim 9394 9653 DL_LIBS!$DL_LIBS$ac_delim -
trunk/configure.in
r1044 r1046 25 25 dnl find and test the C compiler 26 26 AC_PROG_CC 27 AC_PROG_F77 27 28 AC_LANG_C 28 29 … … 45 46 AC_PROG_F77([g77 gfortran f77 fort77 f90 xlf xlf90 fl32]) 46 47 47 SC_CONFIG_GCC48 48 SC_CONFIG_CFLAGS 49 SC_MAKE_LIB50 49 51 50 AC_ARG_ENABLE( … … 469 468 lang/tcl/scripts/Makefile 470 469 lang/tcl/tests/Makefile 470 lib/Makefile 471 471 examples/Makefile 472 472 examples/3D/Makefile
Note: See TracChangeset
for help on using the changeset viewer.