summaryrefslogtreecommitdiff
path: root/tools/root.make (follow)
Commit message (Expand)AuthorAge
* Added NODEPS define to skip recompilation for zip and apk builds. Usage: make...Björn Stenberg2011-06-22
* Pandora port: Automate rockbox.pnd (=binary archive) buildThomas Jarosch2011-06-09
* Add build dependency to zipBjörn Stenberg2011-06-06
* Android: rework r29929 AndroidManifest.xml version handling.Dominik Riebeling2011-05-29
* Add source tree version into AndroidManifest.xmlDominik Riebeling2011-05-29
* Android: remove rockbox.apk when doing 'make clean'Maurus Cuelenaere2011-03-11
* *really* don't automatically build convttfFrank Gevaerts2011-03-09
* Anti-Aliased Fonts support.Thomas Martitz2011-03-05
* FS#11966 - use separate modelnames and config files for RaaA. This adds an A...Dave Chapman2011-02-27
* Forgot to add the help text for make elfzip.Alex Parker2011-02-26
* Add "elfzip" target to make which creates a zip of all elf files, as mapzip d...Alex Parker2011-02-20
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Android build tweaks.Antoine Cellerier2011-01-24
* Added the symlinkinstall make target. See #11825Michael Stummvoll2010-12-28
* Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz2010-12-27
* Extend make clean for android zu also cleanup the compiled java classes and a...Thomas Martitz2010-09-12
* Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz2010-09-02
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2010-08-24
* makefilesRafaël Carré2010-08-21
* Fix message output for make install and make fullinstallMichael Chicoine2010-08-08
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* Revert r27550 : we don't want to generate dependancies for firmware/Rafaël Carré2010-07-25
* include firmware.make unconditionallyRafaël Carré2010-07-25
* Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2010-07-10
* Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts2010-07-03
* Change "features" and "genlang-features" targets to no longer use multiple ta...Frank Gevaerts2010-06-30
* Moved libskin_parser to lib. Added it to link line.Björn Stenberg2010-06-24
* bininstall: works for PREFIX directories with spacesRafaël Carré2010-06-19
* make bininstall rule depend on the binaryRafaël Carré2010-06-19
* new bininstall rule to install rockbox binary onlyRafaël Carré2010-06-19
* don't parse features.txt when not neededRafaël Carré2010-06-19
* make clean: delete lib/ directoryRafaël Carré2010-06-19
* Added skin_parser library to build system.Björn Stenberg2010-06-17
* Generate C file / header for svn version stringRafaël Carré2010-05-27
* Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when buil...Jens Arnold2010-03-20
* tools/database: build process updates.Yoshihisa Uchida2010-02-25
* Fix parallel buildingMaurus Cuelenaere2010-02-16
* make veryclean: remove tools/iaudio_bl_flash.[ch]Maurus Cuelenaere2010-02-15
* *.link: depends on config file where plugin buffer size is setRafaël Carré2010-01-24
* Do not try to generate dependencies of lua filesRafaël Carré2009-12-30
* Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but wi...Dave Chapman2009-10-28
* Make the database tool buildable from configure.Frank Gevaerts2009-10-07
* Repair build-all.sh and clean-all.sh.Thomas Martitz2009-09-13
* Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg2009-09-01
* Forgot a fileMaurus Cuelenaere2009-08-21
* Don't mention having to run 'make reconf' when you're runing 'make reconf'Antoine Cellerier2009-08-02
* Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone2009-07-13
* Second try for make install for normal builds. Now differentiate better betwe...Thomas Martitz2009-04-12
* Revert r20687 since it breaks make zip.Jonas Häggqvist2009-04-11