aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoremelcher <elmar@dsc.ufcg.edu.br>2021-07-01 09:19:55 -0300
committeremelcher <elmar@dsc.ufcg.edu.br>2021-08-03 10:18:18 -0300
commit1f58b4d869a47d2f95621512455d52eb7c3546d9 (patch)
tree99d50872cff2e68f728f63da664c3a56b1192f5b /Makefile.in
parentc663ea20a53f4316db8cb4d591b1c8e437f4a0c4 (diff)
downloadriscv-isa-sim-1f58b4d869a47d2f95621512455d52eb7c3546d9.zip
riscv-isa-sim-1f58b4d869a47d2f95621512455d52eb7c3546d9.tar.gz
riscv-isa-sim-1f58b4d869a47d2f95621512455d52eb7c3546d9.tar.bz2
configure for boost lib
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ef2319..b124991 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,7 +96,7 @@ VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -g -O2 -fPIC
default-CXXFLAGS := $(default-CFLAGS) -std=c++11
-mcppbs-CPPFLAGS := @CPPFLAGS@
+mcppbs-CPPFLAGS := @CPPFLAGS@ @BOOST_CPPFLAGS@
mcppbs-CFLAGS := $(default-CFLAGS) @CFLAGS@
mcppbs-CXXFLAGS := $(default-CXXFLAGS) @CXXFLAGS@
@@ -118,12 +118,12 @@ COMPILE_C := $(CC) -MMD -MP $(all-c-flags) $(sprojs_include)
# - LDFLAGS : Flags for the linker (eg. -L)
# - LIBS : Library flags (eg. -l)
-mcppbs-LDFLAGS := @LDFLAGS@
+mcppbs-LDFLAGS := @LDFLAGS@ @BOOST_LDFLAGS@
all-link-flags := $(mcppbs-LDFLAGS) $(LDFLAGS)
comma := ,
LD := $(CXX)
-LIBS := @LIBS@
+LIBS := @LIBS@ @BOOST_ASIO_LIB@ @BOOST_REGEX_LIB@
LINK := $(LD) -L. $(all-link-flags) -Wl,-rpath,$(install_libs_dir) $(patsubst -L%,-Wl$(comma)-rpath$(comma)%,$(filter -L%,$(LDFLAGS)))
# Library creation