2000-06-08 19:54:27 +00:00
|
|
|
ifeq ($(subdir),rt)
|
2000-06-13 21:48:25 +00:00
|
|
|
librt-sysdep_routines += timer_routines
|
2003-08-14 00:14:43 +00:00
|
|
|
CPPFLAGS += -DBROKEN_THREAD_SIGNALS
|
2000-06-08 19:54:27 +00:00
|
|
|
|
|
|
|
ifeq (yes,$(build-shared))
|
|
|
|
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
|
|
|
|
else
|
|
|
|
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
|
|
|
|
endif
|
|
|
|
endif
|
2003-02-12 22:33:22 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),posix)
|
2003-03-19 19:15:36 +00:00
|
|
|
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
|
2003-02-12 22:33:22 +00:00
|
|
|
endif
|