summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-05-24re-link the output if librockbox.a is newerDaniel Stenberg1-1/+1
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg1-10/+1
2005-05-09rebuild the ELF files if the rockbox lib was updatedDaniel Stenberg1-2/+4
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-37/+39
2005-03-09GMini: libmad compiledJean-Philippe Bernardy1-1/+1
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg1-2/+3
2005-02-28Correct libcomsim.a dependenciesLinus Nielsen Feltzing1-1/+5
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-2/+14
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-9/+22
2005-02-16Incorporate apps/codecs into the build system based on SOFTWARECODECS configu...Dave Chapman1-2/+10
2004-12-19Added GCCOPTS to the linker command line, to let the linker know exactly whic...Linus Nielsen Feltzing1-2/+2
2004-10-07Don't build the rocks if ENABLEDPLUGINS isn't setLinus Nielsen Feltzing1-2/+6
2004-10-07don't build UCL files for targets that don't support flashingDaniel Stenberg1-5/+2
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg1-5/+3
2004-09-22adjusted to work better in the new conceptDaniel Stenberg1-3/+3
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg1-147/+39
2004-09-11Clean romstart fileJens Arnold1-1/+1
2004-09-09build system updated to include Ondio optionJörg Hohensohn1-0/+21
2004-09-06check the size of the .bin file, not the .ucl fileDaniel Stenberg1-1/+1
2004-09-06removed the hard-coded size limit from the Makefile with some preprocessorDaniel Stenberg1-8/+12
2004-09-06rombox support: building and zipDaniel Stenberg1-18/+68
2004-07-24Prepared for ROM buildsLinus Nielsen Feltzing1-1/+5
2004-06-27the apps files shouldn't be compiled with -DPLUGINLinus Nielsen Feltzing1-1/+1
2004-05-18Further adjustments for the plugin libraryLinus Nielsen Feltzing1-0/+1
2004-03-30No need to create .mod/.ajz/.ucl files for the debug buildsLinus Nielsen Feltzing1-0/+4
2004-01-04bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg1-1/+1
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg1-3/+4
2003-12-12Rockbox on Neo supportDaniel Stenberg1-4/+19
2003-11-19uh, recorder v2Daniel Stenberg1-1/+1
2003-11-19use v2 scrambling for recorder v2Daniel Stenberg1-0/+3
2003-09-29Proper echo of uclpack command lineBjörn Stenberg1-1/+1
2003-08-01Missed oneHardeep Sidhu1-1/+1
2003-08-01$< and were backwardsHardeep Sidhu1-7/+7
2003-07-31corrected the 2uclpack mistakeDaniel Stenberg1-6/+9
2003-07-31If uclpack is not there, produce a faked one to avoid getting that messageDaniel Stenberg1-2/+3
2003-07-31If you make sure that you have 'uclpack' in your $PATH when you run makeDaniel Stenberg1-2/+13
2003-07-24Henrik Backe's patch that makes the .map files get created in the buildDaniel Stenberg1-2/+2
2003-07-13Added plugin support for 8MB-modified units. This bumps the plugin API versio...Björn Stenberg1-1/+1
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-2/+6
2003-04-22default to the old staticly set tools dirDaniel Stenberg1-2/+1
2003-04-22use TOOLSDIR as passed-inDaniel Stenberg1-6/+11
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg1-4/+3
2003-02-26MEM should be passed in to this make, setting the size of the DRAM in MB.Daniel Stenberg1-14/+23
2003-02-26use the same .lds file for recorder and player, they were identical anyway!Daniel Stenberg1-4/+0
2003-02-18Assign ANYREC before checking if this is a DEBUG build or not, without thisDaniel Stenberg1-4/+3
2003-02-07we only include from firmware/include and export, no other firmware dirDaniel Stenberg1-1/+1
2003-02-07new include pathDaniel Stenberg1-1/+1
2003-01-16When building the FM version, invoke 'scramble' with the -fm option.Daniel Stenberg1-1/+5
2003-01-16FM Recorder support addedDaniel Stenberg1-6/+11