summaryrefslogtreecommitdiff
path: root/lpsolve/makefile.mk
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2007-12-21 08:32:37 +0000
committerNiklas Nebel <nn@openoffice.org>2007-12-21 08:32:37 +0000
commite7e8939f03940806ec3941578a101de4ade15a66 (patch)
treecb859b7728fa8878292f31b3157ce49f949dfb21 /lpsolve/makefile.mk
parentdd98a32fd037d162b5d945f6c71811c0c1c07f82 (diff)
#i8808# build on macosx
Diffstat (limited to 'lpsolve/makefile.mk')
-rw-r--r--lpsolve/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/lpsolve/makefile.mk b/lpsolve/makefile.mk
index 7cbf9f1c08a5..f6fcea8dd06a 100644
--- a/lpsolve/makefile.mk
+++ b/lpsolve/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: nn $ $Date: 2007-11-23 21:29:22 $
+# last change: $Author: nn $ $Date: 2007-12-21 09:32:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,6 +63,10 @@ BUILD_ACTION=cmd /c cvc6.bat
OUT2BIN=$(BUILD_DIR)$/lpsolve55.dll
OUT2LIB=$(BUILD_DIR)$/lpsolve55.lib
.ELSE
+.IF "$(OS)"=="MACOSX"
+BUILD_ACTION=sh ccc.osx
+OUT2LIB=$(BUILD_DIR)$/liblpsolve55.dylib
+.ELSE
.IF "$(COMNAME)"=="sunpro5"
BUILD_ACTION=sh ccc.solaris
.ELSE
@@ -70,6 +74,7 @@ BUILD_ACTION=sh ccc
.ENDIF
OUT2LIB=$(BUILD_DIR)$/liblpsolve55.so
.ENDIF
+.ENDIF
OUT2INC=lp_lib.h lp_types.h lp_utils.h lp_Hash.h lp_matrix.h lp_mipbb.h lp_SOS.h