blob: cab21a10c880a235bdfc968a3216cb2db922b5d6 [file] [log] [blame]
Jeff Thompson6e229042013-10-10 11:09:49 -07001# "make install" will install these in the install include directory, for example
Jeff Thompson31b5c2f2013-10-12 15:13:16 -07002# /usr/local/ndn-cpp/name.hpp.
Jeff Thompson6e229042013-10-10 11:09:49 -07003# These files are included by the application with, for example
4# #include <ndn-cpp/namp.hpp>
5# Internal include headers are not put in this public install directory.
Jeff Thompson25b4e612013-10-10 16:03:24 -07006
7# Public C headers.
8ndn_cpp_c_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -08009 $(wildcard ndn-cpp/*.h) \
10 $(wildcard ndn-cpp/c/*.*) \
Alexander Afanasyev94a356e2014-01-12 18:48:06 -080011 $(wildcard ndn-cpp/c/encoding/*.*) \
12 $(wildcard ndn-cpp/c/util/*.*)
Jeff Thompson25b4e612013-10-10 16:03:24 -070013
14# Public C++ headers.
Jeff Thompson5ae3c902013-11-22 17:36:36 -080015# Use ndn-cpp/*.hpp instead of *.* to not overwrite *.h from above.
Jeff Thompson25b4e612013-10-10 16:03:24 -070016ndn_cpp_cpp_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -080017 $(wildcard ndn-cpp/*.hpp) \
18 $(wildcard ndn-cpp/encoding/*.*) \
19 $(wildcard ndn-cpp/security/*.*) \
Jeff Thompson5ae3c902013-11-22 17:36:36 -080020 $(wildcard ndn-cpp/transport/*.*) \
21 $(wildcard ndn-cpp/util/*.*)
Jeff Thompson25b4e612013-10-10 16:03:24 -070022
23ndnboost_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -080024 $(wildcard ndnboost/*.*) \
25 $(wildcard ndnboost/utility/*.*) \
26 $(wildcard ndnboost/utility/detail/*.*) \
27 $(wildcard ndnboost/units/*.*) \
28 $(wildcard ndnboost/units/detail/*.*) \
29 $(wildcard ndnboost/unordered/*.*) \
30 $(wildcard ndnboost/unordered/detail/*.*) \
31 $(wildcard ndnboost/range/*.*) \
32 $(wildcard ndnboost/range/algorithm/*.*) \
33 $(wildcard ndnboost/range/detail/*.*) \
34 $(wildcard ndnboost/range/detail/vc6/*.*) \
35 $(wildcard ndnboost/smart_ptr/*.*) \
36 $(wildcard ndnboost/smart_ptr/detail/*.*) \
37 $(wildcard ndnboost/intrusive/*.*) \
38 $(wildcard ndnboost/intrusive/detail/*.*) \
39 $(wildcard ndnboost/typeof/*.*) \
40 $(wildcard ndnboost/typeof/dmc/*.*) \
41 $(wildcard ndnboost/typeof/msvc/*.*) \
42 $(wildcard ndnboost/config/*.*) \
43 $(wildcard ndnboost/config/no_tr1/*.*) \
44 $(wildcard ndnboost/config/abi/*.*) \
45 $(wildcard ndnboost/config/platform/*.*) \
46 $(wildcard ndnboost/config/compiler/*.*) \
47 $(wildcard ndnboost/config/stdlib/*.*) \
48 $(wildcard ndnboost/test/*.*) \
49 $(wildcard ndnboost/test/utils/*.*) \
50 $(wildcard ndnboost/test/utils/basic_cstring/*.*) \
51 $(wildcard ndnboost/test/utils/iterator/*.*) \
52 $(wildcard ndnboost/test/utils/runtime/*.*) \
53 $(wildcard ndnboost/test/utils/runtime/cla/*.*) \
54 $(wildcard ndnboost/test/utils/runtime/cla/detail/*.*) \
55 $(wildcard ndnboost/test/utils/runtime/cla/iface/*.*) \
56 $(wildcard ndnboost/test/utils/runtime/env/*.*) \
57 $(wildcard ndnboost/test/output/*.*) \
58 $(wildcard ndnboost/test/impl/*.*) \
59 $(wildcard ndnboost/test/detail/*.*) \
60 $(wildcard ndnboost/math/*.*) \
61 $(wildcard ndnboost/math/special_functions/*.*) \
62 $(wildcard ndnboost/math/special_functions/detail/*.*) \
63 $(wildcard ndnboost/math/tools/*.*) \
64 $(wildcard ndnboost/math/policies/*.*) \
65 $(wildcard ndnboost/bind/*.*) \
66 $(wildcard ndnboost/iterator/*.*) \
67 $(wildcard ndnboost/iterator/detail/*.*) \
68 $(wildcard ndnboost/mpl/*.*) \
69 $(wildcard ndnboost/mpl/vector/*.*) \
70 $(wildcard ndnboost/mpl/vector/aux_/*.*) \
71 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/*.*) \
72 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/typeof_based/*.*) \
73 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/plain/*.*) \
74 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/no_ctps/*.*) \
75 $(wildcard ndnboost/mpl/aux_/*.*) \
76 $(wildcard ndnboost/mpl/aux_/config/*.*) \
77 $(wildcard ndnboost/mpl/aux_/preprocessed/*.*) \
78 $(wildcard ndnboost/mpl/aux_/preprocessed/msvc60/*.*) \
79 $(wildcard ndnboost/mpl/aux_/preprocessed/dmc/*.*) \
80 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc551/*.*) \
81 $(wildcard ndnboost/mpl/aux_/preprocessed/msvc70/*.*) \
82 $(wildcard ndnboost/mpl/aux_/preprocessed/gcc/*.*) \
83 $(wildcard ndnboost/mpl/aux_/preprocessed/plain/*.*) \
84 $(wildcard ndnboost/mpl/aux_/preprocessed/mwcw/*.*) \
85 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc_pre590/*.*) \
86 $(wildcard ndnboost/mpl/aux_/preprocessed/no_ttp/*.*) \
87 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc/*.*) \
88 $(wildcard ndnboost/mpl/aux_/preprocessed/no_ctps/*.*) \
89 $(wildcard ndnboost/mpl/aux_/preprocessor/*.*) \
90 $(wildcard ndnboost/mpl/limits/*.*) \
91 $(wildcard ndnboost/mpl/list/*.*) \
92 $(wildcard ndnboost/mpl/list/aux_/*.*) \
93 $(wildcard ndnboost/mpl/list/aux_/preprocessed/*.*) \
94 $(wildcard ndnboost/mpl/list/aux_/preprocessed/plain/*.*) \
95 $(wildcard ndnboost/regex/*.*) \
96 $(wildcard ndnboost/regex/config/*.*) \
97 $(wildcard ndnboost/regex/v4/*.*) \
98 $(wildcard ndnboost/regex/pending/*.*) \
99 $(wildcard ndnboost/filesystem/*.*) \
100 $(wildcard ndnboost/filesystem/detail/*.*) \
101 $(wildcard ndnboost/iostreams/*.*) \
102 $(wildcard ndnboost/iostreams/filter/*.*) \
103 $(wildcard ndnboost/iostreams/device/*.*) \
104 $(wildcard ndnboost/iostreams/detail/*.*) \
105 $(wildcard ndnboost/iostreams/detail/adapter/*.*) \
106 $(wildcard ndnboost/iostreams/detail/config/*.*) \
107 $(wildcard ndnboost/iostreams/detail/streambuf/*.*) \
108 $(wildcard ndnboost/iostreams/detail/vc6/*.*) \
109 $(wildcard ndnboost/iostreams/detail/broken_overload_resolution/*.*) \
110 $(wildcard ndnboost/integer/*.*) \
111 $(wildcard ndnboost/optional/*.*) \
112 $(wildcard ndnboost/numeric/*.*) \
113 $(wildcard ndnboost/numeric/conversion/*.*) \
114 $(wildcard ndnboost/numeric/conversion/detail/*.*) \
115 $(wildcard ndnboost/numeric/conversion/detail/preprocessed/*.*) \
116 $(wildcard ndnboost/function/*.*) \
117 $(wildcard ndnboost/function/detail/*.*) \
118 $(wildcard ndnboost/random/*.*) \
119 $(wildcard ndnboost/random/detail/*.*) \
120 $(wildcard ndnboost/system/*.*) \
121 $(wildcard ndnboost/container/*.*) \
122 $(wildcard ndnboost/functional/*.*) \
123 $(wildcard ndnboost/functional/hash/*.*) \
124 $(wildcard ndnboost/functional/hash/detail/*.*) \
125 $(wildcard ndnboost/pending/*.*) \
126 $(wildcard ndnboost/io/*.*) \
127 $(wildcard ndnboost/io/detail/*.*) \
128 $(wildcard ndnboost/exception/*.*) \
129 $(wildcard ndnboost/exception/detail/*.*) \
130 $(wildcard ndnboost/preprocessor/*.*) \
131 $(wildcard ndnboost/preprocessor/repetition/*.*) \
132 $(wildcard ndnboost/preprocessor/repetition/detail/*.*) \
133 $(wildcard ndnboost/preprocessor/repetition/detail/dmc/*.*) \
134 $(wildcard ndnboost/preprocessor/repetition/detail/edg/*.*) \
135 $(wildcard ndnboost/preprocessor/repetition/detail/msvc/*.*) \
136 $(wildcard ndnboost/preprocessor/facilities/*.*) \
137 $(wildcard ndnboost/preprocessor/logical/*.*) \
138 $(wildcard ndnboost/preprocessor/control/*.*) \
139 $(wildcard ndnboost/preprocessor/control/detail/*.*) \
140 $(wildcard ndnboost/preprocessor/control/detail/dmc/*.*) \
141 $(wildcard ndnboost/preprocessor/control/detail/edg/*.*) \
142 $(wildcard ndnboost/preprocessor/control/detail/msvc/*.*) \
143 $(wildcard ndnboost/preprocessor/arithmetic/*.*) \
144 $(wildcard ndnboost/preprocessor/arithmetic/detail/*.*) \
145 $(wildcard ndnboost/preprocessor/array/*.*) \
146 $(wildcard ndnboost/preprocessor/config/*.*) \
147 $(wildcard ndnboost/preprocessor/slot/*.*) \
148 $(wildcard ndnboost/preprocessor/slot/detail/*.*) \
149 $(wildcard ndnboost/preprocessor/seq/*.*) \
150 $(wildcard ndnboost/preprocessor/seq/detail/*.*) \
151 $(wildcard ndnboost/preprocessor/comparison/*.*) \
152 $(wildcard ndnboost/preprocessor/punctuation/*.*) \
153 $(wildcard ndnboost/preprocessor/iteration/*.*) \
154 $(wildcard ndnboost/preprocessor/iteration/detail/*.*) \
155 $(wildcard ndnboost/preprocessor/iteration/detail/iter/*.*) \
156 $(wildcard ndnboost/preprocessor/iteration/detail/bounds/*.*) \
157 $(wildcard ndnboost/preprocessor/debug/*.*) \
158 $(wildcard ndnboost/preprocessor/variadic/*.*) \
159 $(wildcard ndnboost/preprocessor/tuple/*.*) \
160 $(wildcard ndnboost/preprocessor/detail/*.*) \
161 $(wildcard ndnboost/preprocessor/detail/dmc/*.*) \
162 $(wildcard ndnboost/preprocessor/list/*.*) \
163 $(wildcard ndnboost/preprocessor/list/detail/*.*) \
164 $(wildcard ndnboost/preprocessor/list/detail/dmc/*.*) \
165 $(wildcard ndnboost/preprocessor/list/detail/edg/*.*) \
166 $(wildcard ndnboost/move/*.*) \
167 $(wildcard ndnboost/move/detail/*.*) \
168 $(wildcard ndnboost/algorithm/*.*) \
169 $(wildcard ndnboost/algorithm/string/*.*) \
170 $(wildcard ndnboost/algorithm/string/detail/*.*) \
171 $(wildcard ndnboost/type_traits/*.*) \
172 $(wildcard ndnboost/type_traits/msvc/*.*) \
173 $(wildcard ndnboost/type_traits/detail/*.*) \
174 $(wildcard ndnboost/tuple/*.*) \
175 $(wildcard ndnboost/tuple/detail/*.*) \
176 $(wildcard ndnboost/detail/*.*) \
177 $(wildcard ndnboost/function_types/*.*) \
178 $(wildcard ndnboost/function_types/config/*.*) \
179 $(wildcard ndnboost/function_types/detail/*.*) \
180 $(wildcard ndnboost/function_types/detail/pp_retag_default_cc/*.*) \
181 $(wildcard ndnboost/function_types/detail/components_impl/*.*) \
182 $(wildcard ndnboost/function_types/detail/pp_variate_loop/*.*) \
183 $(wildcard ndnboost/function_types/detail/classifier_impl/*.*) \
184 $(wildcard ndnboost/function_types/detail/pp_cc_loop/*.*) \
185 $(wildcard ndnboost/function_types/detail/encoding/*.*) \
186 $(wildcard ndnboost/function_types/detail/synthesize_impl/*.*) \
187 $(wildcard ndnboost/function_types/detail/pp_tags/*.*) \
188 $(wildcard ndnboost/concept/*.*) \
189 $(wildcard ndnboost/concept/detail/*.*) \
190 $(wildcard ndnboost/lambda/*.*) \
191 $(wildcard ndnboost/lambda/detail/*.*)
Jeff Thompson38551982013-10-10 11:58:05 -0700192
Alexander Afanasyevf7f878c2014-01-12 13:57:56 -0800193nobase_include_HEADERS = $(ndn_cpp_c_headers) $(ndn_cpp_cpp_headers)
194
195if ! USE_SYSTEM_BOOST
196 nobase_include_HEADERS += $(ndnboost_headers)
197endif