Install extra include files that were forgotten in original GCC 4.2.x
import changes. PR: 124647 Submitted by: Vlad GALU MFC after: 2 days
This commit is contained in:
parent
606a2669cf
commit
8fecbb4e34
@ -93,7 +93,7 @@ atomicity.cc: ${ATOMICITY_H}
|
|||||||
CLEANFILES+= atomicity.cc
|
CLEANFILES+= atomicity.cc
|
||||||
|
|
||||||
INCSGROUPS= BITSHDRS BKWHDRS EXTHDRS BASEHDRS BASEXHDRS STDHDRS \
|
INCSGROUPS= BITSHDRS BKWHDRS EXTHDRS BASEHDRS BASEXHDRS STDHDRS \
|
||||||
TARGETHDRS THRHDRS DEBUGHDRS TR1HDRS PBHDRS0
|
TARGETHDRS THRHDRS DEBUGHDRS TR1HDRS PBHDRS0 PBHDRS1
|
||||||
CXXINCLUDEDIR= ${INCLUDEDIR}/c++/4.2
|
CXXINCLUDEDIR= ${INCLUDEDIR}/c++/4.2
|
||||||
|
|
||||||
STDHDRS= std_algorithm.h std_bitset.h std_complex.h std_deque.h \
|
STDHDRS= std_algorithm.h std_bitset.h std_complex.h std_deque.h \
|
||||||
@ -208,6 +208,20 @@ PBHDRS0 = \
|
|||||||
PBHDRS0:= ${PBHDRS0:S;^;${SRCDIR}/include/ext/pb_ds/;}
|
PBHDRS0:= ${PBHDRS0:S;^;${SRCDIR}/include/ext/pb_ds/;}
|
||||||
PBHDRS0DIR= ${CXXINCLUDEDIR}/ext/pb_ds
|
PBHDRS0DIR= ${CXXINCLUDEDIR}/ext/pb_ds
|
||||||
|
|
||||||
|
PBHDRS1 = \
|
||||||
|
basic_types.hpp \
|
||||||
|
cond_dealtor.hpp \
|
||||||
|
constructors_destructor_fn_imps.hpp \
|
||||||
|
container_base_dispatch.hpp \
|
||||||
|
map_debug_base.hpp \
|
||||||
|
priority_queue_base_dispatch.hpp \
|
||||||
|
standard_policies.hpp \
|
||||||
|
tree_trace_base.hpp \
|
||||||
|
type_utils.hpp \
|
||||||
|
types_traits.hpp
|
||||||
|
PBHDRS1:= ${PBHDRS1:S;^;${SRCDIR}/include/ext/pb_ds/detail/;}
|
||||||
|
PBHDRS1DIR= ${CXXINCLUDEDIR}/ext/pb_ds/detail
|
||||||
|
|
||||||
PBHDRS+= \
|
PBHDRS+= \
|
||||||
basic_tree_policy/basic_tree_policy_base.hpp \
|
basic_tree_policy/basic_tree_policy_base.hpp \
|
||||||
basic_tree_policy/null_node_metadata.hpp \
|
basic_tree_policy/null_node_metadata.hpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user