2006-05-19 19:24:35 +00:00
|
|
|
lib_LTLIBRARIES = libgstreamersharpglue-0.10.la
|
|
|
|
|
2006-05-20 22:35:40 +00:00
|
|
|
libgstreamersharpglue_0_10_la_SOURCES = \
|
2006-08-20 22:37:48 +00:00
|
|
|
buffer.c \
|
2009-04-14 11:31:06 +00:00
|
|
|
caps.c \
|
2009-04-27 09:32:58 +00:00
|
|
|
clock.c \
|
|
|
|
clockentry.c \
|
2006-05-20 22:35:40 +00:00
|
|
|
message.c \
|
2009-04-23 12:32:08 +00:00
|
|
|
event.c \
|
2009-04-14 11:31:06 +00:00
|
|
|
structure.c \
|
2009-04-21 12:31:29 +00:00
|
|
|
taglist.c \
|
2009-04-27 10:34:20 +00:00
|
|
|
task.c \
|
2009-04-23 19:12:31 +00:00
|
|
|
object.c \
|
2009-04-28 19:03:44 +00:00
|
|
|
pad.c \
|
2009-04-30 11:10:15 +00:00
|
|
|
gobject.c \
|
2009-04-30 13:13:31 +00:00
|
|
|
typefind.c \
|
2009-04-30 13:40:17 +00:00
|
|
|
indexentry.c \
|
2009-05-09 18:04:43 +00:00
|
|
|
indexfactory.c \
|
2009-05-12 10:04:53 +00:00
|
|
|
mixertrack.c \
|
2009-05-28 13:31:01 +00:00
|
|
|
tunernorm.c \
|
2009-05-31 19:10:45 +00:00
|
|
|
adapter.c \
|
|
|
|
controller.c \
|
|
|
|
controlsource.c
|
2006-05-19 19:24:35 +00:00
|
|
|
|
2006-06-04 16:49:35 +00:00
|
|
|
nodist_libgstreamersharpglue_0_10_la_SOURCES = generated.c
|
2006-05-19 19:24:35 +00:00
|
|
|
|
|
|
|
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
|
|
|
|
|
2009-05-22 17:24:09 +00:00
|
|
|
libgstreamersharpglue_0_10_la_LDFLAGS = -module -avoid-version -no-undefined
|
|
|
|
libstreamersharpglue.dll: $(libstreamersharpglue_0_10_la_OBJECTS) libstreamersharpglue.rc libstreamersharpglue.def
|
|
|
|
./build-dll libstreamersharpglue-0.10 $(VERSION)
|
|
|
|
|
2009-05-06 11:57:56 +00:00
|
|
|
INCLUDES = -Wall $(GST_CFLAGS) -I$(top_srcdir)
|
2006-05-19 19:24:35 +00:00
|
|
|
|
|
|
|
CLEANFILES= lib*.a lib*.la
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|