OLD | NEW |
1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2011 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 libraries/freetype-2.1.10 \ | 97 libraries/freetype-2.1.10 \ |
98 libraries/fontconfig-2.7.3 \ | 98 libraries/fontconfig-2.7.3 \ |
99 libraries/agg-2.5 \ | 99 libraries/agg-2.5 \ |
100 libraries/cairo-1.8.8 \ | 100 libraries/cairo-1.8.8 \ |
101 libraries/ImageMagick-6.5.4-10 \ | 101 libraries/ImageMagick-6.5.4-10 \ |
102 libraries/ffmpeg-0.5 \ | 102 libraries/ffmpeg-0.5 \ |
103 libraries/Mesa-7.6 \ | 103 libraries/Mesa-7.6 \ |
104 libraries/libmodplug-0.8.7 \ | 104 libraries/libmodplug-0.8.7 \ |
105 libraries/OpenSceneGraph-2.9.7 \ | 105 libraries/OpenSceneGraph-2.9.7 \ |
106 libraries/cfitsio \ | 106 libraries/cfitsio \ |
107 libraries/boost_1_43_0 \ | 107 libraries/boost_1_47_0 \ |
108 libraries/protobuf-2.3.0 \ | 108 libraries/protobuf-2.3.0 \ |
109 libraries/dreadthread | 109 libraries/dreadthread |
110 | 110 |
111 ifeq ($(NACL_GLIBC), 1) | 111 ifeq ($(NACL_GLIBC), 1) |
112 LIBRARIES += \ | 112 LIBRARIES += \ |
113 libraries/SDL_net-1.2.7 \ | 113 libraries/SDL_net-1.2.7 \ |
114 libraries/glib-2.28.8 \ | 114 libraries/glib-2.28.8 \ |
115 libraries/pango-1.29.3 | 115 libraries/pango-1.29.3 |
116 endif | 116 endif |
117 | 117 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 $(SENT)/examples/games/scummvm-1.2.1: \ | 164 $(SENT)/examples/games/scummvm-1.2.1: \ |
165 libraries/nacl-mounts libraries/SDL-1.2.14 libraries/libvorbis-1.2.3 | 165 libraries/nacl-mounts libraries/SDL-1.2.14 libraries/libvorbis-1.2.3 |
166 $(SENT)/examples/systems/bochs-2.4.6: \ | 166 $(SENT)/examples/systems/bochs-2.4.6: \ |
167 libraries/nacl-mounts libraries/SDL-1.2.14 | 167 libraries/nacl-mounts libraries/SDL-1.2.14 |
168 $(SENT)/libraries/glib-2.28.8: libraries/zlib-1.2.3 | 168 $(SENT)/libraries/glib-2.28.8: libraries/zlib-1.2.3 |
169 $(SENT)/libraries/pango-1.29.3: libraries/glib-2.28.8 libraries/cairo-1.8.8 | 169 $(SENT)/libraries/pango-1.29.3: libraries/glib-2.28.8 libraries/cairo-1.8.8 |
170 $(SENT)/libraries/SDL_mixer-1.2.11: libraries/SDL-1.2.14 libraries/libogg-1.1.4
libraries/libvorbis-1.2.3 | 170 $(SENT)/libraries/SDL_mixer-1.2.11: libraries/SDL-1.2.14 libraries/libogg-1.1.4
libraries/libvorbis-1.2.3 |
171 $(SENT)/libraries/SDL_image-1.2.10: libraries/SDL-1.2.14 libraries/libpng-1.2.40 | 171 $(SENT)/libraries/SDL_image-1.2.10: libraries/SDL-1.2.14 libraries/libpng-1.2.40 |
172 $(SENT)/libraries/SDL_net-1.2.7: libraries/SDL-1.2.14 | 172 $(SENT)/libraries/SDL_net-1.2.7: libraries/SDL-1.2.14 |
173 $(SENT)/libraries/SDL_ttf-2.0.10: libraries/SDL-1.2.14 libraries/freetype-2.1.10 | 173 $(SENT)/libraries/SDL_ttf-2.0.10: libraries/SDL-1.2.14 libraries/freetype-2.1.10 |
| 174 $(SENT)/libraries/boost_1_47_0: libraries/zlib-1.2.3 libraries/bzip2-1.0.6 |
174 | 175 |
175 # shortcuts | 176 # shortcuts |
176 nacl-mounts: libraries/nacl-mounts ; | 177 nacl-mounts: libraries/nacl-mounts ; |
177 cfitsio: libraries/cfitsio ; | 178 cfitsio: libraries/cfitsio ; |
178 tinyxml: libraries/tinyxml ; | 179 tinyxml: libraries/tinyxml ; |
179 sdl: libraries/SDL-1.2.14 ; | 180 sdl: libraries/SDL-1.2.14 ; |
180 sdl_mixer: libraries/SDL_mixer-1.2.11 ; | 181 sdl_mixer: libraries/SDL_mixer-1.2.11 ; |
181 sdl_image: libraries/SDL_image-1.2.10 ; | 182 sdl_image: libraries/SDL_image-1.2.10 ; |
182 sdl_net: libraries/SDL_net-1.2.7 ; | 183 sdl_net: libraries/SDL_net-1.2.7 ; |
183 sdl_ttf: libraries/SDL_ttf-2.0.10 ; | 184 sdl_ttf: libraries/SDL_ttf-2.0.10 ; |
(...skipping 23 matching lines...) Expand all Loading... |
207 gsl: libraries/gsl-1.9 ; | 208 gsl: libraries/gsl-1.9 ; |
208 freetype: libraries/freetype-2.1.10 ; | 209 freetype: libraries/freetype-2.1.10 ; |
209 fontconfig: libraries/fontconfig-2.7.3 ; | 210 fontconfig: libraries/fontconfig-2.7.3 ; |
210 agg: libraries/agg-2.5 ; | 211 agg: libraries/agg-2.5 ; |
211 cairo: libraries/cairo-1.8.8 ; | 212 cairo: libraries/cairo-1.8.8 ; |
212 imagemagick: libraries/ImageMagick-6.5.4-10 ; | 213 imagemagick: libraries/ImageMagick-6.5.4-10 ; |
213 ffmpeg: libraries/ffmpeg-0.5 ; | 214 ffmpeg: libraries/ffmpeg-0.5 ; |
214 mesa: libraries/Mesa-7.6 ; | 215 mesa: libraries/Mesa-7.6 ; |
215 modplug: libraries/libmodplug-0.8.7 ; | 216 modplug: libraries/libmodplug-0.8.7 ; |
216 openscenegraph: libraries/OpenSceneGraph-2.9.7 ; | 217 openscenegraph: libraries/OpenSceneGraph-2.9.7 ; |
217 boost: libraries/boost_1_43_0 ; | 218 boost: libraries/boost_1_47_0 ; |
218 protobuf: libraries/protobuf-2.3.0 ; | 219 protobuf: libraries/protobuf-2.3.0 ; |
219 pango: libraries/pango-1.29.3 ; | 220 pango: libraries/pango-1.29.3 ; |
220 nethack: examples/games/nethack-3.4.3 ; | 221 nethack: examples/games/nethack-3.4.3 ; |
221 scummvm: examples/games/scummvm-1.2.1 ; | 222 scummvm: examples/games/scummvm-1.2.1 ; |
222 bochs: examples/systems/bochs-2.4.6 ; | 223 bochs: examples/systems/bochs-2.4.6 ; |
OLD | NEW |