basesrc: Downgrade EOS warning
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1
2 plugin_LTLIBRARIES = libgstcoreelements.la
3
4 libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_API_VERSION@.la
5 libgstcoreelements_la_SOURCES = \
6         gstcapsfilter.c         \
7         gstconcat.c             \
8         gstdataurisrc.c         \
9         gstdownloadbuffer.c     \
10         gstelements.c           \
11         gstelements_private.c   \
12         gstfakesrc.c            \
13         gstfakesink.c           \
14         gstfdsrc.c              \
15         gstfdsink.c             \
16         gstfilesink.c           \
17         gstfilesrc.c            \
18         gstfunnel.c             \
19         gstidentity.c           \
20         gstinputselector.c      \
21         gstoutputselector.c     \
22         gstmultiqueue.c         \
23         gstqueue.c              \
24         gstqueue2.c             \
25         gstsparsefile.c         \
26         gsttee.c                \
27         gsttypefindelement.c    \
28         gststreamiddemux.c      \
29         gstvalve.c
30
31 libgstcoreelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
32 libgstcoreelements_la_LIBADD = \
33         $(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la \
34         $(GST_OBJ_LIBS)
35 libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
36
37 noinst_HEADERS =                \
38         gstcapsfilter.h         \
39         gstconcat.h             \
40         gstdataurisrc.h         \
41         gstdownloadbuffer.h     \
42         gstelements_private.h   \
43         gstfakesink.h           \
44         gstfakesrc.h            \
45         gstfdsrc.h              \
46         gstfdsink.h             \
47         gstfilesink.h           \
48         gstfilesrc.h            \
49         gstfunnel.h             \
50         gstidentity.h           \
51         gstinputselector.h      \
52         gstoutputselector.h     \
53         gstmultiqueue.h         \
54         gstqueue.h              \
55         gstqueue2.h             \
56         gstsparsefile.h         \
57         gsttee.h                \
58         gsttypefindelement.h    \
59         gststreamiddemux.h      \
60         gstvalve.h
61
62 EXTRA_DIST = gstfdsrc.c \
63              gstfdsink.c
64
65
66 CLEANFILES = *.gcno *.gcda *.gcov *.gcov.out
67
68 %.c.gcov: .libs/libgstcoreelements_la-%.gcda %.c
69         $(GCOV) -b -f -o $^ > $@.out
70
71 gcov: $(libgstcoreelements_la_SOURCES:=.gcov)