summaryrefslogtreecommitdiff
path: root/apps/Makefile (follow)
Commit message (Collapse)AuthorAge
...
* the apps files shouldn't be compiled with -DPLUGINLinus Nielsen Feltzing2004-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4810 a1c6a512-1295-4272-9138-f99709370657
* Further adjustments for the plugin libraryLinus Nielsen Feltzing2004-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4634 a1c6a512-1295-4272-9138-f99709370657
* No need to create .mod/.ajz/.ucl files for the debug buildsLinus Nielsen Feltzing2004-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4454 a1c6a512-1295-4272-9138-f99709370657
* bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg2004-01-04
| | | | | | | Jörg got problems on cygwin with the previous "< file" approach. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4190 a1c6a512-1295-4272-9138-f99709370657
* removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg2003-12-12
| | | | | | | instead, and made the makefile use this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4140 a1c6a512-1295-4272-9138-f99709370657
* Rockbox on Neo supportDaniel Stenberg2003-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4137 a1c6a512-1295-4272-9138-f99709370657
* uh, recorder v2Daniel Stenberg2003-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4039 a1c6a512-1295-4272-9138-f99709370657
* use v2 scrambling for recorder v2Daniel Stenberg2003-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4038 a1c6a512-1295-4272-9138-f99709370657
* Proper echo of uclpack command lineBjörn Stenberg2003-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3963 a1c6a512-1295-4272-9138-f99709370657
* Missed oneHardeep Sidhu2003-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3909 a1c6a512-1295-4272-9138-f99709370657
* $< and were backwardsHardeep Sidhu2003-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3908 a1c6a512-1295-4272-9138-f99709370657
* corrected the 2uclpack mistakeDaniel Stenberg2003-07-31
| | | | | | | and fixed up some targets to use the convenience macros more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3907 a1c6a512-1295-4272-9138-f99709370657
* If uclpack is not there, produce a faked one to avoid getting that messageDaniel Stenberg2003-07-31
| | | | | | | more often than we need. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3906 a1c6a512-1295-4272-9138-f99709370657
* If you make sure that you have 'uclpack' in your $PATH when you run makeDaniel Stenberg2003-07-31
| | | | | | | | with this makefile, we'll produce a nice little UCL file in the build directory. This target does a run-time check for the presence of uclpack. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3905 a1c6a512-1295-4272-9138-f99709370657
* Henrik Backe's patch that makes the .map files get created in the buildDaniel Stenberg2003-07-24
| | | | | | | directory and not in the source directory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3872 a1c6a512-1295-4272-9138-f99709370657
* Added plugin support for 8MB-modified units. This bumps the plugin API ↵Björn Stenberg2003-07-13
| | | | | | version number again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3831 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
| | | | | | plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
* default to the old staticly set tools dirDaniel Stenberg2003-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3582 a1c6a512-1295-4272-9138-f99709370657
* use TOOLSDIR as passed-inDaniel Stenberg2003-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3580 a1c6a512-1295-4272-9138-f99709370657
* export MEM variable in firmware and appsUwe Freese2003-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
* Moved to one single .lds file for ALL builds.Daniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3347 a1c6a512-1295-4272-9138-f99709370657
* MEM should be passed in to this make, setting the size of the DRAM in MB.Daniel Stenberg2003-02-26
| | | | | | | | | | | | | | 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
* use the same .lds file for recorder and player, they were identical anyway!Daniel Stenberg2003-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3342 a1c6a512-1295-4272-9138-f99709370657
* Assign ANYREC before checking if this is a DEBUG build or not, without thisDaniel Stenberg2003-02-18
| | | | | | | the FM rec debug build fails miserably. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3292 a1c6a512-1295-4272-9138-f99709370657
* we only include from firmware/include and export, no other firmware dirDaniel Stenberg2003-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3222 a1c6a512-1295-4272-9138-f99709370657
* new include pathDaniel Stenberg2003-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3215 a1c6a512-1295-4272-9138-f99709370657
* When building the FM version, invoke 'scramble' with the -fm option.Daniel Stenberg2003-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3108 a1c6a512-1295-4272-9138-f99709370657
* FM Recorder support addedDaniel Stenberg2003-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3105 a1c6a512-1295-4272-9138-f99709370657
* generate a raw list from the docs/CREDITS file and include that in credits.cDaniel Stenberg2002-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2639 a1c6a512-1295-4272-9138-f99709370657
* re-run the language tools if new ones arriveDaniel Stenberg2002-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2618 a1c6a512-1295-4272-9138-f99709370657
* Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg2002-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2480 a1c6a512-1295-4272-9138-f99709370657
* Crude kludge to prevent people from running 'make' in the apps and firmware ↵Björn Stenberg2002-09-30
| | | | | | dirs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2449 a1c6a512-1295-4272-9138-f99709370657
* genlang needs perl -s, and I added some files to the clean targetDaniel Stenberg2002-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2359 a1c6a512-1295-4272-9138-f99709370657
* Run the perl scripts with "perl [script]", I think this makes Windows usersDaniel Stenberg2002-09-20
| | | | | | | happier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2356 a1c6a512-1295-4272-9138-f99709370657
* use uplang first, then genlang the new fileDaniel Stenberg2002-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2342 a1c6a512-1295-4272-9138-f99709370657
* New language/string handlingBjörn Stenberg2002-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
* New player directory with iconsLinus Nielsen Feltzing2002-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2142 a1c6a512-1295-4272-9138-f99709370657
* Reverted back to monospace again. Let's not rock the boat until people can ↵Björn Stenberg2002-08-28
| | | | | | change it themselves (i.e. loadable fonts). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
* Made LCD_PROPFONTS and LOADABLE_FONTS mutually exclusiveBjörn Stenberg2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2020 a1c6a512-1295-4272-9138-f99709370657
* Added -DLCD_PROPFONTSLinus Nielsen Feltzing2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2019 a1c6a512-1295-4272-9138-f99709370657
* Made LCD_PROPFONTS default on recorderBjörn Stenberg2002-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
| | | | | | | | | | | | | 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
* use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg2002-08-20
| | | | | | | | | "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
* tags target addedDaniel Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1752 a1c6a512-1295-4272-9138-f99709370657
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
* Added build timestamp in version stringBjörn Stenberg2002-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1349 a1c6a512-1295-4272-9138-f99709370657
* add our libc headers directory to the include pathDaniel Stenberg2002-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1037 a1c6a512-1295-4272-9138-f99709370657
* Player builds now use a separate linker control fileDaniel Stenberg2002-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1028 a1c6a512-1295-4272-9138-f99709370657
* Changed to correct target name for recorderBjörn Stenberg2002-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@952 a1c6a512-1295-4272-9138-f99709370657
* the recorder now gets an archos.ajz output fileDaniel Stenberg2002-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@849 a1c6a512-1295-4272-9138-f99709370657