1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65/libsrc/geos-cbm/disk
ol.sc 0c69d4866c The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort.
Now the whole GEOSLib is built in a single make instance running in 'libsrc/geos-cbm' - which is just what the cc65 library build system can handle. The 'libsrc/geos-cbm' sub-directories still contain Makefiles. However those files only define the set of object files to create from their sub-directory and get included into the 'libsrc/geos-cbm' Makefile.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5429 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-30 21:19:09 +00:00
..
blkalloc.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
calcblksfree.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
changediskdevice.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
chkdkgeos.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_cts.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_openclose.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_params.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_read.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_stc.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_write.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
dio_writev.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
enterturbo.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
exitturbo.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
findbambit.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
freeblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
getblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
getdirhead.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
getptrcurdknm.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
gettrse.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
Makefile The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort. 2012-01-30 21:19:09 +00:00
newdisk.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
nxtblkalloc.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
opendisk.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
purgeturbo.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
putblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
putdirhead.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
readblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
readbuff.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
setgeosdisk.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
setnextfree.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
setoserror.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
verwriteblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
writeblock.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00
writebuff.s Renamed the old geos target to geos-cbm. 2011-12-28 17:11:21 +00:00