Mercurial > sdl-ios-xcode
comparison src/thread/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 | 34d316d5e744 |
comparison
equal
deleted
inserted
replaced
172:37e3ca9254c7 | 173:83018110dce8 |
---|---|
1 | 1 |
2 ## Makefile.am for the SDL thread library | 2 ## Makefile.am for the SDL thread library |
3 | 3 |
4 noinst_LTLIBRARIES = libthread.la | 4 noinst_LTLIBRARIES = libthread.la |
5 | 5 |
6 ARCH_SUBDIRS = $(srcdir)/generic $(srcdir)/amigaos $(srcdir)/beos \ | 6 ARCH_SUBDIRS = $(srcdir)/generic \ |
7 $(srcdir)/irix $(srcdir)/linux $(srcdir)/win32 | 7 $(srcdir)/amigaos \ |
8 $(srcdir)/beos \ | |
9 $(srcdir)/epoc \ | |
10 $(srcdir)/irix \ | |
11 $(srcdir)/linux \ | |
12 $(srcdir)/win32 | |
8 | 13 |
9 # Older versions of Linux require an asm clone() implementation | 14 # Older versions of Linux require an asm clone() implementation |
10 if USE_CLONE | 15 if USE_CLONE |
11 THREAD_ASM_SRC = clone.S | 16 THREAD_ASM_SRC = clone.S |
12 else | 17 else |