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

Side by Side Diff: Makefile

Issue 135853011: Add coreutils (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: 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') | ports/coreutils/nacl.patch » ('J')
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 $(SENT)/ports/DevIL: ports/libpng ports/jpeg8d ports/libmng ports/tiff \ 331 $(SENT)/ports/DevIL: ports/libpng ports/jpeg8d ports/libmng ports/tiff \
331 ports/lcms 332 ports/lcms
332 $(SENT)/ports/physfs: ports/zlib 333 $(SENT)/ports/physfs: ports/zlib
333 $(SENT)/ports/mpg123: ports/openal-soft 334 $(SENT)/ports/mpg123: ports/openal-soft
334 $(SENT)/ports/ImageMagick: ports/libpng ports/jpeg8d ports/bzip2 ports/zlib 335 $(SENT)/ports/ImageMagick: ports/libpng ports/jpeg8d ports/bzip2 ports/zlib
335 $(SENT)/ports/gdb: ports/ncurses ports/expat ports/readline 336 $(SENT)/ports/gdb: ports/ncurses ports/expat ports/readline
336 $(SENT)/ports/zeromq: ports/glibc-compat 337 $(SENT)/ports/zeromq: ports/glibc-compat
337 $(SENT)/ports/mpc: ports/gmp ports/mpfr 338 $(SENT)/ports/mpc: ports/gmp ports/mpfr
338 $(SENT)/ports/mpfr: ports/gmp 339 $(SENT)/ports/mpfr: ports/gmp
339 $(SENT)/ports/toybox: ports/glibc-compat ports/nacl-spawn 340 $(SENT)/ports/toybox: ports/glibc-compat ports/nacl-spawn
341 $(SENT)/ports/coreutils: ports/nacl-spawn
340 342
341 # shortcuts libraries (alphabetical) 343 # shortcuts libraries (alphabetical)
342 agg: ports/agg ; 344 agg: ports/agg ;
343 apr: ports/apr ; 345 apr: ports/apr ;
344 apr-util: ports/apr-util ; 346 apr-util: ports/apr-util ;
345 boost: ports/boost ; 347 boost: ports/boost ;
346 box2d: ports/box2d ; 348 box2d: ports/box2d ;
347 bullet: ports/bullet ; 349 bullet: ports/bullet ;
348 bzip2: ports/bzip2 ; 350 bzip2: ports/bzip2 ;
349 cairo: ports/cairo ; 351 cairo: ports/cairo ;
350 cfitsio: ports/cfitsio ; 352 cfitsio: ports/cfitsio ;
351 clapack: ports/clapack ; 353 clapack: ports/clapack ;
354 coreutils: ports/coreutils ;
352 curl: ports/curl ; 355 curl: ports/curl ;
353 DevIL: ports/DevIL ; 356 DevIL: ports/DevIL ;
354 dreadthread: ports/dreadthread ; 357 dreadthread: ports/dreadthread ;
355 expat: ports/expat ; 358 expat: ports/expat ;
356 faac: ports/faac ; 359 faac: ports/faac ;
357 faad faad2: ports/faad2 ; 360 faad faad2: ports/faad2 ;
358 ffmpeg: ports/ffmpeg ; 361 ffmpeg: ports/ffmpeg ;
359 fftw: ports/fftw ; 362 fftw: ports/fftw ;
360 flac: ports/flac ; 363 flac: ports/flac ;
361 fontconfig: ports/fontconfig ; 364 fontconfig: ports/fontconfig ;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 snes9x: ports/snes9x ; 455 snes9x: ports/snes9x ;
453 subversion: ports/subversion ; 456 subversion: ports/subversion ;
454 texlive: ports/texlive ; 457 texlive: ports/texlive ;
455 toybox: ports/toybox ; 458 toybox: ports/toybox ;
456 thttpd: ports/thttpd ; 459 thttpd: ports/thttpd ;
457 openssh: ports/openssh ; 460 openssh: ports/openssh ;
458 # Deliberate space after vim target to avoid detection 461 # Deliberate space after vim target to avoid detection
459 # as modeline string. 462 # as modeline string.
460 vim : ports/vim ; 463 vim : ports/vim ;
461 xaos: ports/xaos ; 464 xaos: ports/xaos ;
OLDNEW
« no previous file with comments | « no previous file | ports/coreutils/build.sh » ('j') | ports/coreutils/nacl.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698