~ubuntu-branches/ubuntu/intrepid/gstreamer0.10-ffmpeg/intrepid

« back to all changes in this revision

Viewing changes to ext/ffmpeg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-17 23:59:34 UTC
  • Revision ID: james.westby@ubuntu.com-20051217235934-qu7f84arvb9r3id3
Tags: upstream-0.10.0
ImportĀ upstreamĀ versionĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
SOURCES = $(libgstffmpeg_la_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ../..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
subdir = ext/ffmpeg
 
44
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-compiler-flag.m4 \
 
48
        $(top_srcdir)/common/m4/as-libtool.m4 \
 
49
        $(top_srcdir)/common/m4/as-version.m4 \
 
50
        $(top_srcdir)/common/m4/gst-arch.m4 \
 
51
        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(install_sh) -d
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES =
 
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
58
am__vpath_adj = case $$p in \
 
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
60
    *) f=$$p;; \
 
61
  esac;
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__installdirs = "$(DESTDIR)$(plugindir)"
 
64
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
65
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
66
am__DEPENDENCIES_1 =
 
67
libgstffmpeg_la_DEPENDENCIES = $(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \
 
68
        $(am__DEPENDENCIES_1)
 
69
am_libgstffmpeg_la_OBJECTS = libgstffmpeg_la-gstffmpeg.lo \
 
70
        libgstffmpeg_la-gstffmpegcodecmap.lo \
 
71
        libgstffmpeg_la-gstffmpegdec.lo \
 
72
        libgstffmpeg_la-gstffmpegenc.lo
 
73
libgstffmpeg_la_OBJECTS = $(am_libgstffmpeg_la_OBJECTS)
 
74
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
76
am__depfiles_maybe = depfiles
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
SOURCES = $(libgstffmpeg_la_SOURCES)
 
86
DIST_SOURCES = $(libgstffmpeg_la_SOURCES)
 
87
HEADERS = $(noinst_HEADERS)
 
88
ETAGS = etags
 
89
CTAGS = ctags
 
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
91
ACLOCAL = @ACLOCAL@
 
92
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
93
AMDEP_FALSE = @AMDEP_FALSE@
 
94
AMDEP_TRUE = @AMDEP_TRUE@
 
95
AMTAR = @AMTAR@
 
96
AR = @AR@
 
97
AUTOCONF = @AUTOCONF@
 
98
AUTOHEADER = @AUTOHEADER@
 
99
AUTOMAKE = @AUTOMAKE@
 
100
AWK = @AWK@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CXX = @CXX@
 
107
CXXCPP = @CXXCPP@
 
108
CXXDEPMODE = @CXXDEPMODE@
 
109
CXXFLAGS = @CXXFLAGS@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
ECHO = @ECHO@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
F77 = @F77@
 
120
FFLAGS = @FFLAGS@
 
121
GST_CFLAGS = @GST_CFLAGS@
 
122
GST_FFMPEG_AGE = @GST_FFMPEG_AGE@
 
123
GST_FFMPEG_CURRENT = @GST_FFMPEG_CURRENT@
 
124
GST_FFMPEG_LIBVERSION = @GST_FFMPEG_LIBVERSION@
 
125
GST_FFMPEG_LT_LDFLAGS = @GST_FFMPEG_LT_LDFLAGS@
 
126
GST_FFMPEG_REVISION = @GST_FFMPEG_REVISION@
 
127
GST_FFMPEG_VERSION = @GST_FFMPEG_VERSION@
 
128
GST_FFMPEG_VERSION_MAJOR = @GST_FFMPEG_VERSION_MAJOR@
 
129
GST_FFMPEG_VERSION_MICRO = @GST_FFMPEG_VERSION_MICRO@
 
130
GST_FFMPEG_VERSION_MINOR = @GST_FFMPEG_VERSION_MINOR@
 
131
GST_FFMPEG_VERSION_NANO = @GST_FFMPEG_VERSION_NANO@
 
132
GST_FFMPEG_VERSION_RELEASE = @GST_FFMPEG_VERSION_RELEASE@
 
133
GST_LIBS = @GST_LIBS@
 
134
GST_MAJORMINOR = @GST_MAJORMINOR@
 
135
GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
 
136
HAVE_CPU_ALPHA_FALSE = @HAVE_CPU_ALPHA_FALSE@
 
137
HAVE_CPU_ALPHA_TRUE = @HAVE_CPU_ALPHA_TRUE@
 
138
HAVE_CPU_ARM_FALSE = @HAVE_CPU_ARM_FALSE@
 
139
HAVE_CPU_ARM_TRUE = @HAVE_CPU_ARM_TRUE@
 
140
HAVE_CPU_HPPA_FALSE = @HAVE_CPU_HPPA_FALSE@
 
141
HAVE_CPU_HPPA_TRUE = @HAVE_CPU_HPPA_TRUE@
 
142
HAVE_CPU_I386_FALSE = @HAVE_CPU_I386_FALSE@
 
143
HAVE_CPU_I386_TRUE = @HAVE_CPU_I386_TRUE@
 
144
HAVE_CPU_IA64_FALSE = @HAVE_CPU_IA64_FALSE@
 
145
HAVE_CPU_IA64_TRUE = @HAVE_CPU_IA64_TRUE@
 
146
HAVE_CPU_M68K_FALSE = @HAVE_CPU_M68K_FALSE@
 
147
HAVE_CPU_M68K_TRUE = @HAVE_CPU_M68K_TRUE@
 
148
HAVE_CPU_MIPS_FALSE = @HAVE_CPU_MIPS_FALSE@
 
149
HAVE_CPU_MIPS_TRUE = @HAVE_CPU_MIPS_TRUE@
 
150
HAVE_CPU_PPC_FALSE = @HAVE_CPU_PPC_FALSE@
 
151
HAVE_CPU_PPC_TRUE = @HAVE_CPU_PPC_TRUE@
 
152
HAVE_CPU_S390_FALSE = @HAVE_CPU_S390_FALSE@
 
153
HAVE_CPU_S390_TRUE = @HAVE_CPU_S390_TRUE@
 
154
HAVE_CPU_SPARC_FALSE = @HAVE_CPU_SPARC_FALSE@
 
155
HAVE_CPU_SPARC_TRUE = @HAVE_CPU_SPARC_TRUE@
 
156
HAVE_CPU_X86_64_FALSE = @HAVE_CPU_X86_64_FALSE@
 
157
HAVE_CPU_X86_64_TRUE = @HAVE_CPU_X86_64_TRUE@
 
158
INSTALL_DATA = @INSTALL_DATA@
 
159
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
160
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
161
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
162
LDFLAGS = @LDFLAGS@
 
163
LIBOBJS = @LIBOBJS@
 
164
LIBS = @LIBS@
 
165
LIBTOOL = @LIBTOOL@
 
166
LN_S = @LN_S@
 
167
LTLIBOBJS = @LTLIBOBJS@
 
168
MAINT = @MAINT@
 
169
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
170
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
171
MAKEINFO = @MAKEINFO@
 
172
OBJEXT = @OBJEXT@
 
173
PACKAGE = @PACKAGE@
 
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
175
PACKAGE_NAME = @PACKAGE_NAME@
 
176
PACKAGE_STRING = @PACKAGE_STRING@
 
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_VERSION = @PACKAGE_VERSION@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
PKG_CONFIG = @PKG_CONFIG@
 
181
RANLIB = @RANLIB@
 
182
SET_MAKE = @SET_MAKE@
 
183
SHELL = @SHELL@
 
184
STRIP = @STRIP@
 
185
VERSION = @VERSION@
 
186
ac_ct_AR = @ac_ct_AR@
 
187
ac_ct_CC = @ac_ct_CC@
 
188
ac_ct_CXX = @ac_ct_CXX@
 
189
ac_ct_F77 = @ac_ct_F77@
 
190
ac_ct_RANLIB = @ac_ct_RANLIB@
 
191
ac_ct_STRIP = @ac_ct_STRIP@
 
192
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
193
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
194
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
195
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
196
am__include = @am__include@
 
197
am__leading_dot = @am__leading_dot@
 
198
am__quote = @am__quote@
 
199
am__tar = @am__tar@
 
200
am__untar = @am__untar@
 
201
bindir = @bindir@
 
202
build = @build@
 
203
build_alias = @build_alias@
 
204
build_cpu = @build_cpu@
 
205
build_os = @build_os@
 
206
build_vendor = @build_vendor@
 
207
datadir = @datadir@
 
208
exec_prefix = @exec_prefix@
 
209
host = @host@
 
210
host_alias = @host_alias@
 
211
host_cpu = @host_cpu@
 
212
host_os = @host_os@
 
213
host_vendor = @host_vendor@
 
214
includedir = @includedir@
 
215
infodir = @infodir@
 
216
install_sh = @install_sh@
 
217
libdir = @libdir@
 
218
libexecdir = @libexecdir@
 
219
localstatedir = @localstatedir@
 
220
mandir = @mandir@
 
221
mkdir_p = @mkdir_p@
 
222
oldincludedir = @oldincludedir@
 
223
plugindir = @plugindir@
 
224
prefix = @prefix@
 
225
program_transform_name = @program_transform_name@
 
226
sbindir = @sbindir@
 
227
sharedstatedir = @sharedstatedir@
 
228
subdirs = @subdirs@
 
229
sysconfdir = @sysconfdir@
 
230
target = @target@
 
231
target_alias = @target_alias@
 
232
target_cpu = @target_cpu@
 
233
target_os = @target_os@
 
234
target_vendor = @target_vendor@
 
235
plugin_LTLIBRARIES = libgstffmpeg.la
 
236
libgstffmpeg_la_SOURCES = gstffmpeg.c           \
 
237
                          gstffmpegcodecmap.c   \
 
238
                          gstffmpegdec.c        \
 
239
                          gstffmpegenc.c
 
240
 
 
241
#                         gstffmpegdemux.c      \
 
242
#                         gstffmpegmux.c        \
 
243
#                         gstffmpegprotocol.c   \
 
244
#                         gstffmpegscale.c      \
 
245
#                         gstffmpegdeinterlace.c
 
246
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
 
247
        -I $(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
 
248
        -I $(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
 
249
        -I $(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec
 
250
 
 
251
libgstffmpeg_la_LIBADD = \
 
252
        $(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.la \
 
253
        $(GST_LIBS)
 
254
 
 
255
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
256
noinst_HEADERS = \
 
257
        gstffmpeg.h \
 
258
        gstffmpegcodecmap.h
 
259
 
 
260
all: all-am
 
261
 
 
262
.SUFFIXES:
 
263
.SUFFIXES: .c .lo .o .obj
 
264
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
265
        @for dep in $?; do \
 
266
          case '$(am__configure_deps)' in \
 
267
            *$$dep*) \
 
268
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
269
                && exit 0; \
 
270
              exit 1;; \
 
271
          esac; \
 
272
        done; \
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/ffmpeg/Makefile'; \
 
274
        cd $(top_srcdir) && \
 
275
          $(AUTOMAKE) --gnu  ext/ffmpeg/Makefile
 
276
.PRECIOUS: Makefile
 
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
278
        @case '$?' in \
 
279
          *config.status*) \
 
280
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
281
          *) \
 
282
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
283
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
284
        esac;
 
285
 
 
286
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
 
 
289
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
291
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
294
        @$(NORMAL_INSTALL)
 
295
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
296
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
297
          if test -f $$p; then \
 
298
            f=$(am__strip_dir) \
 
299
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
300
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
301
          else :; fi; \
 
302
        done
 
303
 
 
304
uninstall-pluginLTLIBRARIES:
 
305
        @$(NORMAL_UNINSTALL)
 
306
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
307
          p=$(am__strip_dir) \
 
308
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
309
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
310
        done
 
311
 
 
312
clean-pluginLTLIBRARIES:
 
313
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
314
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
315
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
316
          test "$$dir" != "$$p" || dir=.; \
 
317
          echo "rm -f \"$${dir}/so_locations\""; \
 
318
          rm -f "$${dir}/so_locations"; \
 
319
        done
 
320
libgstffmpeg.la: $(libgstffmpeg_la_OBJECTS) $(libgstffmpeg_la_DEPENDENCIES) 
 
321
        $(LINK) -rpath $(plugindir) $(libgstffmpeg_la_LDFLAGS) $(libgstffmpeg_la_OBJECTS) $(libgstffmpeg_la_LIBADD) $(LIBS)
 
322
 
 
323
mostlyclean-compile:
 
324
        -rm -f *.$(OBJEXT)
 
325
 
 
326
distclean-compile:
 
327
        -rm -f *.tab.c
 
328
 
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstffmpeg_la-gstffmpeg.Plo@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstffmpeg_la-gstffmpegcodecmap.Plo@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstffmpeg_la-gstffmpegdec.Plo@am__quote@
 
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstffmpeg_la-gstffmpegenc.Plo@am__quote@
 
333
 
 
334
.c.o:
 
335
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
336
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
339
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
340
 
 
341
.c.obj:
 
342
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
343
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
346
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
347
 
 
348
.c.lo:
 
349
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
350
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
353
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
354
 
 
355
libgstffmpeg_la-gstffmpeg.lo: gstffmpeg.c
 
356
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -MT libgstffmpeg_la-gstffmpeg.lo -MD -MP -MF "$(DEPDIR)/libgstffmpeg_la-gstffmpeg.Tpo" -c -o libgstffmpeg_la-gstffmpeg.lo `test -f 'gstffmpeg.c' || echo '$(srcdir)/'`gstffmpeg.c; \
 
357
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libgstffmpeg_la-gstffmpeg.Tpo" "$(DEPDIR)/libgstffmpeg_la-gstffmpeg.Plo"; else rm -f "$(DEPDIR)/libgstffmpeg_la-gstffmpeg.Tpo"; exit 1; fi
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstffmpeg.c' object='libgstffmpeg_la-gstffmpeg.lo' libtool=yes @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
360
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -c -o libgstffmpeg_la-gstffmpeg.lo `test -f 'gstffmpeg.c' || echo '$(srcdir)/'`gstffmpeg.c
 
361
 
 
362
libgstffmpeg_la-gstffmpegcodecmap.lo: gstffmpegcodecmap.c
 
363
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -MT libgstffmpeg_la-gstffmpegcodecmap.lo -MD -MP -MF "$(DEPDIR)/libgstffmpeg_la-gstffmpegcodecmap.Tpo" -c -o libgstffmpeg_la-gstffmpegcodecmap.lo `test -f 'gstffmpegcodecmap.c' || echo '$(srcdir)/'`gstffmpegcodecmap.c; \
 
364
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegcodecmap.Tpo" "$(DEPDIR)/libgstffmpeg_la-gstffmpegcodecmap.Plo"; else rm -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegcodecmap.Tpo"; exit 1; fi
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstffmpegcodecmap.c' object='libgstffmpeg_la-gstffmpegcodecmap.lo' libtool=yes @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -c -o libgstffmpeg_la-gstffmpegcodecmap.lo `test -f 'gstffmpegcodecmap.c' || echo '$(srcdir)/'`gstffmpegcodecmap.c
 
368
 
 
369
libgstffmpeg_la-gstffmpegdec.lo: gstffmpegdec.c
 
370
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -MT libgstffmpeg_la-gstffmpegdec.lo -MD -MP -MF "$(DEPDIR)/libgstffmpeg_la-gstffmpegdec.Tpo" -c -o libgstffmpeg_la-gstffmpegdec.lo `test -f 'gstffmpegdec.c' || echo '$(srcdir)/'`gstffmpegdec.c; \
 
371
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegdec.Tpo" "$(DEPDIR)/libgstffmpeg_la-gstffmpegdec.Plo"; else rm -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegdec.Tpo"; exit 1; fi
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstffmpegdec.c' object='libgstffmpeg_la-gstffmpegdec.lo' libtool=yes @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -c -o libgstffmpeg_la-gstffmpegdec.lo `test -f 'gstffmpegdec.c' || echo '$(srcdir)/'`gstffmpegdec.c
 
375
 
 
376
libgstffmpeg_la-gstffmpegenc.lo: gstffmpegenc.c
 
377
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -MT libgstffmpeg_la-gstffmpegenc.lo -MD -MP -MF "$(DEPDIR)/libgstffmpeg_la-gstffmpegenc.Tpo" -c -o libgstffmpeg_la-gstffmpegenc.lo `test -f 'gstffmpegenc.c' || echo '$(srcdir)/'`gstffmpegenc.c; \
 
378
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegenc.Tpo" "$(DEPDIR)/libgstffmpeg_la-gstffmpegenc.Plo"; else rm -f "$(DEPDIR)/libgstffmpeg_la-gstffmpegenc.Tpo"; exit 1; fi
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstffmpegenc.c' object='libgstffmpeg_la-gstffmpegenc.lo' libtool=yes @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
381
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstffmpeg_la_CFLAGS) $(CFLAGS) -c -o libgstffmpeg_la-gstffmpegenc.lo `test -f 'gstffmpegenc.c' || echo '$(srcdir)/'`gstffmpegenc.c
 
382
 
 
383
mostlyclean-libtool:
 
384
        -rm -f *.lo
 
385
 
 
386
clean-libtool:
 
387
        -rm -rf .libs _libs
 
388
 
 
389
distclean-libtool:
 
390
        -rm -f libtool
 
391
uninstall-info-am:
 
392
 
 
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
394
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '    { files[$$0] = 1; } \
 
399
               END { for (i in files) print i; }'`; \
 
400
        mkid -fID $$unique
 
401
tags: TAGS
 
402
 
 
403
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
404
                $(TAGS_FILES) $(LISP)
 
405
        tags=; \
 
406
        here=`pwd`; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
408
        unique=`for i in $$list; do \
 
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
410
          done | \
 
411
          $(AWK) '    { files[$$0] = 1; } \
 
412
               END { for (i in files) print i; }'`; \
 
413
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
414
          test -n "$$unique" || unique=$$empty_fix; \
 
415
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
416
            $$tags $$unique; \
 
417
        fi
 
418
ctags: CTAGS
 
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
420
                $(TAGS_FILES) $(LISP)
 
421
        tags=; \
 
422
        here=`pwd`; \
 
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '    { files[$$0] = 1; } \
 
428
               END { for (i in files) print i; }'`; \
 
429
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
431
             $$tags $$unique
 
432
 
 
433
GTAGS:
 
434
        here=`$(am__cd) $(top_builddir) && pwd` \
 
435
          && cd $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) $$here
 
