]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/Makefile
Normalized coding style.
[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                 getserialnumber.o       \
17                 mainargs.o              \
18                 mainloop.o              \
19                 oserrlist.o             \
20                 oserror.o               \
21                 panic.o                 \
22                 randomize.o             \
23                 setoserror.o            \
24                 sysuname.o