2001-10-27 17:13:22 +00:00
|
|
|
#
|
2012-01-30 21:19:09 +00:00
|
|
|
# makefile for CC65 runtime library
|
2001-10-27 17:13:22 +00:00
|
|
|
#
|
|
|
|
|
2012-01-30 21:19:09 +00:00
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
# Object files
|
2001-10-27 17:13:22 +00:00
|
|
|
|
2012-01-30 21:19:09 +00:00
|
|
|
S_OBJS += _scrsize.o \
|
|
|
|
cclear.o \
|
|
|
|
cgetc.o \
|
2012-02-08 15:23:45 +00:00
|
|
|
chline.o \
|
2012-01-30 21:19:09 +00:00
|
|
|
clrscr.o \
|
|
|
|
color.o \
|
2012-02-08 15:23:45 +00:00
|
|
|
cputc.o \
|
2012-01-30 21:19:09 +00:00
|
|
|
cursor.o \
|
2012-02-08 15:23:45 +00:00
|
|
|
cvline.o \
|
2012-01-30 21:19:09 +00:00
|
|
|
gotoxy.o \
|
|
|
|
kbhit.o \
|
|
|
|
revers.o \
|
|
|
|
where.o
|