-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdepends.mk
25 lines (22 loc) · 966 Bytes
/
depends.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
################################################################
## Modified this file to specify depending library path.
##
## Depending libs:
## boost-1.53.0 (only need header)
##
################################################################
################################################################
## Boost header directory.
##
## Check file exist:
## $(BOOST_HEADER_DIR)/boost/smart_ptr.hpp
##
#BOOST_HEADER_DIR=/home/users/qinzuoyan01/libs/boost_1_53_0
BOOST_HEADER_DIR=/home/shichengyi/project/boost.bak/include
################################################################
################################################################
SOFA_PBRPC_DIR=/home/shichengyi/project/sofa-pbrpc/output
################################################################
################################################################
PROTOBUF_DIR=/home/shichengyi/project/protobuf
################################################################