New makefile solution: A single invocation of 'make' to build the entire tree. Fully...
commitdf1763840d1a8532dd0f70c7fdcdf09442e99c89
authorzagor <zagor@a1c6a512-1295-4272-9138-f99709370657>
Thu, 20 Nov 2008 11:27:31 +0000 (20 11:27 +0000)
committerzagor <zagor@a1c6a512-1295-4272-9138-f99709370657>
Thu, 20 Nov 2008 11:27:31 +0000 (20 11:27 +0000)
tree493eba929e2396d86cf4f077709aa09fe172cd35
parenta2418189278447eaa7953576629f54e3064beca1
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.

Many #include lines adjusted to conform to the new standards.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19146 a1c6a512-1295-4272-9138-f99709370657
221 files changed:
apps/Makefile [deleted file]
apps/apps.make [new file with mode: 0644]
apps/bitmaps/bitmaps.make [new file with mode: 0644]
apps/bitmaps/mono/Makefile [deleted file]
apps/bitmaps/native/Makefile [deleted file]
apps/bitmaps/remote_mono/Makefile [deleted file]
apps/bitmaps/remote_native/Makefile [deleted file]
apps/codecs/Makefile [deleted file]
apps/codecs/ape.c
apps/codecs/codec.h [deleted file]
apps/codecs/codecs.make [new file with mode: 0644]
apps/codecs/demac/libdemac.make [new file with mode: 0644]
apps/codecs/demac/libdemac/demac_config.h
apps/codecs/lib/Makefile [deleted file]
apps/codecs/lib/codeclib.c
apps/codecs/lib/codeclib.h
apps/codecs/lib/libcodec.make [new file with mode: 0644]
apps/codecs/liba52/Makefile [deleted file]
apps/codecs/liba52/config-a52.h
apps/codecs/liba52/liba52.make [new file with mode: 0644]
apps/codecs/libalac/Makefile [deleted file]
apps/codecs/libalac/alac.c
apps/codecs/libalac/libalac.make [new file with mode: 0644]
apps/codecs/libasap/Makefile [deleted file]
apps/codecs/libasap/libasap.make [new file with mode: 0644]
apps/codecs/libfaad/Makefile [deleted file]
apps/codecs/libfaad/common.h
apps/codecs/libfaad/libfaad.make [new file with mode: 0644]
apps/codecs/libffmpegFLAC/Makefile [deleted file]
apps/codecs/libffmpegFLAC/decoder.c
apps/codecs/libffmpegFLAC/libffmpegFLAC.make [new file with mode: 0644]
apps/codecs/libffmpegFLAC/tables.c
apps/codecs/libm4a/Makefile [deleted file]
apps/codecs/libm4a/demux.c
apps/codecs/libm4a/libm4a.make [new file with mode: 0644]
apps/codecs/libm4a/m4a.c
apps/codecs/libmad/Makefile [deleted file]
apps/codecs/libmad/frame.c
apps/codecs/libmad/global.h
apps/codecs/libmad/libmad.make [new file with mode: 0644]
apps/codecs/libmusepack/Makefile [deleted file]
apps/codecs/libmusepack/huffsv46.c
apps/codecs/libmusepack/huffsv7.c
apps/codecs/libmusepack/libmusepack.make [new file with mode: 0644]
apps/codecs/libmusepack/musepack.h
apps/codecs/libspc/Makefile [deleted file]
apps/codecs/libspc/libspc.make [new file with mode: 0644]
apps/codecs/libspc/spc_codec.h
apps/codecs/libspc/spc_cpu.c
apps/codecs/libspc/spc_dsp.c
apps/codecs/libspc/spc_emu.c
apps/codecs/libspc/spc_profiler.c
apps/codecs/libspeex/Makefile [deleted file]
apps/codecs/libspeex/bits.c
apps/codecs/libspeex/cb_search.c
apps/codecs/libspeex/cb_search.h
apps/codecs/libspeex/config-speex.h
apps/codecs/libspeex/filters.c
apps/codecs/libspeex/jitter.c
apps/codecs/libspeex/libspeex.make [new file with mode: 0644]
apps/codecs/libspeex/lsp.c
apps/codecs/libspeex/ltp.c
apps/codecs/libspeex/ltp.h
apps/codecs/libspeex/ltp_arm4.h
apps/codecs/libspeex/modes.h
apps/codecs/libspeex/nb_celp.c
apps/codecs/libspeex/nb_celp.h
apps/codecs/libspeex/quant_lsp.h
apps/codecs/libspeex/rockbox.h
apps/codecs/libspeex/sb_celp.h
apps/codecs/libspeex/speex/ogg.h
apps/codecs/libspeex/speex_callbacks.c
apps/codecs/libspeex/speex_header.c
apps/codecs/libspeex/stereo.c
apps/codecs/libtremor/Makefile [deleted file]
apps/codecs/libtremor/config-tremor.h
apps/codecs/libtremor/ctype.c
apps/codecs/libtremor/libtremor.make [new file with mode: 0644]
apps/codecs/libtremor/mapping0.c
apps/codecs/libtremor/oggmalloc.c
apps/codecs/libwavpack/Makefile [deleted file]
apps/codecs/libwavpack/libwavpack.make [new file with mode: 0644]
apps/codecs/libwavpack/wavpack.h
apps/codecs/libwma/Makefile [deleted file]
apps/codecs/libwma/libwma.make [new file with mode: 0644]
apps/codecs/wma.c
apps/debug_menu.c
apps/lang/Makefile [deleted file]
apps/lang/lang.make [new file with mode: 0644]
apps/plugins/Makefile [deleted file]
apps/plugins/beatbox/Makefile [deleted file]
apps/plugins/bitmaps/mono/Makefile [deleted file]
apps/plugins/bitmaps/native/Makefile [deleted file]
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/star_tiles.10x10x2.bmp [moved from apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp with 100% similarity]
apps/plugins/bitmaps/native/star_tiles.6x7x1.bmp [moved from apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp with 100% similarity]
apps/plugins/bitmaps/native/star_tiles.8x8x2.bmp [moved from apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp with 100% similarity]
apps/plugins/bitmaps/pluginbitmaps.make [new file with mode: 0644]
apps/plugins/bitmaps/remote_mono/Makefile [deleted file]
apps/plugins/bitmaps/remote_native/Makefile [deleted file]
apps/plugins/bitmaps/remote_native/SOURCES
apps/plugins/bounce.c
apps/plugins/brickmania.c
apps/plugins/bubbles.c
apps/plugins/chessbox.c
apps/plugins/chessbox/Makefile [deleted file]
apps/plugins/chessbox/SOURCES [new file with mode: 0644]
apps/plugins/chessbox/chessbox.c
apps/plugins/chessbox/chessbox.make [new file with mode: 0644]
apps/plugins/chopper.c
apps/plugins/clock/Makefile [deleted file]
apps/plugins/clock/clock.c
apps/plugins/clock/clock.make [new file with mode: 0644]
apps/plugins/clock/clock_bitmap_strings.h
apps/plugins/clock/clock_bitmaps.c
apps/plugins/clock/clock_bitmaps.h
apps/plugins/clock/clock_counter.h
apps/plugins/clock/clock_draw_analog.c
apps/plugins/clock/clock_draw_binary.c
apps/plugins/clock/clock_draw_digital.c
apps/plugins/clock/clock_settings.c
apps/plugins/credits.c
apps/plugins/cube.c
apps/plugins/demystify.c
apps/plugins/dice.c
apps/plugins/doom/Makefile [deleted file]
apps/plugins/doom/SOURCES [new file with mode: 0644]
apps/plugins/doom/doom.make [new file with mode: 0644]
apps/plugins/doom/i_video.c
apps/plugins/euroconverter.c
apps/plugins/fire.c
apps/plugins/fireworks.c
apps/plugins/greyscale.c
apps/plugins/invadrox.c
apps/plugins/jackpot.c
apps/plugins/jewels.c
apps/plugins/jpeg/Makefile [deleted file]
apps/plugins/jpeg/jpeg.make [new file with mode: 0644]
apps/plugins/keybox.c
apps/plugins/lamp.c
apps/plugins/lib/Makefile [deleted file]
apps/plugins/logo.c
apps/plugins/mandelbrot.c
apps/plugins/maze.c
apps/plugins/mazezam.c
apps/plugins/metronome.c
apps/plugins/midi/Makefile [deleted file]
apps/plugins/midi/midi.make [new file with mode: 0644]
apps/plugins/mosaique.c
apps/plugins/mpegplayer/Makefile [deleted file]
apps/plugins/mpegplayer/audio_thread.c
apps/plugins/mpegplayer/mpeg_settings.c
apps/plugins/mpegplayer/mpegplayer.c
apps/plugins/mpegplayer/mpegplayer.h
apps/plugins/mpegplayer/mpegplayer.make [new file with mode: 0644]
apps/plugins/mpegplayer/stream_mgr.c
apps/plugins/mpegplayer/video_thread.c
apps/plugins/oscilloscope.c
apps/plugins/pacbox/Makefile [deleted file]
apps/plugins/pacbox/pacbox.make [new file with mode: 0644]
apps/plugins/pictureflow.c
apps/plugins/plasma.c
apps/plugins/plugins.make [new file with mode: 0644]
apps/plugins/ppmviewer.c
apps/plugins/random_folder_advance_config.c
apps/plugins/reversi/Makefile [deleted file]
apps/plugins/reversi/reversi-gui.c
apps/plugins/reversi/reversi.make [new file with mode: 0644]
apps/plugins/robotfindskitten.c
apps/plugins/rockblox.c
apps/plugins/rockboy.c
apps/plugins/rockboy/Makefile [deleted file]
apps/plugins/rockboy/SOURCES [new file with mode: 0644]
apps/plugins/rockboy/rockboy.make [new file with mode: 0644]
apps/plugins/rocklife.c
apps/plugins/rockpaint.c
apps/plugins/searchengine/Makefile [deleted file]
apps/plugins/shortcuts/Makefile [deleted file]
apps/plugins/shortcuts/shortcuts.make [new file with mode: 0644]
apps/plugins/sliding_puzzle.c
apps/plugins/snow.c
apps/plugins/sokoban.c
apps/plugins/solitaire.c
apps/plugins/spacerocks.c
apps/plugins/starfield.c
apps/plugins/sudoku/Makefile [deleted file]
apps/plugins/sudoku/sudoku.c
apps/plugins/sudoku/sudoku.make [new file with mode: 0644]
apps/plugins/test_disk.c
apps/plugins/test_fps.c
apps/plugins/test_resize.c
apps/plugins/test_sampr.c
apps/plugins/text_editor.c
apps/plugins/video.c
apps/plugins/viewer.c
apps/plugins/vu_meter.c
apps/plugins/wavrecord.c
apps/plugins/wormlet.c
apps/plugins/xobox.c
apps/plugins/zxbox.c
apps/plugins/zxbox/Makefile [deleted file]
apps/plugins/zxbox/spmain.c
apps/plugins/zxbox/zxbox.make [new file with mode: 0644]
apps/plugins/zxbox/zxvid_com.h
bootloader/bootloader.make [new file with mode: 0644]
bootloader/show_logo.c
firmware/Makefile [deleted file]
firmware/decompressor/Makefile
firmware/export/config-mrobe500.h
firmware/export/debug.h
firmware/firmware.make [new file with mode: 0644]
flash/bootbox/bootbox.make [new file with mode: 0644]
tools/Makefile
tools/configure
tools/functions.make [new file with mode: 0644]
tools/makebmp.inc [deleted file]
tools/makesubdirs.inc [deleted file]
tools/root.make [new file with mode: 0644]
tools/tools.make [new file with mode: 0644]
uisimulator/sdl/uisdl.h
uisimulator/uisimulator.make [new file with mode: 0644]