Changeset 457 for stable/1.1
- Timestamp:
- Oct 20, 2006 12:55:23 AM (14 years ago)
- Location:
- stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.1/Makefile.in
r378 r457 109 109 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 110 110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 111 LIBEXT = @LIBEXT@ 111 112 LIBOBJS = @LIBOBJS@ 112 113 LIBS = @LIBS@ -
stable/1.1/configure
r378 r457 293 293 ac_subdirs_all="$ac_subdirs_all Cgl" 294 294 ac_subdirs_all="$ac_subdirs_all Cbc" 295 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 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 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 subdirs COIN_SKIP_PROJECTS LIB OBJS LTLIBOBJS VPATH_DISTCLEANFILES'295 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 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 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 subdirs COIN_SKIP_PROJECTS LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS' 296 296 ac_subst_files='' 297 297 … … 2536 2536 # Finally, we let configure write all the output... 2537 2537 2538 FADDLIBS="$ADDLIBS" 2538 2539 if test x"$coin_need_flibs" = xyes; then 2539 2540 ADDLIBS="$ADDLIBS $FLIBS" 2540 2541 fi 2542 2543 # library extension 2544 2545 case "$CC" in 2546 cl*) LIBEXT=lib ;; 2547 *) LIBEXT=a ;; 2548 esac 2549 2550 # Define VPATH_DISTCLEANFILES to be everything that needs to be 2551 # cleaned for distclean in a vpath configuration 2552 2553 VPATH_DISTCLEANFILES="$coin_vpath_link_files" 2541 2554 2542 2555 cat >confcache <<\_ACEOF … … 3229 3242 s,@subdirs@,$subdirs,;t t 3230 3243 s,@COIN_SKIP_PROJECTS@,$COIN_SKIP_PROJECTS,;t t 3244 s,@LIBEXT@,$LIBEXT,;t t 3245 s,@VPATH_DISTCLEANFILES@,$VPATH_DISTCLEANFILES,;t t 3231 3246 s,@LIBOBJS@,$LIBOBJS,;t t 3232 3247 s,@LTLIBOBJS@,$LTLIBOBJS,;t t … … 3686 3701 fi 3687 3702 3688 # Define VPATH_DISTCLEANFILES to be everything that needs to be3689 # cleaned for distclean in a vpath configuration3690 3691 VPATH_DISTCLEANFILES="$coin_vpath_link_files"3692 3693 3703 if test x$coin_projectdir = xyes; then 3694 3704 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5
Note: See TracChangeset
for help on using the changeset viewer.