Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 486 Bytes

Makefile.am

File metadata and controls

21 lines (18 loc) · 486 Bytes
 
1
2
3
4
5
6
7
8
## Makefile.am for SDL using the RISC OS video driver
noinst_LTLIBRARIES = libvideo_riscos.la
libvideo_riscos_la_SOURCES = $(CGX_SRCS)
# The SDL RISC OS video driver sources
CGX_SRCS = \
Feb 12, 2005
Feb 12, 2005
9
SDL_riscosASM.s \
10
11
12
13
14
15
16
17
18
19
20
21
SDL_riscosevents.c \
SDL_riscosevents_c.h \
SDL_riscosFullScreenVideo.c \
SDL_riscosmouse.c \
SDL_riscosmouse_c.h \
SDL_riscossprite.c \
SDL_riscostask.c \
SDL_riscostask.h \
SDL_riscosvideo.c \
SDL_riscosvideo.h \
SDL_wimppoll.c \
SDL_wimpvideo.c