Changeset 1542 for ThirdParty/FilterSQP/branches/split
- Timestamp:
- May 1, 2010 6:25:18 AM (11 years ago)
- Location:
- ThirdParty/FilterSQP/branches/split
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/branches/split/Makefile.am
r1539 r1542 31 31 32 32 filtersqp_addlibs.txt : coinfiltersqp.pc 33 PKG_CONFIG_PATH=.: $(libdir)/pkgconfig:${PKG_CONFIG_PATH} $(PKG_CONFIG)--libs coinfiltersqp > filtersqp_addlibs.txt33 PKG_CONFIG_PATH=.:@COIN_PKG_CONFIG_PATH@ --libs coinfiltersqp > filtersqp_addlibs.txt 34 34 endif 35 35 -
ThirdParty/FilterSQP/branches/split/Makefile.in
r1539 r1542 134 134 COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ 135 135 COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ 136 COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@ 136 137 CPP = @CPP@ 137 138 CPPFLAGS = @CPPFLAGS@ … … 720 721 721 722 @COIN_HAS_PKGCONFIG_TRUE@filtersqp_addlibs.txt : coinfiltersqp.pc 722 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=.: $(libdir)/pkgconfig:${PKG_CONFIG_PATH} $(PKG_CONFIG)--libs coinfiltersqp > filtersqp_addlibs.txt723 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=.:@COIN_PKG_CONFIG_PATH@ --libs coinfiltersqp > filtersqp_addlibs.txt 723 724 724 725 install-doc: $(DocFiles) -
ThirdParty/FilterSQP/branches/split/configure
r1539 r1542 473 473 #endif" 474 474 475 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 ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS'475 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 ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1104 1104 --with-filtersqp-checklevel 1105 1105 specify the sanity check level for project FilterSQP 1106 --with-coin-instdir prefix of installation directory for precompiled 1107 COIN packages 1106 1108 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1107 1109 --with-pic try to use only PIC/non-PIC objects [default=use … … 3297 3299 3298 3300 # Provide some information about the compiler. 3299 echo "$as_me:3 299:" \3301 echo "$as_me:3301:" \ 3300 3302 "checking for Fortran 77 compiler version" >&5 3301 3303 ac_compiler=`set X $ac_compile; echo $2` … … 3865 3867 ac_save_FFLAGS=$FFLAGS 3866 3868 FFLAGS="$FFLAGS $ac_verb" 3867 (eval echo $as_me:386 7: \"$ac_link\") >&53869 (eval echo $as_me:3869: \"$ac_link\") >&5 3868 3870 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3869 3871 echo "$ac_f77_v_output" >&5 … … 3943 3945 ac_save_FFLAGS=$FFLAGS 3944 3946 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 3945 (eval echo $as_me:394 5: \"$ac_link\") >&53947 (eval echo $as_me:3947: \"$ac_link\") >&5 3946 3948 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3947 3949 echo "$ac_f77_v_output" >&5 … … 4830 4832 4831 4833 4834 4835 # assemble search path for pkg-config, if we are in a project setup 4836 if test x$coin_projectdir = xyes ; then 4837 COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 4838 4839 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 4840 # best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, 4841 # unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... 4842 if test -d "${prefix}"; then 4843 COIN_PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${COIN_PKG_CONFIG_PATH}" 4844 fi 4845 4846 4847 # Check whether --with-coin-instdir or --without-coin-instdir was given. 4848 if test "${with_coin_instdir+set}" = set; then 4849 withval="$with_coin_instdir" 4850 if test -d "$withval"; then : ; else 4851 { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 4852 echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} 4853 { (exit 1); exit 1; }; } 4854 fi 4855 COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:${COIN_PKG_CONFIG_PATH}" 4856 4857 fi; 4858 4859 # in a classic setup, we want to find uninstalled projects 4860 # their (relative) location is written to coin_subdirs.txt by the configure in the project base directory 4861 # unfortunately, if the user set prefix, then we do not know where the project base directory is located 4862 # but it is likely to be either .. (if we are a usual coin project) or ../.. (if we are a unusual coin project like ThirdParty or Data) 4863 if test -e ../coin_subdirs.txt ; then 4864 for i in `cat ../coin_subdirs.txt` ; do 4865 COIN_PKG_CONFIG_PATH="`cd ../$i; pwd`:${COIN_PKG_CONFIG_PATH}" 4866 done 4867 fi 4868 4869 if test -e ../../coin_subdirs.txt ; then 4870 for i in `cat ../../coin_subdirs.txt` ; do 4871 COIN_PKG_CONFIG_PATH="`cd ../../$i; pwd`:${COIN_PKG_CONFIG_PATH}" 4872 done 4873 fi 4874 4875 4876 fi 4832 4877 4833 4878 … … 7121 7166 *-*-irix6*) 7122 7167 # Find out which ABI we are using. 7123 echo '#line 71 23"configure"' > conftest.$ac_ext7168 echo '#line 7168 "configure"' > conftest.$ac_ext 7124 7169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7125 7170 (eval $ac_compile) 2>&5 … … 9707 9752 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9708 9753 -e 's:$: $lt_compiler_flag:'` 9709 (eval echo "\"\$as_me:97 09: $lt_compile\"" >&5)9754 (eval echo "\"\$as_me:9754: $lt_compile\"" >&5) 9710 9755 (eval "$lt_compile" 2>conftest.err) 9711 9756 ac_status=$? 9712 9757 cat conftest.err >&5 9713 echo "$as_me:97 13: \$? = $ac_status" >&59758 echo "$as_me:9758: \$? = $ac_status" >&5 9714 9759 if (exit $ac_status) && test -s "$ac_outfile"; then 9715 9760 # The compiler can only warn and ignore the option if not recognized … … 9975 10020 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9976 10021 -e 's:$: $lt_compiler_flag:'` 9977 (eval echo "\"\$as_me: 9977: $lt_compile\"" >&5)10022 (eval echo "\"\$as_me:10022: $lt_compile\"" >&5) 9978 10023 (eval "$lt_compile" 2>conftest.err) 9979 10024 ac_status=$? 9980 10025 cat conftest.err >&5 9981 echo "$as_me: 9981: \$? = $ac_status" >&510026 echo "$as_me:10026: \$? = $ac_status" >&5 9982 10027 if (exit $ac_status) && test -s "$ac_outfile"; then 9983 10028 # The compiler can only warn and ignore the option if not recognized … … 10079 10124 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10080 10125 -e 's:$: $lt_compiler_flag:'` 10081 (eval echo "\"\$as_me:10 081: $lt_compile\"" >&5)10126 (eval echo "\"\$as_me:10126: $lt_compile\"" >&5) 10082 10127 (eval "$lt_compile" 2>out/conftest.err) 10083 10128 ac_status=$? 10084 10129 cat out/conftest.err >&5 10085 echo "$as_me:10 085: \$? = $ac_status" >&510130 echo "$as_me:10130: \$? = $ac_status" >&5 10086 10131 if (exit $ac_status) && test -s out/conftest2.$ac_objext 10087 10132 then … … 12496 12541 lt_status=$lt_dlunknown 12497 12542 cat > conftest.$ac_ext <<EOF 12498 #line 12 498"configure"12543 #line 12543 "configure" 12499 12544 #include "confdefs.h" 12500 12545 … … 12596 12641 lt_status=$lt_dlunknown 12597 12642 cat > conftest.$ac_ext <<EOF 12598 #line 12 598"configure"12643 #line 12643 "configure" 12599 12644 #include "confdefs.h" 12600 12645 … … 14956 15001 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14957 15002 -e 's:$: $lt_compiler_flag:'` 14958 (eval echo "\"\$as_me:1 4958: $lt_compile\"" >&5)15003 (eval echo "\"\$as_me:15003: $lt_compile\"" >&5) 14959 15004 (eval "$lt_compile" 2>conftest.err) 14960 15005 ac_status=$? 14961 15006 cat conftest.err >&5 14962 echo "$as_me:1 4962: \$? = $ac_status" >&515007 echo "$as_me:15007: \$? = $ac_status" >&5 14963 15008 if (exit $ac_status) && test -s "$ac_outfile"; then 14964 15009 # The compiler can only warn and ignore the option if not recognized … … 15060 15105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15061 15106 -e 's:$: $lt_compiler_flag:'` 15062 (eval echo "\"\$as_me:15 062: $lt_compile\"" >&5)15107 (eval echo "\"\$as_me:15107: $lt_compile\"" >&5) 15063 15108 (eval "$lt_compile" 2>out/conftest.err) 15064 15109 ac_status=$? 15065 15110 cat out/conftest.err >&5 15066 echo "$as_me:15 066: \$? = $ac_status" >&515111 echo "$as_me:15111: \$? = $ac_status" >&5 15067 15112 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15068 15113 then … … 16630 16675 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16631 16676 -e 's:$: $lt_compiler_flag:'` 16632 (eval echo "\"\$as_me:166 32: $lt_compile\"" >&5)16677 (eval echo "\"\$as_me:16677: $lt_compile\"" >&5) 16633 16678 (eval "$lt_compile" 2>conftest.err) 16634 16679 ac_status=$? 16635 16680 cat conftest.err >&5 16636 echo "$as_me:166 36: \$? = $ac_status" >&516681 echo "$as_me:16681: \$? = $ac_status" >&5 16637 16682 if (exit $ac_status) && test -s "$ac_outfile"; then 16638 16683 # The compiler can only warn and ignore the option if not recognized … … 16734 16779 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16735 16780 -e 's:$: $lt_compiler_flag:'` 16736 (eval echo "\"\$as_me:167 36: $lt_compile\"" >&5)16781 (eval echo "\"\$as_me:16781: $lt_compile\"" >&5) 16737 16782 (eval "$lt_compile" 2>out/conftest.err) 16738 16783 ac_status=$? 16739 16784 cat out/conftest.err >&5 16740 echo "$as_me:167 40: \$? = $ac_status" >&516785 echo "$as_me:16785: \$? = $ac_status" >&5 16741 16786 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16742 16787 then … … 18941 18986 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18942 18987 -e 's:$: $lt_compiler_flag:'` 18943 (eval echo "\"\$as_me:189 43: $lt_compile\"" >&5)18988 (eval echo "\"\$as_me:18988: $lt_compile\"" >&5) 18944 18989 (eval "$lt_compile" 2>conftest.err) 18945 18990 ac_status=$? 18946 18991 cat conftest.err >&5 18947 echo "$as_me:189 47: \$? = $ac_status" >&518992 echo "$as_me:18992: \$? = $ac_status" >&5 18948 18993 if (exit $ac_status) && test -s "$ac_outfile"; then 18949 18994 # The compiler can only warn and ignore the option if not recognized … … 19209 19254 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19210 19255 -e 's:$: $lt_compiler_flag:'` 19211 (eval echo "\"\$as_me:192 11: $lt_compile\"" >&5)19256 (eval echo "\"\$as_me:19256: $lt_compile\"" >&5) 19212 19257 (eval "$lt_compile" 2>conftest.err) 19213 19258 ac_status=$? 19214 19259 cat conftest.err >&5 19215 echo "$as_me:192 15: \$? = $ac_status" >&519260 echo "$as_me:19260: \$? = $ac_status" >&5 19216 19261 if (exit $ac_status) && test -s "$ac_outfile"; then 19217 19262 # The compiler can only warn and ignore the option if not recognized … … 19313 19358 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19314 19359 -e 's:$: $lt_compiler_flag:'` 19315 (eval echo "\"\$as_me:193 15: $lt_compile\"" >&5)19360 (eval echo "\"\$as_me:19360: $lt_compile\"" >&5) 19316 19361 (eval "$lt_compile" 2>out/conftest.err) 19317 19362 ac_status=$? 19318 19363 cat out/conftest.err >&5 19319 echo "$as_me:193 19: \$? = $ac_status" >&519364 echo "$as_me:19364: \$? = $ac_status" >&5 19320 19365 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19321 19366 then … … 23060 23105 s,@COIN_HAS_PKGCONFIG_TRUE@,$COIN_HAS_PKGCONFIG_TRUE,;t t 23061 23106 s,@COIN_HAS_PKGCONFIG_FALSE@,$COIN_HAS_PKGCONFIG_FALSE,;t t 23107 s,@COIN_PKG_CONFIG_PATH@,$COIN_PKG_CONFIG_PATH,;t t 23062 23108 s,@EGREP@,$EGREP,;t t 23063 23109 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
Note: See TracChangeset
for help on using the changeset viewer.