Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / gst / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Makefile.am for the Nice Glib ICE library
19 #
20 # (C) 2006, 2007 Collabora Ltd.
21 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
22 #
23 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
24
25 VPATH = @srcdir@
26 am__is_gnu_make = { \
27   if test -z '$(MAKELEVEL)'; then \
28     false; \
29   elif test -n '$(MAKE_HOST)'; then \
30     true; \
31   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32     true; \
33   else \
34     false; \
35   fi; \
36 }
37 am__make_running_with_option = \
38   case $${target_option-} in \
39       ?) ;; \
40       *) echo "am__make_running_with_option: internal error: invalid" \
41               "target option '$${target_option-}' specified" >&2; \
42          exit 1;; \
43   esac; \
44   has_opt=no; \
45   sane_makeflags=$$MAKEFLAGS; \
46   if $(am__is_gnu_make); then \
47     sane_makeflags=$$MFLAGS; \
48   else \
49     case $$MAKEFLAGS in \
50       *\\[\ \   ]*) \
51         bs=\\; \
52         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
54     esac; \
55   fi; \
56   skip_next=no; \
57   strip_trailopt () \
58   { \
59     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60   }; \
61   for flg in $$sane_makeflags; do \
62     test $$skip_next = yes && { skip_next=no; continue; }; \
63     case $$flg in \
64       *=*|--*) continue;; \
65         -*I) strip_trailopt 'I'; skip_next=yes;; \
66       -*I?*) strip_trailopt 'I';; \
67         -*O) strip_trailopt 'O'; skip_next=yes;; \
68       -*O?*) strip_trailopt 'O';; \
69         -*l) strip_trailopt 'l'; skip_next=yes;; \
70       -*l?*) strip_trailopt 'l';; \
71       -[dEDm]) skip_next=yes;; \
72       -[JT]) skip_next=yes;; \
73     esac; \
74     case $$flg in \
75       *$$target_option*) has_opt=yes; break;; \
76     esac; \
77   done; \
78   test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 target_triplet = @target@
100 subdir = gst
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
103         $(top_srcdir)/m4/ax_check_openssl.m4 \
104         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \
105         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
106         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
107         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109         $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = $(top_builddir)/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118     *) f=$$p;; \
119   esac;
120 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__install_max = 40
122 am__nobase_strip_setup = \
123   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 am__nobase_strip = \
125   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126 am__nobase_list = $(am__nobase_strip_setup); \
127   for p in $$list; do echo "$$p $$p"; done | \
128   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130     if (++n[$$2] == $(am__install_max)) \
131       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132     END { for (dir in files) print dir, files[dir] }'
133 am__base_list = \
134   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir = { \
137   test -z "$$files" \
138     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140          $(am__cd) "$$dir" && rm -f $$files; }; \
141   }
142 am__installdirs = "$(DESTDIR)$(gstplugindir)" \
143         "$(DESTDIR)$(gstplugin010dir)"
144 LTLIBRARIES = $(gstplugin_LTLIBRARIES) $(gstplugin010_LTLIBRARIES)
145 am__DEPENDENCIES_1 =
146 @WITH_GSTREAMER_TRUE@libgstnice_la_DEPENDENCIES = $(COMMON_LIBADD) \
147 @WITH_GSTREAMER_TRUE@   $(am__DEPENDENCIES_1)
148 am__libgstnice_la_SOURCES_DIST = gstnicesrc.h gstnicesrc.c \
149         gstnicesink.h gstnicesink.c gstnice.h gstnice.c
150 @WITH_GSTREAMER_TRUE@am_libgstnice_la_OBJECTS =  \
151 @WITH_GSTREAMER_TRUE@   libgstnice_la-gstnicesrc.lo \
152 @WITH_GSTREAMER_TRUE@   libgstnice_la-gstnicesink.lo \
153 @WITH_GSTREAMER_TRUE@   libgstnice_la-gstnice.lo
154 libgstnice_la_OBJECTS = $(am_libgstnice_la_OBJECTS)
155 AM_V_lt = $(am__v_lt_@AM_V@)
156 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 am__v_lt_0 = --silent
158 am__v_lt_1 = 
159 libgstnice_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgstnice_la_CFLAGS) \
161         $(CFLAGS) $(libgstnice_la_LDFLAGS) $(LDFLAGS) -o $@
162 @WITH_GSTREAMER_TRUE@am_libgstnice_la_rpath = -rpath $(gstplugindir)
163 @WITH_GSTREAMER010_TRUE@libgstnice010_la_DEPENDENCIES =  \
164 @WITH_GSTREAMER010_TRUE@        $(COMMON_LIBADD) $(am__DEPENDENCIES_1)
165 am__libgstnice010_la_SOURCES_DIST = gstnicesrc.h gstnicesrc.c \
166         gstnicesink.h gstnicesink.c gstnice.h gstnice.c
167 @WITH_GSTREAMER010_TRUE@am_libgstnice010_la_OBJECTS =  \
168 @WITH_GSTREAMER010_TRUE@        libgstnice010_la-gstnicesrc.lo \
169 @WITH_GSTREAMER010_TRUE@        libgstnice010_la-gstnicesink.lo \
170 @WITH_GSTREAMER010_TRUE@        libgstnice010_la-gstnice.lo
171 libgstnice010_la_OBJECTS = $(am_libgstnice010_la_OBJECTS)
172 libgstnice010_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
173         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
174         $(libgstnice010_la_CFLAGS) $(CFLAGS) \
175         $(libgstnice010_la_LDFLAGS) $(LDFLAGS) -o $@
176 @WITH_GSTREAMER010_TRUE@am_libgstnice010_la_rpath = -rpath \
177 @WITH_GSTREAMER010_TRUE@        $(gstplugin010dir)
178 AM_V_P = $(am__v_P_@AM_V@)
179 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180 am__v_P_0 = false
181 am__v_P_1 = :
182 AM_V_GEN = $(am__v_GEN_@AM_V@)
183 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184 am__v_GEN_0 = @echo "  GEN     " $@;
185 am__v_GEN_1 = 
186 AM_V_at = $(am__v_at_@AM_V@)
187 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188 am__v_at_0 = @
189 am__v_at_1 = 
190 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
191 depcomp = $(SHELL) $(top_srcdir)/depcomp
192 am__maybe_remake_depfiles = depfiles
193 am__depfiles_remade = ./$(DEPDIR)/libgstnice010_la-gstnice.Plo \
194         ./$(DEPDIR)/libgstnice010_la-gstnicesink.Plo \
195         ./$(DEPDIR)/libgstnice010_la-gstnicesrc.Plo \
196         ./$(DEPDIR)/libgstnice_la-gstnice.Plo \
197         ./$(DEPDIR)/libgstnice_la-gstnicesink.Plo \
198         ./$(DEPDIR)/libgstnice_la-gstnicesrc.Plo
199 am__mv = mv -f
200 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
204         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
205         $(AM_CFLAGS) $(CFLAGS)
206 AM_V_CC = $(am__v_CC_@AM_V@)
207 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
208 am__v_CC_0 = @echo "  CC      " $@;
209 am__v_CC_1 = 
210 CCLD = $(CC)
211 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
213         $(AM_LDFLAGS) $(LDFLAGS) -o $@
214 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
215 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
216 am__v_CCLD_0 = @echo "  CCLD    " $@;
217 am__v_CCLD_1 = 
218 SOURCES = $(libgstnice_la_SOURCES) $(libgstnice010_la_SOURCES)
219 DIST_SOURCES = $(am__libgstnice_la_SOURCES_DIST) \
220         $(am__libgstnice010_la_SOURCES_DIST)
221 am__can_run_installinfo = \
222   case $$AM_UPDATE_INFO_DIR in \
223     n|no|NO) false;; \
224     *) (install-info --version) >/dev/null 2>&1;; \
225   esac
226 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
227 # Read a list of newline-separated strings from the standard input,
228 # and print each of them once, without duplicates.  Input order is
229 # *not* preserved.
230 am__uniquify_input = $(AWK) '\
231   BEGIN { nonempty = 0; } \
232   { items[$$0] = 1; nonempty = 1; } \
233   END { if (nonempty) { for (i in items) print i; }; } \
234 '
235 # Make sure the list of sources is unique.  This is necessary because,
236 # e.g., the same source file might be shared among _SOURCES variables
237 # for different programs/libraries.
238 am__define_uniq_tagged_files = \
239   list='$(am__tagged_files)'; \
240   unique=`for i in $$list; do \
241     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242   done | $(am__uniquify_input)`
243 ETAGS = etags
244 CTAGS = ctags
245 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
246 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247 ACLOCAL = @ACLOCAL@
248 AMTAR = @AMTAR@
249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250 AR = @AR@
251 AS = @AS@
252 AUTOCONF = @AUTOCONF@
253 AUTOHEADER = @AUTOHEADER@
254 AUTOMAKE = @AUTOMAKE@
255 AWK = @AWK@
256 CC = @CC@
257 CCACHE_DISABLE = @CCACHE_DISABLE@
258 CCDEPMODE = @CCDEPMODE@
259 CFLAGS = @CFLAGS@
260 CPP = @CPP@
261 CPPFLAGS = @CPPFLAGS@
262 CYGPATH_W = @CYGPATH_W@
263 DEFS = @DEFS@
264 DEPDIR = @DEPDIR@
265 DLLTOOL = @DLLTOOL@
266 DSYMUTIL = @DSYMUTIL@
267 DUMPBIN = @DUMPBIN@
268 ECHO_C = @ECHO_C@
269 ECHO_N = @ECHO_N@
270 ECHO_T = @ECHO_T@
271 EGREP = @EGREP@
272 EXEEXT = @EXEEXT@
273 FGREP = @FGREP@
274 GLIB_CFLAGS = @GLIB_CFLAGS@
275 GLIB_LIBS = @GLIB_LIBS@
276 GLIB_MKENUMS = @GLIB_MKENUMS@
277 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
278 GNUTLS_LIBS = @GNUTLS_LIBS@
279 GREP = @GREP@
280 GST010_CFLAGS = @GST010_CFLAGS@
281 GST010_LIBS = @GST010_LIBS@
282 GST_CFLAGS = @GST_CFLAGS@
283 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
284 GST_CHECK_LIBS = @GST_CHECK_LIBS@
285 GST_LIBS = @GST_LIBS@
286 GTKDOC_CHECK = @GTKDOC_CHECK@
287 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
288 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
289 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
290 GTKDOC_MKPDF = @GTKDOC_MKPDF@
291 GTKDOC_REBASE = @GTKDOC_REBASE@
292 GUPNP_CFLAGS = @GUPNP_CFLAGS@
293 GUPNP_LIBS = @GUPNP_LIBS@
294 GUPNP_PACKAGES = @GUPNP_PACKAGES@
295 GUPNP_PACKAGES_PRIVATE = @GUPNP_PACKAGES_PRIVATE@
296 GUPNP_PACKAGES_PUBLIC = @GUPNP_PACKAGES_PUBLIC@
297 HAVE_GUPNP = @HAVE_GUPNP@
298 HTML_DIR = @HTML_DIR@
299 INSTALL = @INSTALL@
300 INSTALL_DATA = @INSTALL_DATA@
301 INSTALL_PROGRAM = @INSTALL_PROGRAM@
302 INSTALL_SCRIPT = @INSTALL_SCRIPT@
303 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
304 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
305 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
306 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
307 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
308 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
309 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
310 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
311 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
312 LD = @LD@
313 LDFLAGS = @LDFLAGS@
314 LIBNICE_CFLAGS = @LIBNICE_CFLAGS@
315 LIBNICE_LT_LDFLAGS = @LIBNICE_LT_LDFLAGS@
316 LIBOBJS = @LIBOBJS@
317 LIBRT = @LIBRT@
318 LIBS = @LIBS@
319 LIBTOOL = @LIBTOOL@
320 LIPO = @LIPO@
321 LN_S = @LN_S@
322 LTLIBOBJS = @LTLIBOBJS@
323 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
324 MAKEINFO = @MAKEINFO@
325 MANIFEST_TOOL = @MANIFEST_TOOL@
326 MKDIR_P = @MKDIR_P@
327 NICE_PACKAGES_PRIVATE = @NICE_PACKAGES_PRIVATE@
328 NICE_PACKAGES_PUBLIC = @NICE_PACKAGES_PUBLIC@
329 NM = @NM@
330 NMEDIT = @NMEDIT@
331 OBJDUMP = @OBJDUMP@
332 OBJEXT = @OBJEXT@
333 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
334 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
335 OPENSSL_LIBS = @OPENSSL_LIBS@
336 OTOOL = @OTOOL@
337 OTOOL64 = @OTOOL64@
338 PACKAGE = @PACKAGE@
339 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
340 PACKAGE_NAME = @PACKAGE_NAME@
341 PACKAGE_STRING = @PACKAGE_STRING@
342 PACKAGE_TARNAME = @PACKAGE_TARNAME@
343 PACKAGE_URL = @PACKAGE_URL@
344 PACKAGE_VERSION = @PACKAGE_VERSION@
345 PATH_SEPARATOR = @PATH_SEPARATOR@
346 PKG_CONFIG = @PKG_CONFIG@
347 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
348 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
349 RANLIB = @RANLIB@
350 SED = @SED@
351 SET_MAKE = @SET_MAKE@
352 SHELL = @SHELL@
353 STRIP = @STRIP@
354 UPNP_ENABLED = @UPNP_ENABLED@
355 VERSION = @VERSION@
356 abs_builddir = @abs_builddir@
357 abs_srcdir = @abs_srcdir@
358 abs_top_builddir = @abs_top_builddir@
359 abs_top_srcdir = @abs_top_srcdir@
360 ac_ct_AR = @ac_ct_AR@
361 ac_ct_CC = @ac_ct_CC@
362 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363 am__include = @am__include@
364 am__leading_dot = @am__leading_dot@
365 am__quote = @am__quote@
366 am__tar = @am__tar@
367 am__untar = @am__untar@
368 bindir = @bindir@
369 build = @build@
370 build_alias = @build_alias@
371 build_cpu = @build_cpu@
372 build_os = @build_os@
373 build_vendor = @build_vendor@
374 builddir = @builddir@
375 datadir = @datadir@
376 datarootdir = @datarootdir@
377 docdir = @docdir@
378 dvidir = @dvidir@
379 exec_prefix = @exec_prefix@
380 gstplugin010dir = @gstplugin010dir@
381 gstplugindir = @gstplugindir@
382 host = @host@
383 host_alias = @host_alias@
384 host_cpu = @host_cpu@
385 host_os = @host_os@
386 host_vendor = @host_vendor@
387 htmldir = @htmldir@
388 includedir = @includedir@
389 infodir = @infodir@
390 install_sh = @install_sh@
391 libdir = @libdir@
392 libexecdir = @libexecdir@
393 localedir = @localedir@
394 localstatedir = @localstatedir@
395 mandir = @mandir@
396 mkdir_p = @mkdir_p@
397 oldincludedir = @oldincludedir@
398 pdfdir = @pdfdir@
399 prefix = @prefix@
400 program_transform_name = @program_transform_name@
401 psdir = @psdir@
402 sbindir = @sbindir@
403 sharedstatedir = @sharedstatedir@
404 srcdir = @srcdir@
405 sysconfdir = @sysconfdir@
406 target = @target@
407 target_alias = @target_alias@
408 target_cpu = @target_cpu@
409 target_os = @target_os@
410 target_vendor = @target_vendor@
411 top_build_prefix = @top_build_prefix@
412 top_builddir = @top_builddir@
413 top_srcdir = @top_srcdir@
414 AM_CFLAGS = $(LIBNICE_CFLAGS) \
415         -I $(top_srcdir) \
416         -I $(top_srcdir)/socket \
417         -I $(top_srcdir)/agent \
418         -I $(top_srcdir)/random \
419         -I $(top_srcdir)/stun
420
421 COMMON_LIBADD = \
422         $(top_builddir)/nice/libnice.la
423
424
425 # libgstnice
426 @WITH_GSTREAMER_TRUE@gstplugin_LTLIBRARIES = libgstnice.la
427 @WITH_GSTREAMER_TRUE@libgstnice_la_CFLAGS = $(AM_CFLAGS) $(GST_CFLAGS) -DGST_USE_UNSTABLE_API
428 @WITH_GSTREAMER_TRUE@libgstnice_la_SOURCES = \
429 @WITH_GSTREAMER_TRUE@   gstnicesrc.h \
430 @WITH_GSTREAMER_TRUE@   gstnicesrc.c \
431 @WITH_GSTREAMER_TRUE@   gstnicesink.h \
432 @WITH_GSTREAMER_TRUE@   gstnicesink.c \
433 @WITH_GSTREAMER_TRUE@   gstnice.h \
434 @WITH_GSTREAMER_TRUE@   gstnice.c
435
436 @WITH_GSTREAMER_TRUE@libgstnice_la_LIBADD = $(COMMON_LIBADD) $(GST_LIBS)
437 @WITH_GSTREAMER_TRUE@libgstnice_la_LDFLAGS = -module -avoid-version -no-undefined
438 @WITH_GSTREAMER010_TRUE@gstplugin010_LTLIBRARIES = libgstnice010.la
439 @WITH_GSTREAMER010_TRUE@libgstnice010_la_CFLAGS = $(AM_CFLAGS) $(GST010_CFLAGS)
440 @WITH_GSTREAMER010_TRUE@libgstnice010_la_SOURCES = \
441 @WITH_GSTREAMER010_TRUE@        gstnicesrc.h \
442 @WITH_GSTREAMER010_TRUE@        gstnicesrc.c \
443 @WITH_GSTREAMER010_TRUE@        gstnicesink.h \
444 @WITH_GSTREAMER010_TRUE@        gstnicesink.c \
445 @WITH_GSTREAMER010_TRUE@        gstnice.h \
446 @WITH_GSTREAMER010_TRUE@        gstnice.c
447
448 @WITH_GSTREAMER010_TRUE@libgstnice010_la_LIBADD = $(COMMON_LIBADD) $(GST010_LIBS)
449 @WITH_GSTREAMER010_TRUE@libgstnice010_la_LDFLAGS = -module -avoid-version -no-undefined
450 EXTRA_DIST = meson.build
451 all: all-am
452
453 .SUFFIXES:
454 .SUFFIXES: .c .lo .o .obj
455 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
456         @for dep in $?; do \
457           case '$(am__configure_deps)' in \
458             *$$dep*) \
459               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
460                 && { if test -f $@; then exit 0; else break; fi; }; \
461               exit 1;; \
462           esac; \
463         done; \
464         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/Makefile'; \
465         $(am__cd) $(top_srcdir) && \
466           $(AUTOMAKE) --gnu gst/Makefile
467 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
468         @case '$?' in \
469           *config.status*) \
470             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
471           *) \
472             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
473             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
474         esac;
475
476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478
479 $(top_srcdir)/configure:  $(am__configure_deps)
480         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
482         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
483 $(am__aclocal_m4_deps):
484
485 install-gstpluginLTLIBRARIES: $(gstplugin_LTLIBRARIES)
486         @$(NORMAL_INSTALL)
487         @list='$(gstplugin_LTLIBRARIES)'; test -n "$(gstplugindir)" || list=; \
488         list2=; for p in $$list; do \
489           if test -f $$p; then \
490             list2="$$list2 $$p"; \
491           else :; fi; \
492         done; \
493         test -z "$$list2" || { \
494           echo " $(MKDIR_P) '$(DESTDIR)$(gstplugindir)'"; \
495           $(MKDIR_P) "$(DESTDIR)$(gstplugindir)" || exit 1; \
496           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(gstplugindir)'"; \
497           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(gstplugindir)"; \
498         }
499
500 uninstall-gstpluginLTLIBRARIES:
501         @$(NORMAL_UNINSTALL)
502         @list='$(gstplugin_LTLIBRARIES)'; test -n "$(gstplugindir)" || list=; \
503         for p in $$list; do \
504           $(am__strip_dir) \
505           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(gstplugindir)/$$f'"; \
506           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(gstplugindir)/$$f"; \
507         done
508
509 clean-gstpluginLTLIBRARIES:
510         -test -z "$(gstplugin_LTLIBRARIES)" || rm -f $(gstplugin_LTLIBRARIES)
511         @list='$(gstplugin_LTLIBRARIES)'; \
512         locs=`for p in $$list; do echo $$p; done | \
513               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
514               sort -u`; \
515         test -z "$$locs" || { \
516           echo rm -f $${locs}; \
517           rm -f $${locs}; \
518         }
519
520 install-gstplugin010LTLIBRARIES: $(gstplugin010_LTLIBRARIES)
521         @$(NORMAL_INSTALL)
522         @list='$(gstplugin010_LTLIBRARIES)'; test -n "$(gstplugin010dir)" || list=; \
523         list2=; for p in $$list; do \
524           if test -f $$p; then \
525             list2="$$list2 $$p"; \
526           else :; fi; \
527         done; \
528         test -z "$$list2" || { \
529           echo " $(MKDIR_P) '$(DESTDIR)$(gstplugin010dir)'"; \
530           $(MKDIR_P) "$(DESTDIR)$(gstplugin010dir)" || exit 1; \
531           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(gstplugin010dir)'"; \
532           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(gstplugin010dir)"; \
533         }
534
535 uninstall-gstplugin010LTLIBRARIES:
536         @$(NORMAL_UNINSTALL)
537         @list='$(gstplugin010_LTLIBRARIES)'; test -n "$(gstplugin010dir)" || list=; \
538         for p in $$list; do \
539           $(am__strip_dir) \
540           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(gstplugin010dir)/$$f'"; \
541           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(gstplugin010dir)/$$f"; \
542         done
543
544 clean-gstplugin010LTLIBRARIES:
545         -test -z "$(gstplugin010_LTLIBRARIES)" || rm -f $(gstplugin010_LTLIBRARIES)
546         @list='$(gstplugin010_LTLIBRARIES)'; \
547         locs=`for p in $$list; do echo $$p; done | \
548               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
549               sort -u`; \
550         test -z "$$locs" || { \
551           echo rm -f $${locs}; \
552           rm -f $${locs}; \
553         }
554
555 libgstnice.la: $(libgstnice_la_OBJECTS) $(libgstnice_la_DEPENDENCIES) $(EXTRA_libgstnice_la_DEPENDENCIES) 
556         $(AM_V_CCLD)$(libgstnice_la_LINK) $(am_libgstnice_la_rpath) $(libgstnice_la_OBJECTS) $(libgstnice_la_LIBADD) $(LIBS)
557
558 libgstnice010.la: $(libgstnice010_la_OBJECTS) $(libgstnice010_la_DEPENDENCIES) $(EXTRA_libgstnice010_la_DEPENDENCIES) 
559         $(AM_V_CCLD)$(libgstnice010_la_LINK) $(am_libgstnice010_la_rpath) $(libgstnice010_la_OBJECTS) $(libgstnice010_la_LIBADD) $(LIBS)
560
561 mostlyclean-compile:
562         -rm -f *.$(OBJEXT)
563
564 distclean-compile:
565         -rm -f *.tab.c
566
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice010_la-gstnice.Plo@am__quote@ # am--include-marker
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice010_la-gstnicesink.Plo@am__quote@ # am--include-marker
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice010_la-gstnicesrc.Plo@am__quote@ # am--include-marker
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice_la-gstnice.Plo@am__quote@ # am--include-marker
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice_la-gstnicesink.Plo@am__quote@ # am--include-marker
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnice_la-gstnicesrc.Plo@am__quote@ # am--include-marker
573
574 $(am__depfiles_remade):
575         @$(MKDIR_P) $(@D)
576         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
577
578 am--depfiles: $(am__depfiles_remade)
579
580 .c.o:
581 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
582 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
583 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
585 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
587
588 .c.obj:
589 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
590 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
591 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
595
596 .c.lo:
597 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
598 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
599 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
603
604 libgstnice_la-gstnicesrc.lo: gstnicesrc.c
605 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -MT libgstnice_la-gstnicesrc.lo -MD -MP -MF $(DEPDIR)/libgstnice_la-gstnicesrc.Tpo -c -o libgstnice_la-gstnicesrc.lo `test -f 'gstnicesrc.c' || echo '$(srcdir)/'`gstnicesrc.c
606 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice_la-gstnicesrc.Tpo $(DEPDIR)/libgstnice_la-gstnicesrc.Plo
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnicesrc.c' object='libgstnice_la-gstnicesrc.lo' libtool=yes @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -c -o libgstnice_la-gstnicesrc.lo `test -f 'gstnicesrc.c' || echo '$(srcdir)/'`gstnicesrc.c
610
611 libgstnice_la-gstnicesink.lo: gstnicesink.c
612 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -MT libgstnice_la-gstnicesink.lo -MD -MP -MF $(DEPDIR)/libgstnice_la-gstnicesink.Tpo -c -o libgstnice_la-gstnicesink.lo `test -f 'gstnicesink.c' || echo '$(srcdir)/'`gstnicesink.c
613 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice_la-gstnicesink.Tpo $(DEPDIR)/libgstnice_la-gstnicesink.Plo
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnicesink.c' object='libgstnice_la-gstnicesink.lo' libtool=yes @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -c -o libgstnice_la-gstnicesink.lo `test -f 'gstnicesink.c' || echo '$(srcdir)/'`gstnicesink.c
617
618 libgstnice_la-gstnice.lo: gstnice.c
619 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -MT libgstnice_la-gstnice.lo -MD -MP -MF $(DEPDIR)/libgstnice_la-gstnice.Tpo -c -o libgstnice_la-gstnice.lo `test -f 'gstnice.c' || echo '$(srcdir)/'`gstnice.c
620 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice_la-gstnice.Tpo $(DEPDIR)/libgstnice_la-gstnice.Plo
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnice.c' object='libgstnice_la-gstnice.lo' libtool=yes @AMDEPBACKSLASH@
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice_la_CFLAGS) $(CFLAGS) -c -o libgstnice_la-gstnice.lo `test -f 'gstnice.c' || echo '$(srcdir)/'`gstnice.c
624
625 libgstnice010_la-gstnicesrc.lo: gstnicesrc.c
626 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -MT libgstnice010_la-gstnicesrc.lo -MD -MP -MF $(DEPDIR)/libgstnice010_la-gstnicesrc.Tpo -c -o libgstnice010_la-gstnicesrc.lo `test -f 'gstnicesrc.c' || echo '$(srcdir)/'`gstnicesrc.c
627 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice010_la-gstnicesrc.Tpo $(DEPDIR)/libgstnice010_la-gstnicesrc.Plo
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnicesrc.c' object='libgstnice010_la-gstnicesrc.lo' libtool=yes @AMDEPBACKSLASH@
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -c -o libgstnice010_la-gstnicesrc.lo `test -f 'gstnicesrc.c' || echo '$(srcdir)/'`gstnicesrc.c
631
632 libgstnice010_la-gstnicesink.lo: gstnicesink.c
633 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -MT libgstnice010_la-gstnicesink.lo -MD -MP -MF $(DEPDIR)/libgstnice010_la-gstnicesink.Tpo -c -o libgstnice010_la-gstnicesink.lo `test -f 'gstnicesink.c' || echo '$(srcdir)/'`gstnicesink.c
634 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice010_la-gstnicesink.Tpo $(DEPDIR)/libgstnice010_la-gstnicesink.Plo
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnicesink.c' object='libgstnice010_la-gstnicesink.lo' libtool=yes @AMDEPBACKSLASH@
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -c -o libgstnice010_la-gstnicesink.lo `test -f 'gstnicesink.c' || echo '$(srcdir)/'`gstnicesink.c
638
639 libgstnice010_la-gstnice.lo: gstnice.c
640 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -MT libgstnice010_la-gstnice.lo -MD -MP -MF $(DEPDIR)/libgstnice010_la-gstnice.Tpo -c -o libgstnice010_la-gstnice.lo `test -f 'gstnice.c' || echo '$(srcdir)/'`gstnice.c
641 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstnice010_la-gstnice.Tpo $(DEPDIR)/libgstnice010_la-gstnice.Plo
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstnice.c' object='libgstnice010_la-gstnice.lo' libtool=yes @AMDEPBACKSLASH@
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnice010_la_CFLAGS) $(CFLAGS) -c -o libgstnice010_la-gstnice.lo `test -f 'gstnice.c' || echo '$(srcdir)/'`gstnice.c
645
646 mostlyclean-libtool:
647         -rm -f *.lo
648
649 clean-libtool:
650         -rm -rf .libs _libs
651
652 ID: $(am__tagged_files)
653         $(am__define_uniq_tagged_files); mkid -fID $$unique
654 tags: tags-am
655 TAGS: tags
656
657 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
658         set x; \
659         here=`pwd`; \
660         $(am__define_uniq_tagged_files); \
661         shift; \
662         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
663           test -n "$$unique" || unique=$$empty_fix; \
664           if test $$# -gt 0; then \
665             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
666               "$$@" $$unique; \
667           else \
668             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
669               $$unique; \
670           fi; \
671         fi
672 ctags: ctags-am
673
674 CTAGS: ctags
675 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
676         $(am__define_uniq_tagged_files); \
677         test -z "$(CTAGS_ARGS)$$unique" \
678           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
679              $$unique
680
681 GTAGS:
682         here=`$(am__cd) $(top_builddir) && pwd` \
683           && $(am__cd) $(top_srcdir) \
684           && gtags -i $(GTAGS_ARGS) "$$here"
685 cscopelist: cscopelist-am
686
687 cscopelist-am: $(am__tagged_files)
688         list='$(am__tagged_files)'; \
689         case "$(srcdir)" in \
690           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
691           *) sdir=$(subdir)/$(srcdir) ;; \
692         esac; \
693         for i in $$list; do \
694           if test -f "$$i"; then \
695             echo "$(subdir)/$$i"; \
696           else \
697             echo "$$sdir/$$i"; \
698           fi; \
699         done >> $(top_builddir)/cscope.files
700
701 distclean-tags:
702         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
703
704 distdir: $(BUILT_SOURCES)
705         $(MAKE) $(AM_MAKEFLAGS) distdir-am
706
707 distdir-am: $(DISTFILES)
708         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
709         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
710         list='$(DISTFILES)'; \
711           dist_files=`for file in $$list; do echo $$file; done | \
712           sed -e "s|^$$srcdirstrip/||;t" \
713               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
714         case $$dist_files in \
715           */*) $(MKDIR_P) `echo "$$dist_files" | \
716                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
717                            sort -u` ;; \
718         esac; \
719         for file in $$dist_files; do \
720           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
721           if test -d $$d/$$file; then \
722             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
723             if test -d "$(distdir)/$$file"; then \
724               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
725             fi; \
726             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
727               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
728               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
729             fi; \
730             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
731           else \
732             test -f "$(distdir)/$$file" \
733             || cp -p $$d/$$file "$(distdir)/$$file" \
734             || exit 1; \
735           fi; \
736         done
737 check-am: all-am
738 check: check-am
739 all-am: Makefile $(LTLIBRARIES)
740 installdirs:
741         for dir in "$(DESTDIR)$(gstplugindir)" "$(DESTDIR)$(gstplugin010dir)"; do \
742           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
743         done
744 install: install-am
745 install-exec: install-exec-am
746 install-data: install-data-am
747 uninstall: uninstall-am
748
749 install-am: all-am
750         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
751
752 installcheck: installcheck-am
753 install-strip:
754         if test -z '$(STRIP)'; then \
755           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757               install; \
758         else \
759           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
762         fi
763 mostlyclean-generic:
764
765 clean-generic:
766
767 distclean-generic:
768         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
769         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770
771 maintainer-clean-generic:
772         @echo "This command is intended for maintainers to use"
773         @echo "it deletes files that may require special tools to rebuild."
774 clean: clean-am
775
776 clean-am: clean-generic clean-gstplugin010LTLIBRARIES \
777         clean-gstpluginLTLIBRARIES clean-libtool mostlyclean-am
778
779 distclean: distclean-am
780                 -rm -f ./$(DEPDIR)/libgstnice010_la-gstnice.Plo
781         -rm -f ./$(DEPDIR)/libgstnice010_la-gstnicesink.Plo
782         -rm -f ./$(DEPDIR)/libgstnice010_la-gstnicesrc.Plo
783         -rm -f ./$(DEPDIR)/libgstnice_la-gstnice.Plo
784         -rm -f ./$(DEPDIR)/libgstnice_la-gstnicesink.Plo
785         -rm -f ./$(DEPDIR)/libgstnice_la-gstnicesrc.Plo
786         -rm -f Makefile
787 distclean-am: clean-am distclean-compile distclean-generic \
788         distclean-tags
789
790 dvi: dvi-am
791
792 dvi-am:
793
794 html: html-am
795
796 html-am:
797
798 info: info-am
799
800 info-am:
801
802 install-data-am: install-gstplugin010LTLIBRARIES \
803         install-gstpluginLTLIBRARIES
804
805 install-dvi: install-dvi-am
806
807 install-dvi-am:
808
809 install-exec-am:
810
811 install-html: install-html-am
812
813 install-html-am:
814
815 install-info: install-info-am
816
817 install-info-am:
818
819 install-man:
820
821 install-pdf: install-pdf-am
822
823 install-pdf-am:
824
825 install-ps: install-ps-am
826
827 install-ps-am:
828
829 installcheck-am:
830
831 maintainer-clean: maintainer-clean-am
832                 -rm -f ./$(DEPDIR)/libgstnice010_la-gstnice.Plo
833         -rm -f ./$(DEPDIR)/libgstnice010_la-gstnicesink.Plo
834         -rm -f ./$(DEPDIR)/libgstnice010_la-gstnicesrc.Plo
835         -rm -f ./$(DEPDIR)/libgstnice_la-gstnice.Plo
836         -rm -f ./$(DEPDIR)/libgstnice_la-gstnicesink.Plo
837         -rm -f ./$(DEPDIR)/libgstnice_la-gstnicesrc.Plo
838         -rm -f Makefile
839 maintainer-clean-am: distclean-am maintainer-clean-generic
840
841 mostlyclean: mostlyclean-am
842
843 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
844         mostlyclean-libtool
845
846 pdf: pdf-am
847
848 pdf-am:
849
850 ps: ps-am
851
852 ps-am:
853
854 uninstall-am: uninstall-gstplugin010LTLIBRARIES \
855         uninstall-gstpluginLTLIBRARIES
856
857 .MAKE: install-am install-strip
858
859 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
860         clean-generic clean-gstplugin010LTLIBRARIES \
861         clean-gstpluginLTLIBRARIES clean-libtool cscopelist-am ctags \
862         ctags-am distclean distclean-compile distclean-generic \
863         distclean-libtool distclean-tags distdir dvi dvi-am html \
864         html-am info info-am install install-am install-data \
865         install-data-am install-dvi install-dvi-am install-exec \
866         install-exec-am install-gstplugin010LTLIBRARIES \
867         install-gstpluginLTLIBRARIES install-html install-html-am \
868         install-info install-info-am install-man install-pdf \
869         install-pdf-am install-ps install-ps-am install-strip \
870         installcheck installcheck-am installdirs maintainer-clean \
871         maintainer-clean-generic mostlyclean mostlyclean-compile \
872         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
873         tags tags-am uninstall uninstall-am \
874         uninstall-gstplugin010LTLIBRARIES \
875         uninstall-gstpluginLTLIBRARIES
876
877 .PRECIOUS: Makefile
878
879
880 # Tell versions [3.59,3.63) of GNU make to not export all variables.
881 # Otherwise a system limit (for SysV at least) may be exceeded.
882 .NOEXPORT: