Browse Source

lpsolve makefile tweak.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6235 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
799e22cd9f
  1. 12
      prism/ext/lpsolve55/Makefile

12
prism/ext/lpsolve55/Makefile

@ -8,6 +8,12 @@
ifeq ($(OSTYPE),linux)
LPSOLVE55_BUILD=ccc
endif
ifeq ($(OSTYPE),solaris)
LPSOLVE55_BUILD=ccc.solaris
endif
ifeq ($(OSTYPE),cygwin)
LPSOLVE55_BUILD=ccc.cygwin
endif
ifeq ($(OSTYPE),darwin)
ifeq ($(ARCH),x86_64)
LPSOLVE55_BUILD=ccc.osx64
@ -15,12 +21,6 @@ ifeq ($(OSTYPE),darwin)
LPSOLVE55_BUILD=ccc.osx32
endif
endif
ifeq ($(OSTYPE),cygwin)
LPSOLVE55_BUILD=ccc.cygwin
endif
ifeq ($(OSTYPE),solaris)
LPSOLVE55_BUILD=ccc.solaris
endif
default: all

Loading…
Cancel
Save