2004-02-03 16:49:54 +00:00
|
|
|
# variables used for enum generation
|
|
|
|
glib_enum_headers=$(play_headers)
|
|
|
|
glib_enum_define=GST_PLAY
|
|
|
|
glib_enum_prefix=gst_play
|
|
|
|
|
2002-10-27 20:59:41 +00:00
|
|
|
librarydir = $(libdir)
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
play_headers = \
|
|
|
|
play.h
|
|
|
|
|
|
|
|
built_headers = \
|
2004-02-03 20:20:07 +00:00
|
|
|
play-enumtypes.h
|
2004-02-03 08:56:06 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2004-06-24 01:43:55 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c
|
|
|
|
nodist_libgstplay_@GST_MAJORMINOR@_la_SOURCES = play-enumtypes.c
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
2004-07-02 10:02:13 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers)
|
|
|
|
nodist_libgstplay_@GST_MAJORMINOR@include_HEADERS = $(built_headers)
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
2004-04-19 22:51:57 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
|
2004-01-07 21:49:25 +00:00
|
|
|
$(GST_LIBS) $(GST_PLUGINS_LIBS) \
|
|
|
|
$(GST_CONTROL_LIBS) \
|
|
|
|
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
|
2003-12-11 22:29:14 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \
|
|
|
|
-version-info @GST_PLUGINS_LIBVERSION@
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
BUILT_SOURCES = \
|
2004-02-03 20:20:07 +00:00
|
|
|
play-enumtypes.c \
|
2004-02-03 16:49:54 +00:00
|
|
|
$(built_headers)
|
2004-02-03 08:56:06 +00:00
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
2004-02-03 16:49:54 +00:00
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|