gstreamer/gst-libs/gst/interfaces/Makefile.am

62 lines
1.8 KiB
Makefile
Raw Normal View History

2012-04-04 12:41:22 +00:00
lib_LTLIBRARIES = libgstphotography-@GST_API_VERSION@.la
2009-02-06 10:06:23 +00:00
libgstphotographyincludedir = \
2012-04-04 12:41:22 +00:00
$(includedir)/gstreamer-@GST_API_VERSION@/gst/interfaces
2009-02-06 10:06:23 +00:00
headers_photography = \
photography.h
# variables used for enum/marshal generation
glib_enum_headers=$(headers_photography)
glib_enum_define=GST_PHOTOGRAPHY
glib_gen_prefix=gst_photography
glib_gen_basename=photography
2009-02-06 10:06:23 +00:00
built_sources = \
photography-enumtypes.c
built_headers = \
photography-enumtypes.h
libgstphotographyinclude_HEADERS = \
$(headers_photography)
nodist_libgstphotographyinclude_HEADERS = \
photography-enumtypes.h
2012-04-04 12:41:22 +00:00
libgstphotography_@GST_API_VERSION@_la_SOURCES = \
2009-02-06 10:06:23 +00:00
photography.c
2012-04-04 12:41:22 +00:00
nodist_libgstphotography_@GST_API_VERSION@_la_SOURCES = \
2009-02-06 10:06:23 +00:00
$(built_sources)
2012-04-04 12:41:22 +00:00
libgstphotography_@GST_API_VERSION@_la_CFLAGS = \
-DGST_USE_UNSTABLE_API \
$(GST_PLUGINS_BAD_CFLAGS) \
$(GST_CFLAGS)
2012-04-04 12:41:22 +00:00
libgstphotography_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
libgstphotography_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
2009-02-06 10:06:23 +00:00
BUILT_SOURCES = \
$(built_sources) \
$(built_headers)
CLEANFILES = $(BUILT_SOURCES)
include $(top_srcdir)/common/gst-glib-gen.mak
Android.mk: $(BUILT_SOURCES) Makefile.am
2012-04-04 12:41:22 +00:00
androgenizer -:PROJECT libgstphotography -:STATIC libgstphotography-@GST_API_VERSION@ \
-:TAGS eng debug \
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
2012-04-04 12:41:22 +00:00
-:SOURCES $(libgstphotography_@GST_API_VERSION@_la_SOURCES) \
$(built_sources) \
2012-04-04 12:41:22 +00:00
-:CFLAGS $(DEFS) $(libgstphotography_@GST_API_VERSION@_la_CFLAGS) \
-:LDFLAGS $(libgstphotography_@GST_API_VERSION@_la_LDFLAGS) \
$(libgstphotography_@GST_API_VERSION@_la_LIBADD) \
-ldl \
2012-04-04 12:41:22 +00:00
-:HEADER_TARGET gstreamer-@GST_API_VERSION@/gst/photography \
-:HEADERS $(libgstphotographyinclude_HEADERS) \
$(built_headers) \
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
> $@