1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65/libsrc/geos-cbm
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
disk Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
emd Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
file Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
joy Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
memory Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
system 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
dio.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
diskdrv.inc Defining C constants here doesn't seem to make sense as they are defined already in individual assembler files based on official jumptable entries. 2012-02-09 07:57:49 +00:00
geossym.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
geossym2.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
inputdrv.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
jumptab.inc Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
Makefile.inc Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
printdrv.inc Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets. 2012-01-31 21:22:06 +00:00