summaryrefslogtreecommitdiff
path: root/apps/Makefile
AgeCommit message (Collapse)Author
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
2003-04-22default to the old staticly set tools dirDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3582 a1c6a512-1295-4272-9138-f99709370657
2003-04-22use TOOLSDIR as passed-inDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3580 a1c6a512-1295-4272-9138-f99709370657
2003-03-03export MEM variable in firmware and appsUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3347 a1c6a512-1295-4272-9138-f99709370657
2003-02-26MEM should be passed in to this make, setting the size of the DRAM in MB.Daniel Stenberg
We now preprocess the .lds file to allow macros/#ifdef etc and we now set the DRAM size using a define. In combination with the recent configure fix, this should allow us to build 8MB versions "out of the box". The 'dist' target was removed. 'archos' was replaced with 'rockbox' in all the temporary file names when building/linking. Plain cosmetic change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3345 a1c6a512-1295-4272-9138-f99709370657
2003-02-26use the same .lds file for recorder and player, they were identical anyway!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3342 a1c6a512-1295-4272-9138-f99709370657
2003-02-18Assign ANYREC before checking if this is a DEBUG build or not, without thisDaniel Stenberg
the FM rec debug build fails miserably. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3292 a1c6a512-1295-4272-9138-f99709370657
2003-02-07we only include from firmware/include and export, no other firmware dirDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3222 a1c6a512-1295-4272-9138-f99709370657
2003-02-07new include pathDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3215 a1c6a512-1295-4272-9138-f99709370657
2003-01-16When building the FM version, invoke 'scramble' with the -fm option.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3108 a1c6a512-1295-4272-9138-f99709370657
2003-01-16FM Recorder support addedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3105 a1c6a512-1295-4272-9138-f99709370657
2002-10-15generate a raw list from the docs/CREDITS file and include that in credits.cDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2639 a1c6a512-1295-4272-9138-f99709370657
2002-10-14re-run the language tools if new ones arriveDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2618 a1c6a512-1295-4272-9138-f99709370657
2002-10-02Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2480 a1c6a512-1295-4272-9138-f99709370657
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware ↵Björn Stenberg
dirs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2449 a1c6a512-1295-4272-9138-f99709370657
2002-09-20genlang needs perl -s, and I added some files to the clean targetDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2359 a1c6a512-1295-4272-9138-f99709370657
2002-09-20Run the perl scripts with "perl [script]", I think this makes Windows usersDaniel Stenberg
happier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2356 a1c6a512-1295-4272-9138-f99709370657
2002-09-20use uplang first, then genlang the new fileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2342 a1c6a512-1295-4272-9138-f99709370657
2002-09-18New language/string handlingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
2002-09-03New player directory with iconsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2142 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ↵Björn Stenberg
change it themselves (i.e. loadable fonts). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Made LCD_PROPFONTS and LOADABLE_FONTS mutually exclusiveBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2020 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Added -DLCD_PROPFONTSLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2019 a1c6a512-1295-4272-9138-f99709370657
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg
the Menu typedef as return type, and *ALL* menus that intercept USB connect can then return MENU_REFRESH_DIR so that the parent (any parent really) that do file or dir-accesses knows that and can do the refresh. If no refresh is needed by the parent, MENU_OK is returned. Somewhat biggish commit this close to 1.3, but we need to sort out this refresh-after-usb-connected business. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg
"A freestanding environment is one in which the standard library may not exist, and program startup may not necessarily be at "main". The most obvious example is an OS kernel." git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1818 a1c6a512-1295-4272-9138-f99709370657
2002-08-15tags target addedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1752 a1c6a512-1295-4272-9138-f99709370657
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
2002-07-15Added build timestamp in version stringBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1349 a1c6a512-1295-4272-9138-f99709370657
2002-06-17add our libc headers directory to the include pathDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1037 a1c6a512-1295-4272-9138-f99709370657
2002-06-17Player builds now use a separate linker control fileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1028 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Changed to correct target name for recorderBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@952 a1c6a512-1295-4272-9138-f99709370657
2002-05-31the recorder now gets an archos.ajz output fileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@849 a1c6a512-1295-4272-9138-f99709370657
2002-05-30Removed libc from link lineBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@836 a1c6a512-1295-4272-9138-f99709370657
2002-05-27clean removes the map file tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@724 a1c6a512-1295-4272-9138-f99709370657
2002-05-24Added -Imalloc and fixed archos.map to OBJDIRBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@699 a1c6a512-1295-4272-9138-f99709370657
2002-05-24pass on more variables to firmware when we build librockboxDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@689 a1c6a512-1295-4272-9138-f99709370657
2002-05-24fix clean targetDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@684 a1c6a512-1295-4272-9138-f99709370657
2002-05-24fix -I for recorder, also use -L to find the librockbox properlyDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@681 a1c6a512-1295-4272-9138-f99709370657
2002-05-23-g on DEBUG builds, generate the librockbox.a properly if absentDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@674 a1c6a512-1295-4272-9138-f99709370657
2002-05-23OBJDIR support addedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@672 a1c6a512-1295-4272-9138-f99709370657
2002-05-21Added extra source files if compiling recorderBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@644 a1c6a512-1295-4272-9138-f99709370657
2002-05-17Added DEBUG option, enabling support for gdb stubBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@627 a1c6a512-1295-4272-9138-f99709370657
2002-05-16Now uses librockbox.aBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@598 a1c6a512-1295-4272-9138-f99709370657
2002-05-16Initial revisionBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@586 a1c6a512-1295-4272-9138-f99709370657