Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iago-lito
DECX
Commits
f89a413a
Commit
f89a413a
authored
Jul 13, 2010
by
blackrim
Browse files
edit Makefile
parent
4f5ce876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f89a413a
...
@@ -5,7 +5,6 @@ CPP_SRCS += \
...
@@ -5,7 +5,6 @@ CPP_SRCS += \
./InputReader_copper.cpp
\
./InputReader_copper.cpp
\
./BayesianBioGeoAllDispersal.cpp
\
./BayesianBioGeoAllDispersal.cpp
\
./BayesianBioGeo.cpp
\
./BayesianBioGeo.cpp
\
./BayesianBioGeoStMapper.cpp
\
./BioGeoTree_copper.cpp
\
./BioGeoTree_copper.cpp
\
./BioGeoTreeTools_copper.cpp
\
./BioGeoTreeTools_copper.cpp
\
./BranchSegment_copper.cpp
\
./BranchSegment_copper.cpp
\
...
@@ -25,7 +24,6 @@ OBJS += \
...
@@ -25,7 +24,6 @@ OBJS += \
./InputReader_copper.o
\
./InputReader_copper.o
\
./BayesianBioGeoAllDispersal.o
\
./BayesianBioGeoAllDispersal.o
\
./BayesianBioGeo.o
\
./BayesianBioGeo.o
\
./BayesianBioGeoStMapper.o
\
./BioGeoTree_copper.o
\
./BioGeoTree_copper.o
\
./BioGeoTreeTools_copper.o
\
./BioGeoTreeTools_copper.o
\
./BranchSegment_copper.o
\
./BranchSegment_copper.o
\
...
@@ -45,7 +43,6 @@ CPP_DEPS += \
...
@@ -45,7 +43,6 @@ CPP_DEPS += \
./InputReader_copper.d
\
./InputReader_copper.d
\
./BayesianBioGeoAllDispersal.d
\
./BayesianBioGeoAllDispersal.d
\
./BayesianBioGeo.d
\
./BayesianBioGeo.d
\
./BayesianBioGeoStMapper.d
\
./BioGeoTree_copper.d
\
./BioGeoTree_copper.d
\
./BioGeoTreeTools_copper.d
\
./BioGeoTreeTools_copper.d
\
./BranchSegment_copper.d
\
./BranchSegment_copper.d
\
...
@@ -88,7 +85,7 @@ LIBS := -llapack -lblas -lgfortran -lgsl -lgslcblas -lm -lpthread -lgmp -ldl -lu
...
@@ -88,7 +85,7 @@ LIBS := -llapack -lblas -lgfortran -lgsl -lgslcblas -lm -lpthread -lgmp -ldl -lu
# if 64 bit GSL try CPPFLAGS="-arch x86_64" LDFLAGS="-arch x86_64" ./configure
# if 64 bit GSL try CPPFLAGS="-arch x86_64" LDFLAGS="-arch x86_64" ./configure
# need to install gmp (with ./configure --enable-cxx) and mpfr and gmpfrxx
# need to install gmp (with ./configure --enable-cxx) and mpfr and gmpfrxx
#######
#######
BIG
=
yes
BIG
=
no
BIGTREE
=
BIGTREE
=
ifeq
($(strip $(BIG)),yes)
ifeq
($(strip $(BIG)),yes)
BIGTREE
+=
-DBIGTREE
BIGTREE
+=
-DBIGTREE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment