Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / convert / makefile
1 BOOST_ROOT = $(PRJROOT)/boost
2
3 cflags = -O3 -Iinclude -I$(BOOST_ROOT) -Wno-unused-variable -Wno-uninitialized -Wno-sign-compare -Wno-deprecated-declarations 
4 lflags = -L$(BOOST_ROOT)/stage/lib -lboost_timer -lboost_chrono -lboost_system
5
6 target_1  = convert-test-callable           test/callable.cpp
7 target_2  = convert-test-is-converter       test/is_converter.cpp
8 target_3  = convert-test-fallbacks          test/fallbacks.cpp
9 target_4  = convert-test-spirit-converter   test/spirit_converter.cpp
10 target_5  = convert-test-stream-converter   test/stream_converter.cpp
11 target_6  = convert-test-lcast-converter    test/lcast_converter.cpp
12 target_7  = convert-test-printf-converter   test/printf_converter.cpp
13 target_8  = convert-test-strtol-converter   test/strtol_converter.cpp
14 target_9  = convert-test-encryption         test/encryption.cpp
15 target_10 = convert-test-user-type          test/user_type.cpp
16 target_11 = convert-test-str-to-int         test/str_to_int.cpp
17 target_12 = convert-test-sfinae             test/sfinae.cpp
18 target_13 = convert-test-has-member         test/has_member.cpp
19 target_14 = convert-test-performance        test/performance.cpp
20 target_15 = convert-test-performance-spirit test/performance_spirit.cpp
21
22 target_21 = convert-example-algorithms         example/algorithms.cpp
23 target_22 = convert-example-default_converter  example/default_converter.cpp
24 target_23 = convert-example-getting_serious    example/getting_serious.cpp
25 target_24 = convert-example-getting_started    example/getting_started.cpp
26 target_25 = convert-example-lexical_cast       example/lexical_cast.cpp
27 target_26 = convert-example-stream             example/stream.cpp
28
29 include $(PRJMAKE)/makefile