2004-02-03 16:49:54 +00:00
|
|
|
# variables used for enum/marshal generation
|
|
|
|
glib_enum_headers=$(mixer_headers)
|
|
|
|
glib_enum_define=GST_MIXER
|
|
|
|
glib_enum_prefix=gst_mixer
|
|
|
|
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
libgstmixerincludedir = \
|
2003-10-10 12:24:20 +00:00
|
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/mixer
|
2003-09-13 01:20:04 +00:00
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
mixer_headers = \
|
2003-10-10 12:24:20 +00:00
|
|
|
mixer.h \
|
|
|
|
mixertrack.h
|
2003-09-13 01:20:04 +00:00
|
|
|
|
2004-02-03 20:20:07 +00:00
|
|
|
built_sources = \
|
|
|
|
mixer-marshal.c \
|
|
|
|
mixer-enumtypes.c
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
built_headers = \
|
2004-02-03 20:20:07 +00:00
|
|
|
mixer-marshal.h \
|
|
|
|
mixer-enumtypes.h
|
2004-02-03 08:56:06 +00:00
|
|
|
|
|
|
|
libgstmixerinclude_HEADERS = $(mixer_headers) $(built_headers)
|
|
|
|
|
2003-10-30 02:36:42 +00:00
|
|
|
noinst_LTLIBRARIES = libgstmixer.la
|
2003-09-13 01:20:04 +00:00
|
|
|
|
2003-10-10 12:24:20 +00:00
|
|
|
libgstmixer_la_SOURCES = \
|
|
|
|
mixer.c \
|
2003-12-07 12:11:30 +00:00
|
|
|
mixertrack.c \
|
2004-02-03 20:20:07 +00:00
|
|
|
$(built_sources)
|
2004-02-03 16:49:54 +00:00
|
|
|
|
2003-10-30 02:36:42 +00:00
|
|
|
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
2003-12-07 12:11:30 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = \
|
2004-02-03 20:20:07 +00:00
|
|
|
$(built_sources) \
|
2004-02-03 16:49:54 +00:00
|
|
|
$(built_headers)
|
2003-12-07 12:11:30 +00:00
|
|
|
|
2004-02-03 16:49:54 +00:00
|
|
|
EXTRA_DIST = mixer-marshal.list
|
2003-12-07 12:11:30 +00:00
|
|
|
|
2003-12-13 21:46:47 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
2004-02-03 16:49:54 +00:00
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|