Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 465 Bytes

Makefile.am

File metadata and controls

20 lines (17 loc) · 465 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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 = \
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