Seperate decode and picture_copy if no pix_fmt is specified
[platform/adaptation/emulator/gst-plugins-emulator.git] / src / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # src/Makefile.  Generated from Makefile.in by configure.
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
17
18 # Note: plugindir is set in configure
19
20
21 pkgdatadir = $(datadir)/my-plugin-package
22 pkgincludedir = $(includedir)/my-plugin-package
23 pkglibdir = $(libdir)/my-plugin-package
24 pkglibexecdir = $(libexecdir)/my-plugin-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 = i686-pc-linux-gnu
38 host_triplet = i686-pc-linux-gnu
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. -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 = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run aclocal-1.11
101 AMTAR = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run tar
102 AR = ar
103 AUTOCONF = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run autoconf
104 AUTOHEADER = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run autoheader
105 AUTOMAKE = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run automake-1.11
106 AWK = gawk
107 CC = gcc
108 CCDEPMODE = depmode=gcc3
109 CFLAGS = -Wall -Wall
110 CPP = gcc -E
111 CPPFLAGS = 
112 CYGPATH_W = echo
113 DEFS = -DHAVE_CONFIG_H
114 DEPDIR = .deps
115 DSYMUTIL = 
116 DUMPBIN = 
117 ECHO_C = 
118 ECHO_N = -n
119 ECHO_T = 
120 EGREP = /bin/grep -E
121 EXEEXT = 
122 FGREP = /bin/grep -F
123 GREP = /bin/grep
124 GST_CFLAGS = -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall
125 GST_LIBS = -pthread -lgstbase-0.10 -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0  
126 GST_PLUGIN_LDFLAGS = -module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).*
127 HAVE_PKGCONFIG =  
128 INSTALL = /usr/bin/install -c
129 INSTALL_DATA = ${INSTALL} -m 644
130 INSTALL_PROGRAM = ${INSTALL}
131 INSTALL_SCRIPT = ${INSTALL}
132 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
133 LD = /usr/bin/ld
134 LDFLAGS = 
135 LIBOBJS = 
136 LIBS = 
137 LIBTOOL = $(SHELL) $(top_builddir)/libtool
138 LIPO = 
139 LN_S = ln -s
140 LTLIBOBJS = 
141 MAINT = 
142 MAKEINFO = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run makeinfo
143 MKDIR_P = /bin/mkdir -p
144 NM = /usr/bin/nm -B
145 NMEDIT = 
146 OBJDUMP = objdump
147 OBJEXT = o
148 OTOOL = 
149 OTOOL64 = 
150 PACKAGE = my-plugin-package
151 PACKAGE_BUGREPORT = 
152 PACKAGE_NAME = my-plugin-package
153 PACKAGE_STRING = my-plugin-package 0.10.0
154 PACKAGE_TARNAME = my-plugin-package
155 PACKAGE_URL = 
156 PACKAGE_VERSION = 0.10.0
157 PATH_SEPARATOR = :
158 PKG_CONFIG = /usr/bin/pkg-config
159 PKG_CONFIG_LIBDIR = 
160 PKG_CONFIG_PATH = /home/kt/sbs/target-i386/usr/lib/pkgconfig:/home/kt/sbs/target-i386/usr/share/pkgconfig:/home/kt/sbs/tools/usr/share/pkgconfig
161 RANLIB = ranlib
162 SED = /bin/sed
163 SET_MAKE = 
164 SHELL = /bin/sh
165 STRIP = strip
166 VERSION = 0.10.0
167 abs_builddir = /home/kt/codec/dev/gst-emul_20130124/src
168 abs_srcdir = /home/kt/codec/dev/gst-emul_20130124/src
169 abs_top_builddir = /home/kt/codec/dev/gst-emul_20130124
170 abs_top_srcdir = /home/kt/codec/dev/gst-emul_20130124
171 ac_ct_CC = gcc
172 ac_ct_DUMPBIN = 
173 am__include = include
174 am__leading_dot = .
175 am__quote = 
176 am__tar = ${AMTAR} chof - "$$tardir"
177 am__untar = ${AMTAR} xf -
178 bindir = ${exec_prefix}/bin
179 build = i686-pc-linux-gnu
180 build_alias = 
181 build_cpu = i686
182 build_os = linux-gnu
183 build_vendor = pc
184 builddir = .
185 datadir = ${datarootdir}
186 datarootdir = ${prefix}/share
187 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
188 dvidir = ${docdir}
189 exec_prefix = ${prefix}
190 host = i686-pc-linux-gnu
191 host_alias = 
192 host_cpu = i686
193 host_os = linux-gnu
194 host_vendor = pc
195 htmldir = ${docdir}
196 includedir = ${prefix}/include
197 infodir = ${datarootdir}/info
198 install_sh = ${SHELL} /home/kt/codec/dev/gst-emul_20130124/install-sh
199 libdir = ${exec_prefix}/lib
200 libexecdir = ${exec_prefix}/libexec
201 localedir = ${datarootdir}/locale
202 localstatedir = ${prefix}/var
203 lt_ECHO = echo
204 mandir = ${datarootdir}/man
205 mkdir_p = /bin/mkdir -p
206 oldincludedir = /usr/include
207 pdfdir = ${docdir}
208 plugindir = $(libdir)/gstreamer-0.10
209 prefix = /usr/local
210 program_transform_name = s,x,x,
211 psdir = ${docdir}
212 sbindir = ${exec_prefix}/sbin
213 sharedstatedir = ${prefix}/com
214 srcdir = .
215 sysconfdir = ${prefix}/etc
216 target_alias = 
217 top_build_prefix = ../
218 top_builddir = ..
219 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:  $(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:  $(am__configure_deps)
279         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 $(ACLOCAL_M4):  $(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 include ./$(DEPDIR)/libgstemul_la-gstemul.Plo
324 include ./$(DEPDIR)/libgstemul_la-gstemulapi.Plo
325 include ./$(DEPDIR)/libgstemul_la-gstemulapi2.Plo
326 include ./$(DEPDIR)/libgstemul_la-gstemuldev.Plo
327 include ./$(DEPDIR)/libgstemul_la-gstemulnewdec.Plo
328 include ./$(DEPDIR)/libgstemul_la-gstemulnewenc.Plo
329 include ./$(DEPDIR)/libgstemul_la-gstemulutils.Plo
330
331 .c.o:
332         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
333         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
334 #       source='$<' object='$@' libtool=no \
335 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
336 #       $(COMPILE) -c $<
337
338 .c.obj:
339         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
340         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341 #       source='$<' object='$@' libtool=no \
342 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
343 #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
344
345 .c.lo:
346         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
347         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
348 #       source='$<' object='$@' libtool=yes \
349 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
350 #       $(LTCOMPILE) -c -o $@ $<
351
352 libgstemul_la-gstemul.lo: gstemul.c
353         $(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__mv) $(DEPDIR)/libgstemul_la-gstemul.Tpo $(DEPDIR)/libgstemul_la-gstemul.Plo
355 #       source='gstemul.c' object='libgstemul_la-gstemul.lo' libtool=yes \
356 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
357 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemulutils.Tpo $(DEPDIR)/libgstemul_la-gstemulutils.Plo
362 #       source='gstemulutils.c' object='libgstemul_la-gstemulutils.lo' libtool=yes \
363 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
364 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemulnewdec.Tpo $(DEPDIR)/libgstemul_la-gstemulnewdec.Plo
369 #       source='gstemulnewdec.c' object='libgstemul_la-gstemulnewdec.lo' libtool=yes \
370 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
371 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemulnewenc.Tpo $(DEPDIR)/libgstemul_la-gstemulnewenc.Plo
376 #       source='gstemulnewenc.c' object='libgstemul_la-gstemulnewenc.lo' libtool=yes \
377 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
378 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemulapi.Tpo $(DEPDIR)/libgstemul_la-gstemulapi.Plo
383 #       source='gstemulapi.c' object='libgstemul_la-gstemulapi.lo' libtool=yes \
384 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
385 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemuldev.Tpo $(DEPDIR)/libgstemul_la-gstemuldev.Plo
390 #       source='gstemuldev.c' object='libgstemul_la-gstemuldev.lo' libtool=yes \
391 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
392 #       $(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         $(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__mv) $(DEPDIR)/libgstemul_la-gstemulapi2.Tpo $(DEPDIR)/libgstemul_la-gstemulapi2.Plo
397 #       source='gstemulapi2.c' object='libgstemul_la-gstemulapi2.lo' libtool=yes \
398 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
399 #       $(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: