mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
2f10491672
git-svn-id: svn://svn.cc65.org/cc65/trunk@5437 b7a2c559-68d2-44c3-8de9-860c34a00d81
33 lines
603 B
Makefile
33 lines
603 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
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 \
|
|
getfhdrinfo.o \
|
|
readfile.o \
|
|
savefile.o \
|
|
freefile.o \
|
|
deletefile.o \
|
|
renamefile.o \
|
|
findftypes.o \
|
|
readbyte.o \
|
|
getfile.o \
|
|
sysremove.o \
|
|
sysrename.o
|