Import('*') subdirs = ['scripts', 'hdlog', 'hdmongui'] # These require C++11. Well, for the ones that link to # the evio and et libraries in CODA, those were built # with a different GLIBC version so linking will fail # when using the gcc4.4.7 compiler on gluon0X computers. if env['HAS_CPP11']: subdirs.extend(['evio2db', 'evioSplitROC', 'eviocount', 'hdet2et', 'hdmon']) SConscript(dirs=subdirs, exports='env osname', duplicate=0)