2002-12-08 14:39:38 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-09-12 19:23:41 +00:00
|
|
|
plugin_LTLIBRARIES = \
|
|
|
|
libgstbasicomegascheduler.la \
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstbasicgthreadscheduler.la \
|
2002-09-12 19:23:41 +00:00
|
|
|
libgstbasicwingoscheduler.la \
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptscheduler.la \
|
2002-11-02 13:54:34 +00:00
|
|
|
libgstoptomegascheduler.la \
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstoptgthreadscheduler.la \
|
2002-11-02 13:54:34 +00:00
|
|
|
libgstoptwingoscheduler.la
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-09-12 19:23:41 +00:00
|
|
|
libgstbasicomegascheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicomegascheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_OMEGA
|
|
|
|
libgstbasicomegascheduler_la_LIBADD = ../libcothreads.la
|
|
|
|
libgstbasicomegascheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-02-11 01:38:55 +00:00
|
|
|
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstbasicgthreadscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicgthreadscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_GTHREAD
|
|
|
|
libgstbasicgthreadscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2002-08-13 22:30:46 +00:00
|
|
|
# some silly bug prevents us from putting both $(top_builddir) and
|
|
|
|
# $(src_dir) on the same line for CFLAGS (try it, reverse them, see the
|
|
|
|
# strangeness on your gcc line) so we pull this dirty += trick on it, hah !
|
2002-09-12 19:23:41 +00:00
|
|
|
libgstbasicwingoscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicwingoscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_WINGO
|
|
|
|
libgstbasicwingoscheduler_la_CFLAGS += -I$(top_builddir)/libs/ext/cothreads
|
|
|
|
libgstbasicwingoscheduler_la_CFLAGS += -I$(top_srcdir)/libs/ext/cothreads
|
|
|
|
libgstbasicwingoscheduler_la_LIBADD = $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
|
|
|
|
libgstbasicwingoscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptscheduler_la_SOURCES = gstoptimalscheduler.c
|
|
|
|
libgstoptscheduler_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstoptscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-03-30 17:05:03 +00:00
|
|
|
|
2002-09-12 21:00:57 +00:00
|
|
|
libgstoptomegascheduler_la_SOURCES = gstoptimalscheduler.c
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptomegascheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_OMEGA -DUSE_COTHREADS
|
2002-09-12 21:00:57 +00:00
|
|
|
libgstoptomegascheduler_la_LIBADD = ../libcothreads.la
|
|
|
|
libgstoptomegascheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstoptgthreadscheduler_la_SOURCES = gstoptimalscheduler.c
|
|
|
|
libgstoptgthreadscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_GTHREAD -DUSE_COTHREADS
|
|
|
|
libgstoptgthreadscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2002-11-02 13:54:34 +00:00
|
|
|
libgstoptwingoscheduler_la_SOURCES = gstoptimalscheduler.c
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptwingoscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_WINGO -DUSE_COTHREADS
|
2002-11-02 13:54:34 +00:00
|
|
|
libgstoptwingoscheduler_la_CFLAGS += -I$(top_builddir)/libs/ext/cothreads
|
|
|
|
libgstoptwingoscheduler_la_CFLAGS += -I$(top_srcdir)/libs/ext/cothreads
|
|
|
|
libgstoptwingoscheduler_la_LIBADD = $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
|
|
|
|
libgstoptwingoscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
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:
|
2002-07-12 14:14:30 +00:00
|
|
|
cd $(top_builddir)/libs/ext/cothreads/cothreads && ${MAKE}
|
2002-02-12 22:28:25 +00:00
|
|
|
|
2003-03-11 21:01:31 +00:00
|
|
|
noinst_HEADERS = cothreads_compat.h gthread-cothreads.h
|