tag: add mklicensestables utility
[platform/upstream/gstreamer.git] / gst-libs / gst / tag / Makefile.am
1 libgsttagincludedir = \
2         $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/tag
3
4 libgsttaginclude_HEADERS = \
5         tag.h gsttagdemux.h gsttagmux.h xmpwriter.h
6
7 lib_LTLIBRARIES = libgsttag-@GST_MAJORMINOR@.la
8
9 libgsttag_@GST_MAJORMINOR@_la_SOURCES = \
10         gstvorbistag.c gstid3tag.c gstxmptag.c gstexiftag.c \
11         lang.c licenses.c tags.c gsttagdemux.c gsttagmux.c \
12         gsttageditingprivate.c xmpwriter.c
13
14 libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
15         $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
16         -DLICENSE_TRANSLATIONS_PATH=\"$(pkgdatadir)/license-translations.dict\"
17 libgsttag_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
18 libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
19
20 # lang-tables.dat contains generated static data and is included by lang.c
21 # licenses-tables.dat contains generated data and is included by licenses.c
22 EXTRA_DIST = lang-tables.dat licenses-tables.dat
23
24 noinst_HEADERS = gsttageditingprivate.h
25
26 if HAVE_INTROSPECTION
27 BUILT_GIRSOURCES = GstTag-@GST_MAJORMINOR@.gir
28
29 gir_headers=$(patsubst %,$(srcdir)/%, $(libgsttaginclude_HEADERS))
30 gir_sources=$(patsubst %,$(srcdir)/%, $(libgsttag_@GST_MAJORMINOR@_la_SOURCES))
31 gir_cincludes=$(patsubst %,--c-include='gst/tag/%',$(libgsttaginclude_HEADERS))
32
33 GstTag-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_MAJORMINOR@.la
34         $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
35                 GST_PLUGIN_SYSTEM_PATH="" GST_PLUGIN_PATH="" GST_REGISTRY_UPDATE=no \
36                 $(INTROSPECTION_SCANNER) -v --namespace GstTag \
37                 --nsversion=@GST_MAJORMINOR@ \
38                 --strip-prefix=Gst \
39                 $(gir_cincludes) \
40                 --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \
41                 --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_MAJORMINOR@` \
42                 --library=libgsttag-@GST_MAJORMINOR@.la \
43                 --include=Gst-@GST_MAJORMINOR@ \
44                 --include=GstBase-@GST_MAJORMINOR@ \
45                 --libtool="$(top_builddir)/libtool" \
46                 --pkg gstreamer-@GST_MAJORMINOR@ \
47                 --pkg gstreamer-base-@GST_MAJORMINOR@ \
48                 --pkg-export gstreamer-tag-@GST_MAJORMINOR@ \
49                 --add-init-section="gst_init(NULL,NULL);" \
50                 --output $@ \
51                 $(gir_headers) \
52                 $(gir_sources)
53
54 # INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
55 # install anything - we need to install inside our prefix.
56 girdir = $(datadir)/gir-1.0
57 gir_DATA = $(BUILT_GIRSOURCES)
58
59 typelibsdir = $(libdir)/girepository-1.0/
60
61 typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
62
63 %.typelib: %.gir $(INTROSPECTION_COMPILER)
64         $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
65                 $(INTROSPECTION_COMPILER) \
66                 --includedir=$(srcdir) \
67                 --includedir=$(builddir) \
68                 --includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \
69                 --includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_MAJORMINOR@` \
70                 $(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
71
72 CLEANFILES = $(BUILT_GIRSOURCES) $(typelibs_DATA)
73 endif
74
75 # little program that reads iso_639.xml and outputs tables for us as fallback
76 # for when iso-codes are not available (and so we don't have to read the xml
77 # just to map codes)
78 if USE_ISO_CODES
79 ISO_CODE_PROGS = mklangtables
80 mklangtables_SOURCES = mklangtables.c
81 mklangtables_CFLAGS = $(GST_CFLAGS)
82 mklangtables_LDADD = $(GST_LIBS)
83 else
84 ISO_CODE_PROGS =
85 endif
86
87 LICENSE_PROGS = mklicensestables
88 mklicensestables_SOURCES = mklicensestables.c
89 mklicensestables_CFLAGS = $(GST_CFLAGS)
90 mklicensestables_LDADD = $(GST_LIBS)
91
92 noinst_PROGRAMS = $(ISO_CODE_PROGS) $(LICENSE_PROGS)
93
94 update-licenses: mklicensestables
95         $(builddir)/mklicensestables \
96                 --translation-dictionary=$(builddir)/license-translations.dict \
97                 > $(builddir)/licenses-tables.dat && \
98                 echo "Updated licenses-tables.dat and license-translations.dict"
99
100 #if USE_NLS
101 # Yes, this is not great, but it's only an implementation detail. The
102 # translations come from an external source here, so we don't want the
103 # strings retranslated, but also we don't want to create 30 1kB .mo files,
104 # so just do something for now, we can change it later if someone really cares.
105 licensetransdir = $(pkgdatadir)
106 licensetrans_DATA = $(builddir)/license-translations.dict
107 #endif
108
109 Android.mk: Makefile.am
110         androgenizer -:PROJECT libgsttag -:SHARED libgsttag-@GST_MAJORMINOR@ \
111          -:TAGS eng debug \
112          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
113          -:SOURCES $(libgsttag_@GST_MAJORMINOR@_la_SOURCES) \
114          -:CFLAGS $(DEFS) $(libgsttag_@GST_MAJORMINOR@_la_CFLAGS) \
115          -:LDFLAGS $(libgsttag_@GST_MAJORMINOR@_la_LDFLAGS) \
116                    $(libgsttag_@GST_MAJORMINOR@_la_LIBADD) \
117                    -ldl \
118          -:HEADER_TARGET gstreamer-@GST_MAJORMINOR@/gst/tag \
119          -:HEADERS $(libgsttaginclude_HEADERS) \
120          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
121         > $@