mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
no gmp
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@12395 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
d1cf5f96d6
commit
cf4a14f00e
@ -118,7 +118,7 @@ EFENCE_LIB=-L$(HOME)/packages/efence
|
||||
# 4 Versions
|
||||
# -----------------------------------------------------------------------------
|
||||
ifeq ($(CFG), CLASS_DEBUG)
|
||||
INVERSE_CL1MP=TRUE
|
||||
INVERSE_CL1MP=
|
||||
ifdef INVERSE_CL1MP
|
||||
DEFINE_INVERSE_CL1MP=-DINVERSE_CL1MP
|
||||
CL1MP_OBJS=cl1mp.o
|
||||
@ -135,7 +135,7 @@ ifeq ($(CFG), CLASS_DEBUG)
|
||||
endif
|
||||
|
||||
ifeq ($(CFG), CLASS_RELEASE)
|
||||
INVERSE_CL1MP=TRUE
|
||||
INVERSE_CL1MP=
|
||||
ifdef INVERSE_CL1MP
|
||||
DEFINE_INVERSE_CL1MP=-DINVERSE_CL1MP
|
||||
CL1MP_OBJS=cl1mp.o
|
||||
@ -152,7 +152,7 @@ ifeq ($(CFG), CLASS_RELEASE)
|
||||
endif
|
||||
|
||||
ifeq ($(CFG), CLASS_DEBUG_64)
|
||||
# INVERSE_CL1MP=TRUE
|
||||
# INVERSE_CL1MP=
|
||||
ifdef INVERSE_CL1MP
|
||||
DEFINE_INVERSE_CL1MP=-DINVERSE_CL1MP
|
||||
CL1MP_OBJS=cl1mp.o
|
||||
@ -168,7 +168,7 @@ ifeq ($(CFG), CLASS_DEBUG_64)
|
||||
endif
|
||||
|
||||
ifeq ($(CFG), CLASS_RELEASE_64)
|
||||
INVERSE_CL1MP=TRUE
|
||||
INVERSE_CL1MP=
|
||||
ifdef INVERSE_CL1MP
|
||||
DEFINE_INVERSE_CL1MP=-DINVERSE_CL1MP
|
||||
CL1MP_OBJS=cl1mp.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user