comparison src/video/riscos/Makefile.am @ 630:550bccdf04bd

Added initial support for RISC OS (thanks Peter Naulls!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 May 2003 04:44:13 +0000
parents
children 974ba6ae0fa3
comparison
equal deleted inserted replaced
629:3fa401bb4bb5 630:550bccdf04bd
1
2 ## Makefile.am for SDL using the RISC OS video driver
3
4 noinst_LTLIBRARIES = libvideo_riscos.la
5 libvideo_riscos_la_SOURCES = $(CGX_SRCS)
6
7 # The SDL RISC OS video driver sources
8 CGX_SRCS = \
9 SDL_riscosevents.c \
10 SDL_riscosevents_c.h \
11 SDL_riscosFullScreenVideo.c \
12 SDL_riscosmouse.c \
13 SDL_riscosmouse_c.h \
14 SDL_riscossprite.c \
15 SDL_riscostask.c \
16 SDL_riscostask.h \
17 SDL_riscosvideo.c \
18 SDL_riscosvideo.h \
19 SDL_wimppoll.c \
20 SDL_wimpvideo.c