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

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: use default .scummvmrc to have games automatically "loaded" Created 7 years, 2 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
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 $(SENT)/libraries/sqlite: libraries/readline 267 $(SENT)/libraries/sqlite: libraries/readline
268 $(SENT)/examples/games/nethack: libraries/ncurses libraries/libtar 268 $(SENT)/examples/games/nethack: libraries/ncurses libraries/libtar
269 $(SENT)/examples/tools/bash: libraries/ncurses libraries/libtar 269 $(SENT)/examples/tools/bash: libraries/ncurses libraries/libtar
270 $(SENT)/examples/editors/nano: libraries/ncurses libraries/libtar 270 $(SENT)/examples/editors/nano: libraries/ncurses libraries/libtar
271 $(SENT)/examples/editors/vim: libraries/ncurses libraries/libtar 271 $(SENT)/examples/editors/vim: libraries/ncurses libraries/libtar
272 $(SENT)/examples/tools/thttpd: libraries/jsoncpp 272 $(SENT)/examples/tools/thttpd: libraries/jsoncpp
273 $(SENT)/examples/tools/python_ppapi: libraries/python libraries/libtar 273 $(SENT)/examples/tools/python_ppapi: libraries/python libraries/libtar
274 $(SENT)/examples/tools/lua_ppapi: libraries/lua libraries/libtar 274 $(SENT)/examples/tools/lua_ppapi: libraries/lua libraries/libtar
275 $(SENT)/examples/tools/ruby_ppapi: \ 275 $(SENT)/examples/tools/ruby_ppapi: \
276 libraries/ruby libraries/libtar libraries/glibc-compat 276 libraries/ruby libraries/libtar libraries/glibc-compat
277 $(SENT)/examples/games/scummvm: \ 277 $(SENT)/examples/games/scummvm: libraries/SDL libraries/libvorbis \
278 libraries/nacl-mounts libraries/SDL libraries/libvorbis 278 libraries/libtar
279 $(SENT)/examples/systems/bochs: \ 279 $(SENT)/examples/systems/bochs: \
280 libraries/nacl-mounts libraries/SDL 280 libraries/nacl-mounts libraries/SDL
281 $(SENT)/examples/systems/dosbox: \ 281 $(SENT)/examples/systems/dosbox: \
282 libraries/nacl-mounts libraries/SDL libraries/zlib \ 282 libraries/nacl-mounts libraries/SDL libraries/zlib \
283 libraries/libpng 283 libraries/libpng
284 $(SENT)/examples/games/snes9x: libraries/nacl-mounts 284 $(SENT)/examples/games/snes9x: libraries/nacl-mounts
285 $(SENT)/examples/games/drod: libraries/SDL libraries/SDL_mixer \ 285 $(SENT)/examples/games/drod: libraries/SDL libraries/SDL_mixer \
286 libraries/SDL_ttf libraries/zlib libraries/metakit libraries/libtar \ 286 libraries/SDL_ttf libraries/zlib libraries/metakit libraries/libtar \
287 libraries/expat 287 libraries/expat
288 $(SENT)/examples/graphics/mesagl: libraries/Mesa 288 $(SENT)/examples/graphics/mesagl: libraries/Mesa
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 lua_ppapi: examples/tools/lua_ppapi ; 408 lua_ppapi: examples/tools/lua_ppapi ;
409 python_ppapi: examples/tools/python_ppapi ; 409 python_ppapi: examples/tools/python_ppapi ;
410 ruby_ppapi: examples/tools/ruby_ppapi ; 410 ruby_ppapi: examples/tools/ruby_ppapi ;
411 scummvm: examples/games/scummvm ; 411 scummvm: examples/games/scummvm ;
412 snes9x: examples/games/snes9x ; 412 snes9x: examples/games/snes9x ;
413 thttpd: examples/tools/thttpd ; 413 thttpd: examples/tools/thttpd ;
414 # Deliberate space after vim target to avoid detection 414 # Deliberate space after vim target to avoid detection
415 # as modeline string. 415 # as modeline string.
416 vim : examples/editors/vim ; 416 vim : examples/editors/vim ;
417 xaos: examples/graphics/xaos ; 417 xaos: examples/graphics/xaos ;
OLDNEW
« no previous file with comments | « no previous file | examples/games/scummvm/hosted_app/manifest.json » ('j') | examples/games/scummvm/nacl.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698