Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # Makefile | 5 # Makefile |
| 6 # | 6 # |
| 7 # usage: 'make [package]' | 7 # usage: 'make [package]' |
| 8 # | 8 # |
| 9 # This makefile builds all of the Native Client packages listed below | 9 # This makefile builds all of the Native Client packages listed below |
| 10 # in $(PACKAGES). Each package has a dependency on its own sentinel | 10 # in $(PACKAGES). Each package has a dependency on its own sentinel |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 123 ports/libvorbis \ | 123 ports/libvorbis \ |
| 124 ports/libxml2 \ | 124 ports/libxml2 \ |
| 125 ports/lua5.1 \ | 125 ports/lua5.1 \ |
| 126 ports/lua5.2 \ | 126 ports/lua5.2 \ |
| 127 ports/metakit \ | 127 ports/metakit \ |
| 128 ports/Mesa \ | 128 ports/Mesa \ |
| 129 ports/mpg123 \ | 129 ports/mpg123 \ |
| 130 ports/nacl-mounts \ | 130 ports/nacl-mounts \ |
| 131 ports/ncurses \ | 131 ports/ncurses \ |
| 132 ports/openal-soft \ | 132 ports/openal-soft \ |
| 133 ports/opencv \ | |
| 133 ports/OpenSceneGraph \ | 134 ports/OpenSceneGraph \ |
| 134 ports/openssl \ | 135 ports/openssl \ |
| 135 ports/pango \ | 136 ports/pango \ |
| 136 ports/physfs \ | 137 ports/physfs \ |
| 137 ports/pixman \ | 138 ports/pixman \ |
| 138 ports/protobuf \ | 139 ports/protobuf \ |
| 139 ports/python \ | 140 ports/python \ |
| 140 ports/readline \ | 141 ports/readline \ |
| 141 ports/Regal \ | 142 ports/Regal \ |
| 142 ports/ruby \ | 143 ports/ruby \ |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 411 openal-ogg: ports/openal-ogg ; | 412 openal-ogg: ports/openal-ogg ; |
| 412 lua_ppapi: ports/lua_ppapi ; | 413 lua_ppapi: ports/lua_ppapi ; |
| 413 python_ppapi: ports/python_ppapi ; | 414 python_ppapi: ports/python_ppapi ; |
| 414 ruby_ppapi: ports/ruby_ppapi ; | 415 ruby_ppapi: ports/ruby_ppapi ; |
| 415 scummvm: ports/scummvm ; | 416 scummvm: ports/scummvm ; |
| 416 snes9x: ports/snes9x ; | 417 snes9x: ports/snes9x ; |
| 417 texlive: ports/texlive ; | 418 texlive: ports/texlive ; |
| 418 thttpd: ports/thttpd ; | 419 thttpd: ports/thttpd ; |
| 419 openssh: ports/openssh ; | 420 openssh: ports/openssh ; |
| 420 # Deliberate space after vim target to avoid detection | 421 # Deliberate space after vim target to avoid detection |
| 421 # as modeline string. | 422 # as modeline string. |
|
Sam Clegg
2013/11/19 21:13:39
Can you add an alias for opencv here?
| |
| 422 vim : ports/vim ; | 423 vim : ports/vim ; |
| 423 xaos: ports/xaos ; | 424 xaos: ports/xaos ; |
| OLD | NEW |