2002-01-15 21:00:56 +00:00
|
|
|
|
2004-01-07 13:13:03 +00:00
|
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
2000-12-31 22:13:31 +00:00
|
|
|
|
2004-05-08 17:38:24 +00:00
|
|
|
if GST_DISABLE_TRACE
|
2004-05-09 14:30:04 +00:00
|
|
|
LAT =
|
2004-05-08 17:38:24 +00:00
|
|
|
else
|
2004-05-09 14:30:04 +00:00
|
|
|
LAT = lat
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2003-02-10 20:08:59 +00:00
|
|
|
endif
|
2000-07-17 17:14:15 +00:00
|
|
|
|
2004-07-02 03:26:44 +00:00
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements
|
2004-05-08 17:38:24 +00:00
|
|
|
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
LIBS = $(GST_OBJ_LIBS)
|
|
|
|
|
2000-07-17 17:14:15 +00:00
|
|
|
EXTRA_DIST = README
|
2004-01-07 13:13:03 +00:00
|
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|