OLD | NEW |
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 ports/expat \ | 102 ports/expat \ |
103 ports/faac \ | 103 ports/faac \ |
104 ports/faad2 \ | 104 ports/faad2 \ |
105 ports/ffmpeg \ | 105 ports/ffmpeg \ |
106 ports/fftw \ | 106 ports/fftw \ |
107 ports/flac \ | 107 ports/flac \ |
108 ports/fontconfig \ | 108 ports/fontconfig \ |
109 ports/freealut \ | 109 ports/freealut \ |
110 ports/freeimage \ | 110 ports/freeimage \ |
111 ports/freetype \ | 111 ports/freetype \ |
| 112 ports/gambc \ |
| 113 ports/gambc_ppapi \ |
112 ports/gc \ | 114 ports/gc \ |
113 ports/gcc \ | 115 ports/gcc \ |
114 ports/gdb \ | 116 ports/gdb \ |
115 ports/giflib \ | 117 ports/giflib \ |
116 ports/git \ | 118 ports/git \ |
117 ports/glib \ | 119 ports/glib \ |
118 ports/glibc-compat \ | 120 ports/glibc-compat \ |
119 ports/gmp \ | 121 ports/gmp \ |
120 ports/gsl \ | 122 ports/gsl \ |
121 ports/hdf5 \ | 123 ports/hdf5 \ |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 ogg: ports/libogg ; | 285 ogg: ports/libogg ; |
284 openal: ports/openal-soft ; | 286 openal: ports/openal-soft ; |
285 png: ports/libpng ; | 287 png: ports/libpng ; |
286 sodium: ports/libsodium ; | 288 sodium: ports/libsodium ; |
287 tar: ports/libtar ; | 289 tar: ports/libtar ; |
288 theora: ports/libtheora ; | 290 theora: ports/libtheora ; |
289 tomcrypt: ports/libtomcrypt ; | 291 tomcrypt: ports/libtomcrypt ; |
290 tommath: ports/libtommath ; | 292 tommath: ports/libtommath ; |
291 vorbis: ports/libvorbis ; | 293 vorbis: ports/libvorbis ; |
292 xml2: ports/libxml2 ; | 294 xml2: ports/libxml2 ; |
OLD | NEW |