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

Side by Side Diff: Makefile

Issue 135853011: Add coreutils (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | ports/coreutils/build.sh » ('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 ports listed below 9 # This makefile builds all of the Native Client ports listed below
10 # in $(ALL_PORTS). Each port has a dependency on its own sentinel 10 # in $(ALL_PORTS). Each port has a dependency on its own sentinel
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 ports/bochs \ 85 ports/bochs \
86 ports/boost \ 86 ports/boost \
87 ports/box2d \ 87 ports/box2d \
88 ports/bullet \ 88 ports/bullet \
89 ports/busybox \ 89 ports/busybox \
90 ports/bzip2 \ 90 ports/bzip2 \
91 ports/cairo \ 91 ports/cairo \
92 ports/cfitsio \ 92 ports/cfitsio \
93 ports/civetweb \ 93 ports/civetweb \
94 ports/clapack \ 94 ports/clapack \
95 ports/coreutils \
95 ports/curl \ 96 ports/curl \
96 ports/DevIL \ 97 ports/DevIL \
97 ports/dosbox \ 98 ports/dosbox \
98 ports/dreadthread \ 99 ports/dreadthread \
99 ports/drod \ 100 ports/drod \
100 ports/expat \ 101 ports/expat \
101 ports/faac \ 102 ports/faac \
102 ports/faad2 \ 103 ports/faad2 \
103 ports/ffmpeg \ 104 ports/ffmpeg \
104 ports/fftw \ 105 ports/fftw \
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 $(SENT)/ports/DevIL: ports/libpng ports/jpeg8d ports/libmng ports/tiff \ 335 $(SENT)/ports/DevIL: ports/libpng ports/jpeg8d ports/libmng ports/tiff \
335 ports/lcms 336 ports/lcms
336 $(SENT)/ports/physfs: ports/zlib 337 $(SENT)/ports/physfs: ports/zlib
337 $(SENT)/ports/mpg123: ports/openal-soft 338 $(SENT)/ports/mpg123: ports/openal-soft
338 $(SENT)/ports/ImageMagick: ports/libpng ports/jpeg8d ports/bzip2 ports/zlib 339 $(SENT)/ports/ImageMagick: ports/libpng ports/jpeg8d ports/bzip2 ports/zlib
339 $(SENT)/ports/gdb: ports/ncurses ports/expat ports/readline 340 $(SENT)/ports/gdb: ports/ncurses ports/expat ports/readline
340 $(SENT)/ports/zeromq: ports/glibc-compat 341 $(SENT)/ports/zeromq: ports/glibc-compat
341 $(SENT)/ports/mpc: ports/gmp ports/mpfr 342 $(SENT)/ports/mpc: ports/gmp ports/mpfr
342 $(SENT)/ports/mpfr: ports/gmp 343 $(SENT)/ports/mpfr: ports/gmp
343 $(SENT)/ports/toybox: ports/glibc-compat ports/nacl-spawn 344 $(SENT)/ports/toybox: ports/glibc-compat ports/nacl-spawn
345 $(SENT)/ports/coreutils: ports/nacl-spawn
344 346
345 # shortcuts libraries (alphabetical) 347 # shortcuts libraries (alphabetical)
346 agg: ports/agg ; 348 agg: ports/agg ;
347 apr: ports/apr ; 349 apr: ports/apr ;
348 apr-util: ports/apr-util ; 350 apr-util: ports/apr-util ;
349 boost: ports/boost ; 351 boost: ports/boost ;
350 box2d: ports/box2d ; 352 box2d: ports/box2d ;
351 bullet: ports/bullet ; 353 bullet: ports/bullet ;
352 bzip2: ports/bzip2 ; 354 bzip2: ports/bzip2 ;
353 cairo: ports/cairo ; 355 cairo: ports/cairo ;
354 cfitsio: ports/cfitsio ; 356 cfitsio: ports/cfitsio ;
355 clapack: ports/clapack ; 357 clapack: ports/clapack ;
358 coreutils: ports/coreutils ;
356 curl: ports/curl ; 359 curl: ports/curl ;
357 DevIL: ports/DevIL ; 360 DevIL: ports/DevIL ;
358 dreadthread: ports/dreadthread ; 361 dreadthread: ports/dreadthread ;
359 expat: ports/expat ; 362 expat: ports/expat ;
360 faac: ports/faac ; 363 faac: ports/faac ;
361 faad faad2: ports/faad2 ; 364 faad faad2: ports/faad2 ;
362 ffmpeg: ports/ffmpeg ; 365 ffmpeg: ports/ffmpeg ;
363 fftw: ports/fftw ; 366 fftw: ports/fftw ;
364 flac: ports/flac ; 367 flac: ports/flac ;
365 fontconfig: ports/fontconfig ; 368 fontconfig: ports/fontconfig ;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 snes9x: ports/snes9x ; 459 snes9x: ports/snes9x ;
457 subversion: ports/subversion ; 460 subversion: ports/subversion ;
458 texlive: ports/texlive ; 461 texlive: ports/texlive ;
459 toybox: ports/toybox ; 462 toybox: ports/toybox ;
460 thttpd: ports/thttpd ; 463 thttpd: ports/thttpd ;
461 openssh: ports/openssh ; 464 openssh: ports/openssh ;
462 # Deliberate space after vim target to avoid detection 465 # Deliberate space after vim target to avoid detection
463 # as modeline string. 466 # as modeline string.
464 vim : ports/vim ; 467 vim : ports/vim ;
465 xaos: ports/xaos ; 468 xaos: ports/xaos ;
OLDNEW
« no previous file with comments | « no previous file | ports/coreutils/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698