]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/file/Makefile
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / file / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 S_OBJS +=       get1stdirentry.o        \
9                 getnxtdirentry.o        \
10                 openrecordfile.o        \
11                 closerecordfile.o       \
12                 nextrecord.o            \
13                 previousrecord.o        \
14                 pointrecord.o           \
15                 deleterecord.o          \
16                 insertrecord.o          \
17                 appendrecord.o          \
18                 readrecord.o            \
19                 writerecord.o           \
20                 updaterecordfile.o      \
21                 findfile.o              \
22                 followchain.o           \
23                 getfhdrinfo.o           \
24                 readfile.o              \
25                 savefile.o              \
26                 freefile.o              \
27                 deletefile.o            \
28                 renamefile.o            \
29                 findftypes.o            \
30                 readbyte.o              \
31                 getfile.o               \
32                 sysremove.o             \
33                 sysrename.o