]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/Makefile
- The address given for GetSerialNumber in the "Hitchhiker's Guide To GEOS" is obviou...
[cc65] / libsrc / geos-common / system / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 C_OBJS  +=      systime.o
9
10 S_OBJS  +=      callroutine.o           \
11                 crt0.o                  \
12                 enterdesktop.o          \
13                 extzp.o                 \
14                 firstinit.o             \
15                 getrandom.o             \
16                 mainargs.o              \
17                 mainloop.o              \
18                 oserrlist.o             \
19                 oserror.o               \
20                 panic.o                 \
21                 randomize.o             \
22                 setoserror.o            \
23                 sysuname.o