Changeset 1439 for branches/split/Cbc
- Timestamp:
- Mar 14, 2010 12:40:23 PM (11 years ago)
- Location:
- branches/split/Cbc
- Files:
-
- 9 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/split/Cbc/Makefile.am
r1437 r1439 121 121 122 122 pkgconfiglibdir = $(libdir)/pkgconfig 123 pkgconfiglib_DATA = cbc.pc 123 pkgconfiglib_DATA = cbc.pc osi-cbc.pc 124 124 125 125 ######################################################################## -
branches/split/Cbc/Makefile.in
r1438 r1439 64 64 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 65 65 $(srcdir)/cbc-uninstalled.pc.in $(srcdir)/cbc.pc.in \ 66 $(srcdir)/cbc_addlibs.txt.in $(top_srcdir)/configure \ 67 $(top_srcdir)/examples/Makefile.in \ 66 $(srcdir)/cbc_addlibs.txt.in \ 67 $(srcdir)/osi-cbc-uninstalled.pc.in $(srcdir)/osi-cbc.pc.in \ 68 $(top_srcdir)/configure $(top_srcdir)/examples/Makefile.in \ 68 69 $(top_srcdir)/inc/config_cbc.h.in AUTHORS INSTALL 69 70 @HAVE_EXTERNALS_TRUE@am__append_2 = Externals … … 80 81 CONFIG_HEADER = $(top_builddir)/inc/config_cbc.h 81 82 CONFIG_CLEAN_FILES = examples/Makefile cbc_addlibs.txt cbc.pc \ 82 cbc-uninstalled.pc 83 cbc-uninstalled.pc osi-cbc.pc osi-cbc-uninstalled.pc 83 84 SOURCES = 84 85 DIST_SOURCES = … … 171 172 COIN_HAS_GLPK_FALSE = @COIN_HAS_GLPK_FALSE@ 172 173 COIN_HAS_GLPK_TRUE = @COIN_HAS_GLPK_TRUE@ 174 COIN_HAS_GRB_FALSE = @COIN_HAS_GRB_FALSE@ 175 COIN_HAS_GRB_TRUE = @COIN_HAS_GRB_TRUE@ 173 176 COIN_HAS_MIPLIB3_FALSE = @COIN_HAS_MIPLIB3_FALSE@ 174 177 COIN_HAS_MIPLIB3_TRUE = @COIN_HAS_MIPLIB3_TRUE@ … … 217 220 GLPK_DATA = @GLPK_DATA@ 218 221 GLPK_LIBS = @GLPK_LIBS@ 222 GRB_CFLAGS = @GRB_CFLAGS@ 223 GRB_DATA = @GRB_DATA@ 224 GRB_LIBS = @GRB_LIBS@ 219 225 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 220 226 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ … … 250 256 OPT_CFLAGS = @OPT_CFLAGS@ 251 257 OPT_CXXFLAGS = @OPT_CXXFLAGS@ 258 OSICBC_DFLT_SOLVER_CLP_FALSE = @OSICBC_DFLT_SOLVER_CLP_FALSE@ 259 OSICBC_DFLT_SOLVER_CLP_TRUE = @OSICBC_DFLT_SOLVER_CLP_TRUE@ 260 OSICBC_DFLT_SOLVER_CPX_FALSE = @OSICBC_DFLT_SOLVER_CPX_FALSE@ 261 OSICBC_DFLT_SOLVER_CPX_TRUE = @OSICBC_DFLT_SOLVER_CPX_TRUE@ 262 OSICBC_DFLT_SOLVER_DYLP_FALSE = @OSICBC_DFLT_SOLVER_DYLP_FALSE@ 263 OSICBC_DFLT_SOLVER_DYLP_TRUE = @OSICBC_DFLT_SOLVER_DYLP_TRUE@ 264 OSICBC_DFLT_SOLVER_GLPK_FALSE = @OSICBC_DFLT_SOLVER_GLPK_FALSE@ 265 OSICBC_DFLT_SOLVER_GLPK_TRUE = @OSICBC_DFLT_SOLVER_GLPK_TRUE@ 266 OSICBC_DFLT_SOLVER_GRB_FALSE = @OSICBC_DFLT_SOLVER_GRB_FALSE@ 267 OSICBC_DFLT_SOLVER_GRB_TRUE = @OSICBC_DFLT_SOLVER_GRB_TRUE@ 268 OSICBC_DFLT_SOLVER_MSK_FALSE = @OSICBC_DFLT_SOLVER_MSK_FALSE@ 269 OSICBC_DFLT_SOLVER_MSK_TRUE = @OSICBC_DFLT_SOLVER_MSK_TRUE@ 270 OSICBC_DFLT_SOLVER_SYM_FALSE = @OSICBC_DFLT_SOLVER_SYM_FALSE@ 271 OSICBC_DFLT_SOLVER_SYM_TRUE = @OSICBC_DFLT_SOLVER_SYM_TRUE@ 272 OSICBC_DFLT_SOLVER_VOL_FALSE = @OSICBC_DFLT_SOLVER_VOL_FALSE@ 273 OSICBC_DFLT_SOLVER_VOL_TRUE = @OSICBC_DFLT_SOLVER_VOL_TRUE@ 274 OSICBC_DFLT_SOLVER_XPR_FALSE = @OSICBC_DFLT_SOLVER_XPR_FALSE@ 275 OSICBC_DFLT_SOLVER_XPR_TRUE = @OSICBC_DFLT_SOLVER_XPR_TRUE@ 252 276 OSIDOCDIR = @OSIDOCDIR@ 253 277 OSIOBJDIR = @OSIOBJDIR@ … … 379 403 addlibs_DATA = cbc_addlibs.txt 380 404 pkgconfiglibdir = $(libdir)/pkgconfig 381 pkgconfiglib_DATA = cbc.pc 405 pkgconfiglib_DATA = cbc.pc osi-cbc.pc 382 406 383 407 ######################################################################## … … 449 473 cd $(top_builddir) && $(SHELL) ./config.status $@ 450 474 cbc-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/cbc-uninstalled.pc.in 475 cd $(top_builddir) && $(SHELL) ./config.status $@ 476 osi-cbc.pc: $(top_builddir)/config.status $(srcdir)/osi-cbc.pc.in 477 cd $(top_builddir) && $(SHELL) ./config.status $@ 478 osi-cbc-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/osi-cbc-uninstalled.pc.in 451 479 cd $(top_builddir) && $(SHELL) ./config.status $@ 452 480 -
branches/split/Cbc/configure
r1438 r1439 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 build build_cpu build_vendor build_os ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC CXXDEFS ADD_CXXFLAGS DBG_CXXFLAGS OPT_CXXFLAGS CXX CXXFLAGS ac_ct_CXX MPICXX 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 CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_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 CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS PKG_CONFIG ac_pt_PKG_CONFIG COINDEPEND_LIBS COINDEPEND_CFLAGS COINDEPEND_DATA REQUIREDPACKAGES COIN_HAS_COINDEPEND_TRUE COIN_HAS_COINDEPEND_FALSE CLP_LIBS CLP_CFLAGS CLP_DATA COIN_HAS_CLP_TRUE COIN_HAS_CLP_FALSE DYLP_LIBS DYLP_CFLAGS DYLP_DATA COIN_HAS_DYLP_TRUE COIN_HAS_DYLP_FALSE VOL_LIBS VOL_CFLAGS VOL_DATA COIN_HAS_VOL_TRUE COIN_HAS_VOL_FALSE OSITESTS_LIBS OSITESTS_CFLAGS OSITESTS_DATA COIN_HAS_OSITESTS_TRUE COIN_HAS_OSITESTS_FALSE SAMPLE_LIBS SAMPLE_CFLAGS SAMPLE_DATA COIN_HAS_SAMPLE_TRUE COIN_HAS_SAMPLE_FALSE NETLIB_LIBS NETLIB_CFLAGS NETLIB_DATA COIN_HAS_NETLIB_TRUE COIN_HAS_NETLIB_FALSE MIPLIB3_LIBS MIPLIB3_CFLAGS MIPLIB3_DATA COIN_HAS_MIPLIB3_TRUE COIN_HAS_MIPLIB3_FALSE COINUTILSSRCDIR COINUTILSOBJDIR COINUTILSDOCDIR COIN_HAS_COINUTILS_TRUE COIN_HAS_COINUTILS_FALSE OSISRCDIR OSIOBJDIR OSIDOCDIR COIN_HAS_OSI_TRUE COIN_HAS_OSI_FALSE CGLSRCDIR CGLOBJDIR CGLDOCDIR COIN_HAS_CGL_TRUE COIN_HAS_CGL_FALSE CLPSRCDIR CLPOBJDIR CLPDOCDIR CPX_LIBS CPX_CFLAGS CPX_DATA COIN_HAS_CPX_TRUE COIN_HAS_CPX_FALSE GLPK_LIBS GLPK_CFLAGS GLPK_DATA COIN_HAS_GLPK_TRUE COIN_HAS_GLPK_FALSE MSK_LIBS MSK_CFLAGS MSK_DATA COIN_HAS_MSK_TRUE COIN_HAS_MSK_FALSE XPR_LIBS XPR_CFLAGS XPR_DATA COIN_HAS_XPR_TRUE COIN_HAS_XPR_FALSE ASL_LIBS ASL_CFLAGS ASL_DATA COIN_HAS_ASL_TRUE COIN_HAS_ASL_FALSE CBC_BUILD_CBC_GENERIC_TRUE CBC_BUILD_CBC_GENERIC_FALSE 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 build build_cpu build_vendor build_os ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC CXXDEFS ADD_CXXFLAGS DBG_CXXFLAGS OPT_CXXFLAGS CXX CXXFLAGS ac_ct_CXX MPICXX 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 CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_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 CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS PKG_CONFIG ac_pt_PKG_CONFIG COINDEPEND_LIBS COINDEPEND_CFLAGS COINDEPEND_DATA REQUIREDPACKAGES COIN_HAS_COINDEPEND_TRUE COIN_HAS_COINDEPEND_FALSE CLP_LIBS CLP_CFLAGS CLP_DATA COIN_HAS_CLP_TRUE COIN_HAS_CLP_FALSE DYLP_LIBS DYLP_CFLAGS DYLP_DATA COIN_HAS_DYLP_TRUE COIN_HAS_DYLP_FALSE VOL_LIBS VOL_CFLAGS VOL_DATA COIN_HAS_VOL_TRUE COIN_HAS_VOL_FALSE OSITESTS_LIBS OSITESTS_CFLAGS OSITESTS_DATA COIN_HAS_OSITESTS_TRUE COIN_HAS_OSITESTS_FALSE SAMPLE_LIBS SAMPLE_CFLAGS SAMPLE_DATA COIN_HAS_SAMPLE_TRUE COIN_HAS_SAMPLE_FALSE NETLIB_LIBS NETLIB_CFLAGS NETLIB_DATA COIN_HAS_NETLIB_TRUE COIN_HAS_NETLIB_FALSE MIPLIB3_LIBS MIPLIB3_CFLAGS MIPLIB3_DATA COIN_HAS_MIPLIB3_TRUE COIN_HAS_MIPLIB3_FALSE COINUTILSSRCDIR COINUTILSOBJDIR COINUTILSDOCDIR COIN_HAS_COINUTILS_TRUE COIN_HAS_COINUTILS_FALSE OSISRCDIR OSIOBJDIR OSIDOCDIR COIN_HAS_OSI_TRUE COIN_HAS_OSI_FALSE CGLSRCDIR CGLOBJDIR CGLDOCDIR COIN_HAS_CGL_TRUE COIN_HAS_CGL_FALSE CLPSRCDIR CLPOBJDIR CLPDOCDIR CPX_LIBS CPX_CFLAGS CPX_DATA COIN_HAS_CPX_TRUE COIN_HAS_CPX_FALSE GLPK_LIBS GLPK_CFLAGS GLPK_DATA COIN_HAS_GLPK_TRUE COIN_HAS_GLPK_FALSE GRB_LIBS GRB_CFLAGS GRB_DATA COIN_HAS_GRB_TRUE COIN_HAS_GRB_FALSE MSK_LIBS MSK_CFLAGS MSK_DATA COIN_HAS_MSK_TRUE COIN_HAS_MSK_FALSE XPR_LIBS XPR_CFLAGS XPR_DATA COIN_HAS_XPR_TRUE COIN_HAS_XPR_FALSE ASL_LIBS ASL_CFLAGS ASL_DATA COIN_HAS_ASL_TRUE COIN_HAS_ASL_FALSE CBC_BUILD_CBC_GENERIC_TRUE CBC_BUILD_CBC_GENERIC_FALSE OSICBC_DFLT_SOLVER_CLP_TRUE OSICBC_DFLT_SOLVER_CLP_FALSE OSICBC_DFLT_SOLVER_CPX_TRUE OSICBC_DFLT_SOLVER_CPX_FALSE OSICBC_DFLT_SOLVER_DYLP_TRUE OSICBC_DFLT_SOLVER_DYLP_FALSE OSICBC_DFLT_SOLVER_GLPK_TRUE OSICBC_DFLT_SOLVER_GLPK_FALSE OSICBC_DFLT_SOLVER_GRB_TRUE OSICBC_DFLT_SOLVER_GRB_FALSE OSICBC_DFLT_SOLVER_MSK_TRUE OSICBC_DFLT_SOLVER_MSK_FALSE OSICBC_DFLT_SOLVER_SYM_TRUE OSICBC_DFLT_SOLVER_SYM_FALSE OSICBC_DFLT_SOLVER_VOL_TRUE OSICBC_DFLT_SOLVER_VOL_FALSE OSICBC_DFLT_SOLVER_XPR_TRUE OSICBC_DFLT_SOLVER_XPR_FALSE LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1146 1146 --with-glpk-incdir directory with header files for using module Glpk 1147 1147 --with-glpk-datadir directory with data files for using module Glpk 1148 --with-grb-lib linker flags for using module Grb 1149 --with-grb-incdir directory with header files for using module Grb 1150 --with-grb-datadir directory with data files for using module Grb 1148 1151 --with-msk-lib linker flags for using module Msk 1149 1152 --with-msk-incdir directory with header files for using module Msk … … 1159 1162 specify default solver for cbc-generic in lower case 1160 1163 letters (if not given, clp is assumed) 1164 --with-osicbc-default-solver 1165 specify underlying solver for OsiCbc (default clp) 1161 1166 1162 1167 Some influential environment variables: … … 5840 5845 *-*-irix6*) 5841 5846 # Find out which ABI we are using. 5842 echo '#line 584 2"configure"' > conftest.$ac_ext5847 echo '#line 5847 "configure"' > conftest.$ac_ext 5843 5848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5844 5849 (eval $ac_compile) 2>&5 … … 6974 6979 6975 6980 # Provide some information about the compiler. 6976 echo "$as_me:69 76:" \6981 echo "$as_me:6981:" \ 6977 6982 "checking for Fortran 77 compiler version" >&5 6978 6983 ac_compiler=`set X $ac_compile; echo $2` … … 8041 8046 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8042 8047 -e 's:$: $lt_compiler_flag:'` 8043 (eval echo "\"\$as_me:804 3: $lt_compile\"" >&5)8048 (eval echo "\"\$as_me:8048: $lt_compile\"" >&5) 8044 8049 (eval "$lt_compile" 2>conftest.err) 8045 8050 ac_status=$? 8046 8051 cat conftest.err >&5 8047 echo "$as_me:80 47: \$? = $ac_status" >&58052 echo "$as_me:8052: \$? = $ac_status" >&5 8048 8053 if (exit $ac_status) && test -s "$ac_outfile"; then 8049 8054 # The compiler can only warn and ignore the option if not recognized … … 8309 8314 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8310 8315 -e 's:$: $lt_compiler_flag:'` 8311 (eval echo "\"\$as_me:831 1: $lt_compile\"" >&5)8316 (eval echo "\"\$as_me:8316: $lt_compile\"" >&5) 8312 8317 (eval "$lt_compile" 2>conftest.err) 8313 8318 ac_status=$? 8314 8319 cat conftest.err >&5 8315 echo "$as_me:83 15: \$? = $ac_status" >&58320 echo "$as_me:8320: \$? = $ac_status" >&5 8316 8321 if (exit $ac_status) && test -s "$ac_outfile"; then 8317 8322 # The compiler can only warn and ignore the option if not recognized … … 8413 8418 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8414 8419 -e 's:$: $lt_compiler_flag:'` 8415 (eval echo "\"\$as_me:84 15: $lt_compile\"" >&5)8420 (eval echo "\"\$as_me:8420: $lt_compile\"" >&5) 8416 8421 (eval "$lt_compile" 2>out/conftest.err) 8417 8422 ac_status=$? 8418 8423 cat out/conftest.err >&5 8419 echo "$as_me:84 19: \$? = $ac_status" >&58424 echo "$as_me:8424: \$? = $ac_status" >&5 8420 8425 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8421 8426 then … … 10758 10763 lt_status=$lt_dlunknown 10759 10764 cat > conftest.$ac_ext <<EOF 10760 #line 1076 0"configure"10765 #line 10765 "configure" 10761 10766 #include "confdefs.h" 10762 10767 … … 10858 10863 lt_status=$lt_dlunknown 10859 10864 cat > conftest.$ac_ext <<EOF 10860 #line 1086 0"configure"10865 #line 10865 "configure" 10861 10866 #include "confdefs.h" 10862 10867 … … 13202 13207 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13203 13208 -e 's:$: $lt_compiler_flag:'` 13204 (eval echo "\"\$as_me:1320 4: $lt_compile\"" >&5)13209 (eval echo "\"\$as_me:13209: $lt_compile\"" >&5) 13205 13210 (eval "$lt_compile" 2>conftest.err) 13206 13211 ac_status=$? 13207 13212 cat conftest.err >&5 13208 echo "$as_me:132 08: \$? = $ac_status" >&513213 echo "$as_me:13213: \$? = $ac_status" >&5 13209 13214 if (exit $ac_status) && test -s "$ac_outfile"; then 13210 13215 # The compiler can only warn and ignore the option if not recognized … … 13306 13311 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13307 13312 -e 's:$: $lt_compiler_flag:'` 13308 (eval echo "\"\$as_me:133 08: $lt_compile\"" >&5)13313 (eval echo "\"\$as_me:13313: $lt_compile\"" >&5) 13309 13314 (eval "$lt_compile" 2>out/conftest.err) 13310 13315 ac_status=$? 13311 13316 cat out/conftest.err >&5 13312 echo "$as_me:1331 2: \$? = $ac_status" >&513317 echo "$as_me:13317: \$? = $ac_status" >&5 13313 13318 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13314 13319 then … … 14876 14881 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14877 14882 -e 's:$: $lt_compiler_flag:'` 14878 (eval echo "\"\$as_me:148 78: $lt_compile\"" >&5)14883 (eval echo "\"\$as_me:14883: $lt_compile\"" >&5) 14879 14884 (eval "$lt_compile" 2>conftest.err) 14880 14885 ac_status=$? 14881 14886 cat conftest.err >&5 14882 echo "$as_me:1488 2: \$? = $ac_status" >&514887 echo "$as_me:14887: \$? = $ac_status" >&5 14883 14888 if (exit $ac_status) && test -s "$ac_outfile"; then 14884 14889 # The compiler can only warn and ignore the option if not recognized … … 14980 14985 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14981 14986 -e 's:$: $lt_compiler_flag:'` 14982 (eval echo "\"\$as_me:1498 2: $lt_compile\"" >&5)14987 (eval echo "\"\$as_me:14987: $lt_compile\"" >&5) 14983 14988 (eval "$lt_compile" 2>out/conftest.err) 14984 14989 ac_status=$? 14985 14990 cat out/conftest.err >&5 14986 echo "$as_me:149 86: \$? = $ac_status" >&514991 echo "$as_me:14991: \$? = $ac_status" >&5 14987 14992 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14988 14993 then … … 17187 17192 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17188 17193 -e 's:$: $lt_compiler_flag:'` 17189 (eval echo "\"\$as_me:171 89: $lt_compile\"" >&5)17194 (eval echo "\"\$as_me:17194: $lt_compile\"" >&5) 17190 17195 (eval "$lt_compile" 2>conftest.err) 17191 17196 ac_status=$? 17192 17197 cat conftest.err >&5 17193 echo "$as_me:1719 3: \$? = $ac_status" >&517198 echo "$as_me:17198: \$? = $ac_status" >&5 17194 17199 if (exit $ac_status) && test -s "$ac_outfile"; then 17195 17200 # The compiler can only warn and ignore the option if not recognized … … 17455 17460 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17456 17461 -e 's:$: $lt_compiler_flag:'` 17457 (eval echo "\"\$as_me:174 57: $lt_compile\"" >&5)17462 (eval echo "\"\$as_me:17462: $lt_compile\"" >&5) 17458 17463 (eval "$lt_compile" 2>conftest.err) 17459 17464 ac_status=$? 17460 17465 cat conftest.err >&5 17461 echo "$as_me:1746 1: \$? = $ac_status" >&517466 echo "$as_me:17466: \$? = $ac_status" >&5 17462 17467 if (exit $ac_status) && test -s "$ac_outfile"; then 17463 17468 # The compiler can only warn and ignore the option if not recognized … … 17559 17564 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17560 17565 -e 's:$: $lt_compiler_flag:'` 17561 (eval echo "\"\$as_me:1756 1: $lt_compile\"" >&5)17566 (eval echo "\"\$as_me:17566: $lt_compile\"" >&5) 17562 17567 (eval "$lt_compile" 2>out/conftest.err) 17563 17568 ac_status=$? 17564 17569 cat out/conftest.err >&5 17565 echo "$as_me:175 65: \$? = $ac_status" >&517570 echo "$as_me:17570: \$? = $ac_status" >&5 17566 17571 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17567 17572 then … … 22818 22823 22819 22824 22820 #AC_COIN_HAS_MODULE(Grb, [osi-gurobi]) 22825 22826 echo "$as_me:$LINENO: checking for COIN module Grb" >&5 22827 echo $ECHO_N "checking for COIN module Grb... $ECHO_C" >&6 22828 22829 coin_has_grb=notGiven 22830 22831 # check if user wants to skip module in any case 22832 if test x"$COIN_SKIP_PROJECTS" != x; then 22833 for dir in $COIN_SKIP_PROJECTS; do 22834 if test $dir = "Grb"; then 22835 coin_has_grb=skipping 22836 fi 22837 done 22838 fi 22839 22840 GRB_LIBS= 22841 GRB_CFLAGS= 22842 GRB_DATA= 22843 22844 22845 22846 22847 22848 required=1 22849 22850 # execute third argument that can be used to overwrite flags like 'required' 22851 22852 22853 #check if user provided LIBS, CFLAGS, and DATA for module 22854 if test $coin_has_grb != skipping; then 22855 22856 22857 # Check whether --with-m4_tolower(Grb)-lib or --without-m4_tolower(Grb)-lib was given. 22858 if test "${with_grb_lib+set}" = set; then 22859 withval="$with_grb_lib" 22860 coin_has_grb=yes 22861 GRB_LIBS="$withval" 22862 if test $required = 1; then 22863 ADDLIBS="$ADDLIBS $withval" 22864 fi 22865 22866 fi; 22867 22868 22869 # Check whether --with-m4_tolower(Grb)-incdir or --without-m4_tolower(Grb)-incdir was given. 22870 if test "${with_grb_incdir+set}" = set; then 22871 withval="$with_grb_incdir" 22872 coin_has_grb=yes 22873 GRB_CFLAGS="-I`${CYGPATH_W} $withval`" 22874 fi; 22875 22876 22877 # Check whether --with-m4_tolower(Grb)-datadir or --without-m4_tolower(Grb)-datadir was given. 22878 if test "${with_grb_datadir+set}" = set; then 22879 withval="$with_grb_datadir" 22880 coin_has_grb=yes 22881 GRB_DATA="$withval" 22882 fi; 22883 fi 22884 22885 if test $coin_has_grb = notGiven; then 22886 if test -n "$PKG_CONFIG" ; then 22887 # assemble search path for pkg-config 22888 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 22889 22890 # 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 22891 # best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, 22892 # unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... 22893 if test -d "${prefix}"; then 22894 PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:$PKG_CONFIG_PATH" 22895 fi 22896 22897 22898 # Check whether --with-coin-instdir or --without-coin-instdir was given. 22899 if test "${with_coin_instdir+set}" = set; then 22900 withval="$with_coin_instdir" 22901 if test -d "$withval"; then : ; else 22902 { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 22903 echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} 22904 { (exit 1); exit 1; }; } 22905 fi 22906 PKG_CONFIG_PATH="$withval/lib/pkgconfig:$PKG_CONFIG_PATH" 22907 22908 fi; 22909 22910 # in a classic setup, we want to find uninstalled projects 22911 # their (relative) location is written to coin_subdirs.txt by the configure in the project base directory 22912 # unfortunately, if the user set prefix, then we do not know where the project base directory is located 22913 # 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) 22914 if test -e ../coin_subdirs.txt ; then 22915 for i in `cat ../coin_subdirs.txt` ; do 22916 PKG_CONFIG_PATH="../$i:$PKG_CONFIG_PATH" 22917 done 22918 fi 22919 22920 if test -e ../../coin_subdirs.txt ; then 22921 for i in `cat ../../coin_subdirs.txt` ; do 22922 PKG_CONFIG_PATH="../../$i:$PKG_CONFIG_PATH" 22923 done 22924 fi 22925 22926 # let pkg-config do it's magic 22927 # need to export variable to be sure that the following pkg-config gets these values 22928 export PKG_CONFIG_PATH 22929 22930 22931 22932 if test -n "$PKG_CONFIG" ; then 22933 if $PKG_CONFIG --exists "osi-gurobi"; then 22934 GRB_VERSIONS="`$PKG_CONFIG --modversion osi-gurobi 2>/dev/null`" 22935 cflags=`$PKG_CONFIG --cflags "osi-gurobi" 2>/dev/null` 22936 # pkg-config cannot handle spaces, so CYGPATH_W cannot be put into .pc files 22937 # thus, we modify the cflags extracted from pkg-config by putting CYGPATH_W behind -I's 22938 # but only do this if is not trivial 22939 if test "$CYGPATH_W" != "echo" ; then 22940 # need to put into brackets since otherwise autoconf replaces the brackets in the sed command 22941 cflags=`echo $cflags | sed -e 's/-I\([^ ]*\)/-I\`${CYGPATH_W} \1\`/g'` 22942 fi 22943 GRB_CFLAGS="$cflags" 22944 GRB_LIBS=`$PKG_CONFIG --libs "osi-gurobi" 2>/dev/null` 22945 GRB_DATA=`$PKG_CONFIG --variable=datadir "osi-gurobi" 2>/dev/null` 22946 coin_has_grb=yes 22947 echo "$as_me:$LINENO: result: yes: $GRB_VERSIONS" >&5 22948 echo "${ECHO_T}yes: $GRB_VERSIONS" >&6 22949 if test $required = 1; then 22950 REQUIREDPACKAGES="$REQUIREDPACKAGES osi-gurobi" 22951 fi 22952 22953 22954 else 22955 GRB_PKG_ERRORS=`$PKG_CONFIG $pkg_short_errors --errors-to-stdout --print-errors osi-gurobi` 22956 coin_has_grb=notGiven 22957 echo "$as_me:$LINENO: result: not given: $GRB_PKG_ERRORS" >&5 22958 echo "${ECHO_T}not given: $GRB_PKG_ERRORS" >&6 22959 22960 fi 22961 else 22962 { { echo "$as_me:$LINENO: error: \"Cannot check for existance of module Grb without pkg-config\"" >&5 22963 echo "$as_me: error: \"Cannot check for existance of module Grb without pkg-config\"" >&2;} 22964 { (exit 1); exit 1; }; } 22965 fi 22966 22967 22968 22969 22970 PKG_CONFIG_PATH="$coin_save_PKG_CONFIG_PATH" 22971 else 22972 echo "$as_me:$LINENO: result: skipped check via pkg-config" >&5 22973 echo "${ECHO_T}skipped check via pkg-config" >&6 22974 fi 22975 22976 else 22977 echo "$as_me:$LINENO: result: $coin_has_grb" >&5 22978 echo "${ECHO_T}$coin_has_grb" >&6 22979 fi 22980 22981 if test $coin_has_grb != skipping && 22982 test $coin_has_grb != notGiven ; then 22983 if test -n "$GRB_CFLAGS" ; then 22984 { echo "$as_me:$LINENO: Grb CFLAGS are $GRB_CFLAGS" >&5 22985 echo "$as_me: Grb CFLAGS are $GRB_CFLAGS" >&6;} 22986 fi 22987 if test -n "$GRB_LIBS" ; then 22988 { echo "$as_me:$LINENO: Grb LIBS are $GRB_LIBS" >&5 22989 echo "$as_me: Grb LIBS are $GRB_LIBS" >&6;} 22990 fi 22991 if test -n "$GRB_DATA" ; then 22992 { echo "$as_me:$LINENO: Grb DATA is $GRB_DATA" >&5 22993 echo "$as_me: Grb DATA is $GRB_DATA" >&6;} 22994 fi 22995 22996 cat >>confdefs.h <<\_ACEOF 22997 #define COIN_HAS_GRB 1 22998 _ACEOF 22999 23000 fi 23001 23002 # Define the Makefile conditional 23003 23004 23005 if test $coin_has_grb != notGiven && 23006 test $coin_has_grb != skipping; then 23007 COIN_HAS_GRB_TRUE= 23008 COIN_HAS_GRB_FALSE='#' 23009 else 23010 COIN_HAS_GRB_TRUE='#' 23011 COIN_HAS_GRB_FALSE= 23012 fi 23013 23014 23015 22821 23016 22822 23017 echo "$as_me:$LINENO: checking for COIN module Msk" >&5 … … 23642 23837 23643 23838 ############################################################################## 23839 # OsiCbc configuration # 23840 ############################################################################## 23841 23842 # Handles configuration of the underlying default solver in OsiCbc. The issue 23843 # is that OsiCbc defines a default solver, used when the client does not 23844 # specify a solver in the constructor. The default solver must, therefore, 23845 # be present in the build. This macro checks that this is true, and sets the 23846 # compile-time symbols OSICBC_DFLT_SOLVER, OSICBC_CLP_DFLT_SOLVER, and 23847 # OSICBC_DFLT_SOLVER_HPP that control the build. The parameter default_solver 23848 # should normally be clp, unless you're working on some other solver. 23849 23850 # Ideally, this macro would not require enumeration of solvers, but the 23851 # effort required to avoid it is just not justified at present. One enumeration 23852 # is hidden in AC_OSI_CANONICAL. The other is visible, the AM_CONDITIONAL 23853 # list at the end. 23854 23855 # In an ideal world this macro would do absolutely nothing if Cbc is not 23856 # present, but autotools is not an ideal world and we have to satisfy its 23857 # requirements. In particular, the AM_CONDITIONAL macros need to execute or 23858 # automake will complain. Really the only thing we need to suppress is the 23859 # check that the default solver exists. All the rest is irrelevant when Cbc 23860 # isn't present (hence OsiCbc will be configured but not actually compiled). 23861 23862 # Process the with-osicbc-default-solver option. 23863 23864 23865 # Check whether --with-osicbc-default-solver or --without-osicbc-default-solver was given. 23866 if test "${with_osicbc_default_solver+set}" = set; then 23867 withval="$with_osicbc_default_solver" 23868 osicbc_with_solver=$withval 23869 else 23870 osicbc_with_solver=clp 23871 fi; 23872 23873 case "${osicbc_with_solver}" in 23874 [Cc][Ll][Pp]*) 23875 osi_lc_solver=clp ; 23876 osi_mc_solver=Clp ; 23877 osi_uc_solver=CLP ; 23878 osi_exists_solver=${coin_has_clp-"unavailable"} 23879 ;; 23880 [Dd][Yy][Ll][Pp]*) 23881 osi_lc_solver=dylp ; 23882 osi_mc_solver=Dylp 23883 osi_uc_solver=DYLP 23884 osi_exists_solver=${coin_has_dylp-"unavailable"} 23885 ;; 23886 [Cc][Pp][Xx]*) 23887 osi_lc_solver=cpx ; 23888 osi_mc_solver=Cpx 23889 osi_uc_solver=CPX 23890 osi_exists_solver=${coin_has_cpx-"unavailable"} 23891 ;; 23892 [Gg][Ll][Pp][Kk]*) 23893 osi_lc_solver=glpk ; 23894 osi_mc_solver=Glpk 23895 osi_uc_solver=GLPK 23896 osi_exists_solver=${coin_has_glpk-"unavailable"} 23897 ;; 23898 [Gg][Rr][Bb]*) 23899 osi_lc_solver=grb ; 23900 osi_mc_solver=Grb ; 23901 osi_uc_solver=GRB ; 23902 osi_exists_solver=${coin_has_grb-"unavailable"} 23903 ;; 23904 [Mm][Ss][Kk]*) 23905 osi_lc_solver=msk ; 23906 osi_mc_solver=Msk 23907 osi_uc_solver=MSK 23908 osi_exists_solver=${coin_has_msk-"unavailable"} 23909 ;; 23910 [Ss][Yy][Mm]*) 23911 osi_lc_solver=sym ; 23912 osi_mc_solver=Sym 23913 osi_uc_solver=SYM 23914 osi_exists_solver=${coin_has_sym-"unavailable"} 23915 ;; 23916 [Vv][Oo][Ll]*) 23917 osi_lc_solver=vol ; 23918 osi_mc_solver=Vol 23919 osi_uc_solver=VOL 23920 osi_exists_solver=${coin_has_vol-"unavailable"} 23921 ;; 23922 [Xx][Pp][Rr]*) 23923 osi_lc_solver=xpr ; 23924 osi_mc_solver=Xpr 23925 osi_uc_solver=XPR 23926 osi_exists_solver=${coin_has_xpr-"unavailable"} 23927 ;; 23928 *) 23929 osi_lc_solver=clp ; 23930 osi_mc_solver=Clp ; 23931 osi_uc_solver=CLP ; 23932 osi_exists_solver=${coin_has_clp-"unavailable"} 23933 { echo "$as_me:$LINENO: WARNING: Unrecognised solver $1; defaulting to $osi_lc_solver." >&5 23934 echo "$as_me: WARNING: Unrecognised solver $1; defaulting to $osi_lc_solver." >&2;} 23935 ;; 23936 esac 23937 23938 # Check that the requested solver is available. 23939 if test $osi_exists_solver = no; then 23940 { { echo "$as_me:$LINENO: error: selected default solver $osicbc_with_solver is unavailable. 23941 Please select an available solver using the --with-osicbc-default-solver option." >&5 23942 echo "$as_me: error: selected default solver $osicbc_with_solver is unavailable. 23943 Please select an available solver using the --with-osicbc-default-solver option." >&2;} 23944 { (exit 1); exit 1; }; } 23945 fi 23946 23947 # State the result. 23948 { echo "$as_me:$LINENO: OsiCbc default solver is $osi_lc_solver" >&5 23949 echo "$as_me: OsiCbc default solver is $osi_lc_solver" >&6;} 23950 23951 # And set the configuration variables. 23952 23953 cat >>confdefs.h <<_ACEOF 23954 #define OSICBC_DFLT_SOLVER Osi${osi_mc_solver}SolverInterface 23955 _ACEOF 23956 23957 23958 cat >>confdefs.h <<_ACEOF 23959 #define OSICBC_DFLT_SOLVER_HPP "Osi${osi_mc_solver}SolverInterface.hpp" 23960 _ACEOF 23961 23962 if test $osi_mc_solver = "Clp"; then 23963 23964 cat >>confdefs.h <<\_ACEOF 23965 #define OSICBC_DFLT_SOLVER_CLP 1 23966 _ACEOF 23967 23968 fi 23969 23970 # Last but not least, we need automake conditionals. 23971 23972 23973 if test $osi_mc_solver = Clp; then 23974 OSICBC_DFLT_SOLVER_CLP_TRUE= 23975 OSICBC_DFLT_SOLVER_CLP_FALSE='#' 23976 else 23977 OSICBC_DFLT_SOLVER_CLP_TRUE='#' 23978 OSICBC_DFLT_SOLVER_CLP_FALSE= 23979 fi 23980 23981 23982 23983 if test $osi_mc_solver = Cpx; then 23984 OSICBC_DFLT_SOLVER_CPX_TRUE= 23985 OSICBC_DFLT_SOLVER_CPX_FALSE='#' 23986 else 23987 OSICBC_DFLT_SOLVER_CPX_TRUE='#' 23988 OSICBC_DFLT_SOLVER_CPX_FALSE= 23989 fi 23990 23991 23992 23993 if test $osi_mc_solver = Dylp; then 23994 OSICBC_DFLT_SOLVER_DYLP_TRUE= 23995 OSICBC_DFLT_SOLVER_DYLP_FALSE='#' 23996 else 23997 OSICBC_DFLT_SOLVER_DYLP_TRUE='#' 23998 OSICBC_DFLT_SOLVER_DYLP_FALSE= 23999 fi 24000 24001 24002 24003 if test $osi_mc_solver = Glpk; then 24004 OSICBC_DFLT_SOLVER_GLPK_TRUE= 24005 OSICBC_DFLT_SOLVER_GLPK_FALSE='#' 24006 else 24007 OSICBC_DFLT_SOLVER_GLPK_TRUE='#' 24008 OSICBC_DFLT_SOLVER_GLPK_FALSE= 24009 fi 24010 24011 24012 24013 if test $osi_mc_solver = Grb; then 24014 OSICBC_DFLT_SOLVER_GRB_TRUE= 24015 OSICBC_DFLT_SOLVER_GRB_FALSE='#' 24016 else 24017 OSICBC_DFLT_SOLVER_GRB_TRUE='#' 24018 OSICBC_DFLT_SOLVER_GRB_FALSE= 24019 fi 24020 24021 24022 24023 if test $osi_mc_solver = Msk; then 24024 OSICBC_DFLT_SOLVER_MSK_TRUE= 24025 OSICBC_DFLT_SOLVER_MSK_FALSE='#' 24026 else 24027 OSICBC_DFLT_SOLVER_MSK_TRUE='#' 24028 OSICBC_DFLT_SOLVER_MSK_FALSE= 24029 fi 24030 24031 24032 24033 if test $osi_mc_solver = Sym; then 24034 OSICBC_DFLT_SOLVER_SYM_TRUE= 24035 OSICBC_DFLT_SOLVER_SYM_FALSE='#' 24036 else 24037 OSICBC_DFLT_SOLVER_SYM_TRUE='#' 24038 OSICBC_DFLT_SOLVER_SYM_FALSE= 24039 fi 24040 24041 24042 24043 if test $osi_mc_solver = Vol; then 24044 OSICBC_DFLT_SOLVER_VOL_TRUE= 24045 OSICBC_DFLT_SOLVER_VOL_FALSE='#' 24046 else 24047 OSICBC_DFLT_SOLVER_VOL_TRUE='#' 24048 OSICBC_DFLT_SOLVER_VOL_FALSE= 24049 fi 24050 24051 24052 24053 if test $osi_mc_solver = Xpr; then 24054 OSICBC_DFLT_SOLVER_XPR_TRUE= 24055 OSICBC_DFLT_SOLVER_XPR_FALSE='#' 24056 else 24057 OSICBC_DFLT_SOLVER_XPR_TRUE='#' 24058 OSICBC_DFLT_SOLVER_XPR_FALSE= 24059 fi 24060 24061 24062 ############################################################################## 23644 24063 # VPATH links for example input files # 23645 24064 ############################################################################## … … 23680 24099 # Here list all the files that configure should create (except for the 23681 24100 # configuration header file) 23682 ac_config_files="$ac_config_files Makefile examples/Makefile src/Makefile test/Makefile cbc_addlibs.txt cbc.pccbc-uninstalled.pc"24101 ac_config_files="$ac_config_files Makefile examples/Makefile src/Makefile src/OsiCbc/Makefile test/Makefile cbc_addlibs.txt cbc.pc cbc-uninstalled.pc osi-cbc.pc osi-cbc-uninstalled.pc" 23683 24102 23684 24103 … … 24007 24426 { (exit 1); exit 1; }; } 24008 24427 fi 24428 if test -z "${COIN_HAS_GRB_TRUE}" && test -z "${COIN_HAS_GRB_FALSE}"; then 24429 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_GRB\" was never defined. 24430 Usually this means the macro was only invoked conditionally." >&5 24431 echo "$as_me: error: conditional \"COIN_HAS_GRB\" was never defined. 24432 Usually this means the macro was only invoked conditionally." >&2;} 24433 { (exit 1); exit 1; }; } 24434 fi 24009 24435 if test -z "${COIN_HAS_MSK_TRUE}" && test -z "${COIN_HAS_MSK_FALSE}"; then 24010 24436 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_MSK\" was never defined. … … 24032 24458 Usually this means the macro was only invoked conditionally." >&5 24033 24459 echo "$as_me: error: conditional \"CBC_BUILD_CBC_GENERIC\" was never defined. 24460 Usually this means the macro was only invoked conditionally." >&2;} 24461 { (exit 1); exit 1; }; } 24462 fi 24463 if test -z "${OSICBC_DFLT_SOLVER_CLP_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_CLP_FALSE}"; then 24464 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_CLP\" was never defined. 24465 Usually this means the macro was only invoked conditionally." >&5 24466 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_CLP\" was never defined. 24467 Usually this means the macro was only invoked conditionally." >&2;} 24468 { (exit 1); exit 1; }; } 24469 fi 24470 if test -z "${OSICBC_DFLT_SOLVER_CPX_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_CPX_FALSE}"; then 24471 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_CPX\" was never defined. 24472 Usually this means the macro was only invoked conditionally." >&5 24473 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_CPX\" was never defined. 24474 Usually this means the macro was only invoked conditionally." >&2;} 24475 { (exit 1); exit 1; }; } 24476 fi 24477 if test -z "${OSICBC_DFLT_SOLVER_DYLP_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_DYLP_FALSE}"; then 24478 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_DYLP\" was never defined. 24479 Usually this means the macro was only invoked conditionally." >&5 24480 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_DYLP\" was never defined. 24481 Usually this means the macro was only invoked conditionally." >&2;} 24482 { (exit 1); exit 1; }; } 24483 fi 24484 if test -z "${OSICBC_DFLT_SOLVER_GLPK_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_GLPK_FALSE}"; then 24485 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_GLPK\" was never defined. 24486 Usually this means the macro was only invoked conditionally." >&5 24487 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_GLPK\" was never defined. 24488 Usually this means the macro was only invoked conditionally." >&2;} 24489 { (exit 1); exit 1; }; } 24490 fi 24491 if test -z "${OSICBC_DFLT_SOLVER_GRB_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_GRB_FALSE}"; then 24492 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_GRB\" was never defined. 24493 Usually this means the macro was only invoked conditionally." >&5 24494 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_GRB\" was never defined. 24495 Usually this means the macro was only invoked conditionally." >&2;} 24496 { (exit 1); exit 1; }; } 24497 fi 24498 if test -z "${OSICBC_DFLT_SOLVER_MSK_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_MSK_FALSE}"; then 24499 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_MSK\" was never defined. 24500 Usually this means the macro was only invoked conditionally." >&5 24501 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_MSK\" was never defined. 24502 Usually this means the macro was only invoked conditionally." >&2;} 24503 { (exit 1); exit 1; }; } 24504 fi 24505 if test -z "${OSICBC_DFLT_SOLVER_SYM_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_SYM_FALSE}"; then 24506 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_SYM\" was never defined. 24507 Usually this means the macro was only invoked conditionally." >&5 24508 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_SYM\" was never defined. 24509 Usually this means the macro was only invoked conditionally." >&2;} 24510 { (exit 1); exit 1; }; } 24511 fi 24512 if test -z "${OSICBC_DFLT_SOLVER_VOL_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_VOL_FALSE}"; then 24513 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_VOL\" was never defined. 24514 Usually this means the macro was only invoked conditionally." >&5 24515 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_VOL\" was never defined. 24516 Usually this means the macro was only invoked conditionally." >&2;} 24517 { (exit 1); exit 1; }; } 24518 fi 24519 if test -z "${OSICBC_DFLT_SOLVER_XPR_TRUE}" && test -z "${OSICBC_DFLT_SOLVER_XPR_FALSE}"; then 24520 { { echo "$as_me:$LINENO: error: conditional \"OSICBC_DFLT_SOLVER_XPR\" was never defined. 24521 Usually this means the macro was only invoked conditionally." >&5 24522 echo "$as_me: error: conditional \"OSICBC_DFLT_SOLVER_XPR\" was never defined. 24034 24523 Usually this means the macro was only invoked conditionally." >&2;} 24035 24524 { (exit 1); exit 1; }; } … … 24482 24971 "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; 24483 24972 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 24973 "src/OsiCbc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/OsiCbc/Makefile" ;; 24484 24974 "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 24485 24975 "cbc_addlibs.txt" ) CONFIG_FILES="$CONFIG_FILES cbc_addlibs.txt" ;; 24486 24976 "cbc.pc" ) CONFIG_FILES="$CONFIG_FILES cbc.pc" ;; 24487 24977 "cbc-uninstalled.pc" ) CONFIG_FILES="$CONFIG_FILES cbc-uninstalled.pc" ;; 24978 "osi-cbc.pc" ) CONFIG_FILES="$CONFIG_FILES osi-cbc.pc" ;; 24979 "osi-cbc-uninstalled.pc" ) CONFIG_FILES="$CONFIG_FILES osi-cbc-uninstalled.pc" ;; 24488 24980 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 24489 24981 "inc/config_cbc.h" ) CONFIG_HEADERS="$CONFIG_HEADERS inc/config_cbc.h" ;; … … 24743 25235 s,@COIN_HAS_GLPK_TRUE@,$COIN_HAS_GLPK_TRUE,;t t 24744 25236 s,@COIN_HAS_GLPK_FALSE@,$COIN_HAS_GLPK_FALSE,;t t 25237 s,@GRB_LIBS@,$GRB_LIBS,;t t 25238 s,@GRB_CFLAGS@,$GRB_CFLAGS,;t t 25239 s,@GRB_DATA@,$GRB_DATA,;t t 25240 s,@COIN_HAS_GRB_TRUE@,$COIN_HAS_GRB_TRUE,;t t 25241 s,@COIN_HAS_GRB_FALSE@,$COIN_HAS_GRB_FALSE,;t t 24745 25242 s,@MSK_LIBS@,$MSK_LIBS,;t t 24746 25243 s,@MSK_CFLAGS@,$MSK_CFLAGS,;t t … … 24760 25257 s,@CBC_BUILD_CBC_GENERIC_TRUE@,$CBC_BUILD_CBC_GENERIC_TRUE,;t t 24761 25258 s,@CBC_BUILD_CBC_GENERIC_FALSE@,$CBC_BUILD_CBC_GENERIC_FALSE,;t t 25259 s,@OSICBC_DFLT_SOLVER_CLP_TRUE@,$OSICBC_DFLT_SOLVER_CLP_TRUE,;t t 25260 s,@OSICBC_DFLT_SOLVER_CLP_FALSE@,$OSICBC_DFLT_SOLVER_CLP_FALSE,;t t 25261 s,@OSICBC_DFLT_SOLVER_CPX_TRUE@,$OSICBC_DFLT_SOLVER_CPX_TRUE,;t t 25262 s,@OSICBC_DFLT_SOLVER_CPX_FALSE@,$OSICBC_DFLT_SOLVER_CPX_FALSE,;t t 25263 s,@OSICBC_DFLT_SOLVER_DYLP_TRUE@,$OSICBC_DFLT_SOLVER_DYLP_TRUE,;t t 25264 s,@OSICBC_DFLT_SOLVER_DYLP_FALSE@,$OSICBC_DFLT_SOLVER_DYLP_FALSE,;t t 25265 s,@OSICBC_DFLT_SOLVER_GLPK_TRUE@,$OSICBC_DFLT_SOLVER_GLPK_TRUE,;t t 25266 s,@OSICBC_DFLT_SOLVER_GLPK_FALSE@,$OSICBC_DFLT_SOLVER_GLPK_FALSE,;t t 25267 s,@OSICBC_DFLT_SOLVER_GRB_TRUE@,$OSICBC_DFLT_SOLVER_GRB_TRUE,;t t 25268 s,@OSICBC_DFLT_SOLVER_GRB_FALSE@,$OSICBC_DFLT_SOLVER_GRB_FALSE,;t t 25269 s,@OSICBC_DFLT_SOLVER_MSK_TRUE@,$OSICBC_DFLT_SOLVER_MSK_TRUE,;t t 25270 s,@OSICBC_DFLT_SOLVER_MSK_FALSE@,$OSICBC_DFLT_SOLVER_MSK_FALSE,;t t 25271 s,@OSICBC_DFLT_SOLVER_SYM_TRUE@,$OSICBC_DFLT_SOLVER_SYM_TRUE,;t t 25272 s,@OSICBC_DFLT_SOLVER_SYM_FALSE@,$OSICBC_DFLT_SOLVER_SYM_FALSE,;t t 25273 s,@OSICBC_DFLT_SOLVER_VOL_TRUE@,$OSICBC_DFLT_SOLVER_VOL_TRUE,;t t 25274 s,@OSICBC_DFLT_SOLVER_VOL_FALSE@,$OSICBC_DFLT_SOLVER_VOL_FALSE,;t t 25275 s,@OSICBC_DFLT_SOLVER_XPR_TRUE@,$OSICBC_DFLT_SOLVER_XPR_TRUE,;t t 25276 s,@OSICBC_DFLT_SOLVER_XPR_FALSE@,$OSICBC_DFLT_SOLVER_XPR_FALSE,;t t 24762 25277 s,@LIBEXT@,$LIBEXT,;t t 24763 25278 s,@VPATH_DISTCLEANFILES@,$VPATH_DISTCLEANFILES,;t t -
branches/split/Cbc/configure.ac
r1438 r1439 116 116 AC_COIN_HAS_MODULE(Cpx, [osi-cplex]) 117 117 AC_COIN_HAS_MODULE(Glpk, [osi-glpk]) 118 #AC_COIN_HAS_MODULE(Grb,[osi-gurobi])118 AC_COIN_HAS_MODULE(Grb, [osi-gurobi]) 119 119 AC_COIN_HAS_MODULE(Msk, [osi-mosek]) 120 120 #AC_COIN_HAS_MODULE(Spx, [osi-soplex]) … … 199 199 200 200 ############################################################################## 201 # OsiCbc configuration # 202 ############################################################################## 203 204 # Handles configuration of the underlying default solver in OsiCbc. The issue 205 # is that OsiCbc defines a default solver, used when the client does not 206 # specify a solver in the constructor. The default solver must, therefore, 207 # be present in the build. This macro checks that this is true, and sets the 208 # compile-time symbols OSICBC_DFLT_SOLVER, OSICBC_CLP_DFLT_SOLVER, and 209 # OSICBC_DFLT_SOLVER_HPP that control the build. The parameter default_solver 210 # should normally be clp, unless you're working on some other solver. 211 212 # Ideally, this macro would not require enumeration of solvers, but the 213 # effort required to avoid it is just not justified at present. One enumeration 214 # is hidden in AC_OSI_CANONICAL. The other is visible, the AM_CONDITIONAL 215 # list at the end. 216 217 # In an ideal world this macro would do absolutely nothing if Cbc is not 218 # present, but autotools is not an ideal world and we have to satisfy its 219 # requirements. In particular, the AM_CONDITIONAL macros need to execute or 220 # automake will complain. Really the only thing we need to suppress is the 221 # check that the default solver exists. All the rest is irrelevant when Cbc 222 # isn't present (hence OsiCbc will be configured but not actually compiled). 223 224 # Process the with-osicbc-default-solver option. 225 226 AC_ARG_WITH([osicbc-default-solver], 227 AS_HELP_STRING([--with-osicbc-default-solver], 228 [specify underlying solver for OsiCbc (default clp)]), 229 [osicbc_with_solver=$withval], 230 [osicbc_with_solver=clp]) 231 232 case "${osicbc_with_solver}" in 233 @<:@Cc@:>@@<:@Ll@:>@@<:@Pp@:>@*) 234 osi_lc_solver=clp ; 235 osi_mc_solver=Clp ; 236 osi_uc_solver=CLP ; 237 osi_exists_solver=${coin_has_clp-"unavailable"} 238 ;; 239 @<:@Dd@:>@@<:@Yy@:>@@<:@Ll@:>@@<:@Pp@:>@*) 240 osi_lc_solver=dylp ; 241 osi_mc_solver=Dylp 242 osi_uc_solver=DYLP 243 osi_exists_solver=${coin_has_dylp-"unavailable"} 244 ;; 245 @<:@Cc@:>@@<:@Pp@:>@@<:@Xx@:>@*) 246 osi_lc_solver=cpx ; 247 osi_mc_solver=Cpx 248 osi_uc_solver=CPX 249 osi_exists_solver=${coin_has_cpx-"unavailable"} 250 ;; 251 @<:@Gg@:>@@<:@Ll@:>@@<:@Pp@:>@@<:@Kk@:>@*) 252 osi_lc_solver=glpk ; 253 osi_mc_solver=Glpk 254 osi_uc_solver=GLPK 255 osi_exists_solver=${coin_has_glpk-"unavailable"} 256 ;; 257 @<:@Gg@:>@@<:@Rr@:>@@<:@Bb@:>@*) 258 osi_lc_solver=grb ; 259 osi_mc_solver=Grb ; 260 osi_uc_solver=GRB ; 261 osi_exists_solver=${coin_has_grb-"unavailable"} 262 ;; 263 @<:@Mm@:>@@<:@Ss@:>@@<:@Kk@:>@*) 264 osi_lc_solver=msk ; 265 osi_mc_solver=Msk 266 osi_uc_solver=MSK 267 osi_exists_solver=${coin_has_msk-"unavailable"} 268 ;; 269 @<:@Ss@:>@@<:@Yy@:>@@<:@Mm@:>@*) 270 osi_lc_solver=sym ; 271 osi_mc_solver=Sym 272 osi_uc_solver=SYM 273 osi_exists_solver=${coin_has_sym-"unavailable"} 274 ;; 275 @<:@Vv@:>@@<:@Oo@:>@@<:@Ll@:>@*) 276 osi_lc_solver=vol ; 277 osi_mc_solver=Vol 278 osi_uc_solver=VOL 279 osi_exists_solver=${coin_has_vol-"unavailable"} 280 ;; 281 @<:@Xx@:>@@<:@Pp@:>@@<:@Rr@:>@*) 282 osi_lc_solver=xpr ; 283 osi_mc_solver=Xpr 284 osi_uc_solver=XPR 285 osi_exists_solver=${coin_has_xpr-"unavailable"} 286 ;; 287 *) 288 osi_lc_solver=clp ; 289 osi_mc_solver=Clp ; 290 osi_uc_solver=CLP ; 291 osi_exists_solver=${coin_has_clp-"unavailable"} 292 AC_MSG_WARN([Unrecognised solver $1; defaulting to $osi_lc_solver.]) 293 ;; 294 esac 295 296 # Check that the requested solver is available. 297 if test $osi_exists_solver = no; then 298 AC_MSG_ERROR([selected default solver $osicbc_with_solver is unavailable. 299 Please select an available solver using the --with-osicbc-default-solver option.]) 300 fi 301 302 # State the result. 303 AC_MSG_NOTICE([OsiCbc default solver is $osi_lc_solver]) 304 305 # And set the configuration variables. 306 AC_DEFINE_UNQUOTED([OSICBC_DFLT_SOLVER], 307 [Osi${osi_mc_solver}SolverInterface], 308 [define to the name of the default solver interface class, e.g., OsiClpSolverInterface]) 309 AC_DEFINE_UNQUOTED([OSICBC_DFLT_SOLVER_HPP], 310 ["Osi${osi_mc_solver}SolverInterface.hpp"], 311 [define to the name of the .hpp file for the default solver interface class, e.g., "OsiClpSolverInterface.hpp" (include quotes)]) 312 if test $osi_mc_solver = "Clp"; then 313 AC_DEFINE([OSICBC_DFLT_SOLVER_CLP],[1],[define this symbol if clp is the default solver]) 314 fi 315 316 # Last but not least, we need automake conditionals. 317 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_CLP],[test $osi_mc_solver = Clp]) 318 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_CPX],[test $osi_mc_solver = Cpx]) 319 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_DYLP],[test $osi_mc_solver = Dylp]) 320 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_GLPK],[test $osi_mc_solver = Glpk]) 321 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_GRB],[test $osi_mc_solver = Grb]) 322 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_MSK],[test $osi_mc_solver = Msk]) 323 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_SYM],[test $osi_mc_solver = Sym]) 324 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_VOL],[test $osi_mc_solver = Vol]) 325 AM_CONDITIONAL([OSICBC_DFLT_SOLVER_XPR],[test $osi_mc_solver = Xpr]) 326 327 ############################################################################## 201 328 # VPATH links for example input files # 202 329 ############################################################################## … … 218 345 examples/Makefile 219 346 src/Makefile 347 src/OsiCbc/Makefile 220 348 test/Makefile 221 349 cbc_addlibs.txt 222 cbc.pc cbc-uninstalled.pc]) 350 cbc.pc cbc-uninstalled.pc 351 osi-cbc.pc osi-cbc-uninstalled.pc]) 223 352 224 353 # Here put the location and name of the configuration header file -
branches/split/Cbc/inc/config_cbc.h.in
r1438 r1439 40 40 /* Define to 1 if the Glpk module is available */ 41 41 #undef COIN_HAS_GLPK 42 43 /* Define to 1 if the Grb module is available */ 44 #undef COIN_HAS_GRB 42 45 43 46 /* Define to 1 if the Miplib3 module is available */ … … 98 101 #undef HAVE_UNISTD_H 99 102 103 /* define to the name of the default solver interface class, e.g., 104 OsiClpSolverInterface */ 105 #undef OSICBC_DFLT_SOLVER 106 107 /* define this symbol if clp is the default solver */ 108 #undef OSICBC_DFLT_SOLVER_CLP 109 110 /* define to the name of the .hpp file for the default solver interface class, 111 e.g., "OsiClpSolverInterface.hpp" (include quotes) */ 112 #undef OSICBC_DFLT_SOLVER_HPP 113 100 114 /* Name of package */ 101 115 #undef PACKAGE -
branches/split/Cbc/src/Makefile.am
r1437 r1439 8 8 9 9 AUTOMAKE_OPTIONS = foreign 10 11 SUBDIRS = OsiCbc 10 12 11 13 ######################################################################## -
branches/split/Cbc/src/Makefile.in
r1438 r1439 224 224 DIST_SOURCES = $(libCbc_la_SOURCES) $(libCbcSolver_la_SOURCES) \ 225 225 $(am__cbc_SOURCES_DIST) $(am__cbc_generic_SOURCES_DIST) 226 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 227 html-recursive info-recursive install-data-recursive \ 228 install-exec-recursive install-info-recursive \ 229 install-recursive installcheck-recursive installdirs-recursive \ 230 pdf-recursive ps-recursive uninstall-info-recursive \ 231 uninstall-recursive 226 232 includecoinHEADERS_INSTALL = $(INSTALL_HEADER) 227 233 HEADERS = $(includecoin_HEADERS) 228 234 ETAGS = etags 229 235 CTAGS = ctags 236 DIST_SUBDIRS = $(SUBDIRS) 230 237 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 231 238 ABSBUILDDIR = @ABSBUILDDIR@ … … 286 293 COIN_HAS_GLPK_FALSE = @COIN_HAS_GLPK_FALSE@ 287 294 COIN_HAS_GLPK_TRUE = @COIN_HAS_GLPK_TRUE@ 295 COIN_HAS_GRB_FALSE = @COIN_HAS_GRB_FALSE@ 296 COIN_HAS_GRB_TRUE = @COIN_HAS_GRB_TRUE@ 288 297 COIN_HAS_MIPLIB3_FALSE = @COIN_HAS_MIPLIB3_FALSE@ 289 298 COIN_HAS_MIPLIB3_TRUE = @COIN_HAS_MIPLIB3_TRUE@ … … 332 341 GLPK_DATA = @GLPK_DATA@ 333 342 GLPK_LIBS = @GLPK_LIBS@ 343 GRB_CFLAGS = @GRB_CFLAGS@ 344 GRB_DATA = @GRB_DATA@ 345 GRB_LIBS = @GRB_LIBS@ 334 346 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 335 347 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ … … 365 377 OPT_CFLAGS = @OPT_CFLAGS@ 366 378 OPT_CXXFLAGS = @OPT_CXXFLAGS@ 379 OSICBC_DFLT_SOLVER_CLP_FALSE = @OSICBC_DFLT_SOLVER_CLP_FALSE@ 380 OSICBC_DFLT_SOLVER_CLP_TRUE = @OSICBC_DFLT_SOLVER_CLP_TRUE@ 381 OSICBC_DFLT_SOLVER_CPX_FALSE = @OSICBC_DFLT_SOLVER_CPX_FALSE@ 382 OSICBC_DFLT_SOLVER_CPX_TRUE = @OSICBC_DFLT_SOLVER_CPX_TRUE@ 383 OSICBC_DFLT_SOLVER_DYLP_FALSE = @OSICBC_DFLT_SOLVER_DYLP_FALSE@ 384 OSICBC_DFLT_SOLVER_DYLP_TRUE = @OSICBC_DFLT_SOLVER_DYLP_TRUE@ 385 OSICBC_DFLT_SOLVER_GLPK_FALSE = @OSICBC_DFLT_SOLVER_GLPK_FALSE@ 386 OSICBC_DFLT_SOLVER_GLPK_TRUE = @OSICBC_DFLT_SOLVER_GLPK_TRUE@ 387 OSICBC_DFLT_SOLVER_GRB_FALSE = @OSICBC_DFLT_SOLVER_GRB_FALSE@ 388 OSICBC_DFLT_SOLVER_GRB_TRUE = @OSICBC_DFLT_SOLVER_GRB_TRUE@ 389 OSICBC_DFLT_SOLVER_MSK_FALSE = @OSICBC_DFLT_SOLVER_MSK_FALSE@ 390 OSICBC_DFLT_SOLVER_MSK_TRUE = @OSICBC_DFLT_SOLVER_MSK_TRUE@ 391 OSICBC_DFLT_SOLVER_SYM_FALSE = @OSICBC_DFLT_SOLVER_SYM_FALSE@ 392 OSICBC_DFLT_SOLVER_SYM_TRUE = @OSICBC_DFLT_SOLVER_SYM_TRUE@ 393 OSICBC_DFLT_SOLVER_VOL_FALSE = @OSICBC_DFLT_SOLVER_VOL_FALSE@ 394 OSICBC_DFLT_SOLVER_VOL_TRUE = @OSICBC_DFLT_SOLVER_VOL_TRUE@ 395 OSICBC_DFLT_SOLVER_XPR_FALSE = @OSICBC_DFLT_SOLVER_XPR_FALSE@ 396 OSICBC_DFLT_SOLVER_XPR_TRUE = @OSICBC_DFLT_SOLVER_XPR_TRUE@ 367 397 OSIDOCDIR = @OSIDOCDIR@ 368 398 OSIOBJDIR = @OSIOBJDIR@ … … 451 481 target_alias = @target_alias@ 452 482 AUTOMAKE_OPTIONS = foreign 483 SUBDIRS = OsiCbc 453 484 454 485 ######################################################################## … … 690 721 # You only need to adapt the following line 691 722 ConfigHeader = CbcConfig.h 692 all: all- am723 all: all-recursive 693 724 694 725 .SUFFIXES: … … 929 960 done 930 961 962 # This directory's subdirectories are mostly independent; you can cd 963 # into them and run `make' without going through this Makefile. 964 # To change the values of `make' variables: instead of editing Makefiles, 965 # (1) if the variable is set in `config.status', edit `config.status' 966 # (which will cause the Makefiles to be regenerated when you run `make'); 967 # (2) otherwise, pass the desired values on the `make' command line. 968 $(RECURSIVE_TARGETS): 969 @failcom='exit 1'; \ 970 for f in x $$MAKEFLAGS; do \ 971 case $$f in \ 972 *=* | --[!k]*);; \ 973 *k*) failcom='fail=yes';; \ 974 esac; \ 975 done; \ 976 dot_seen=no; \ 977 target=`echo $@ | sed s/-recursive//`; \ 978 list='$(SUBDIRS)'; for subdir in $$list; do \ 979 echo "Making $$target in $$subdir"; \ 980 if test "$$subdir" = "."; then \ 981 dot_seen=yes; \ 982 local_target="$$target-am"; \ 983 else \ 984 local_target="$$target"; \ 985 fi; \ 986 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 987 || eval $$failcom; \ 988 done; \ 989 if test "$$dot_seen" = "no"; then \ 990 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 991 fi; test -z "$$fail" 992 993 mostlyclean-recursive clean-recursive distclean-recursive \ 994 maintainer-clean-recursive: 995 @failcom='exit 1'; \ 996 for f in x $$MAKEFLAGS; do \ 997 case $$f in \ 998 *=* | --[!k]*);; \ 999 *k*) failcom='fail=yes';; \ 1000 esac; \ 1001 done; \ 1002 dot_seen=no; \ 1003 case "$@" in \ 1004 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1005 *) list='$(SUBDIRS)' ;; \ 1006 esac; \ 1007 rev=''; for subdir in $$list; do \ 1008 if test "$$subdir" = "."; then :; else \ 1009 rev="$$subdir $$rev"; \ 1010 fi; \ 1011 done; \ 1012 rev="$$rev ."; \ 1013 target=`echo $@ | sed s/-recursive//`; \ 1014 for subdir in $$rev; do \ 1015 echo "Making $$target in $$subdir"; \ 1016 if test "$$subdir" = "."; then \ 1017 local_target="$$target-am"; \ 1018 else \ 1019 local_target="$$target"; \ 1020 fi; \ 1021 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1022 || eval $$failcom; \ 1023 done && test -z "$$fail" 1024 tags-recursive: 1025 list='$(SUBDIRS)'; for subdir in $$list; do \ 1026 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1027 done 1028 ctags-recursive: 1029 list='$(SUBDIRS)'; for subdir in $$list; do \ 1030 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1031 done 1032 931 1033 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 932 1034 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ … … 939 1041 tags: TAGS 940 1042 941 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \1043 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 942 1044 $(TAGS_FILES) $(LISP) 943 1045 tags=; \ 944 1046 here=`pwd`; \ 1047 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1048 include_option=--etags-include; \ 1049 empty_fix=.; \ 1050 else \ 1051 include_option=--include; \ 1052 empty_fix=; \ 1053 fi; \ 1054 list='$(SUBDIRS)'; for subdir in $$list; do \ 1055 if test "$$subdir" = .; then :; else \ 1056 test ! -f $$subdir/TAGS || \ 1057 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 1058 fi; \ 1059 done; \ 945 1060 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 946 1061 unique=`for i in $$list; do \ … … 955 1070 fi 956 1071 ctags: CTAGS 957 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \1072 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 958 1073 $(TAGS_FILES) $(LISP) 959 1074 tags=; \ … … 1005 1120 fi; \ 1006 1121 done 1122 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1123 if test "$$subdir" = .; then :; else \ 1124 test -d "$(distdir)/$$subdir" \ 1125 || $(mkdir_p) "$(distdir)/$$subdir" \ 1126 || exit 1; \ 1127 distdir=`$(am__cd) $(distdir) && pwd`; \ 1128 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 1129 (cd $$subdir && \ 1130 $(MAKE) $(AM_MAKEFLAGS) \ 1131 top_distdir="$$top_distdir" \ 1132 distdir="$$distdir/$$subdir" \ 1133 distdir) \ 1134 || exit 1; \ 1135 fi; \ 1136 done 1007 1137 check-am: all-am 1008 check: check- am1138 check: check-recursive 1009 1139 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) 1010 installdirs: 1140 installdirs: installdirs-recursive 1141 installdirs-am: 1011 1142 for dir in "$(DESTDIR)$(coinlibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includecoindir)"; do \ 1012 1143 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 1013 1144 done 1014 install: install- am1015 install-exec: install-exec- am1016 install-data: install-data- am1017 uninstall: uninstall- am1145 install: install-recursive 1146 install-exec: install-exec-recursive 1147 install-data: install-data-recursive 1148 uninstall: uninstall-recursive 1018 1149 1019 1150 install-am: all-am 1020 1151 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1021 1152 1022 installcheck: installcheck- am1153 installcheck: installcheck-recursive 1023 1154 install-strip: 1024 1155 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ … … 1036 1167 @echo "This command is intended for maintainers to use" 1037 1168 @echo "it deletes files that may require special tools to rebuild." 1038 clean: clean- am1169 clean: clean-recursive 1039 1170 1040 1171 clean-am: clean-binPROGRAMS clean-coinlibLTLIBRARIES clean-generic \ 1041 1172 clean-libtool mostlyclean-am 1042 1173 1043 distclean: distclean- am1174 distclean: distclean-recursive 1044 1175 -rm -rf ./$(DEPDIR) 1045 1176 -rm -f Makefile … … 1047 1178 distclean-libtool distclean-tags 1048 1179 1049 dvi: dvi- am1180 dvi: dvi-recursive 1050 1181 1051 1182 dvi-am: 1052 1183 1053 html: html- am1054 1055 info: info- am1184 html: html-recursive 1185 1186 info: info-recursive 1056 1187 1057 1188 info-am: … … 1061 1192 install-exec-am: install-binPROGRAMS install-exec-local 1062 1193 1063 install-info: install-info- am1194 install-info: install-info-recursive 1064 1195 1065 1196 install-man: … … 1067 1198 installcheck-am: 1068 1199 1069 maintainer-clean: maintainer-clean- am1200 maintainer-clean: maintainer-clean-recursive 1070 1201 -rm -rf ./$(DEPDIR) 1071 1202 -rm -f Makefile 1072 1203 maintainer-clean-am: distclean-am maintainer-clean-generic 1073 1204 1074 mostlyclean: mostlyclean- am1205 mostlyclean: mostlyclean-recursive 1075 1206 1076 1207 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1077 1208 mostlyclean-libtool 1078 1209 1079 pdf: pdf- am1210 pdf: pdf-recursive 1080 1211 1081 1212 pdf-am: 1082 1213 1083 ps: ps- am1214 ps: ps-recursive 1084 1215 1085 1216 ps-am: … … 1088 1219 uninstall-includecoinHEADERS uninstall-info-am uninstall-local 1089 1220 1090 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 1091 clean-coinlibLTLIBRARIES clean-generic clean-libtool ctags \ 1092 distclean distclean-compile distclean-generic \ 1093 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1221 uninstall-info: uninstall-info-recursive 1222 1223 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ 1224 clean clean-binPROGRAMS clean-coinlibLTLIBRARIES clean-generic \ 1225 clean-libtool clean-recursive ctags ctags-recursive distclean \ 1226 distclean-compile distclean-generic distclean-libtool \ 1227 distclean-recursive distclean-tags distdir dvi dvi-am html \ 1094 1228 html-am info info-am install install-am install-binPROGRAMS \ 1095 1229 install-coinlibLTLIBRARIES install-data install-data-am \ … … 1097 1231 install-includecoinHEADERS install-info install-info-am \ 1098 1232 install-man install-strip installcheck installcheck-am \ 1099 installdirs maintainer-clean maintainer-clean-generic \ 1233 installdirs installdirs-am maintainer-clean \ 1234 maintainer-clean-generic maintainer-clean-recursive \ 1100 1235 mostlyclean mostlyclean-compile mostlyclean-generic \ 1101 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall\1102 uninstall-am uninstall-binPROGRAMS\1103 uninstall- coinlibLTLIBRARIES uninstall-includecoinHEADERS \1104 uninstall-in fo-am uninstall-local1236 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 1237 tags tags-recursive uninstall uninstall-am \ 1238 uninstall-binPROGRAMS uninstall-coinlibLTLIBRARIES \ 1239 uninstall-includecoinHEADERS uninstall-info-am uninstall-local 1105 1240 1106 1241 -
branches/split/Cbc/test/Makefile.am
r1437 r1439 13 13 ######################################################################## 14 14 15 CBC_TEST_TGTS = gamstests 15 CBC_TEST_TGTS = gamstests ositests 16 16 17 17 if COIN_HAS_CLP … … 25 25 26 26 cbcflags = 27 ositestsflags = 27 28 if COIN_HAS_SAMPLE 28 29 cbcflags += -dirSample `$(CYGPATH_W) $(SAMPLE_DATA)` 30 ositestsflags += -mpsDir=`$(CYGPATH_W) $(SAMPLE_DATA)` 29 31 endif 30 32 cbcflags += -unitTest 31 33 if COIN_HAS_MIPLIB3 32 34 cbcflags += -dirMiplib `$(CYGPATH_W) $(MIPLIB3_DATA)` -miplib 35 endif 36 if COIN_HAS_NETLIB 37 ositestsflags += -netlibDir=`$(CYGPATH_W) $(NETLIB_DATA)` -testOsiSolverInterface 33 38 endif 34 39 … … 52 57 .PHONY: test 53 58 54 bin_PROGRAMS = gamsTest 59 bin_PROGRAMS = gamsTest osiUnitTest 60 55 61 gamsTest_SOURCES = gamsTest.cpp 56 62 gamsTest_LDADD = ../src/libCbcSolver.la ../src/libCbc.la $(COINDEPEND_LIBS) $(ADDLIBS) … … 105 111 106 112 ######################################################################## 113 # unitTest for OsiCbc # 114 ######################################################################## 115 116 osiUnitTest_SOURCES = osiUnitTest.cpp OsiCbcSolverInterfaceTest.cpp 117 118 osiUnitTest_LDADD = ../src/libCbc.la ../src/OsiCbc/libOsiCbc.la $(COINDEPEND_LIBS) $(OSITESTS_LIBS) $(ADDLIBS) 119 120 AM_CPPFLAGS += $(OSITESTS_CFLAGS) \ 121 -I`$(CYGPATH_W) $(srcdir)/../src/OsiCbc` 122 123 ositests: osiUnitTest$(EXEEXT) 124 ./osiUnitTest$(EXEEXT) $(ositestsflags) 125 126 ######################################################################## 107 127 # Cleaning stuff # 108 128 ######################################################################## -
branches/split/Cbc/test/Makefile.in
r1438 r1439 46 46 @CBC_BUILD_CBC_GENERIC_TRUE@@COIN_HAS_SAMPLE_TRUE@am__append_2 = test_cbc_generic 47 47 @COIN_HAS_SAMPLE_TRUE@am__append_3 = -dirSample `$(CYGPATH_W) $(SAMPLE_DATA)` 48 @COIN_HAS_MIPLIB3_TRUE@am__append_4 = -dirMiplib `$(CYGPATH_W) $(MIPLIB3_DATA)` -miplib 49 bin_PROGRAMS = gamsTest$(EXEEXT) 50 @COIN_HAS_CLP_TRUE@am__append_5 = $(CLP_CFLAGS) 51 @COIN_HAS_CLP_TRUE@am__append_6 = $(CLP_LIBS) 52 @COIN_HAS_CPX_TRUE@am__append_7 = $(CPX_CFLAGS) 53 @COIN_HAS_CPX_TRUE@am__append_8 = $(CPX_LIBS) 54 @COIN_HAS_DYLP_TRUE@am__append_9 = $(DYLP_CFLAGS) 55 @COIN_HAS_DYLP_TRUE@am__append_10 = $(DYLP_LIBS) 56 @COIN_HAS_GLPK_TRUE@am__append_11 = $(GLPK_CFLAGS) 57 @COIN_HAS_GLPK_TRUE@am__append_12 = $(GLPK_LIBS) 58 @COIN_HAS_MSK_TRUE@am__append_13 = $(MSK_CFLAGS) 59 @COIN_HAS_MSK_TRUE@am__append_14 = $(MSK_LIBS) 48 @COIN_HAS_SAMPLE_TRUE@am__append_4 = -mpsDir=`$(CYGPATH_W) $(SAMPLE_DATA)` 49 @COIN_HAS_MIPLIB3_TRUE@am__append_5 = -dirMiplib `$(CYGPATH_W) $(MIPLIB3_DATA)` -miplib 50 @COIN_HAS_NETLIB_TRUE@am__append_6 = -netlibDir=`$(CYGPATH_W) $(NETLIB_DATA)` -testOsiSolverInterface 51 bin_PROGRAMS = gamsTest$(EXEEXT) osiUnitTest$(EXEEXT) 52 @COIN_HAS_CLP_TRUE@am__append_7 = $(CLP_CFLAGS) 53 @COIN_HAS_CLP_TRUE@am__append_8 = $(CLP_LIBS) 54 @COIN_HAS_CPX_TRUE@am__append_9 = $(CPX_CFLAGS) 55 @COIN_HAS_CPX_TRUE@am__append_10 = $(CPX_LIBS) 56 @COIN_HAS_DYLP_TRUE@am__append_11 = $(DYLP_CFLAGS) 57 @COIN_HAS_DYLP_TRUE@am__append_12 = $(DYLP_LIBS) 58 @COIN_HAS_GLPK_TRUE@am__append_13 = $(GLPK_CFLAGS) 59 @COIN_HAS_GLPK_TRUE@am__append_14 = $(GLPK_LIBS) 60 @COIN_HAS_MSK_TRUE@am__append_15 = $(MSK_CFLAGS) 61 @COIN_HAS_MSK_TRUE@am__append_16 = $(MSK_LIBS) 60 62 61 63 # if COIN_HAS_SPX … … 63 65 # gamsTest_LDADD += $(SPX_LIBS) 64 66 # endif 65 @COIN_HAS_VOL_TRUE@am__append_1 5= $(VOL_CFLAGS)66 @COIN_HAS_VOL_TRUE@am__append_1 6= $(VOL_LIBS)67 @COIN_HAS_XPR_TRUE@am__append_1 7= $(XPR_CFLAGS)68 @COIN_HAS_XPR_TRUE@am__append_ 18= $(XPR_LIBS)69 @COIN_HAS_ASL_TRUE@am__append_ 19= $(ASL_CFLAGS)70 @COIN_HAS_ASL_TRUE@am__append_2 0= $(ASL_LIBS)67 @COIN_HAS_VOL_TRUE@am__append_17 = $(VOL_CFLAGS) 68 @COIN_HAS_VOL_TRUE@am__append_18 = $(VOL_LIBS) 69 @COIN_HAS_XPR_TRUE@am__append_19 = $(XPR_CFLAGS) 70 @COIN_HAS_XPR_TRUE@am__append_20 = $(XPR_LIBS) 71 @COIN_HAS_ASL_TRUE@am__append_21 = $(ASL_CFLAGS) 72 @COIN_HAS_ASL_TRUE@am__append_22 = $(ASL_LIBS) 71 73 subdir = test 72 74 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in … … 99 101 $(am__DEPENDENCIES_6) $(am__DEPENDENCIES_7) \ 100 102 $(am__DEPENDENCIES_8) $(am__DEPENDENCIES_9) 103 am_osiUnitTest_OBJECTS = osiUnitTest.$(OBJEXT) \ 104 OsiCbcSolverInterfaceTest.$(OBJEXT) 105 osiUnitTest_OBJECTS = $(am_osiUnitTest_OBJECTS) 106 osiUnitTest_DEPENDENCIES = ../src/libCbc.la ../src/OsiCbc/libOsiCbc.la \ 107 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 108 $(am__DEPENDENCIES_1) 101 109 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/inc 102 110 depcomp = $(SHELL) $(top_srcdir)/../depcomp … … 110 118 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 111 119 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 112 SOURCES = $(gamsTest_SOURCES) 113 DIST_SOURCES = $(gamsTest_SOURCES) 120 SOURCES = $(gamsTest_SOURCES) $(osiUnitTest_SOURCES) 121 DIST_SOURCES = $(gamsTest_SOURCES) $(osiUnitTest_SOURCES) 114 122 ETAGS = etags 115 123 CTAGS = ctags … … 172 180 COIN_HAS_GLPK_FALSE = @COIN_HAS_GLPK_FALSE@ 173 181 COIN_HAS_GLPK_TRUE = @COIN_HAS_GLPK_TRUE@ 182 COIN_HAS_GRB_FALSE = @COIN_HAS_GRB_FALSE@ 183 COIN_HAS_GRB_TRUE = @COIN_HAS_GRB_TRUE@ 174 184 COIN_HAS_MIPLIB3_FALSE = @COIN_HAS_MIPLIB3_FALSE@ 175 185 COIN_HAS_MIPLIB3_TRUE = @COIN_HAS_MIPLIB3_TRUE@ … … 218 228 GLPK_DATA = @GLPK_DATA@ 219 229 GLPK_LIBS = @GLPK_LIBS@ 230 GRB_CFLAGS = @GRB_CFLAGS@ 231 GRB_DATA = @GRB_DATA@ 232 GRB_LIBS = @GRB_LIBS@ 220 233 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 221 234 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ … … 251 264 OPT_CFLAGS = @OPT_CFLAGS@ 252 265 OPT_CXXFLAGS = @OPT_CXXFLAGS@ 266 OSICBC_DFLT_SOLVER_CLP_FALSE = @OSICBC_DFLT_SOLVER_CLP_FALSE@ 267 OSICBC_DFLT_SOLVER_CLP_TRUE = @OSICBC_DFLT_SOLVER_CLP_TRUE@ 268 OSICBC_DFLT_SOLVER_CPX_FALSE = @OSICBC_DFLT_SOLVER_CPX_FALSE@ 269 OSICBC_DFLT_SOLVER_CPX_TRUE = @OSICBC_DFLT_SOLVER_CPX_TRUE@ 270 OSICBC_DFLT_SOLVER_DYLP_FALSE = @OSICBC_DFLT_SOLVER_DYLP_FALSE@ 271 OSICBC_DFLT_SOLVER_DYLP_TRUE = @OSICBC_DFLT_SOLVER_DYLP_TRUE@ 272 OSICBC_DFLT_SOLVER_GLPK_FALSE = @OSICBC_DFLT_SOLVER_GLPK_FALSE@ 273 OSICBC_DFLT_SOLVER_GLPK_TRUE = @OSICBC_DFLT_SOLVER_GLPK_TRUE@ 274 OSICBC_DFLT_SOLVER_GRB_FALSE = @OSICBC_DFLT_SOLVER_GRB_FALSE@ 275 OSICBC_DFLT_SOLVER_GRB_TRUE = @OSICBC_DFLT_SOLVER_GRB_TRUE@ 276 OSICBC_DFLT_SOLVER_MSK_FALSE = @OSICBC_DFLT_SOLVER_MSK_FALSE@ 277 OSICBC_DFLT_SOLVER_MSK_TRUE = @OSICBC_DFLT_SOLVER_MSK_TRUE@ 278 OSICBC_DFLT_SOLVER_SYM_FALSE = @OSICBC_DFLT_SOLVER_SYM_FALSE@ 279 OSICBC_DFLT_SOLVER_SYM_TRUE = @OSICBC_DFLT_SOLVER_SYM_TRUE@ 280 OSICBC_DFLT_SOLVER_VOL_FALSE = @OSICBC_DFLT_SOLVER_VOL_FALSE@ 281 OSICBC_DFLT_SOLVER_VOL_TRUE = @OSICBC_DFLT_SOLVER_VOL_TRUE@ 282 OSICBC_DFLT_SOLVER_XPR_FALSE = @OSICBC_DFLT_SOLVER_XPR_FALSE@ 283 OSICBC_DFLT_SOLVER_XPR_TRUE = @OSICBC_DFLT_SOLVER_XPR_TRUE@ 253 284 OSIDOCDIR = @OSIDOCDIR@ 254 285 OSIOBJDIR = @OSIOBJDIR@ … … 341 372 # unitTest for Cbc # 342 373 ######################################################################## 343 CBC_TEST_TGTS = gamstests $(am__append_1) $(am__append_2) 344 cbcflags = $(am__append_3) -unitTest $(am__append_4) 374 CBC_TEST_TGTS = gamstests ositests $(am__append_1) $(am__append_2) 375 cbcflags = $(am__append_3) -unitTest $(am__append_5) 376 ositestsflags = $(am__append_4) $(am__append_6) 345 377 gamsTest_SOURCES = gamsTest.cpp 346 378 gamsTest_LDADD = ../src/libCbcSolver.la ../src/libCbc.la \ 347 $(COINDEPEND_LIBS) $(ADDLIBS) $(am__append_ 6) $(am__append_8) \348 $(am__append_1 0) $(am__append_12) $(am__append_14) \349 $(am__append_1 6) $(am__append_18) $(am__append_20)379 $(COINDEPEND_LIBS) $(ADDLIBS) $(am__append_8) $(am__append_10) \ 380 $(am__append_12) $(am__append_14) $(am__append_16) \ 381 $(am__append_18) $(am__append_20) $(am__append_22) 350 382 gamsTest_LDFLAGS = -rpath $(libdir) 351 383 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src` $(COINDEPEND_CFLAGS) \ 352 $(am__append_5) $(am__append_7) $(am__append_9) \ 353 $(am__append_11) $(am__append_13) $(am__append_15) \ 354 $(am__append_17) $(am__append_19) 384 $(am__append_7) $(am__append_9) $(am__append_11) \ 385 $(am__append_13) $(am__append_15) $(am__append_17) \ 386 $(am__append_19) $(am__append_21) $(OSITESTS_CFLAGS) \ 387 -I`$(CYGPATH_W) $(srcdir)/../src/OsiCbc` 388 389 ######################################################################## 390 # unitTest for OsiCbc # 391 ######################################################################## 392 osiUnitTest_SOURCES = osiUnitTest.cpp OsiCbcSolverInterfaceTest.cpp 393 osiUnitTest_LDADD = ../src/libCbc.la ../src/OsiCbc/libOsiCbc.la $(COINDEPEND_LIBS) $(OSITESTS_LIBS) $(ADDLIBS) 355 394 356 395 ######################################################################## … … 425 464 @rm -f gamsTest$(EXEEXT) 426 465 $(CXXLINK) $(gamsTest_LDFLAGS) $(gamsTest_OBJECTS) $(gamsTest_LDADD) $(LIBS) 466 osiUnitTest$(EXEEXT): $(osiUnitTest_OBJECTS) $(osiUnitTest_DEPENDENCIES) 467 @rm -f osiUnitTest$(EXEEXT) 468 $(CXXLINK) $(osiUnitTest_LDFLAGS) $(osiUnitTest_OBJECTS) $(osiUnitTest_LDADD) $(LIBS) 427 469 428 470 mostlyclean-compile: … … 432 474 -rm -f *.tab.c 433 475 476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OsiCbcSolverInterfaceTest.Po@am__quote@ 434 477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gamsTest.Po@am__quote@ 478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osiUnitTest.Po@am__quote@ 435 479 436 480 .cpp.o: … … 651 695 652 696 .PHONY: test 697 698 ositests: osiUnitTest$(EXEEXT) 699 ./osiUnitTest$(EXEEXT) $(ositestsflags) 653 700 # Tell versions [3.59,3.63) of GNU make to not export all variables. 654 701 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.