Changeset 902
- Timestamp:
- Jan 5, 2008 7:44:41 PM (13 years ago)
- Location:
- ThirdParty/Mumps/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/Makefile.in
r875 r902 19 19 # This file is distributed under the Common Public License. 20 20 21 # Copyright (C) 2006 International Business Machines and others.21 # Copyright (C) 2006, 2007 International Business Machines and others. 22 22 # All Rights Reserved. 23 23 # This file is distributed under the Common Public License. … … 310 310 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 311 311 DocFiles = README AUTHORS LICENSE 312 DocInstallDir = $(prefix)/share/doc/ $(PACKAGE_NAME)312 DocInstallDir = $(prefix)/share/doc/coin/$(PACKAGE_NAME) 313 313 all: all-am 314 314 … … 821 821 dmumps_part5.lo dmumps_part6.lo dmumps_part7.lo dmumps_part8.lo: dmumps_ooc.lo 822 822 823 install-doc: 823 install-doc: $(DocFiles) 824 824 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 825 825 for file in $(DocFiles); do \ -
ThirdParty/Mumps/trunk/configure
r805 r902 1075 1075 --enable-doscompile Under Cygwin, compile so that executables run under 1076 1076 DOS. Set to mingw to use gcc/g++/ld with 1077 -mno-cygwin. Set to msvc to use cl/link . Default1078 when mentioned: mingw. Default when not mentioned:1079 disabled.1077 -mno-cygwin. Set to msvc to use cl/link (or 1078 icl/link). Default when mentioned: mingw. Default 1079 when not mentioned: disabled. 1080 1080 --enable-static[=PKGS] 1081 1081 build static libraries [default=no] … … 1848 1848 if test x"$CXX" != x; then 1849 1849 case "$CXX" in 1850 cl* | */cl* | CL* | */CL* )1850 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1851 1851 if test x"$CC" = x; then 1852 1852 CC="$CXX" … … 1875 1875 *-cygwin* | *-mingw*) 1876 1876 if test "$enable_doscompile" = msvc ; then 1877 comps=" cl"1877 comps="icl cl" 1878 1878 else 1879 1879 comps="gcc cl" … … 2761 2761 coin_dbg_cflags='-MTd' 2762 2762 ;; 2763 icl* | */icl* | ICL* | */ICL*) 2764 coin_opt_cflags='-MT -Ox' 2765 coin_add_cflags='-nologo -D_CRT_SECURE_NO_DEPRECATE' 2766 coin_dbg_cflags='-MTd -debug' 2767 ;; 2763 2768 esac 2764 2769 ;; … … 3067 3072 # Correct ADDLIBS initialization if we are using the MS compiler 3068 3073 case "$CC" in 3069 cl* | */cl* | CL* | */CL* )3074 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3070 3075 ADDLIBS= 3071 3076 case $build in … … 3276 3281 3277 3282 # Provide some information about the compiler. 3278 echo "$as_me:32 78:" \3283 echo "$as_me:3283:" \ 3279 3284 "checking for Fortran 77 compiler version" >&5 3280 3285 ac_compiler=`set X $ac_compile; echo $2` … … 3844 3849 ac_save_FFLAGS=$FFLAGS 3845 3850 FFLAGS="$FFLAGS $ac_verb" 3846 (eval echo $as_me:38 46: \"$ac_link\") >&53851 (eval echo $as_me:3851: \"$ac_link\") >&5 3847 3852 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3848 3853 echo "$ac_f77_v_output" >&5 … … 3922 3927 ac_save_FFLAGS=$FFLAGS 3923 3928 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 3924 (eval echo $as_me:392 4: \"$ac_link\") >&53929 (eval echo $as_me:3929: \"$ac_link\") >&5 3925 3930 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3926 3931 echo "$ac_f77_v_output" >&5 … … 6314 6319 *-*-irix6*) 6315 6320 # Find out which ABI we are using. 6316 echo '#line 63 16"configure"' > conftest.$ac_ext6321 echo '#line 6321 "configure"' > conftest.$ac_ext 6317 6322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6318 6323 (eval $ac_compile) 2>&5 … … 8791 8796 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8792 8797 -e 's:$: $lt_compiler_flag:'` 8793 (eval echo "\"\$as_me:879 3: $lt_compile\"" >&5)8798 (eval echo "\"\$as_me:8798: $lt_compile\"" >&5) 8794 8799 (eval "$lt_compile" 2>conftest.err) 8795 8800 ac_status=$? 8796 8801 cat conftest.err >&5 8797 echo "$as_me:8 797: \$? = $ac_status" >&58802 echo "$as_me:8802: \$? = $ac_status" >&5 8798 8803 if (exit $ac_status) && test -s "$ac_outfile"; then 8799 8804 # The compiler can only warn and ignore the option if not recognized … … 9059 9064 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9060 9065 -e 's:$: $lt_compiler_flag:'` 9061 (eval echo "\"\$as_me:906 1: $lt_compile\"" >&5)9066 (eval echo "\"\$as_me:9066: $lt_compile\"" >&5) 9062 9067 (eval "$lt_compile" 2>conftest.err) 9063 9068 ac_status=$? 9064 9069 cat conftest.err >&5 9065 echo "$as_me:90 65: \$? = $ac_status" >&59070 echo "$as_me:9070: \$? = $ac_status" >&5 9066 9071 if (exit $ac_status) && test -s "$ac_outfile"; then 9067 9072 # The compiler can only warn and ignore the option if not recognized … … 9163 9168 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9164 9169 -e 's:$: $lt_compiler_flag:'` 9165 (eval echo "\"\$as_me:91 65: $lt_compile\"" >&5)9170 (eval echo "\"\$as_me:9170: $lt_compile\"" >&5) 9166 9171 (eval "$lt_compile" 2>out/conftest.err) 9167 9172 ac_status=$? 9168 9173 cat out/conftest.err >&5 9169 echo "$as_me:91 69: \$? = $ac_status" >&59174 echo "$as_me:9174: \$? = $ac_status" >&5 9170 9175 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9171 9176 then … … 11580 11585 lt_status=$lt_dlunknown 11581 11586 cat > conftest.$ac_ext <<EOF 11582 #line 1158 2"configure"11587 #line 11587 "configure" 11583 11588 #include "confdefs.h" 11584 11589 … … 11680 11685 lt_status=$lt_dlunknown 11681 11686 cat > conftest.$ac_ext <<EOF 11682 #line 1168 2"configure"11687 #line 11687 "configure" 11683 11688 #include "confdefs.h" 11684 11689 … … 14040 14045 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14041 14046 -e 's:$: $lt_compiler_flag:'` 14042 (eval echo "\"\$as_me:1404 2: $lt_compile\"" >&5)14047 (eval echo "\"\$as_me:14047: $lt_compile\"" >&5) 14043 14048 (eval "$lt_compile" 2>conftest.err) 14044 14049 ac_status=$? 14045 14050 cat conftest.err >&5 14046 echo "$as_me:140 46: \$? = $ac_status" >&514051 echo "$as_me:14051: \$? = $ac_status" >&5 14047 14052 if (exit $ac_status) && test -s "$ac_outfile"; then 14048 14053 # The compiler can only warn and ignore the option if not recognized … … 14144 14149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14145 14150 -e 's:$: $lt_compiler_flag:'` 14146 (eval echo "\"\$as_me:141 46: $lt_compile\"" >&5)14151 (eval echo "\"\$as_me:14151: $lt_compile\"" >&5) 14147 14152 (eval "$lt_compile" 2>out/conftest.err) 14148 14153 ac_status=$? 14149 14154 cat out/conftest.err >&5 14150 echo "$as_me:1415 0: \$? = $ac_status" >&514155 echo "$as_me:14155: \$? = $ac_status" >&5 14151 14156 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14152 14157 then … … 15714 15719 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15715 15720 -e 's:$: $lt_compiler_flag:'` 15716 (eval echo "\"\$as_me:157 16: $lt_compile\"" >&5)15721 (eval echo "\"\$as_me:15721: $lt_compile\"" >&5) 15717 15722 (eval "$lt_compile" 2>conftest.err) 15718 15723 ac_status=$? 15719 15724 cat conftest.err >&5 15720 echo "$as_me:1572 0: \$? = $ac_status" >&515725 echo "$as_me:15725: \$? = $ac_status" >&5 15721 15726 if (exit $ac_status) && test -s "$ac_outfile"; then 15722 15727 # The compiler can only warn and ignore the option if not recognized … … 15818 15823 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15819 15824 -e 's:$: $lt_compiler_flag:'` 15820 (eval echo "\"\$as_me:1582 0: $lt_compile\"" >&5)15825 (eval echo "\"\$as_me:15825: $lt_compile\"" >&5) 15821 15826 (eval "$lt_compile" 2>out/conftest.err) 15822 15827 ac_status=$? 15823 15828 cat out/conftest.err >&5 15824 echo "$as_me:1582 4: \$? = $ac_status" >&515829 echo "$as_me:15829: \$? = $ac_status" >&5 15825 15830 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15826 15831 then … … 18025 18030 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18026 18031 -e 's:$: $lt_compiler_flag:'` 18027 (eval echo "\"\$as_me:180 27: $lt_compile\"" >&5)18032 (eval echo "\"\$as_me:18032: $lt_compile\"" >&5) 18028 18033 (eval "$lt_compile" 2>conftest.err) 18029 18034 ac_status=$? 18030 18035 cat conftest.err >&5 18031 echo "$as_me:1803 1: \$? = $ac_status" >&518036 echo "$as_me:18036: \$? = $ac_status" >&5 18032 18037 if (exit $ac_status) && test -s "$ac_outfile"; then 18033 18038 # The compiler can only warn and ignore the option if not recognized … … 18293 18298 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18294 18299 -e 's:$: $lt_compiler_flag:'` 18295 (eval echo "\"\$as_me:18 295: $lt_compile\"" >&5)18300 (eval echo "\"\$as_me:18300: $lt_compile\"" >&5) 18296 18301 (eval "$lt_compile" 2>conftest.err) 18297 18302 ac_status=$? 18298 18303 cat conftest.err >&5 18299 echo "$as_me:18 299: \$? = $ac_status" >&518304 echo "$as_me:18304: \$? = $ac_status" >&5 18300 18305 if (exit $ac_status) && test -s "$ac_outfile"; then 18301 18306 # The compiler can only warn and ignore the option if not recognized … … 18397 18402 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18398 18403 -e 's:$: $lt_compiler_flag:'` 18399 (eval echo "\"\$as_me:18 399: $lt_compile\"" >&5)18404 (eval echo "\"\$as_me:18404: $lt_compile\"" >&5) 18400 18405 (eval "$lt_compile" 2>out/conftest.err) 18401 18406 ac_status=$? 18402 18407 cat out/conftest.err >&5 18403 echo "$as_me:1840 3: \$? = $ac_status" >&518408 echo "$as_me:18408: \$? = $ac_status" >&5 18404 18409 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18405 18410 then … … 21153 21158 *-cygwin* | *-mingw*) 21154 21159 case "$CXX" in 21155 cl* | */cl* | CL* | */CL* )21160 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21156 21161 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 21157 21162 echo "$as_me: Applying patches to libtool for cl compiler" >&6;} … … 21424 21429 21425 21430 case "$CC" in 21426 cl* | */cl* | CL* | */CL* )21431 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21427 21432 libe=lib ;; 21428 21433 *) libe=a ;; … … 21765 21770 fi 21766 21771 case "$CC" in 21767 cl* | */cl* | CL* | */CL* )21772 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21768 21773 coin_link_input_cmd=cp ;; 21769 21774 esac … … 21783 21788 21784 21789 case "$CC" in 21785 cl* | */cl* | CL* | */CL* )21790 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21786 21791 LIBEXT=lib ;; 21787 21792 *) LIBEXT=a ;;
Note: See TracChangeset
for help on using the changeset viewer.