Seperate decode and picture_copy if no pix_fmt is specified
[platform/adaptation/emulator/gst-plugins-emulator.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Note: plugindir is set in configure
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = src
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52     *) f=$$p;; \
53   esac;
54 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55 am__install_max = 40
56 am__nobase_strip_setup = \
57   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58 am__nobase_strip = \
59   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60 am__nobase_list = $(am__nobase_strip_setup); \
61   for p in $$list; do echo "$$p $$p"; done | \
62   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64     if (++n[$$2] == $(am__install_max)) \
65       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66     END { for (dir in files) print dir, files[dir] }'
67 am__base_list = \
68   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70 am__installdirs = "$(DESTDIR)$(plugindir)"
71 LTLIBRARIES = $(plugin_LTLIBRARIES)
72 am__DEPENDENCIES_1 =
73 libgstemul_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
74 am_libgstemul_la_OBJECTS = libgstemul_la-gstemul.lo \
75         libgstemul_la-gstemulutils.lo libgstemul_la-gstemulnewdec.lo \
76         libgstemul_la-gstemulnewenc.lo libgstemul_la-gstemulapi.lo \
77         libgstemul_la-gstemuldev.lo libgstemul_la-gstemulapi2.lo
78 libgstemul_la_OBJECTS = $(am_libgstemul_la_OBJECTS)
79 libgstemul_la_LINK = $(LIBTOOL) --tag=CC $(libgstemul_la_LIBTOOLFLAGS) \
80         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgstemul_la_CFLAGS) \
81         $(CFLAGS) $(libgstemul_la_LDFLAGS) $(LDFLAGS) -o $@
82 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83 depcomp = $(SHELL) $(top_srcdir)/depcomp
84 am__depfiles_maybe = depfiles
85 am__mv = mv -f
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94         $(LDFLAGS) -o $@
95 SOURCES = $(libgstemul_la_SOURCES)
96 DIST_SOURCES = $(libgstemul_la_SOURCES)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 CC = @CC@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CPP = @CPP@
111 CPPFLAGS = @CPPFLAGS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GREP = @GREP@
124 GST_CFLAGS = @GST_CFLAGS@
125 GST_LIBS = @GST_LIBS@
126 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
127 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAINT = @MAINT@
142 MAKEINFO = @MAKEINFO@
143 MKDIR_P = @MKDIR_P@
144 NM = @NM@
145 NMEDIT = @NMEDIT@
146 OBJDUMP = @OBJDUMP@
147 OBJEXT = @OBJEXT@
148 OTOOL = @OTOOL@
149 OTOOL64 = @OTOOL64@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_URL = @PACKAGE_URL@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PKG_CONFIG = @PKG_CONFIG@
159 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
160 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
161 RANLIB = @RANLIB@
162 SED = @SED@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 STRIP = @STRIP@
166 VERSION = @VERSION@
167 abs_builddir = @abs_builddir@
168 abs_srcdir = @abs_srcdir@
169 abs_top_builddir = @abs_top_builddir@
170 abs_top_srcdir = @abs_top_srcdir@
171 ac_ct_CC = @ac_ct_CC@
172 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
173 am__include = @am__include@
174 am__leading_dot = @am__leading_dot@
175 am__quote = @am__quote@
176 am__tar = @am__tar@
177 am__untar = @am__untar@
178 bindir = @bindir@
179 build = @build@
180 build_alias = @build_alias@
181 build_cpu = @build_cpu@
182 build_os = @build_os@
183 build_vendor = @build_vendor@
184 builddir = @builddir@
185 datadir = @datadir@
186 datarootdir = @datarootdir@
187 docdir = @docdir@
188 dvidir = @dvidir@
189 exec_prefix = @exec_prefix@
190 host = @host@
191 host_alias = @host_alias@
192 host_cpu = @host_cpu@
193 host_os = @host_os@
194 host_vendor = @host_vendor@
195 htmldir = @htmldir@
196 includedir = @includedir@
197 infodir = @infodir@
198 install_sh = @install_sh@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 lt_ECHO = @lt_ECHO@
204 mandir = @mandir@
205 mkdir_p = @mkdir_p@
206 oldincludedir = @oldincludedir@
207 pdfdir = @pdfdir@
208 plugindir = @plugindir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target_alias = @target_alias@
217 top_build_prefix = @top_build_prefix@
218 top_builddir = @top_builddir@
219 top_srcdir = @top_srcdir@
220
221 ##############################################################################
222 # TODO: change libgstemul.la to something else, e.g. libmysomething.la     #
223 ##############################################################################
224 plugin_LTLIBRARIES = libgstemul.la
225
226 ##############################################################################
227 # TODO: for the next set of variables, name the prefix if you named the .la, #
228 #  e.g. libmysomething.la => libmysomething_la_SOURCES                       #
229 #                            libmysomething_la_CFLAGS                        #
230 #                            libmysomething_la_LIBADD                        #
231 #                            libmysomething_la_LDFLAGS                       #
232 ##############################################################################
233
234 # sources used to compile this plug-in
235 libgstemul_la_SOURCES = gstemul.c \
236         gstemulutils.c \
237         gstemulnewdec.c \
238         gstemulnewenc.c \
239         gstemulapi.c \
240         gstemuldev.c \
241         gstemulapi2.c
242
243
244 # compiler and linker flags used to compile this plugin, set in configure.ac
245 libgstemul_la_CFLAGS = $(GST_CFLAGS) -g
246 libgstemul_la_LIBADD = $(GST_LIBS) -lgstaudio-0.10 -lgstpbutils-0.10
247 libgstemul_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
248 libgstemul_la_LIBTOOLFLAGS = --tag=disable-static
249 all: all-am
250
251 .SUFFIXES:
252 .SUFFIXES: .c .lo .o .obj
253 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
254         @for dep in $?; do \
255           case '$(am__configure_deps)' in \
256             *$$dep*) \
257               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258                 && { if test -f $@; then exit 0; else break; fi; }; \
259               exit 1;; \
260           esac; \
261         done; \
262         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
263         $(am__cd) $(top_srcdir) && \
264           $(AUTOMAKE) --gnu src/Makefile
265 .PRECIOUS: Makefile
266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267         @case '$?' in \
268           *config.status*) \
269             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270           *) \
271             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273         esac;
274
275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282 $(am__aclocal_m4_deps):
283 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
284         @$(NORMAL_INSTALL)
285         test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
286         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
287         list2=; for p in $$list; do \
288           if test -f $$p; then \
289             list2="$$list2 $$p"; \
290           else :; fi; \
291         done; \
292         test -z "$$list2" || { \
293           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
294           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
295         }
296
297 uninstall-pluginLTLIBRARIES:
298         @$(NORMAL_UNINSTALL)
299         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
300         for p in $$list; do \
301           $(am__strip_dir) \
302           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
303           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
304         done
305
306 clean-pluginLTLIBRARIES:
307         -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
308         @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
309           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
310           test "$$dir" != "$$p" || dir=.; \
311           echo "rm -f \"$${dir}/so_locations\""; \
312           rm -f "$${dir}/so_locations"; \
313         done
314 libgstemul.la: $(libgstemul_la_OBJECTS) $(libgstemul_la_DEPENDENCIES) 
315         $(libgstemul_la_LINK) -rpath $(plugindir) $(libgstemul_la_OBJECTS) $(libgstemul_la_LIBADD) $(LIBS)
316
317 mostlyclean-compile:
318         -rm -f *.$(OBJEXT)
319
320 distclean-compile:
321         -rm -f *.tab.c
322
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemul.Plo@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemulapi.Plo@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemulapi2.Plo@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemuldev.Plo@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemulnewdec.Plo@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemulnewenc.Plo@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstemul_la-gstemulutils.Plo@am__quote@
330
331 .c.o:
332 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
333 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
337
338 .c.obj:
339 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
340 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
344
345 .c.lo:
346 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
347 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
351
352 libgstemul_la-gstemul.lo: gstemul.c
353 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemul.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemul.Tpo -c -o libgstemul_la-gstemul.lo `test -f 'gstemul.c' || echo '$(srcdir)/'`gstemul.c
354 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemul.Tpo $(DEPDIR)/libgstemul_la-gstemul.Plo
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemul.c' object='libgstemul_la-gstemul.lo' libtool=yes @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemul.lo `test -f 'gstemul.c' || echo '$(srcdir)/'`gstemul.c
358
359 libgstemul_la-gstemulutils.lo: gstemulutils.c
360 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemulutils.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemulutils.Tpo -c -o libgstemul_la-gstemulutils.lo `test -f 'gstemulutils.c' || echo '$(srcdir)/'`gstemulutils.c
361 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemulutils.Tpo $(DEPDIR)/libgstemul_la-gstemulutils.Plo
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemulutils.c' object='libgstemul_la-gstemulutils.lo' libtool=yes @AMDEPBACKSLASH@
363 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemulutils.lo `test -f 'gstemulutils.c' || echo '$(srcdir)/'`gstemulutils.c
365
366 libgstemul_la-gstemulnewdec.lo: gstemulnewdec.c
367 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemulnewdec.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemulnewdec.Tpo -c -o libgstemul_la-gstemulnewdec.lo `test -f 'gstemulnewdec.c' || echo '$(srcdir)/'`gstemulnewdec.c
368 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemulnewdec.Tpo $(DEPDIR)/libgstemul_la-gstemulnewdec.Plo
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemulnewdec.c' object='libgstemul_la-gstemulnewdec.lo' libtool=yes @AMDEPBACKSLASH@
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemulnewdec.lo `test -f 'gstemulnewdec.c' || echo '$(srcdir)/'`gstemulnewdec.c
372
373 libgstemul_la-gstemulnewenc.lo: gstemulnewenc.c
374 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemulnewenc.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemulnewenc.Tpo -c -o libgstemul_la-gstemulnewenc.lo `test -f 'gstemulnewenc.c' || echo '$(srcdir)/'`gstemulnewenc.c
375 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemulnewenc.Tpo $(DEPDIR)/libgstemul_la-gstemulnewenc.Plo
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemulnewenc.c' object='libgstemul_la-gstemulnewenc.lo' libtool=yes @AMDEPBACKSLASH@
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemulnewenc.lo `test -f 'gstemulnewenc.c' || echo '$(srcdir)/'`gstemulnewenc.c
379
380 libgstemul_la-gstemulapi.lo: gstemulapi.c
381 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemulapi.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemulapi.Tpo -c -o libgstemul_la-gstemulapi.lo `test -f 'gstemulapi.c' || echo '$(srcdir)/'`gstemulapi.c
382 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemulapi.Tpo $(DEPDIR)/libgstemul_la-gstemulapi.Plo
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemulapi.c' object='libgstemul_la-gstemulapi.lo' libtool=yes @AMDEPBACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemulapi.lo `test -f 'gstemulapi.c' || echo '$(srcdir)/'`gstemulapi.c
386
387 libgstemul_la-gstemuldev.lo: gstemuldev.c
388 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemuldev.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemuldev.Tpo -c -o libgstemul_la-gstemuldev.lo `test -f 'gstemuldev.c' || echo '$(srcdir)/'`gstemuldev.c
389 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemuldev.Tpo $(DEPDIR)/libgstemul_la-gstemuldev.Plo
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemuldev.c' object='libgstemul_la-gstemuldev.lo' libtool=yes @AMDEPBACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemuldev.lo `test -f 'gstemuldev.c' || echo '$(srcdir)/'`gstemuldev.c
393
394 libgstemul_la-gstemulapi2.lo: gstemulapi2.c
395 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -MT libgstemul_la-gstemulapi2.lo -MD -MP -MF $(DEPDIR)/libgstemul_la-gstemulapi2.Tpo -c -o libgstemul_la-gstemulapi2.lo `test -f 'gstemulapi2.c' || echo '$(srcdir)/'`gstemulapi2.c
396 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstemul_la-gstemulapi2.Tpo $(DEPDIR)/libgstemul_la-gstemulapi2.Plo
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstemulapi2.c' object='libgstemul_la-gstemulapi2.lo' libtool=yes @AMDEPBACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstemul_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstemul_la_CFLAGS) $(CFLAGS) -c -o libgstemul_la-gstemulapi2.lo `test -f 'gstemulapi2.c' || echo '$(srcdir)/'`gstemulapi2.c
400
401 mostlyclean-libtool:
402         -rm -f *.lo
403
404 clean-libtool:
405         -rm -rf .libs _libs
406
407 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409         unique=`for i in $$list; do \
410             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411           done | \
412           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413               END { if (nonempty) { for (i in files) print i; }; }'`; \
414         mkid -fID $$unique
415 tags: TAGS
416
417 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418                 $(TAGS_FILES) $(LISP)
419         set x; \
420         here=`pwd`; \
421         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422         unique=`for i in $$list; do \
423             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424           done | \
425           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426               END { if (nonempty) { for (i in files) print i; }; }'`; \
427         shift; \
428         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429           test -n "$$unique" || unique=$$empty_fix; \
430           if test $$# -gt 0; then \
431             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432               "$$@" $$unique; \
433           else \
434             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435               $$unique; \
436           fi; \
437         fi
438 ctags: CTAGS
439 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442         unique=`for i in $$list; do \
443             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444           done | \
445           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446               END { if (nonempty) { for (i in files) print i; }; }'`; \
447         test -z "$(CTAGS_ARGS)$$unique" \
448           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449              $$unique
450
451 GTAGS:
452         here=`$(am__cd) $(top_builddir) && pwd` \
453           && $(am__cd) $(top_srcdir) \
454           && gtags -i $(GTAGS_ARGS) "$$here"
455
456 distclean-tags:
457         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
459 distdir: $(DISTFILES)
460         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462         list='$(DISTFILES)'; \
463           dist_files=`for file in $$list; do echo $$file; done | \
464           sed -e "s|^$$srcdirstrip/||;t" \
465               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466         case $$dist_files in \
467           */*) $(MKDIR_P) `echo "$$dist_files" | \
468                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469                            sort -u` ;; \
470         esac; \
471         for file in $$dist_files; do \
472           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473           if test -d $$d/$$file; then \
474             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475             if test -d "$(distdir)/$$file"; then \
476               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477             fi; \
478             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481             fi; \
482             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483           else \
484             test -f "$(distdir)/$$file" \
485             || cp -p $$d/$$file "$(distdir)/$$file" \
486             || exit 1; \
487           fi; \
488         done
489 check-am: all-am
490 check: check-am
491 all-am: Makefile $(LTLIBRARIES)
492 installdirs:
493         for dir in "$(DESTDIR)$(plugindir)"; do \
494           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
495         done
496 install: install-am
497 install-exec: install-exec-am
498 install-data: install-data-am
499 uninstall: uninstall-am
500
501 install-am: all-am
502         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504 installcheck: installcheck-am
505 install-strip:
506         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508           `test -z '$(STRIP)' || \
509             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
510 mostlyclean-generic:
511
512 clean-generic:
513
514 distclean-generic:
515         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
516         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
518 maintainer-clean-generic:
519         @echo "This command is intended for maintainers to use"
520         @echo "it deletes files that may require special tools to rebuild."
521 clean: clean-am
522
523 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
524         mostlyclean-am
525
526 distclean: distclean-am
527         -rm -rf ./$(DEPDIR)
528         -rm -f Makefile
529 distclean-am: clean-am distclean-compile distclean-generic \
530         distclean-tags
531
532 dvi: dvi-am
533
534 dvi-am:
535
536 html: html-am
537
538 html-am:
539
540 info: info-am
541
542 info-am:
543
544 install-data-am: install-pluginLTLIBRARIES
545
546 install-dvi: install-dvi-am
547
548 install-dvi-am:
549
550 install-exec-am:
551
552 install-html: install-html-am
553
554 install-html-am:
555
556 install-info: install-info-am
557
558 install-info-am:
559
560 install-man:
561
562 install-pdf: install-pdf-am
563
564 install-pdf-am:
565
566 install-ps: install-ps-am
567
568 install-ps-am:
569
570 installcheck-am:
571
572 maintainer-clean: maintainer-clean-am
573         -rm -rf ./$(DEPDIR)
574         -rm -f Makefile
575 maintainer-clean-am: distclean-am maintainer-clean-generic
576
577 mostlyclean: mostlyclean-am
578
579 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
580         mostlyclean-libtool
581
582 pdf: pdf-am
583
584 pdf-am:
585
586 ps: ps-am
587
588 ps-am:
589
590 uninstall-am: uninstall-pluginLTLIBRARIES
591
592 .MAKE: install-am install-strip
593
594 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
595         clean-libtool clean-pluginLTLIBRARIES ctags distclean \
596         distclean-compile distclean-generic distclean-libtool \
597         distclean-tags distdir dvi dvi-am html html-am info info-am \
598         install install-am install-data install-data-am install-dvi \
599         install-dvi-am install-exec install-exec-am install-html \
600         install-html-am install-info install-info-am install-man \
601         install-pdf install-pdf-am install-pluginLTLIBRARIES \
602         install-ps install-ps-am install-strip installcheck \
603         installcheck-am installdirs maintainer-clean \
604         maintainer-clean-generic mostlyclean mostlyclean-compile \
605         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
606         tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
607
608
609 # headers we need but don't want installed
610 #noinst_HEADERS = gstemul.h
611
612 # Tell versions [3.59,3.63) of GNU make to not export all variables.
613 # Otherwise a system limit (for SysV at least) may be exceeded.
614 .NOEXPORT: