2000-05-28 13:40:48 +00:00
|
|
|
#
|
2012-01-30 21:19:09 +00:00
|
|
|
# makefile for CC65 runtime library
|
2000-11-22 22:19:09 +00:00
|
|
|
#
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-01-30 21:19:09 +00:00
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
# Object files
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-01-30 21:19:09 +00:00
|
|
|
S_OBJS += get1stdirentry.o \
|
|
|
|
getnxtdirentry.o \
|
|
|
|
openrecordfile.o \
|
|
|
|
closerecordfile.o \
|
|
|
|
nextrecord.o \
|
|
|
|
previousrecord.o \
|
|
|
|
pointrecord.o \
|
|
|
|
deleterecord.o \
|
|
|
|
insertrecord.o \
|
|
|
|
appendrecord.o \
|
|
|
|
readrecord.o \
|
|
|
|
writerecord.o \
|
|
|
|
updaterecordfile.o \
|
|
|
|
findfile.o \
|
|
|
|
followchain.o \
|
|
|
|
getfhdrinfo.o \
|
|
|
|
readfile.o \
|
|
|
|
savefile.o \
|
|
|
|
freefile.o \
|
|
|
|
deletefile.o \
|
|
|
|
renamefile.o \
|
|
|
|
findftypes.o \
|
|
|
|
readbyte.o \
|
|
|
|
getfile.o \
|
|
|
|
sysremove.o \
|
|
|
|
sysrename.o
|