forked from hotkit/fost-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopts.mk
66 lines (62 loc) · 2.16 KB
/
opts.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
LOCAL_CFLAGS += \
-DBOOST_VERSION_MAJOR=56 \
-std=c++11 \
-Wno-deprecated-declarations
LOCAL_ARM_MODE := arm
LOCAL_C_INCLUDES += \
$(FANDK)/boost/algorithm/include \
$(FANDK)/boost/align/include \
$(FANDK)/boost/array/include \
$(FANDK)/boost/asio/include \
$(FANDK)/boost/assert/include \
$(FANDK)/boost/atomic/include \
$(FANDK)/boost/bind/include \
$(FANDK)/boost/core/include \
$(FANDK)/boost/chrono/include \
$(FANDK)/boost/concept_check/include \
$(FANDK)/boost/config/include \
$(FANDK)/boost/container/include \
$(FANDK)/boost/conversion/include \
$(FANDK)/boost/date_time/include \
$(FANDK)/boost/detail/include \
$(FANDK)/boost/exception/include \
$(FANDK)/boost/filesystem/include \
$(FANDK)/boost/function/include \
$(FANDK)/boost/functional/include \
$(FANDK)/boost/integer/include \
$(FANDK)/boost/io/include \
$(FANDK)/boost/iterator/include \
$(FANDK)/boost/lambda/include \
$(FANDK)/boost/lexical_cast/include \
$(FANDK)/boost/math/include \
$(FANDK)/boost/move/include \
$(FANDK)/boost/mpl/include \
$(FANDK)/boost/numeric_conversion/include \
$(FANDK)/boost/optional/include \
$(FANDK)/boost/predef/include \
$(FANDK)/boost/preprocessor/include \
$(FANDK)/boost/random/include \
$(FANDK)/boost/range/include \
$(FANDK)/boost/ratio/include \
$(FANDK)/boost/regex/include \
$(FANDK)/boost/smart_ptr/include \
$(FANDK)/boost/spirit/include \
$(FANDK)/boost/static_assert/include \
$(FANDK)/boost/system/include \
$(FANDK)/boost/thread/include \
$(FANDK)/boost/throw_exception/include \
$(FANDK)/boost/tokenizer/include \
$(FANDK)/boost/tuple/include \
$(FANDK)/boost/type_traits/include \
$(FANDK)/boost/typeof/include \
$(FANDK)/boost/utility/include \
$(FANDK)/boost/uuid/include \
$(FANDK)/boost/variant/include \
$(FANDK)/crypto \
$(FANDK)/fost/aws/Cpp/include \
$(FANDK)/fost/base/Cpp/include \
$(FANDK)/fost/beanbag/include \
$(FANDK)/fost/internet/Cpp/include \
$(FANDK)/fost/orm/Cpp/include \
$(FANDK)/fost/web/Cpp/include \
$(FANDK)/openssl/include