2002-01-12 00:47:40 +00:00
|
|
|
plugindir = $(libdir)/gst
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-05-06 19:23:37 +00:00
|
|
|
plugin_LTLIBRARIES = libgstbasicscheduler.la libgststandardscheduler.la libgstfastbasicscheduler.la libgstfaststandardscheduler.la
|
2001-12-04 22:12:50 +00:00
|
|
|
|
|
|
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
2002-05-06 19:23:37 +00:00
|
|
|
libgstbasicscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_BASIC
|
2002-03-19 04:10:13 +00:00
|
|
|
libgstbasicscheduler_la_LIBADD = ../libcothreads.la
|
2002-03-19 05:46:38 +00:00
|
|
|
libgstbasicscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-02-11 01:38:55 +00:00
|
|
|
|
2002-05-06 19:23:37 +00:00
|
|
|
libgststandardscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgststandardscheduler_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/libs/ext/cothreads -D_COTHREADS_STANDARD
|
2002-03-19 04:10:13 +00:00
|
|
|
libgststandardscheduler_la_LIBADD = $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
|
2002-03-19 05:46:38 +00:00
|
|
|
libgststandardscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-02-12 22:28:25 +00:00
|
|
|
|
2002-05-06 19:23:37 +00:00
|
|
|
libgstfastbasicscheduler_la_SOURCES = gstfastscheduler.c
|
|
|
|
libgstfastbasicscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_BASIC
|
|
|
|
libgstfastbasicscheduler_la_LIBADD = ../libcothreads.la
|
|
|
|
libgstfastbasicscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
libgstfaststandardscheduler_la_SOURCES = gstfastscheduler.c
|
|
|
|
libgstfaststandardscheduler_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/libs/ext/cothreads -D_COTHREADS_STANDARD
|
|
|
|
libgstfaststandardscheduler_la_LIBADD = $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
|
|
|
|
libgstfaststandardscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-03-30 17:05:03 +00:00
|
|
|
|
2002-02-12 22:28:25 +00:00
|
|
|
## this is a REALLY evil hack
|
|
|
|
## but we need to keep it as long as we have libs/gst and libs/ext
|
|
|
|
$(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la:
|
|
|
|
cd $(top_builddir)/libs/ext/cothreads/cothreads && make
|
|
|
|
|
2002-05-07 20:24:56 +00:00
|
|
|
EXTRA_DIST = cothreads_compat.h
|