aboutsummaryrefslogtreecommitdiff
path: root/Makefile.macosx
diff options
context:
space:
mode:
authorPjotr Prins2017-07-07 06:54:26 +0000
committerPjotr Prins2017-07-07 06:54:26 +0000
commitb9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch)
treecc3b526c1621ca452ded085114d7c40559c09887 /Makefile.macosx
parentdd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff)
downloadpangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz
Fix spacing
Diffstat (limited to 'Makefile.macosx')
-rw-r--r--Makefile.macosx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.macosx b/Makefile.macosx
index 992e442..00467d6 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -14,7 +14,7 @@ SYS = MAC
# Disable WITH_LAPACK option can slow computation speed significantly and is not recommended
# Disable WITH_ARPACK option only disable -apprx option in the software
WITH_LAPACK = 1
-FORCE_32BIT =
+FORCE_32BIT =
FORCE_DYNAMIC = 1
DIST_NAME = gemma-0.96
@@ -37,13 +37,13 @@ OUTPUT = $(BIN_DIR)/gemma
SOURCES = $(SRC_DIR)/main.cpp
-HDR =
+HDR =
# Detailed libary paths, D for dynamic and S for static
LIBS_LNX_D_LAPACK = -llapack
LIBS_MAC_D_LAPACK = -framework Accelerate
-LIBS_LNX_S_LAPACK = /usr/lib/lapack/liblapack.a -lgfortran /usr/lib/atlas-base/libatlas.a /usr/lib/libblas/libblas.a -Wl,--allow-multiple-definition
+LIBS_LNX_S_LAPACK = /usr/lib/lapack/liblapack.a -lgfortran /usr/lib/atlas-base/libatlas.a /usr/lib/libblas/libblas.a -Wl,--allow-multiple-definition
# Options
@@ -82,7 +82,7 @@ $(OUTPUT): $(OBJS)
$(OBJS) : $(HDR)
-.cpp.o:
+.cpp.o:
$(CPP) $(CPPFLAGS) $(HEADERS) -c $*.cpp -o $*.o
.SUFFIXES : .cpp .c .o $(SUFFIXES)