Home | History | Annotate | Download | only in core

Lines Matching refs:STL

1204 # C++ STL support
1207 ## The list of registered STL implementations we support
1210 ## Used internally to register a given STL implementation, see below.
1212 ## $1: STL name as it appears in APP_STL (e.g. system)
1213 ## $2: STL module name (e.g. cxx-stl/system)
1217 #gdk-stl-register = \
1225 ## $1: STL name as it apperas in APP_STL (e.g. 'system')
1227 #gdk-stl-check = \
1234 ## select the STL implementation.
1235 ## $1: STL name as it appears in APP_STL (e.g. system)
1237 #gdk-stl-select = \
1241 ## proper STL dependencies to every C++ module.
1242 ## $1: STL name as it appears in APP_STL (e.g. system)
1244 ##gdk-stl-add-dependencies = \
1252 ## Register the 'system' STL implementation
1254 #$(call gdk-stl-register,\
1256 # cxx-stl/system,\
1260 ## Register the 'stlport_static' STL implementation
1262 #$(call gdk-stl-register,\
1264 # cxx-stl/stlport,\
1268 ## Register the 'stlport_shared' STL implementation
1270 #$(call gdk-stl-register,\
1272 # cxx-stl/stlport,\
1277 ## Register the 'gnustl_static' STL implementation
1279 #$(call gdk-stl-register,\
1281 # cxx-stl/gnu-libstdc++,\