comparison src/timer/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 dad72daf44b3
children 623b453a3219
comparison
equal deleted inserted replaced
629:3fa401bb4bb5 630:550bccdf04bd
8 $(srcdir)/dc \ 8 $(srcdir)/dc \
9 $(srcdir)/epoc \ 9 $(srcdir)/epoc \
10 $(srcdir)/linux \ 10 $(srcdir)/linux \
11 $(srcdir)/macos \ 11 $(srcdir)/macos \
12 $(srcdir)/mint \ 12 $(srcdir)/mint \
13 $(srcdir)/riscos \
13 $(srcdir)/win32 14 $(srcdir)/win32
14 15
15 # Include the architecture-independent sources 16 # Include the architecture-independent sources
16 COMMON_SRCS = SDL_timer.c SDL_timer_c.h SDL_systimer.h 17 COMMON_SRCS = SDL_timer.c SDL_timer_c.h SDL_systimer.h
17 18