Mercurial > sdl-ios-xcode
comparison src/timer/Makefile.am @ 173:83018110dce8
Added initial support for EPOC/Symbian OS (thanks Hannu!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:38:49 +0000 |
parents | 69ee0b88b615 |
children | c5010ab8ba35 |
comparison
equal
deleted
inserted
replaced
172:37e3ca9254c7 | 173:83018110dce8 |
---|---|
1 | 1 |
2 ## Makefile.am for the SDL timer library | 2 ## Makefile.am for the SDL timer library |
3 | 3 |
4 noinst_LTLIBRARIES = libtimer.la | 4 noinst_LTLIBRARIES = libtimer.la |
5 | 5 |
6 ARCH_SUBDIRS = $(srcdir)/amigaos $(srcdir)/beos $(srcdir)/linux \ | 6 ARCH_SUBDIRS = $(srcdir)/amigaos \ |
7 $(srcdir)/macos $(srcdir)/win32 | 7 $(srcdir)/beos \ |
8 $(srcdir)/epoc \ | |
9 $(srcdir)/linux \ | |
10 $(srcdir)/macos \ | |
11 $(srcdir)/win32 | |
8 | 12 |
9 # Include the architecture-independent sources | 13 # Include the architecture-independent sources |
10 COMMON_SRCS = SDL_timer.c SDL_timer_c.h SDL_systimer.h | 14 COMMON_SRCS = SDL_timer.c SDL_timer_c.h SDL_systimer.h |
11 | 15 |
12 # Include the architecture-specific sources | 16 # Include the architecture-specific sources |