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

Side by Side Diff: Makefile

Issue 37213005: Update scummvm to 1.6.0, also make it a packaged app. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: . Created 7 years, 1 month 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
« no previous file with comments | « no previous file | examples/games/scummvm/hosted_app/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 $(SENT)/libraries/sqlite: libraries/readline 269 $(SENT)/libraries/sqlite: libraries/readline
270 $(SENT)/examples/games/nethack: libraries/ncurses libraries/libtar 270 $(SENT)/examples/games/nethack: libraries/ncurses libraries/libtar
271 $(SENT)/examples/tools/bash: libraries/ncurses libraries/libtar 271 $(SENT)/examples/tools/bash: libraries/ncurses libraries/libtar
272 $(SENT)/examples/editors/nano: libraries/ncurses libraries/libtar 272 $(SENT)/examples/editors/nano: libraries/ncurses libraries/libtar
273 $(SENT)/examples/editors/vim: libraries/ncurses libraries/libtar 273 $(SENT)/examples/editors/vim: libraries/ncurses libraries/libtar
274 $(SENT)/examples/tools/thttpd: libraries/jsoncpp 274 $(SENT)/examples/tools/thttpd: libraries/jsoncpp
275 $(SENT)/examples/tools/python_ppapi: libraries/python libraries/libtar 275 $(SENT)/examples/tools/python_ppapi: libraries/python libraries/libtar
276 $(SENT)/examples/tools/lua_ppapi: libraries/lua libraries/libtar 276 $(SENT)/examples/tools/lua_ppapi: libraries/lua libraries/libtar
277 $(SENT)/examples/tools/ruby_ppapi: \ 277 $(SENT)/examples/tools/ruby_ppapi: \
278 libraries/ruby libraries/libtar libraries/glibc-compat 278 libraries/ruby libraries/libtar libraries/glibc-compat
279 $(SENT)/examples/games/scummvm: \ 279 $(SENT)/examples/games/scummvm: libraries/SDL libraries/libvorbis \
280 libraries/nacl-mounts libraries/SDL libraries/libvorbis 280 libraries/libtar
281 $(SENT)/examples/systems/bochs: \ 281 $(SENT)/examples/systems/bochs: \
282 libraries/nacl-mounts libraries/SDL 282 libraries/nacl-mounts libraries/SDL
283 $(SENT)/examples/systems/dosbox: \ 283 $(SENT)/examples/systems/dosbox: \
284 libraries/nacl-mounts libraries/SDL libraries/zlib \ 284 libraries/nacl-mounts libraries/SDL libraries/zlib \
285 libraries/libpng 285 libraries/libpng
286 $(SENT)/examples/games/snes9x: libraries/nacl-mounts 286 $(SENT)/examples/games/snes9x: libraries/nacl-mounts
287 $(SENT)/examples/games/drod: libraries/SDL libraries/SDL_mixer \ 287 $(SENT)/examples/games/drod: libraries/SDL libraries/SDL_mixer \
288 libraries/SDL_ttf libraries/zlib libraries/metakit libraries/libtar \ 288 libraries/SDL_ttf libraries/zlib libraries/metakit libraries/libtar \
289 libraries/expat 289 libraries/expat
290 $(SENT)/examples/graphics/mesagl: libraries/Mesa 290 $(SENT)/examples/graphics/mesagl: libraries/Mesa
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 lua_ppapi: examples/tools/lua_ppapi ; 412 lua_ppapi: examples/tools/lua_ppapi ;
413 python_ppapi: examples/tools/python_ppapi ; 413 python_ppapi: examples/tools/python_ppapi ;
414 ruby_ppapi: examples/tools/ruby_ppapi ; 414 ruby_ppapi: examples/tools/ruby_ppapi ;
415 scummvm: examples/games/scummvm ; 415 scummvm: examples/games/scummvm ;
416 snes9x: examples/games/snes9x ; 416 snes9x: examples/games/snes9x ;
417 thttpd: examples/tools/thttpd ; 417 thttpd: examples/tools/thttpd ;
418 # Deliberate space after vim target to avoid detection 418 # Deliberate space after vim target to avoid detection
419 # as modeline string. 419 # as modeline string.
420 vim : examples/editors/vim ; 420 vim : examples/editors/vim ;
421 xaos: examples/graphics/xaos ; 421 xaos: examples/graphics/xaos ;
OLDNEW
« no previous file with comments | « no previous file | examples/games/scummvm/hosted_app/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698