chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / linuxthreads / sysdeps / pthread / Makefile
1 ifeq ($(subdir),rt)
2 librt-sysdep_routines += timer_routines
3 CPPFLAGS += -DBROKEN_THREAD_SIGNALS
4
5 ifeq (yes,$(build-shared))
6 $(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
7 else
8 $(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
9 endif
10 endif
11
12 ifeq ($(subdir),posix)
13 CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
14 endif