comparison src/thread/Makefile.am @ 185:34d316d5e744

Added support for the GNU Pth thread lib (thanks Mandin!)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Sep 2001 04:34:15 +0000
parents 83018110dce8
children 640dcf27d2f7
comparison
equal deleted inserted replaced
184:3142d2ac11db 185:34d316d5e744
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 \ 6 ARCH_SUBDIRS = $(srcdir)/generic \
7 $(srcdir)/amigaos \ 7 $(srcdir)/amigaos \
8 $(srcdir)/beos \ 8 $(srcdir)/beos \
9 $(srcdir)/epoc \ 9 $(srcdir)/epoc \
10 $(srcdir)/irix \ 10 $(srcdir)/irix \
11 $(srcdir)/linux \ 11 $(srcdir)/linux \
12 $(srcdir)/pth \
12 $(srcdir)/win32 13 $(srcdir)/win32
13 14
14 # Older versions of Linux require an asm clone() implementation 15 # Older versions of Linux require an asm clone() implementation
15 if USE_CLONE 16 if USE_CLONE
16 THREAD_ASM_SRC = clone.S 17 THREAD_ASM_SRC = clone.S