2002-11-14 21:20:47 +00:00
|
|
|
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
|
2002-11-18 22:54:06 +00:00
|
|
|
testsfailing = threadc threadd threade threadf
|
2001-12-05 18:39:20 +00:00
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
2002-11-13 17:06:23 +00:00
|
|
|
noinst_PROGRAMS = $(testsfailing)
|
|
|
|
|
2002-09-12 11:56:08 +00:00
|
|
|
LDADD = $(GST_LIBS)
|
2002-11-13 17:06:23 +00:00
|
|
|
CFLAGS = $(GST_CFLAGS)
|
2002-09-12 11:56:08 +00:00
|
|
|
|
|
|
|
thread1_SOURCES = thread.c
|
|
|
|
thread1_CFLAGS = -DTESTNUM=1
|
|
|
|
thread2_SOURCES = thread.c
|
|
|
|
thread2_CFLAGS = -DTESTNUM=2
|
|
|
|
thread3_SOURCES = thread.c
|
|
|
|
thread3_CFLAGS = -DTESTNUM=3
|
|
|
|
thread4_SOURCES = thread.c
|
|
|
|
thread4_CFLAGS = -DTESTNUM=4
|
|
|
|
thread5_SOURCES = thread.c
|
|
|
|
thread5_CFLAGS = -DTESTNUM=5
|