Commit 79c565e4 by Maarten L. Hekkelman

Merge branch 'trunk' of gitlab.rhpc.nki.nl:PDB_REDO/dssp-4 into trunk

parents a1be9936 8a01631f
...@@ -22,6 +22,7 @@ LIBS = -lcif++ \ ...@@ -22,6 +22,7 @@ LIBS = -lcif++ \
@BOOST_REGEX_LIB@ \ @BOOST_REGEX_LIB@ \
@BOOST_PROGRAM_OPTIONS_LIB@ \ @BOOST_PROGRAM_OPTIONS_LIB@ \
-lboost_timer -lboost_chrono \ -lboost_timer -lboost_chrono \
-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic \
@LIBS@ @LIBS@
prefix = @prefix@ prefix = @prefix@
...@@ -48,6 +49,8 @@ CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags $(P ...@@ -48,6 +49,8 @@ CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags $(P
LDFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs $(PACKAGES) ) LDFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs $(PACKAGES) )
endif endif
LDFLAGS += -static-libgcc
# Use the DEBUG flag to build debug versions of the code # Use the DEBUG flag to build debug versions of the code
DEBUG = @DEBUG@ DEBUG = @DEBUG@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment