2000-01-31 09:43:08 +00:00
|
|
|
noinst_PROGRAMS = test simple
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
test_SOURCES = test.c cothreads.c object.c looper.c
|
2000-08-14 15:17:24 +00:00
|
|
|
test_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
|
|
test_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
simple_SOURCES = simple.c cothreads.c
|
2000-08-14 15:17:24 +00:00
|
|
|
simple_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
|
|
simple_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
2000-01-31 05:55:22 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = cothreads.h object.h looper.h
|
2000-12-03 15:02:24 +00:00
|
|
|
|
|
|
|
cothreads.c: $(top_srcdir)/gst/cothreads.c
|
|
|
|
ln -sf $< $@
|
|
|
|
cothreads.h: $(top_srcdir)/gst/cothreads.h
|
|
|
|
ln -sf $< $@
|