Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Side by Side Diff: native_client_sdk/src/README.Makefiles

Issue 112953005: Remove NaCl SDK bots from top-level PRESUBMIT.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace change to force NaCl SDK tryjob Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Build System for Native Client SDK examples 1 Build System for Native Client SDK examples
2 =========================================== 2 ===========================================
3 3
4 The examples and libraries that ship with the Native Client SDK use a 4 The examples and libraries that ship with the Native Client SDK use a
5 build system based on GNU Make. 5 build system based on GNU Make.
6 6
7 Each example or library is contained in its own directory along with a 7 Each example or library is contained in its own directory along with a
8 Makefile. The Makefiles are capable of building Native Client 8 Makefile. The Makefiles are capable of building Native Client
9 applications and libraries using any of the available toolchains as well 9 applications and libraries using any of the available toolchains as well
10 as building host applications with the host's toolchain. In order to 10 as building host applications with the host's toolchain. In order to
11 keep the top-level Makefiles simple, most of actual build rules are 11 keep the top-level Makefiles simple, most of actual build rules are
12 specified in as set of shared rules files in the $NACL_SDK_ROOT/tools 12 specified in as set of shared rules files in the $NACL_SDK_ROOT/tools
13 directory. 13 directory.
14 14
15 This document describes some of the variables and macros used by in the 15 This document describes some of the variables and macros used by in the
16 build system. For more details please see the .mk files in the tools 16 build system. For more details please see the .mk files in the tools
17 folder. 17 folder.
18 18
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 nacl_llvm.mk 86 nacl_llvm.mk
87 Rules for building using the llvm-based PNaCl toolchains. 87 Rules for building using the llvm-based PNaCl toolchains.
88 88
89 host_gcc.mk 89 host_gcc.mk
90 Rules for building using the linux/mac host gcc toolchain. 90 Rules for building using the linux/mac host gcc toolchain.
91 91
92 host_vc.mk 92 host_vc.mk
93 Rules for building using the windows Visual Studio toolchain. 93 Rules for building using the windows Visual Studio toolchain.
94 94
95 .. vim: ft=rst tw=72 95 .. vim: ft=rst tw=72
OLDNEW
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698