File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ bindir = $(prefix)/bin
99libdir = $(prefix )/lib
1010includedir = $(prefix )/include
1111
12- FC = gfortran
13- FFLAGS += -O3
14-
1512USEGCC = 1
1613USECLANG = 0
1714
@@ -45,9 +42,6 @@ default: all
4542%. c . o : %. c
4643 $(CC ) $(CPPFLAGS ) $(CFLAGS_add ) $(CFLAGS ) -c $< -o $@
4744
48- %. f . o : %. f
49- $(FC ) $(FFLAGS ) -c $< -o $@
50-
5145%. S . o : %. S
5246 $(CC ) $(SFLAGS ) $(filter -m % -B % -I % -D %, $(CFLAGS_add )) -c $< -o $@
5347
@@ -78,7 +72,6 @@ ifeq ($(OS), WINNT)
7872SHLIB_EXT = dll
7973SONAME_FLAG = -soname
8074CFLAGS_add += -nodefaultlibs
81- FFLAGS += -nodefaultlibs
8275shlibdir = $(bindir )
8376else
8477shlibdir = $(libdir )
@@ -88,19 +81,16 @@ ifeq ($(OS), Linux)
8881SHLIB_EXT = so
8982SONAME_FLAG = -soname
9083CFLAGS_add += -fPIC
91- FFLAGS += -fPIC
9284endif
9385
9486ifeq ($(OS ), FreeBSD )
9587SHLIB_EXT = so
9688SONAME_FLAG = -soname
9789CFLAGS_add += -fPIC
98- FFLAGS += -fPIC
9990endif
10091
10192ifeq ($(OS ), Darwin )
10293SHLIB_EXT = dylib
10394SONAME_FLAG = -install_name
10495CFLAGS_add += -fPIC
105- FFLAGS += -fPIC
10696endif
You can’t perform that action at this time.
0 commit comments