437
 
 
438
distclean-tags:
 
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
440
 
 
441
distdir: $(DISTFILES)
 
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
444
        list='$(DISTFILES)'; for file in $$list; do \
 
445
          case $$file in \
 
446
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
447
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
448
          esac; \
 
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
450
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
451
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
452
            dir="/$$dir"; \
 
453
            $(mkdir_p) "$(distdir)$$dir"; \
 
454
          else \
 
455
            dir=''; \
 
456
          fi; \
 
457
          if test -d $$d/$$file; then \
 
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
459
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
            fi; \
 
461
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
462
          else \
 
463
            test -f $(distdir)/$$file \
 
464
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            || exit 1; \
 
466
          fi; \
 
467
        done
 
468
check-am: all-am
 
469
check: check-am
 
470
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
471
installdirs:
 
472
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
473
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
474
        done
 
475
install: install-am
 
476
install-exec: install-exec-am
 
477
install-data: install-data-am
 
478
uninstall: uninstall-am
 
479
 
 
480
install-am: all-am
 
481
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
482
 
 
483
installcheck: installcheck-am
 
484
install-strip:
 
485
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
486
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
487
          `test -z '$(STRIP)' || \
 
488
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
489
mostlyclean-generic:
 
490
 
 
491
clean-generic:
 
492
 
 
493
distclean-generic:
 
494
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
495
 
 
496
maintainer-clean-generic:
 
497
        @echo "This command is intended for maintainers to use"
 
498
        @echo "it deletes files that may require special tools to rebuild."
 
499
clean: clean-am
 
500
 
 
501
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
502
        mostlyclean-am
 
503
 
 
504
distclean: distclean-am
 
505
        -rm -rf ./$(DEPDIR)
 
506
        -rm -f Makefile
 
507
distclean-am: clean-am distclean-compile distclean-generic \
 
508
        distclean-libtool distclean-tags
 
509
 
 
510
dvi: dvi-am
 
511
 
 
512
dvi-am:
 
513
 
 
514
html: html-am
 
515
 
 
516
info: info-am
 
517
 
 
518
info-am:
 
519
 
 
520
install-data-am: install-pluginLTLIBRARIES
 
521
 
 
522
install-exec-am:
 
523
 
 
524
install-info: install-info-am
 
525
 
 
526
install-man:
 
527
 
 
528
installcheck-am:
 
529
 
 
530
maintainer-clean: maintainer-clean-am
 
531
        -rm -rf ./$(DEPDIR)
 
532
        -rm -f Makefile
 
533
maintainer-clean-am: distclean-am maintainer-clean-generic
 
534
 
 
535
mostlyclean: mostlyclean-am
 
536
 
 
537
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
538
        mostlyclean-libtool
 
539
 
 
540
pdf: pdf-am
 
541
 
 
542
pdf-am:
 
543
 
 
544
ps: ps-am
 
545
 
 
546
ps-am:
 
547
 
 
548
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
 
549
 
 
550
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
551
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
552
        distclean-compile distclean-generic distclean-libtool \
 
553
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
554
        install install-am install-data install-data-am install-exec \
 
555
        install-exec-am install-info install-info-am install-man \
 
556
        install-pluginLTLIBRARIES install-strip installcheck \
 
557
        installcheck-am installdirs maintainer-clean \
 
558
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
559
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
560
        tags uninstall uninstall-am uninstall-info-am \
 
561
        uninstall-pluginLTLIBRARIES
 
562
 
 
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
564
# Otherwise a system limit (for SysV at least) may be exceeded.
 
565
.NOEXPORT: