summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/Makefile (unfollow)
Commit message (Expand)Author
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-01-18Profiling support, tools and documentation.Brandon Low
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold
2005-06-12Small Musepack optimisation.Thom Johansen
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing
2005-02-26Show compiled source filesJens Arnold
2005-02-25include libwavpack into build systemChristian Gmeiner
2005-02-16Start to add libmad to the build systemDave Chapman
2005-02-04CFLAGS is set (target-specific) in the root makefile, don't fiddle with themDaniel Stenberg
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg
2004-09-22adjusted to work better in the new conceptDaniel Stenberg
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg
2004-09-15Makefile Fix: plugin lib includes for OndioJens Arnold
2004-09-06rombox support: building and zipDaniel Stenberg
2004-07-23Removed the simulator build optionLinus Nielsen Feltzing
2004-07-08Added the apps/recorder dir to the include path for recorder buildsLinus Nielsen Feltzing
2004-06-20on request, set the SIMULATOR define when building for the simDaniel Stenberg
2004-06-15The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing
2004-05-18Further adjustments for the plugin libraryLinus Nielsen Feltzing
2004-05-18This makefile builds one single libplugin.a library by linking togetherDaniel Stenberg
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn
2003-07-10Added dependency to the tools dir, so it's automatically built with the rest....Björn Stenberg
2003-04-22better treatment if no toolsdir define was set, use the old one thenDaniel Stenberg
2003-04-22use the TOOLSDIR as passed-in from the top-level Makefile, you need toDaniel Stenberg
2003-03-04if MEM is not set, set it to 2Daniel Stenberg
2003-03-03export MEM variable in firmware and appsUwe Freese
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg
2002-10-02Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware d...Björn Stenberg
2002-09-21Removed old font issuesBjörn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg
2002-08-20Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg
2002-08-15Fixed font target for loadable fontsBjörn Stenberg
2002-08-15tags target added for emacs-etags powerDaniel Stenberg
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg