Initial release including wifi display based on gst-rtsp-server-1.4.1
[platform/upstream/gst-rtsp-server.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 target_triplet = @target@
82 noinst_PROGRAMS = test-cleanup$(EXEEXT) test-reuse$(EXEEXT)
83 subdir = tests
84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(top_srcdir)/depcomp
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
88         $(top_srcdir)/common/m4/as-auto-alt.m4 \
89         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
90         $(top_srcdir)/common/m4/as-docbook.m4 \
91         $(top_srcdir)/common/m4/as-libtool.m4 \
92         $(top_srcdir)/common/m4/as-version.m4 \
93         $(top_srcdir)/common/m4/gst-args.m4 \
94         $(top_srcdir)/common/m4/gst-check.m4 \
95         $(top_srcdir)/common/m4/gst-default.m4 \
96         $(top_srcdir)/common/m4/gst-doc.m4 \
97         $(top_srcdir)/common/m4/gst-error.m4 \
98         $(top_srcdir)/common/m4/gst-feature.m4 \
99         $(top_srcdir)/common/m4/gst-glib2.m4 \
100         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
101         $(top_srcdir)/common/m4/gst-plugindir.m4 \
102         $(top_srcdir)/common/m4/gst.m4 \
103         $(top_srcdir)/common/m4/gtk-doc.m4 \
104         $(top_srcdir)/common/m4/introspection.m4 \
105         $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
106         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
107         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
108         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110         $(ACLOCAL_M4)
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = $(top_builddir)/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 PROGRAMS = $(noinst_PROGRAMS)
116 test_cleanup_SOURCES = test-cleanup.c
117 test_cleanup_OBJECTS = test-cleanup.$(OBJEXT)
118 test_cleanup_LDADD = $(LDADD)
119 AM_V_lt = $(am__v_lt_@AM_V@)
120 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121 am__v_lt_0 = --silent
122 am__v_lt_1 = 
123 test_reuse_SOURCES = test-reuse.c
124 test_reuse_OBJECTS = test-reuse.$(OBJEXT)
125 test_reuse_LDADD = $(LDADD)
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo "  GEN     " $@;
133 am__v_GEN_1 = 
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 = 
138 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
139 depcomp = $(SHELL) $(top_srcdir)/depcomp
140 am__depfiles_maybe = depfiles
141 am__mv = mv -f
142 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
146         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147         $(AM_CFLAGS) $(CFLAGS)
148 AM_V_CC = $(am__v_CC_@AM_V@)
149 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150 am__v_CC_0 = @echo "  CC      " $@;
151 am__v_CC_1 = 
152 CCLD = $(CC)
153 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155         $(AM_LDFLAGS) $(LDFLAGS) -o $@
156 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
157 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
158 am__v_CCLD_0 = @echo "  CCLD    " $@;
159 am__v_CCLD_1 = 
160 SOURCES = test-cleanup.c test-reuse.c
161 DIST_SOURCES = test-cleanup.c test-reuse.c
162 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
163         ctags-recursive dvi-recursive html-recursive info-recursive \
164         install-data-recursive install-dvi-recursive \
165         install-exec-recursive install-html-recursive \
166         install-info-recursive install-pdf-recursive \
167         install-ps-recursive install-recursive installcheck-recursive \
168         installdirs-recursive pdf-recursive ps-recursive \
169         tags-recursive uninstall-recursive
170 am__can_run_installinfo = \
171   case $$AM_UPDATE_INFO_DIR in \
172     n|no|NO) false;; \
173     *) (install-info --version) >/dev/null 2>&1;; \
174   esac
175 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
176   distclean-recursive maintainer-clean-recursive
177 am__recursive_targets = \
178   $(RECURSIVE_TARGETS) \
179   $(RECURSIVE_CLEAN_TARGETS) \
180   $(am__extra_recursive_targets)
181 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182         distdir
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 # Read a list of newline-separated strings from the standard input,
185 # and print each of them once, without duplicates.  Input order is
186 # *not* preserved.
187 am__uniquify_input = $(AWK) '\
188   BEGIN { nonempty = 0; } \
189   { items[$$0] = 1; nonempty = 1; } \
190   END { if (nonempty) { for (i in items) print i; }; } \
191 '
192 # Make sure the list of sources is unique.  This is necessary because,
193 # e.g., the same source file might be shared among _SOURCES variables
194 # for different programs/libraries.
195 am__define_uniq_tagged_files = \
196   list='$(am__tagged_files)'; \
197   unique=`for i in $$list; do \
198     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199   done | $(am__uniquify_input)`
200 ETAGS = etags
201 CTAGS = ctags
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203 am__relativize = \
204   dir0=`pwd`; \
205   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206   sed_rest='s,^[^/]*/*,,'; \
207   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208   sed_butlast='s,/*[^/]*$$,,'; \
209   while test -n "$$dir1"; do \
210     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211     if test "$$first" != "."; then \
212       if test "$$first" = ".."; then \
213         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215       else \
216         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217         if test "$$first2" = "$$first"; then \
218           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219         else \
220           dir2="../$$dir2"; \
221         fi; \
222         dir0="$$dir0"/"$$first"; \
223       fi; \
224     fi; \
225     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226   done; \
227   reldir="$$dir2"
228 ACLOCAL = @ACLOCAL@
229 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232 AR = @AR@
233 AS = @AS@
234 AUTOCONF = @AUTOCONF@
235 AUTOHEADER = @AUTOHEADER@
236 AUTOMAKE = @AUTOMAKE@
237 AWK = @AWK@
238 CAT_ENTRY_END = @CAT_ENTRY_END@
239 CAT_ENTRY_START = @CAT_ENTRY_START@
240 CC = @CC@
241 CCAS = @CCAS@
242 CCASDEPMODE = @CCASDEPMODE@
243 CCASFLAGS = @CCASFLAGS@
244 CCDEPMODE = @CCDEPMODE@
245 CFLAGS = @CFLAGS@
246 CPP = @CPP@
247 CPPFLAGS = @CPPFLAGS@
248 CXXFLAGS = @CXXFLAGS@
249 CYGPATH_W = @CYGPATH_W@
250 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
251 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
252 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
253 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
254 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
255 DEFS = @DEFS@
256 DEPDIR = @DEPDIR@
257 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
258 DLLTOOL = @DLLTOOL@
259 DOCBOOK_ROOT = @DOCBOOK_ROOT@
260 DSYMUTIL = @DSYMUTIL@
261 DUMPBIN = @DUMPBIN@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EGREP = @EGREP@
266 ERROR_CFLAGS = @ERROR_CFLAGS@
267 EXEEXT = @EXEEXT@
268 FFLAGS = @FFLAGS@
269 FGREP = @FGREP@
270 GCOV = @GCOV@
271 GCOV_CFLAGS = @GCOV_CFLAGS@
272 GCOV_LIBS = @GCOV_LIBS@
273 GIO_CFLAGS = @GIO_CFLAGS@
274 GIO_LDFLAGS = @GIO_LDFLAGS@
275 GIO_LIBS = @GIO_LIBS@
276 GLIB_CFLAGS = @GLIB_CFLAGS@
277 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
278 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
279 GLIB_LIBS = @GLIB_LIBS@
280 GLIB_MKENUMS = @GLIB_MKENUMS@
281 GLIB_REQ = @GLIB_REQ@
282 GREP = @GREP@
283 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
284 GSTPD_PLUGINS_DIR = @GSTPD_PLUGINS_DIR@
285 GSTPG_PLUGINS_DIR = @GSTPG_PLUGINS_DIR@
286 GST_AGE = @GST_AGE@
287 GST_ALL_CFLAGS = @GST_ALL_CFLAGS@
288 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
289 GST_ALL_LIBS = @GST_ALL_LIBS@
290 GST_API_VERSION = @GST_API_VERSION@
291 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
292 GST_BASE_LIBS = @GST_BASE_LIBS@
293 GST_CFLAGS = @GST_CFLAGS@
294 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
295 GST_CHECK_LIBS = @GST_CHECK_LIBS@
296 GST_CURRENT = @GST_CURRENT@
297 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
298 GST_LIBS = @GST_LIBS@
299 GST_LIBVERSION = @GST_LIBVERSION@
300 GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
301 GST_LICENSE = @GST_LICENSE@
302 GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
303 GST_OBJ_CFLAGS = @GST_OBJ_CFLAGS@
304 GST_OBJ_LIBS = @GST_OBJ_LIBS@
305 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
306 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
307 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
308 GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
309 GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
310 GST_PLUGINS_BAD_DIR = @GST_PLUGINS_BAD_DIR@
311 GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
312 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
313 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
314 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
315 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
316 GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
317 GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
318 GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
319 GST_REVISION = @GST_REVISION@
320 GST_TOOLS_DIR = @GST_TOOLS_DIR@
321 GTKDOC_CHECK = @GTKDOC_CHECK@
322 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
323 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
324 GTKDOC_MKPDF = @GTKDOC_MKPDF@
325 GTKDOC_REBASE = @GTKDOC_REBASE@
326 HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
327 HAVE_DVIPS = @HAVE_DVIPS@
328 HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
329 HAVE_JADETEX = @HAVE_JADETEX@
330 HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
331 HAVE_PNMTOPS = @HAVE_PNMTOPS@
332 HAVE_PS2PDF = @HAVE_PS2PDF@
333 HAVE_XMLLINT = @HAVE_XMLLINT@
334 HAVE_XSLTPROC = @HAVE_XSLTPROC@
335 HTML_DIR = @HTML_DIR@
336 INSTALL = @INSTALL@
337 INSTALL_DATA = @INSTALL_DATA@
338 INSTALL_PROGRAM = @INSTALL_PROGRAM@
339 INSTALL_SCRIPT = @INSTALL_SCRIPT@
340 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
341 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
342 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
343 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
344 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
345 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
346 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
347 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
348 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
349 LD = @LD@
350 LDFLAGS = @LDFLAGS@
351 LIBCGROUP_CFLAGS = @LIBCGROUP_CFLAGS@
352 LIBCGROUP_LIBS = @LIBCGROUP_LIBS@
353 LIBOBJS = @LIBOBJS@
354 LIBS = @LIBS@
355 LIBTOOL = @LIBTOOL@
356 LIPO = @LIPO@
357 LN_S = @LN_S@
358 LTLIBOBJS = @LTLIBOBJS@
359 MAINT = @MAINT@
360 MAKEINFO = @MAKEINFO@
361 MANIFEST_TOOL = @MANIFEST_TOOL@
362 MKDIR_P = @MKDIR_P@
363 NM = @NM@
364 NMEDIT = @NMEDIT@
365 OBJDUMP = @OBJDUMP@
366 OBJEXT = @OBJEXT@
367 OTOOL = @OTOOL@
368 OTOOL64 = @OTOOL64@
369 PACKAGE = @PACKAGE@
370 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
371 PACKAGE_NAME = @PACKAGE_NAME@
372 PACKAGE_STRING = @PACKAGE_STRING@
373 PACKAGE_TARNAME = @PACKAGE_TARNAME@
374 PACKAGE_URL = @PACKAGE_URL@
375 PACKAGE_VERSION = @PACKAGE_VERSION@
376 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
377 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
378 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
379 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
380 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
381 PATH_SEPARATOR = @PATH_SEPARATOR@
382 PKG_CONFIG = @PKG_CONFIG@
383 PLUGINDIR = @PLUGINDIR@
384 PROFILE_CFLAGS = @PROFILE_CFLAGS@
385 RANLIB = @RANLIB@
386 SED = @SED@
387 SET_MAKE = @SET_MAKE@
388 SHELL = @SHELL@
389 STRIP = @STRIP@
390 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
391 VALGRIND_LIBS = @VALGRIND_LIBS@
392 VALGRIND_PATH = @VALGRIND_PATH@
393 VERSION = @VERSION@
394 WARNING_CFLAGS = @WARNING_CFLAGS@
395 XML_CATALOG = @XML_CATALOG@
396 XSLTPROC = @XSLTPROC@
397 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
398 abs_builddir = @abs_builddir@
399 abs_srcdir = @abs_srcdir@
400 abs_top_builddir = @abs_top_builddir@
401 abs_top_srcdir = @abs_top_srcdir@
402 ac_ct_AR = @ac_ct_AR@
403 ac_ct_CC = @ac_ct_CC@
404 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
405 am__include = @am__include@
406 am__leading_dot = @am__leading_dot@
407 am__quote = @am__quote@
408 am__tar = @am__tar@
409 am__untar = @am__untar@
410 bindir = @bindir@
411 build = @build@
412 build_alias = @build_alias@
413 build_cpu = @build_cpu@
414 build_os = @build_os@
415 build_vendor = @build_vendor@
416 builddir = @builddir@
417 datadir = @datadir@
418 datarootdir = @datarootdir@
419 docdir = @docdir@
420 dvidir = @dvidir@
421 exec_prefix = @exec_prefix@
422 host = @host@
423 host_alias = @host_alias@
424 host_cpu = @host_cpu@
425 host_os = @host_os@
426 host_vendor = @host_vendor@
427 htmldir = @htmldir@
428 includedir = @includedir@
429 infodir = @infodir@
430 install_sh = @install_sh@
431 libdir = @libdir@
432 libexecdir = @libexecdir@
433 localedir = @localedir@
434 localstatedir = @localstatedir@
435 mandir = @mandir@
436 mkdir_p = @mkdir_p@
437 oldincludedir = @oldincludedir@
438 pdfdir = @pdfdir@
439 plugindir = @plugindir@
440 prefix = @prefix@
441 program_transform_name = @program_transform_name@
442 psdir = @psdir@
443 sbindir = @sbindir@
444 sharedstatedir = @sharedstatedir@
445 srcdir = @srcdir@
446 sysconfdir = @sysconfdir@
447 target = @target@
448 target_alias = @target_alias@
449 target_cpu = @target_cpu@
450 target_os = @target_os@
451 target_vendor = @target_vendor@
452 top_build_prefix = @top_build_prefix@
453 top_builddir = @top_builddir@
454 top_srcdir = @top_srcdir@
455 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
456 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
457 AM_LDFLAGS = \
458         $(GST_LIBS) \
459         $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la
460
461 @BUILD_TESTS_FALSE@SUBDIRS_CHECK = 
462 @BUILD_TESTS_TRUE@SUBDIRS_CHECK = check
463 SUBDIRS = \
464         $(SUBDIRS_CHECK)
465
466 DIST_SUBDIRS = \
467         check
468
469 all: all-recursive
470
471 .SUFFIXES:
472 .SUFFIXES: .c .lo .o .obj
473 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
474         @for dep in $?; do \
475           case '$(am__configure_deps)' in \
476             *$$dep*) \
477               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
478                 && { if test -f $@; then exit 0; else break; fi; }; \
479               exit 1;; \
480           esac; \
481         done; \
482         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
483         $(am__cd) $(top_srcdir) && \
484           $(AUTOMAKE) --gnu tests/Makefile
485 .PRECIOUS: Makefile
486 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487         @case '$?' in \
488           *config.status*) \
489             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
490           *) \
491             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
492             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
493         esac;
494
495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
498 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
499         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502 $(am__aclocal_m4_deps):
503
504 clean-noinstPROGRAMS:
505         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
506         echo " rm -f" $$list; \
507         rm -f $$list || exit $$?; \
508         test -n "$(EXEEXT)" || exit 0; \
509         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
510         echo " rm -f" $$list; \
511         rm -f $$list
512
513 test-cleanup$(EXEEXT): $(test_cleanup_OBJECTS) $(test_cleanup_DEPENDENCIES) $(EXTRA_test_cleanup_DEPENDENCIES) 
514         @rm -f test-cleanup$(EXEEXT)
515         $(AM_V_CCLD)$(LINK) $(test_cleanup_OBJECTS) $(test_cleanup_LDADD) $(LIBS)
516
517 test-reuse$(EXEEXT): $(test_reuse_OBJECTS) $(test_reuse_DEPENDENCIES) $(EXTRA_test_reuse_DEPENDENCIES) 
518         @rm -f test-reuse$(EXEEXT)
519         $(AM_V_CCLD)$(LINK) $(test_reuse_OBJECTS) $(test_reuse_LDADD) $(LIBS)
520
521 mostlyclean-compile:
522         -rm -f *.$(OBJEXT)
523
524 distclean-compile:
525         -rm -f *.tab.c
526
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-cleanup.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-reuse.Po@am__quote@
529
530 .c.o:
531 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
532 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
533 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
537
538 .c.obj:
539 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
540 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
541 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
545
546 .c.lo:
547 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
548 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
549 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
553
554 mostlyclean-libtool:
555         -rm -f *.lo
556
557 clean-libtool:
558         -rm -rf .libs _libs
559
560 # This directory's subdirectories are mostly independent; you can cd
561 # into them and run 'make' without going through this Makefile.
562 # To change the values of 'make' variables: instead of editing Makefiles,
563 # (1) if the variable is set in 'config.status', edit 'config.status'
564 #     (which will cause the Makefiles to be regenerated when you run 'make');
565 # (2) otherwise, pass the desired values on the 'make' command line.
566 $(am__recursive_targets):
567         @fail=; \
568         if $(am__make_keepgoing); then \
569           failcom='fail=yes'; \
570         else \
571           failcom='exit 1'; \
572         fi; \
573         dot_seen=no; \
574         target=`echo $@ | sed s/-recursive//`; \
575         case "$@" in \
576           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
577           *) list='$(SUBDIRS)' ;; \
578         esac; \
579         for subdir in $$list; do \
580           echo "Making $$target in $$subdir"; \
581           if test "$$subdir" = "."; then \
582             dot_seen=yes; \
583             local_target="$$target-am"; \
584           else \
585             local_target="$$target"; \
586           fi; \
587           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
588           || eval $$failcom; \
589         done; \
590         if test "$$dot_seen" = "no"; then \
591           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
592         fi; test -z "$$fail"
593
594 ID: $(am__tagged_files)
595         $(am__define_uniq_tagged_files); mkid -fID $$unique
596 tags: tags-recursive
597 TAGS: tags
598
599 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600         set x; \
601         here=`pwd`; \
602         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
603           include_option=--etags-include; \
604           empty_fix=.; \
605         else \
606           include_option=--include; \
607           empty_fix=; \
608         fi; \
609         list='$(SUBDIRS)'; for subdir in $$list; do \
610           if test "$$subdir" = .; then :; else \
611             test ! -f $$subdir/TAGS || \
612               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
613           fi; \
614         done; \
615         $(am__define_uniq_tagged_files); \
616         shift; \
617         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
618           test -n "$$unique" || unique=$$empty_fix; \
619           if test $$# -gt 0; then \
620             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621               "$$@" $$unique; \
622           else \
623             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624               $$unique; \
625           fi; \
626         fi
627 ctags: ctags-recursive
628
629 CTAGS: ctags
630 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631         $(am__define_uniq_tagged_files); \
632         test -z "$(CTAGS_ARGS)$$unique" \
633           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634              $$unique
635
636 GTAGS:
637         here=`$(am__cd) $(top_builddir) && pwd` \
638           && $(am__cd) $(top_srcdir) \
639           && gtags -i $(GTAGS_ARGS) "$$here"
640 cscopelist: cscopelist-recursive
641
642 cscopelist-am: $(am__tagged_files)
643         list='$(am__tagged_files)'; \
644         case "$(srcdir)" in \
645           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646           *) sdir=$(subdir)/$(srcdir) ;; \
647         esac; \
648         for i in $$list; do \
649           if test -f "$$i"; then \
650             echo "$(subdir)/$$i"; \
651           else \
652             echo "$$sdir/$$i"; \
653           fi; \
654         done >> $(top_builddir)/cscope.files
655
656 distclean-tags:
657         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
659 distdir: $(DISTFILES)
660         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
662         list='$(DISTFILES)'; \
663           dist_files=`for file in $$list; do echo $$file; done | \
664           sed -e "s|^$$srcdirstrip/||;t" \
665               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
666         case $$dist_files in \
667           */*) $(MKDIR_P) `echo "$$dist_files" | \
668                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
669                            sort -u` ;; \
670         esac; \
671         for file in $$dist_files; do \
672           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
673           if test -d $$d/$$file; then \
674             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
675             if test -d "$(distdir)/$$file"; then \
676               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677             fi; \
678             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
679               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
680               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681             fi; \
682             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
683           else \
684             test -f "$(distdir)/$$file" \
685             || cp -p $$d/$$file "$(distdir)/$$file" \
686             || exit 1; \
687           fi; \
688         done
689         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
690           if test "$$subdir" = .; then :; else \
691             $(am__make_dryrun) \
692               || test -d "$(distdir)/$$subdir" \
693               || $(MKDIR_P) "$(distdir)/$$subdir" \
694               || exit 1; \
695             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
696             $(am__relativize); \
697             new_distdir=$$reldir; \
698             dir1=$$subdir; dir2="$(top_distdir)"; \
699             $(am__relativize); \
700             new_top_distdir=$$reldir; \
701             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
702             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
703             ($(am__cd) $$subdir && \
704               $(MAKE) $(AM_MAKEFLAGS) \
705                 top_distdir="$$new_top_distdir" \
706                 distdir="$$new_distdir" \
707                 am__remove_distdir=: \
708                 am__skip_length_check=: \
709                 am__skip_mode_fix=: \
710                 distdir) \
711               || exit 1; \
712           fi; \
713         done
714 check-am: all-am
715 check: check-recursive
716 all-am: Makefile $(PROGRAMS)
717 installdirs: installdirs-recursive
718 installdirs-am:
719 install: install-recursive
720 install-exec: install-exec-recursive
721 install-data: install-data-recursive
722 uninstall: uninstall-recursive
723
724 install-am: all-am
725         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727 installcheck: installcheck-recursive
728 install-strip:
729         if test -z '$(STRIP)'; then \
730           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732               install; \
733         else \
734           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
737         fi
738 mostlyclean-generic:
739
740 clean-generic:
741
742 distclean-generic:
743         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
744         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
745
746 maintainer-clean-generic:
747         @echo "This command is intended for maintainers to use"
748         @echo "it deletes files that may require special tools to rebuild."
749 clean: clean-recursive
750
751 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
752         mostlyclean-am
753
754 distclean: distclean-recursive
755         -rm -rf ./$(DEPDIR)
756         -rm -f Makefile
757 distclean-am: clean-am distclean-compile distclean-generic \
758         distclean-tags
759
760 dvi: dvi-recursive
761
762 dvi-am:
763
764 html: html-recursive
765
766 html-am:
767
768 info: info-recursive
769
770 info-am:
771
772 install-data-am:
773
774 install-dvi: install-dvi-recursive
775
776 install-dvi-am:
777
778 install-exec-am:
779
780 install-html: install-html-recursive
781
782 install-html-am:
783
784 install-info: install-info-recursive
785
786 install-info-am:
787
788 install-man:
789
790 install-pdf: install-pdf-recursive
791
792 install-pdf-am:
793
794 install-ps: install-ps-recursive
795
796 install-ps-am:
797
798 installcheck-am:
799
800 maintainer-clean: maintainer-clean-recursive
801         -rm -rf ./$(DEPDIR)
802         -rm -f Makefile
803 maintainer-clean-am: distclean-am maintainer-clean-generic
804
805 mostlyclean: mostlyclean-recursive
806
807 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
808         mostlyclean-libtool
809
810 pdf: pdf-recursive
811
812 pdf-am:
813
814 ps: ps-recursive
815
816 ps-am:
817
818 uninstall-am:
819
820 .MAKE: $(am__recursive_targets) install-am install-strip
821
822 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
823         check-am clean clean-generic clean-libtool \
824         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
825         distclean-compile distclean-generic distclean-libtool \
826         distclean-tags distdir dvi dvi-am html html-am info info-am \
827         install install-am install-data install-data-am install-dvi \
828         install-dvi-am install-exec install-exec-am install-html \
829         install-html-am install-info install-info-am install-man \
830         install-pdf install-pdf-am install-ps install-ps-am \
831         install-strip installcheck installcheck-am installdirs \
832         installdirs-am maintainer-clean maintainer-clean-generic \
833         mostlyclean mostlyclean-compile mostlyclean-generic \
834         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
835         uninstall-am
836
837
838 # Tell versions [3.59,3.63) of GNU make to not export all variables.
839 # Otherwise a system limit (for SysV at least) may be exceeded.
840 .NOEXPORT: