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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = pkgconfig
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
95	$(top_srcdir)/common/m4/as-auto-alt.m4 \
96	$(top_srcdir)/common/m4/as-compiler-flag.m4 \
97	$(top_srcdir)/common/m4/as-docbook.m4 \
98	$(top_srcdir)/common/m4/as-libtool.m4 \
99	$(top_srcdir)/common/m4/as-version.m4 \
100	$(top_srcdir)/common/m4/ax_pthread.m4 \
101	$(top_srcdir)/common/m4/gst-args.m4 \
102	$(top_srcdir)/common/m4/gst-check.m4 \
103	$(top_srcdir)/common/m4/gst-default.m4 \
104	$(top_srcdir)/common/m4/gst-doc.m4 \
105	$(top_srcdir)/common/m4/gst-error.m4 \
106	$(top_srcdir)/common/m4/gst-feature.m4 \
107	$(top_srcdir)/common/m4/gst-glib2.m4 \
108	$(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
109	$(top_srcdir)/common/m4/gst-plugindir.m4 \
110	$(top_srcdir)/common/m4/gst.m4 \
111	$(top_srcdir)/common/m4/gtk-doc.m4 \
112	$(top_srcdir)/common/m4/introspection.m4 \
113	$(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
114	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116	$(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = $(top_builddir)/config.h
122CONFIG_CLEAN_FILES = gstreamer-rtsp-server.pc \
123	gstreamer-rtsp-server-uninstalled.pc
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137SOURCES =
138DIST_SOURCES =
139am__can_run_installinfo = \
140  case $$AM_UPDATE_INFO_DIR in \
141    n|no|NO) false;; \
142    *) (install-info --version) >/dev/null 2>&1;; \
143  esac
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
172DATA = $(pkgconfig_DATA)
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174am__DIST_COMMON = $(srcdir)/Makefile.in \
175	$(srcdir)/gstreamer-rtsp-server-uninstalled.pc.in \
176	$(srcdir)/gstreamer-rtsp-server.pc.in
177DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178ACLOCAL = @ACLOCAL@
179ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183AS = @AS@
184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188CAT_ENTRY_END = @CAT_ENTRY_END@
189CAT_ENTRY_START = @CAT_ENTRY_START@
190CC = @CC@
191CCAS = @CCAS@
192CCASDEPMODE = @CCASDEPMODE@
193CCASFLAGS = @CCASFLAGS@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CXXFLAGS = @CXXFLAGS@
199CYGPATH_W = @CYGPATH_W@
200DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
201DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
202DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
203DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
204DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
205DEFS = @DEFS@
206DEPDIR = @DEPDIR@
207DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
208DLLTOOL = @DLLTOOL@
209DOCBOOK_ROOT = @DOCBOOK_ROOT@
210DSYMUTIL = @DSYMUTIL@
211DUMPBIN = @DUMPBIN@
212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EGREP = @EGREP@
216ERROR_CFLAGS = @ERROR_CFLAGS@
217EXEEXT = @EXEEXT@
218EXTRA_CFLAGS = @EXTRA_CFLAGS@
219FFLAGS = @FFLAGS@
220FGREP = @FGREP@
221GCOV = @GCOV@
222GCOV_CFLAGS = @GCOV_CFLAGS@
223GCOV_LIBS = @GCOV_LIBS@
224GIO_CFLAGS = @GIO_CFLAGS@
225GIO_LDFLAGS = @GIO_LDFLAGS@
226GIO_LIBS = @GIO_LIBS@
227GLIB_CFLAGS = @GLIB_CFLAGS@
228GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
229GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
230GLIB_LIBS = @GLIB_LIBS@
231GLIB_MKENUMS = @GLIB_MKENUMS@
232GLIB_REQ = @GLIB_REQ@
233GREP = @GREP@
234GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
235GST_AGE = @GST_AGE@
236GST_ALL_CFLAGS = @GST_ALL_CFLAGS@
237GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
238GST_ALL_LIBS = @GST_ALL_LIBS@
239GST_API_VERSION = @GST_API_VERSION@
240GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
241GST_BASE_LIBS = @GST_BASE_LIBS@
242GST_CFLAGS = @GST_CFLAGS@
243GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
244GST_CHECK_LIBS = @GST_CHECK_LIBS@
245GST_CURRENT = @GST_CURRENT@
246GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
247GST_LIBS = @GST_LIBS@
248GST_LIBVERSION = @GST_LIBVERSION@
249GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
250GST_LICENSE = @GST_LICENSE@
251GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
252GST_NET_CFLAGS = @GST_NET_CFLAGS@
253GST_NET_LIBS = @GST_NET_LIBS@
254GST_OBJ_CFLAGS = @GST_OBJ_CFLAGS@
255GST_OBJ_LIBS = @GST_OBJ_LIBS@
256GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
257GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
258GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
259GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
260GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
261GST_PLUGINS_BAD_DIR = @GST_PLUGINS_BAD_DIR@
262GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
263GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
264GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
265GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
266GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
267GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
268GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
269GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
270GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
271GST_REVISION = @GST_REVISION@
272GST_STATIC_CFLAGS = @GST_STATIC_CFLAGS@
273GST_TOOLS_DIR = @GST_TOOLS_DIR@
274GTKDOC_CHECK = @GTKDOC_CHECK@
275GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
276GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
277GTKDOC_MKPDF = @GTKDOC_MKPDF@
278GTKDOC_REBASE = @GTKDOC_REBASE@
279HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
280HAVE_DVIPS = @HAVE_DVIPS@
281HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
282HAVE_JADETEX = @HAVE_JADETEX@
283HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
284HAVE_PNMTOPS = @HAVE_PNMTOPS@
285HAVE_PS2PDF = @HAVE_PS2PDF@
286HAVE_XMLLINT = @HAVE_XMLLINT@
287HAVE_XSLTPROC = @HAVE_XSLTPROC@
288HTML_DIR = @HTML_DIR@
289INSTALL = @INSTALL@
290INSTALL_DATA = @INSTALL_DATA@
291INSTALL_PROGRAM = @INSTALL_PROGRAM@
292INSTALL_SCRIPT = @INSTALL_SCRIPT@
293INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
295INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
296INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
297INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
298INTROSPECTION_INIT = @INTROSPECTION_INIT@
299INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
300INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
301INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
302INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
303LD = @LD@
304LDFLAGS = @LDFLAGS@
305LIBCGROUP_CFLAGS = @LIBCGROUP_CFLAGS@
306LIBCGROUP_LIBS = @LIBCGROUP_LIBS@
307LIBOBJS = @LIBOBJS@
308LIBS = @LIBS@
309LIBTOOL = @LIBTOOL@
310LIPO = @LIPO@
311LN_S = @LN_S@
312LTLIBOBJS = @LTLIBOBJS@
313LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
314MAINT = @MAINT@
315MAKEINFO = @MAKEINFO@
316MANIFEST_TOOL = @MANIFEST_TOOL@
317MKDIR_P = @MKDIR_P@
318NM = @NM@
319NMEDIT = @NMEDIT@
320OBJDUMP = @OBJDUMP@
321OBJEXT = @OBJEXT@
322OTOOL = @OTOOL@
323OTOOL64 = @OTOOL64@
324PACKAGE = @PACKAGE@
325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326PACKAGE_NAME = @PACKAGE_NAME@
327PACKAGE_STRING = @PACKAGE_STRING@
328PACKAGE_TARNAME = @PACKAGE_TARNAME@
329PACKAGE_URL = @PACKAGE_URL@
330PACKAGE_VERSION = @PACKAGE_VERSION@
331PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
332PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
333PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
334PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
335PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
336PATH_SEPARATOR = @PATH_SEPARATOR@
337PKG_CONFIG = @PKG_CONFIG@
338PLUGINDIR = @PLUGINDIR@
339PROFILE_CFLAGS = @PROFILE_CFLAGS@
340PTHREAD_CC = @PTHREAD_CC@
341PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342PTHREAD_LIBS = @PTHREAD_LIBS@
343RANLIB = @RANLIB@
344SED = @SED@
345SET_MAKE = @SET_MAKE@
346SHELL = @SHELL@
347STRIP = @STRIP@
348VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
349VALGRIND_LIBS = @VALGRIND_LIBS@
350VALGRIND_PATH = @VALGRIND_PATH@
351VERSION = @VERSION@
352VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
353WARNING_CFLAGS = @WARNING_CFLAGS@
354XML_CATALOG = @XML_CATALOG@
355XSLTPROC = @XSLTPROC@
356XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
357abs_builddir = @abs_builddir@
358abs_srcdir = @abs_srcdir@
359abs_top_builddir = @abs_top_builddir@
360abs_top_srcdir = @abs_top_srcdir@
361ac_ct_AR = @ac_ct_AR@
362ac_ct_CC = @ac_ct_CC@
363ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
364am__include = @am__include@
365am__leading_dot = @am__leading_dot@
366am__quote = @am__quote@
367am__tar = @am__tar@
368am__untar = @am__untar@
369ax_pthread_config = @ax_pthread_config@
370bindir = @bindir@
371build = @build@
372build_alias = @build_alias@
373build_cpu = @build_cpu@
374build_os = @build_os@
375build_vendor = @build_vendor@
376builddir = @builddir@
377datadir = @datadir@
378datarootdir = @datarootdir@
379docdir = @docdir@
380dvidir = @dvidir@
381exec_prefix = @exec_prefix@
382host = @host@
383host_alias = @host_alias@
384host_cpu = @host_cpu@
385host_os = @host_os@
386host_vendor = @host_vendor@
387htmldir = @htmldir@
388includedir = @includedir@
389infodir = @infodir@
390install_sh = @install_sh@
391libdir = @libdir@
392libexecdir = @libexecdir@
393localedir = @localedir@
394localstatedir = @localstatedir@
395mandir = @mandir@
396mkdir_p = @mkdir_p@
397oldincludedir = @oldincludedir@
398pdfdir = @pdfdir@
399plugindir = @plugindir@
400prefix = @prefix@
401program_transform_name = @program_transform_name@
402psdir = @psdir@
403runstatedir = @runstatedir@
404sbindir = @sbindir@
405sharedstatedir = @sharedstatedir@
406srcdir = @srcdir@
407sysconfdir = @sysconfdir@
408target = @target@
409target_alias = @target_alias@
410target_cpu = @target_cpu@
411target_os = @target_os@
412target_vendor = @target_vendor@
413top_build_prefix = @top_build_prefix@
414top_builddir = @top_builddir@
415top_srcdir = @top_srcdir@
416pcfiles = \
417	gstreamer-rtsp-server-@GST_API_VERSION@.pc
418
419pcfiles_uninstalled = \
420	gstreamer-rtsp-server-@GST_API_VERSION@-uninstalled.pc
421
422pkgconfigdir = $(prefix)/libdata/pkgconfig
423pkgconfig_DATA = $(pcfiles)
424EXTRA_DIST = \
425	gstreamer-rtsp-server.pc.in \
426	gstreamer-rtsp-server-uninstalled.pc.in
427
428CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
429all: all-am
430
431.SUFFIXES:
432$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
433	@for dep in $?; do \
434	  case '$(am__configure_deps)' in \
435	    *$$dep*) \
436	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
437	        && { if test -f $@; then exit 0; else break; fi; }; \
438	      exit 1;; \
439	  esac; \
440	done; \
441	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pkgconfig/Makefile'; \
442	$(am__cd) $(top_srcdir) && \
443	  $(AUTOMAKE) --gnu pkgconfig/Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445	@case '$?' in \
446	  *config.status*) \
447	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
457	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
459	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461gstreamer-rtsp-server.pc: $(top_builddir)/config.status $(srcdir)/gstreamer-rtsp-server.pc.in
462	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
463gstreamer-rtsp-server-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/gstreamer-rtsp-server-uninstalled.pc.in
464	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
465
466mostlyclean-libtool:
467	-rm -f *.lo
468
469clean-libtool:
470	-rm -rf .libs _libs
471install-pkgconfigDATA: $(pkgconfig_DATA)
472	@$(NORMAL_INSTALL)
473	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
474	if test -n "$$list"; then \
475	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
476	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
477	fi; \
478	for p in $$list; do \
479	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
480	  echo "$$d$$p"; \
481	done | $(am__base_list) | \
482	while read files; do \
483	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
484	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
485	done
486
487uninstall-pkgconfigDATA:
488	@$(NORMAL_UNINSTALL)
489	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
490	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
491	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
492tags TAGS:
493
494ctags CTAGS:
495
496cscope cscopelist:
497
498
499distdir: $(BUILT_SOURCES)
500	$(MAKE) $(AM_MAKEFLAGS) distdir-am
501
502distdir-am: $(DISTFILES)
503	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505	list='$(DISTFILES)'; \
506	  dist_files=`for file in $$list; do echo $$file; done | \
507	  sed -e "s|^$$srcdirstrip/||;t" \
508	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509	case $$dist_files in \
510	  */*) $(MKDIR_P) `echo "$$dist_files" | \
511			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512			   sort -u` ;; \
513	esac; \
514	for file in $$dist_files; do \
515	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516	  if test -d $$d/$$file; then \
517	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518	    if test -d "$(distdir)/$$file"; then \
519	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520	    fi; \
521	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526	  else \
527	    test -f "$(distdir)/$$file" \
528	    || cp -p $$d/$$file "$(distdir)/$$file" \
529	    || exit 1; \
530	  fi; \
531	done
532check-am: all-am
533check: check-am
534all-am: Makefile $(DATA) all-local
535installdirs:
536	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
537	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
538	done
539install: install-am
540install-exec: install-exec-am
541install-data: install-data-am
542uninstall: uninstall-am
543
544install-am: all-am
545	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-am
548install-strip:
549	if test -z '$(STRIP)'; then \
550	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552	      install; \
553	else \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557	fi
558mostlyclean-generic:
559
560clean-generic:
561	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567maintainer-clean-generic:
568	@echo "This command is intended for maintainers to use"
569	@echo "it deletes files that may require special tools to rebuild."
570clean: clean-am
571
572clean-am: clean-generic clean-libtool mostlyclean-am
573
574distclean: distclean-am
575	-rm -f Makefile
576distclean-am: clean-am distclean-generic
577
578dvi: dvi-am
579
580dvi-am:
581
582html: html-am
583
584html-am:
585
586info: info-am
587
588info-am:
589
590install-data-am: install-pkgconfigDATA
591
592install-dvi: install-dvi-am
593
594install-dvi-am:
595
596install-exec-am:
597
598install-html: install-html-am
599
600install-html-am:
601
602install-info: install-info-am
603
604install-info-am:
605
606install-man:
607
608install-pdf: install-pdf-am
609
610install-pdf-am:
611
612install-ps: install-ps-am
613
614install-ps-am:
615
616installcheck-am:
617
618maintainer-clean: maintainer-clean-am
619	-rm -f Makefile
620maintainer-clean-am: distclean-am maintainer-clean-generic
621
622mostlyclean: mostlyclean-am
623
624mostlyclean-am: mostlyclean-generic mostlyclean-libtool
625
626pdf: pdf-am
627
628pdf-am:
629
630ps: ps-am
631
632ps-am:
633
634uninstall-am: uninstall-pkgconfigDATA
635
636.MAKE: install-am install-strip
637
638.PHONY: all all-am all-local check check-am clean clean-generic \
639	clean-libtool cscopelist-am ctags-am distclean \
640	distclean-generic distclean-libtool distdir dvi dvi-am html \
641	html-am info info-am install install-am install-data \
642	install-data-am install-dvi install-dvi-am install-exec \
643	install-exec-am install-html install-html-am install-info \
644	install-info-am install-man install-pdf install-pdf-am \
645	install-pkgconfigDATA install-ps install-ps-am install-strip \
646	installcheck installcheck-am installdirs maintainer-clean \
647	maintainer-clean-generic mostlyclean mostlyclean-generic \
648	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
649	uninstall-am uninstall-pkgconfigDATA
650
651.PRECIOUS: Makefile
652
653
654all-local: $(pcfiles) $(pcfiles_uninstalled)
655
656### how to generate pc files
657%-@GST_API_VERSION@.pc: %.pc
658	cp $< $@
659%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
660### the uninstalled libdir is depend of the build system used so set it here
661### rather than hardcoding it in the file directly.
662	$(AM_V_GEN) sed \
663		-e "s|[@]rtspserverlibdir[@]|$(abs_top_builddir)/gst/rtsp-server/.libs|" \
664		$< > $@.tmp && mv $@.tmp $@
665
666# Tell versions [3.59,3.63) of GNU make to not export all variables.
667# Otherwise a system limit (for SysV at least) may be exceeded.
668.NOEXPORT:
669