1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc
Oliver Schmidt 00bb0f9704 Hack: Changed TARGET order to have apple2enh.lib available for convert.system.
There's a quite special case of a targetutil for the TARGET geos-apple having to be
built as TARGET apple2enh binary. We can't just add a dependency to ../lib/apple2enhlib
because the TARGETs are built in individual make instances (because of vpath).

Doing that the "right way" would be _very_ complicated and would turn the Makefiles way
less readable. Therefore I decided to solve that by just reordering the TARGETs. Surely
this won't work if i.e. 'make geos-apple' is entered on a clean system. But still I consider
it appropriate.

I ordered the TARGETs btw so that they are more in an alphabetical order...
2013-05-09 01:32:48 +02:00
..
apple2 Added support for building targetutils. 2013-05-09 01:12:26 +02:00
atari Avoid usage of cl65 for library build as it requires 'install'. 2013-05-04 23:38:05 +02:00
atmos Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
c16 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
c64 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
c128 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
cbm Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
cbm510 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
cbm610 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
common Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
conio Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
dbg Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
em Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
geos-apple Added support for building targetutils. 2013-05-09 01:12:26 +02:00
geos-cbm Avoid usage of cl65 for library build as it requires 'install'. 2013-05-04 23:38:05 +02:00
geos-common Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
joystick Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
lynx Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
mouse Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
nes Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
pet Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
plus4 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
runtime Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
serial Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
supervision Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
tgi Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
vic20 Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:15:30 +02:00
zlib Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
Makefile Hack: Changed TARGET order to have apple2enh.lib available for convert.system. 2013-05-09 01:32:48 +02:00