rockbox/rbutil
Dominik Riebeling 78cb7f0cf0 Support C++ in libtools.make and rewrite dependency handling.
- Change suffix of objects and depencency files to keep the original file
  suffix. This makes it easy to distinguish between C and C++ files when
  building and avoids implicit make rules trying to build in a way we don't
  want to.
- Implicitly handle dependencies instead of having an explicit rule. Simplifies
  things a bit.
- Support C++ files by adding an explicit rule for them. With keeping the
  original file suffixes this becomes quite simple.
  To use C++ files simply add them to SOURCES (or LIBSOURCES).

Change-Id: I22c56a6e153e281cfa675e91ad4a70fd18e2c43c
2016-12-16 19:46:08 +01:00
..
chinachippatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ibassoboot/jni iBasso DX50/DX90: Rockbox loader, replacement for original firmware MangoPlayer. 2015-02-02 21:01:00 +01:00
ipodpatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkamsboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkimxboot imx233: add capability to boot OF or updater instead of Rockbox 2016-12-12 12:03:08 +01:00
mkmpioboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkrk27boot Cleanup MV/MD macros a little. 2013-08-17 12:18:22 -04:00
mktccboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
mkzenboot Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
rbutilqt Create local file URL using QUrl. 2016-12-16 19:46:00 +01:00
sansapatcher Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
tools Add "ipod" mode to bin2c. 2012-04-28 12:05:11 +02:00
libtools.make Support C++ in libtools.make and rewrite dependency handling. 2016-12-16 19:46:08 +01:00