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

Side by Side Diff: Makefile

Issue 10392070: Socket subsystem implementation (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 7 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 faac: libraries/faac-1.28 ; 203 faac: libraries/faac-1.28 ;
204 faad: libraries/faad2-2.7 ; 204 faad: libraries/faad2-2.7 ;
205 ffmpeg: libraries/ffmpeg-0.5 ; 205 ffmpeg: libraries/ffmpeg-0.5 ;
206 fftw: libraries/fftw-3.2.2 ; 206 fftw: libraries/fftw-3.2.2 ;
207 flac: libraries/flac-1.2.1 ; 207 flac: libraries/flac-1.2.1 ;
208 fontconfig: libraries/fontconfig-2.7.3 ; 208 fontconfig: libraries/fontconfig-2.7.3 ;
209 freeimage: libraries/FreeImage-3.14.1 ; 209 freeimage: libraries/FreeImage-3.14.1 ;
210 freetype: libraries/freetype-2.1.10 ; 210 freetype: libraries/freetype-2.1.10 ;
211 gc: libraries/gc6.8 ; 211 gc: libraries/gc6.8 ;
212 glib: libraries/glib-2.28.8 ; 212 glib: libraries/glib-2.28.8 ;
213 gtest: libraries/gtest-1.5.0
Evgeniy Stepanov 2012/05/25 13:15:03 ; at the end please make this a separate CL
vissi 2012/05/25 14:32:06 Done.
213 gsl: libraries/gsl-1.9 ; 214 gsl: libraries/gsl-1.9 ;
214 imagemagick: libraries/ImageMagick-6.5.4-10 ; 215 imagemagick: libraries/ImageMagick-6.5.4-10 ;
215 jpeg: libraries/jpeg-6b ; 216 jpeg: libraries/jpeg-6b ;
216 jsoncpp: libraries/jsoncpp-0.5.0 ; 217 jsoncpp: libraries/jsoncpp-0.5.0 ;
217 lame: libraries/lame-398-2 ; 218 lame: libraries/lame-398-2 ;
218 lua: libraries/lua-5.1.4 ; 219 lua: libraries/lua-5.1.4 ;
219 mesa: libraries/Mesa-7.6 ; 220 mesa: libraries/Mesa-7.6 ;
220 mikmod: libraries/libmikmod-3.1.11 ; 221 mikmod: libraries/libmikmod-3.1.11 ;
221 modplug: libraries/libmodplug-0.8.7 ; 222 modplug: libraries/libmodplug-0.8.7 ;
222 nacl-mounts: libraries/nacl-mounts ; 223 nacl-mounts: libraries/nacl-mounts ;
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 # BUG: http://code.google.com/p/naclports/issues/detail?id=38 266 # BUG: http://code.google.com/p/naclports/issues/detail?id=38
266 WORKS_FOR_PNACL:=$(subst libraries/openal-soft-1.13,,$(WORKS_FOR_PNACL)) 267 WORKS_FOR_PNACL:=$(subst libraries/openal-soft-1.13,,$(WORKS_FOR_PNACL))
267 WORKS_FOR_PNACL:=$(subst examples/audio/openal-ogg,,$(WORKS_FOR_PNACL)) 268 WORKS_FOR_PNACL:=$(subst examples/audio/openal-ogg,,$(WORKS_FOR_PNACL))
268 # BUG: http://code.google.com/p/naclports/issues/detail?id=39 269 # BUG: http://code.google.com/p/naclports/issues/detail?id=39
269 WORKS_FOR_PNACL:=$(subst examples/games/snes9x-1.53,,$(WORKS_FOR_PNACL)) 270 WORKS_FOR_PNACL:=$(subst examples/games/snes9x-1.53,,$(WORKS_FOR_PNACL))
270 271
271 works_for_pnacl: $(WORKS_FOR_PNACL) 272 works_for_pnacl: $(WORKS_FOR_PNACL)
272 273
273 works_for_pnacl_list: 274 works_for_pnacl_list:
274 @echo $(WORKS_FOR_PNACL) 275 @echo $(WORKS_FOR_PNACL)
OLDNEW
« no previous file with comments | « no previous file | libraries/nacl-mounts/base/Entry.cc » ('j') | libraries/nacl-mounts/base/KernelProxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698