3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
8 Build file for the NaCl SDK Libraries
10 This file runs all the scons files in the various libraries sub-directories.
11 Do not invoke this script directly, but instead use the scons or scons.bat
12 wrapper function. E.g.
18 scons.bat [Options...]
21 #------------------------------------------------------------------------------
23 ===============================================================================
24 Help for NaCl SDK Libraries
25 ===============================================================================
27 * cleaning: ./scons -c
28 * build a target: ./scons <target>
29 * clean a target: ./scons -c <target>
32 * gtest_libs Build the gtest and gmock libraries.
35 libraries_sconscripts = [
41 SConscript(libraries_sconscripts)