2004-02-03 16:49:54 +00:00
|
|
|
# variables used for enum/marshal generation
|
|
|
|
glib_enum_headers=$(tuner_headers)
|
|
|
|
glib_enum_define=GST_TUNER
|
|
|
|
glib_enum_prefix=gst_tuner
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
libgsttunerincludedir = \
|
2003-10-10 12:47:41 +00:00
|
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/tuner
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
tuner_headers = \
|
|
|
|
tuner.h \
|
|
|
|
tunernorm.h \
|
|
|
|
tunerchannel.h
|
|
|
|
|
2004-02-03 20:20:07 +00:00
|
|
|
built_sources = \
|
|
|
|
tuner-marshal.c \
|
|
|
|
tuner-enumtypes.c
|
|
|
|
|
2004-02-03 08:56:06 +00:00
|
|
|
built_headers = \
|
2004-02-03 20:20:07 +00:00
|
|
|
tuner-marshal.h \
|
|
|
|
tuner-enumtypes.h
|
2004-02-03 08:56:06 +00:00
|
|
|
|
2004-02-27 02:39:18 +00:00
|
|
|
libgsttunerinclude_HEADERS = \
|
|
|
|
$(tuner_headers) \
|
|
|
|
tuner-enumtypes.h
|
2003-10-10 12:47:41 +00:00
|
|
|
|
2003-10-30 02:36:42 +00:00
|
|
|
noinst_LTLIBRARIES = libgsttuner.la
|
2003-10-10 12:47:41 +00:00
|
|
|
|
|
|
|
libgsttuner_la_SOURCES = \
|
|
|
|
tuner.c \
|
|
|
|
tunernorm.c \
|
2004-02-27 02:39:18 +00:00
|
|
|
tunerchannel.c
|
|
|
|
nodist_libgsttuner_la_SOURCES = \
|
|
|
|
$(built_sources) \
|
|
|
|
tuner-marshal.h
|
2004-02-03 16:49:54 +00:00
|
|
|
|
2003-10-30 02:36:42 +00:00
|
|
|
libgsttuner_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 20:20:07 +00:00
|
|
|
EXTRA_DIST = tuner-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
|