egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink
[platform/upstream/gstreamer.git] / pkgconfig / Makefile.am
1
2 ### all of the standard pc files we need to generate
3 pcverfiles =  \
4         gstreamer-plugins-bad-@GST_API_VERSION@.pc \
5         gstreamer-codecparsers-@GST_API_VERSION@.pc \
6         gstreamer-insertbin-@GST_API_VERSION@.pc \
7         gstreamer-mpegts-@GST_API_VERSION@.pc
8
9 pcverfiles_uninstalled = \
10         gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
11         gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
12         gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
13         gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc
14
15 if HAVE_GST_GL
16 pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc
17 pcverfiles_uninstalled += gstreamer-gl-@GST_API_VERSION@-uninstalled.pc
18 endif
19
20 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
21
22 cp_verbose = $(cp_verbose_$(V))
23 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
24 cp_verbose_0 = @echo "  CP     $@";
25
26 ### how to generate versioned .pc files from .pc files in this dir
27 %-@GST_API_VERSION@.pc: %.pc
28         $(cp_verbose_0)cp $< $@
29 %-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
30         $(cp_verbose_0)cp $< $@
31
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = $(pcverfiles)
34
35 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
36 pcinfiles = \
37            gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in \
38            gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \
39            gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \
40            gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \
41            gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in
42
43 DISTCLEANFILES = $(pcinfiles:.in=)
44 EXTRA_DIST = $(pcinfiles)