gstpad: only warn on performance penalty if not using the template caps
[platform/upstream/gstreamer.git] / gst / Makefile.am
index 0e0c78f..b06ec4f 100644 (file)
@@ -35,8 +35,7 @@ DIST_SUBDIRS = parse printf
 # make variables for all generated source and header files to make the
 # distinction clear
 
 # make variables for all generated source and header files to make the
 # distinction clear
 
-built_header_configure = gstversion.h
-built_sys_header_configure = gstconfig.h
+built_headers_configure = gstversion.h gstconfig.h
 built_header_make = gstenumtypes.h
 built_source_make = gstenumtypes.c
 
 built_header_make = gstenumtypes.h
 built_source_make = gstenumtypes.c
 
@@ -60,7 +59,6 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \
        gstcapsfeatures.c       \
        gstchildproxy.c         \
        gstclock.c              \
        gstcapsfeatures.c       \
        gstchildproxy.c         \
        gstclock.c              \
-       gstclock-linreg.c       \
        gstcontext.c \
        gstcontrolbinding.c \
        gstcontrolsource.c \
        gstcontext.c \
        gstcontrolbinding.c \
        gstcontrolsource.c \
@@ -70,6 +68,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \
        gstdevicemonitor.c      \
        gstdeviceprovider.c     \
        gstdeviceproviderfactory.c \
        gstdevicemonitor.c      \
        gstdeviceprovider.c     \
        gstdeviceproviderfactory.c \
+       gstdynamictypefactory.c \
        gstelement.c            \
        gstelementfactory.c     \
        gsterror.c              \
        gstelement.c            \
        gstelementfactory.c     \
        gsterror.c              \
@@ -126,14 +125,13 @@ nodist_libgstreamer_@GST_API_VERSION@_la_SOURCES = $(built_source_make)
 
 # BUILT_SOURCES are built on make all/check/install before all other targets
 BUILT_SOURCES = \
 
 # BUILT_SOURCES are built on make all/check/install before all other targets
 BUILT_SOURCES = \
-        $(built_header_configure)      \
-        $(built_sys_header_configure)  \
+        $(built_headers_configure)     \
         $(built_header_make)           \
         $(built_source_make)
 # CLEANFILES is for files generated by make
 CLEANFILES = $(built_header_make) $(built_source_make) $(as_dll_cleanfiles) *.gcno *.gcda *.gcov *.gcov.out
 # DISTCLEANFILES is for files generated by configure
         $(built_header_make)           \
         $(built_source_make)
 # CLEANFILES is for files generated by make
 CLEANFILES = $(built_header_make) $(built_source_make) $(as_dll_cleanfiles) *.gcno *.gcda *.gcov *.gcov.out
 # DISTCLEANFILES is for files generated by configure
-DISTCLEANFILES = $(built_header_configure) $(built_sys_header_configure)
+DISTCLEANFILES = $(built_headers_configure)
 
 libgstreamer_@GST_API_VERSION@_la_CFLAGS =             \
        -D_GNU_SOURCE                                   \
 
 libgstreamer_@GST_API_VERSION@_la_CFLAGS =             \
        -D_GNU_SOURCE                                   \
@@ -142,6 +140,8 @@ libgstreamer_@GST_API_VERSION@_la_CFLAGS =          \
        -DGST_API_VERSION=\""$(GST_API_VERSION)"\"      \
        -DGST_DISABLE_DEPRECATED                        \
        $(VALGRIND_CFLAGS)                              \
        -DGST_API_VERSION=\""$(GST_API_VERSION)"\"      \
        -DGST_DISABLE_DEPRECATED                        \
        $(VALGRIND_CFLAGS)                              \
+       $(UNWIND_CFLAGS)                                \
+       $(DW_CFLAGS)                            \
        $(GST_ALL_CFLAGS)
 
 libgstreamer_@GST_API_VERSION@_la_LIBADD =             \
        $(GST_ALL_CFLAGS)
 
 libgstreamer_@GST_API_VERSION@_la_LIBADD =             \
@@ -150,6 +150,8 @@ libgstreamer_@GST_API_VERSION@_la_LIBADD =          \
        $(GST_ALL_LIBS)                                 \
        $(WIN32_LIBS)                                   \
        $(SOCKET_LIBS)                                  \
        $(GST_ALL_LIBS)                                 \
        $(WIN32_LIBS)                                   \
        $(SOCKET_LIBS)                                  \
+       $(UNWIND_LIBS)                                  \
+       $(DW_LIBS)                                      \
        $(LIBM)
 
 libgstreamer_@GST_API_VERSION@_la_LDFLAGS =            \
        $(LIBM)
 
 libgstreamer_@GST_API_VERSION@_la_LDFLAGS =            \
@@ -182,6 +184,7 @@ gst_headers =                       \
        gstdevice.h             \
        gstdeviceprovider.h     \
        gstdeviceproviderfactory.h \
        gstdevice.h             \
        gstdeviceprovider.h     \
        gstdeviceproviderfactory.h \
+       gstdynamictypefactory.h \
        gstelementfactory.h     \
        gsterror.h              \
        gstevent.h              \
        gstelementfactory.h     \
        gsterror.h              \
        gstevent.h              \
@@ -232,10 +235,7 @@ gst_headers =                      \
 libgstreamer_@GST_API_VERSION@include_HEADERS = $(gst_headers) math-compat.h
 
 nodist_libgstreamer_@GST_API_VERSION@include_HEADERS = \
 libgstreamer_@GST_API_VERSION@include_HEADERS = $(gst_headers) math-compat.h
 
 nodist_libgstreamer_@GST_API_VERSION@include_HEADERS = \
-       $(built_header_configure) $(built_header_make)
-
-configexecincludedir = $(libdir)/gstreamer-@GST_API_VERSION@/include/gst
-nodist_configexecinclude_HEADERS = $(built_sys_header_configure)
+       $(built_headers_configure) $(built_header_make)
 
 noinst_HEADERS =               \
        gettext.h               \
 
 noinst_HEADERS =               \
        gettext.h               \