2002-01-15 21:00:56 +00:00
|
|
|
# This directory depends on an x86 computer, so if nasm is present, we're good
|
|
|
|
# complain to hadess@hadess.net
|
2002-09-23 05:35:08 +00:00
|
|
|
# bufspeed gives warnings, can someone please fix that ?
|
2002-01-15 21:00:56 +00:00
|
|
|
if HAVE_NASM
|
2002-09-23 05:35:08 +00:00
|
|
|
NASMDEP_DIR=memchunk #bufspeed
|
2002-01-15 21:00:56 +00:00
|
|
|
else
|
|
|
|
NASMDEP_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-08-02 11:43:25 +00:00
|
|
|
SUBDIRS = $(NASMDEP_DIR) muxing sched threadstate seeking
|
2000-12-31 22:13:31 +00:00
|
|
|
|
2002-01-05 01:25:28 +00:00
|
|
|
noinst_PROGRAMS = lat
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2002-01-05 01:25:28 +00:00
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
|
|
lat_LDFLAGS = $(GST_LIBS)
|
2000-07-17 17:14:15 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README
|
2002-08-02 11:43:25 +00:00
|
|
|
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|