2009-08-06 10:47:38 +00:00
|
|
|
built_header_make = gesmarshal.h
|
|
|
|
build_source_make = gesmarshal.c
|
2009-08-04 15:16:31 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libges-@GST_MAJORMINOR@.la
|
|
|
|
|
2009-08-06 10:47:38 +00:00
|
|
|
EXTRA_libges_@GST_MAJORMINOR@_la_SOURCES = gesmarshal.list
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES) $(built_header_make) $(built_source_make)
|
2009-08-04 15:16:31 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
libges_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
ges.c \
|
2009-08-07 14:45:16 +00:00
|
|
|
ges-custom-timeline-source.c \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-simple-timeline-layer.c \
|
|
|
|
ges-timeline.c \
|
|
|
|
ges-timeline-layer.c \
|
|
|
|
ges-timeline-object.c \
|
|
|
|
ges-timeline-pipeline.c \
|
|
|
|
ges-timeline-source.c \
|
2009-09-21 10:51:16 +00:00
|
|
|
ges-timeline-file-source.c \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-timeline-transition.c \
|
2010-06-10 11:23:59 +00:00
|
|
|
ges-timeline-background-source.c \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-track.c \
|
2009-08-06 16:54:01 +00:00
|
|
|
ges-track-object.c \
|
2009-09-21 10:51:16 +00:00
|
|
|
ges-track-source.c \
|
2010-05-20 08:44:01 +00:00
|
|
|
ges-track-filesource.c \
|
2010-05-24 12:55:53 +00:00
|
|
|
ges-track-transition.c \
|
2010-06-10 11:29:22 +00:00
|
|
|
ges-track-background-source.c \
|
2010-06-10 15:44:17 +00:00
|
|
|
ges-track-video-background-source.c \
|
2010-05-20 08:44:01 +00:00
|
|
|
ges-utils.c
|
2009-08-04 15:16:31 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
libges_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/ges/
|
|
|
|
libges_@GST_MAJORMINOR@include_HEADERS = \
|
2009-08-06 10:14:37 +00:00
|
|
|
ges-types.h \
|
2009-08-06 09:23:01 +00:00
|
|
|
ges.h \
|
2009-08-07 14:45:16 +00:00
|
|
|
ges-custom-timeline-source.h \
|
2009-08-06 17:51:29 +00:00
|
|
|
ges-internal.h \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-simple-timeline-layer.h \
|
|
|
|
ges-timeline.h \
|
|
|
|
ges-timeline-layer.h \
|
|
|
|
ges-timeline-object.h \
|
|
|
|
ges-timeline-pipeline.h \
|
|
|
|
ges-timeline-source.h \
|
2009-09-21 10:51:16 +00:00
|
|
|
ges-timeline-file-source.h \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-timeline-transition.h \
|
2010-06-10 11:23:59 +00:00
|
|
|
ges-timeline-background-source.h \
|
2009-08-04 15:16:31 +00:00
|
|
|
ges-track.h \
|
2009-08-06 16:54:01 +00:00
|
|
|
ges-track-object.h \
|
2009-09-21 10:51:16 +00:00
|
|
|
ges-track-source.h \
|
2010-05-20 08:44:01 +00:00
|
|
|
ges-track-filesource.h \
|
2010-05-24 12:55:53 +00:00
|
|
|
ges-track-transition.h \
|
2010-06-10 11:29:22 +00:00
|
|
|
ges-track-background-source.h \
|
2010-06-10 15:44:17 +00:00
|
|
|
ges-track-video-background-source.h \
|
2010-05-20 08:44:01 +00:00
|
|
|
ges-utils.h
|
2009-08-04 15:16:31 +00:00
|
|
|
|
2010-05-25 14:35:16 +00:00
|
|
|
libges_@GST_MAJORMINOR@_la_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libges_@GST_MAJORMINOR@_la_LIBADD = $(GST_PROFILE_LIBS) $(GST_DISCOVERER_LIBS) $(GST_CONTROLLER_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
2010-04-20 10:28:59 +00:00
|
|
|
libges_@GST_MAJORMINOR@_la_LDFLAGS = -lgstprofile-@GST_MAJORMINOR@ $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
2009-08-04 15:16:31 +00:00
|
|
|
|
2009-08-06 10:47:38 +00:00
|
|
|
DISTCLEANFILE = $(CLEANFILES)
|
|
|
|
|
|
|
|
#files built on make all/check/instal
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
$(built_header_make) \
|
|
|
|
$(built_source_make)
|
|
|
|
|
|
|
|
gesmarshal.h: gesmarshal.list
|
|
|
|
glib-genmarshal --header --prefix=ges_marshal $^ > gesmarshal.h.tmp
|
|
|
|
mv gesmarshal.h.tmp gesmarshal.h
|
|
|
|
|
|
|
|
gesmarshal.c: gesmarshal.list
|
|
|
|
echo "#include \"glib-object.h\"" >gesmarshal.c.tmp
|
|
|
|
echo "#include \"gesmarshal.h\"" >> gesmarshal.c.tmp
|
|
|
|
glib-genmarshal --body --prefix=ges_marshal $^ >> gesmarshal.c.tmp
|
|
|
|
mv gesmarshal.c.tmp gesmarshal.c
|