2000-01-31 06:46:18 +00:00
|
|
|
#noinst_PROGRAMS = basic m types a r plugin w s args mpg123 mcut push qtest
|
|
|
|
noinst_PROGRAMS = qtest spectrum record wave mp3 teardown buffer mp3parse \
|
2000-02-06 00:55:23 +00:00
|
|
|
mpeg2parse mp1parse mp3play ac3parse ac3play dvdcat fake cobin
|
2000-01-30 10:44:33 +00:00
|
|
|
|
2000-01-31 05:55:22 +00:00
|
|
|
SUBDIRS = xml cothreads bindings
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
spectrum_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
|
|
spectrum_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
wave_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
|
|
wave_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
|
|
|
|
buffer_SOURCES = buffer.c mem.c
|
|
|
|
teardown_SOURCES = teardown.c mem.c
|
|
|
|
ac3play_SOURCES = ac3play.c mem.c
|
|
|
|
|
2000-01-31 05:55:22 +00:00
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
|
2000-01-30 10:44:33 +00:00
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) \
|
|
|
|
$(shell gnome-config --cflags gnomeui)
|
|
|
|
|
|
|
|
EXTRA_DIST = README
|