]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/Makefile
Moved non-driver files from 'geos-cbm/devel' to 'geos-common/system' which are believ...
[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                 oserror.o               \
20                 oserrlist.o             \
21                 panic.o                 \
22                 randomize.o             \
23                 sysuname.o