2012-02-04 14:08:37 +00:00
|
|
|
#
|
|
|
|
# makefile for CC65 runtime library
|
|
|
|
#
|
|
|
|
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
# Object files
|
|
|
|
|
2012-02-08 15:54:44 +00:00
|
|
|
S_OBJS += appendrecord.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
closerecordfile.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
deletefile.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
deleterecord.o \
|
|
|
|
findfile.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
findftypes.o \
|
|
|
|
freefile.o \
|
|
|
|
get1stdirentry.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
getfhdrinfo.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
getfile.o \
|
|
|
|
getnxtdirentry.o \
|
|
|
|
insertrecord.o \
|
|
|
|
nextrecord.o \
|
|
|
|
openrecordfile.o \
|
|
|
|
previousrecord.o \
|
|
|
|
pointrecord.o \
|
|
|
|
readbyte.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
readfile.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
readrecord.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
renamefile.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
savefile.o \
|
2012-02-04 14:08:37 +00:00
|
|
|
sysremove.o \
|
2012-02-08 15:54:44 +00:00
|
|
|
sysrename.o \
|
|
|
|
writerecord.o \
|
|
|
|
updaterecordfile.o
|