~broder/ubuntu/natty/gst-plugins-base0.10/perlsectomy

« back to all changes in this revision

Viewing changes to gst/videoscale/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 21:12:29 UTC
  • mfrom: (11.5.1 upstream) (33.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100626211229-0k34egbnd2octtpv
Tags: 0.10.29.2-1
* New upstream pre-release:
  + debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    - Update to debhelper compat level 7.
    - Update to source format 3.0 (quilt).
    - Update to Standards-Version 3.8.4.
  + debian/build-deps.in,
    debian/rules:
    - Build depend on GLib 2.20 and GStreamer 0.10.29.2.
    - Build depend on ORC instead of liboil.
  + debian/patches/00*:
    - Dropped, merged upstream.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with the new API.
  + debian/patches/01_videotestsrc-libm-linking.patch,
    debian/patches/02_videoscale-libm-linking.patch:
    - Link videotestsrc and videoscale with libm to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
 
18
#
 
19
# This is a makefile.am fragment to build Orc code.
 
20
#
 
21
# Define ORC_SOURCE and then include this file, such as:
 
22
#
 
23
#  ORC_SOURCE=gstadderorc
 
24
#  include $(top_srcdir)/common/orc.mak
 
25
#
 
26
# This fragment will create tmp-orc.c and gstadderorc.h from
 
27
# gstadderorc.orc.
 
28
#
 
29
# When 'make dist' is run at the top level, or 'make orc-update'
 
30
# in a directory including this fragment, the generated source 
 
31
# files will be copied to $(ORC_SOURCE)-dist.[ch].  These files
 
32
# should be checked in to git, since they are used if Orc is
 
33
# disabled.
 
34
 
35
# Note that this file defines BUILT_SOURCES, so any later usage
 
36
# of BUILT_SOURCES in the Makefile.am that includes this file
 
37
# must use '+='.
 
38
#
 
39
 
18
40
 
19
41
VPATH = @srcdir@
20
42
pkgdatadir = $(datadir)/@PACKAGE@
35
57
POST_UNINSTALL = :
36
58
build_triplet = @build@
37
59
host_triplet = @host@
 
60
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
61
        $(srcdir)/Makefile.in $(top_srcdir)/common/orc.mak
38
62
subdir = gst/videoscale
39
 
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
41
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
64
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
43
65
        $(top_srcdir)/common/m4/as-auto-alt.m4 \
62
84
        $(top_srcdir)/common/m4/gst.m4 \
63
85
        $(top_srcdir)/common/m4/gtk-doc.m4 \
64
86
        $(top_srcdir)/common/m4/introspection.m4 \
65
 
        $(top_srcdir)/common/m4/pkg.m4 \
66
 
        $(top_srcdir)/common/m4/shave.m4 $(top_srcdir)/m4/freetype2.m4 \
67
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gst-alsa.m4 \
68
 
        $(top_srcdir)/m4/gst-fionread.m4 $(top_srcdir)/m4/iconv.m4 \
69
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
70
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
71
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \
72
 
        $(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \
73
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
74
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
75
 
        $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/po.m4 \
76
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vorbis.m4 \
77
 
        $(top_srcdir)/configure.ac
 
87
        $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
 
88
        $(top_srcdir)/m4/freetype2.m4 $(top_srcdir)/m4/gettext.m4 \
 
89
        $(top_srcdir)/m4/gst-alsa.m4 $(top_srcdir)/m4/gst-fionread.m4 \
 
90
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
91
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
92
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
93
        $(top_srcdir)/m4/lrint.m4 $(top_srcdir)/m4/lrintf.m4 \
 
94
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
95
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
96
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/ogg.m4 \
 
97
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
98
        $(top_srcdir)/m4/vorbis.m4 $(top_srcdir)/configure.ac
78
99
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
100
        $(ACLOCAL_M4)
80
101
mkinstalldirs = $(install_sh) -d
112
133
        libgstvideoscale_la-vs_image.lo \
113
134
        libgstvideoscale_la-vs_scanline.lo \
114
135
        libgstvideoscale_la-vs_4tap.lo
115
 
libgstvideoscale_la_OBJECTS = $(am_libgstvideoscale_la_OBJECTS)
116
 
libgstvideoscale_la_LINK = $(LIBTOOL) --tag=CC \
 
136
am__objects_1 = libgstvideoscale_la-tmp-orc.lo
 
137
nodist_libgstvideoscale_la_OBJECTS = $(am__objects_1)
 
138
libgstvideoscale_la_OBJECTS = $(am_libgstvideoscale_la_OBJECTS) \
 
139
        $(nodist_libgstvideoscale_la_OBJECTS)
 
140
AM_V_lt = $(am__v_lt_$(V))
 
141
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
142
am__v_lt_0 = --silent
 
143
libgstvideoscale_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
117
144
        $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118
145
        --mode=link $(CCLD) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) \
119
146
        $(libgstvideoscale_la_LDFLAGS) $(LDFLAGS) -o $@
123
150
am__mv = mv -f
124
151
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125
152
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
153
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
154
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
155
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
156
        $(AM_CFLAGS) $(CFLAGS)
 
157
AM_V_CC = $(am__v_CC_$(V))
 
158
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
159
am__v_CC_0 = @echo "  CC    " $@;
 
160
AM_V_at = $(am__v_at_$(V))
 
161
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
162
am__v_at_0 = @
129
163
CCLD = $(CC)
130
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132
 
        $(LDFLAGS) -o $@
133
 
SOURCES = $(libgstvideoscale_la_SOURCES)
 
164
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
165
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
166
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
167
AM_V_CCLD = $(am__v_CCLD_$(V))
 
168
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
169
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
170
AM_V_GEN = $(am__v_GEN_$(V))
 
171
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
172
am__v_GEN_0 = @echo "  GEN   " $@;
 
173
SOURCES = $(libgstvideoscale_la_SOURCES) \
 
174
        $(nodist_libgstvideoscale_la_SOURCES)
134
175
DIST_SOURCES = $(libgstvideoscale_la_SOURCES)
135
176
HEADERS = $(noinst_HEADERS)
136
177
ETAGS = etags
141
182
ALSA_CFLAGS = @ALSA_CFLAGS@
142
183
ALSA_LIBS = @ALSA_LIBS@
143
184
AMTAR = @AMTAR@
144
 
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
185
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145
186
AR = @AR@
146
187
AS = @AS@
147
188
AUDIORESAMPLE_FORMAT_AUTO = @AUDIORESAMPLE_FORMAT_AUTO@
154
195
CC = @CC@
155
196
CCASFLAGS = @CCASFLAGS@
156
197
CCDEPMODE = @CCDEPMODE@
 
198
CDPARANOIA_CFLAGS = @CDPARANOIA_CFLAGS@
157
199
CDPARANOIA_LIBS = @CDPARANOIA_LIBS@
158
200
CFLAGS = @CFLAGS@
159
201
CPP = @CPP@
181
223
ERROR_CFLAGS = @ERROR_CFLAGS@
182
224
ERROR_CXXFLAGS = @ERROR_CXXFLAGS@
183
225
EXEEXT = @EXEEXT@
184
 
F77 = @F77@
185
 
FC = @FC@
186
226
FFLAGS = @FFLAGS@
187
227
FGREP = @FGREP@
188
228
FT2_CFLAGS = @FT2_CFLAGS@
279
319
LIBINTL = @LIBINTL@
280
320
LIBM = @LIBM@
281
321
LIBOBJS = @LIBOBJS@
282
 
LIBOIL_CFLAGS = @LIBOIL_CFLAGS@
283
 
LIBOIL_LIBS = @LIBOIL_LIBS@
284
322
LIBS = @LIBS@
285
323
LIBTOOL = @LIBTOOL@
286
324
LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
292
330
LTLIBINTL = @LTLIBINTL@
293
331
LTLIBOBJS = @LTLIBOBJS@
294
332
MAINT = @MAINT@
295
 
MAKEFLAGS = @MAKEFLAGS@
296
333
MAKEINFO = @MAKEINFO@
297
334
MKDIR_P = @MKDIR_P@
298
335
MSGFMT = @MSGFMT@
300
337
MSGMERGE = @MSGMERGE@
301
338
NM = @NM@
302
339
NMEDIT = @NMEDIT@
303
 
OBJC = @OBJC@
304
340
OBJDUMP = @OBJDUMP@
305
341
OBJEXT = @OBJEXT@
306
342
OGG_CFLAGS = @OGG_CFLAGS@
307
343
OGG_LIBS = @OGG_LIBS@
 
344
ORCC = @ORCC@
 
345
ORC_CFLAGS = @ORC_CFLAGS@
 
346
ORC_LIBS = @ORC_LIBS@
308
347
OTOOL = @OTOOL@
309
348
OTOOL64 = @OTOOL64@
310
349
PACKAGE = @PACKAGE@
331
370
PYTHON_PLATFORM = @PYTHON_PLATFORM@
332
371
PYTHON_PREFIX = @PYTHON_PREFIX@
333
372
PYTHON_VERSION = @PYTHON_VERSION@
334
 
Q = @Q@
 
373
QT4_MOC = @QT4_MOC@
335
374
QT_CFLAGS = @QT_CFLAGS@
336
375
QT_LIBS = @QT_LIBS@
337
376
RANLIB = @RANLIB@
342
381
THEORA_CFLAGS = @THEORA_CFLAGS@
343
382
THEORA_LIBS = @THEORA_LIBS@
344
383
USE_NLS = @USE_NLS@
345
 
V = @V@
346
384
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
347
385
VALGRIND_LIBS = @VALGRIND_LIBS@
348
386
VALGRIND_PATH = @VALGRIND_PATH@
351
389
VORBISFILE_LIBS = @VORBISFILE_LIBS@
352
390
VORBIS_CFLAGS = @VORBIS_CFLAGS@
353
391
VORBIS_LIBS = @VORBIS_LIBS@
 
392
WARNING_CFLAGS = @WARNING_CFLAGS@
 
393
WARNING_CXXFLAGS = @WARNING_CXXFLAGS@
354
394
WIN32_LIBS = @WIN32_LIBS@
355
395
XGETTEXT = @XGETTEXT@
356
396
XGETTEXT_015 = @XGETTEXT_015@
414
454
pythondir = @pythondir@
415
455
sbindir = @sbindir@
416
456
sharedstatedir = @sharedstatedir@
417
 
shavedir = @shavedir@
418
457
srcdir = @srcdir@
419
458
sysconfdir = @sysconfdir@
420
459
target_alias = @target_alias@
422
461
top_builddir = @top_builddir@
423
462
top_srcdir = @top_srcdir@
424
463
plugin_LTLIBRARIES = libgstvideoscale.la
 
464
ORC_SOURCE = gstvideoscaleorc
 
465
EXTRA_DIST = $(ORC_SOURCE).orc
 
466
ORC_NODIST_SOURCES = tmp-orc.c $(ORC_SOURCE).h
 
467
BUILT_SOURCES = tmp-orc.c $(ORC_SOURCE).h
 
468
orcc_v_gen = $(orcc_v_gen_$(V))
 
469
orcc_v_gen_ = $(orcc_v_gen_$(AM_DEFAULT_VERBOSITY))
 
470
orcc_v_gen_0 = @echo "  ORCC   $@";
 
471
cp_v_gen = $(cp_v_gen_$(V))
 
472
cp_v_gen_ = $(cp_v_gen_$(AM_DEFAULT_VERBOSITY))
 
473
cp_v_gen_0 = @echo "  CP     $@";
425
474
libgstvideoscale_la_SOURCES = \
426
475
        gstvideoscale.c \
427
476
        vs_image.c \
428
477
        vs_scanline.c \
429
478
        vs_4tap.c
430
479
 
431
 
libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
 
480
nodist_libgstvideoscale_la_SOURCES = $(ORC_NODIST_SOURCES)
 
481
libgstvideoscale_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
432
482
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
433
483
libgstvideoscale_la_LIBADD = \
434
484
        $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
435
 
        $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
 
485
        $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
436
486
 
437
487
libgstvideoscale_la_LIBTOOLFLAGS = --tag=disable-static
438
488
noinst_HEADERS = \
441
491
        vs_scanline.h \
442
492
        vs_4tap.h
443
493
 
444
 
all: all-am
 
494
all: $(BUILT_SOURCES)
 
495
        $(MAKE) $(AM_MAKEFLAGS) all-am
445
496
 
446
497
.SUFFIXES:
447
498
.SUFFIXES: .c .lo .o .obj
448
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
499
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/orc.mak $(am__configure_deps)
449
500
        @for dep in $?; do \
450
501
          case '$(am__configure_deps)' in \
451
502
            *$$dep*) \
507
558
          rm -f "$${dir}/so_locations"; \
508
559
        done
509
560
libgstvideoscale.la: $(libgstvideoscale_la_OBJECTS) $(libgstvideoscale_la_DEPENDENCIES) 
510
 
        $(libgstvideoscale_la_LINK) -rpath $(plugindir) $(libgstvideoscale_la_OBJECTS) $(libgstvideoscale_la_LIBADD) $(LIBS)
 
561
        $(AM_V_CCLD)$(libgstvideoscale_la_LINK) -rpath $(plugindir) $(libgstvideoscale_la_OBJECTS) $(libgstvideoscale_la_LIBADD) $(LIBS)
511
562
 
512
563
mostlyclean-compile:
513
564
        -rm -f *.$(OBJEXT)
516
567
        -rm -f *.tab.c
517
568
 
518
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-gstvideoscale.Plo@am__quote@
 
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-tmp-orc.Plo@am__quote@
519
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-vs_4tap.Plo@am__quote@
520
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-vs_image.Plo@am__quote@
521
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-vs_scanline.Plo@am__quote@
522
574
 
523
575
.c.o:
524
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
576
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
577
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
578
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
526
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
581
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
529
582
 
530
583
.c.obj:
531
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
532
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
584
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
585
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
586
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
533
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
589
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
536
590
 
537
591
.c.lo:
538
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
592
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
593
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
594
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
540
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
541
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
597
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
543
598
 
544
599
libgstvideoscale_la-gstvideoscale.lo: gstvideoscale.c
545
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-gstvideoscale.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Tpo -c -o libgstvideoscale_la-gstvideoscale.lo `test -f 'gstvideoscale.c' || echo '$(srcdir)/'`gstvideoscale.c
546
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Tpo $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Plo
 
600
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-gstvideoscale.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Tpo -c -o libgstvideoscale_la-gstvideoscale.lo `test -f 'gstvideoscale.c' || echo '$(srcdir)/'`gstvideoscale.c
 
601
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Tpo $(DEPDIR)/libgstvideoscale_la-gstvideoscale.Plo
 
602
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
547
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstvideoscale.c' object='libgstvideoscale_la-gstvideoscale.lo' libtool=yes @AMDEPBACKSLASH@
548
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-gstvideoscale.lo `test -f 'gstvideoscale.c' || echo '$(srcdir)/'`gstvideoscale.c
 
605
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-gstvideoscale.lo `test -f 'gstvideoscale.c' || echo '$(srcdir)/'`gstvideoscale.c
550
606
 
551
607
libgstvideoscale_la-vs_image.lo: vs_image.c
552
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_image.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_image.Tpo -c -o libgstvideoscale_la-vs_image.lo `test -f 'vs_image.c' || echo '$(srcdir)/'`vs_image.c
553
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_image.Tpo $(DEPDIR)/libgstvideoscale_la-vs_image.Plo
 
608
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_image.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_image.Tpo -c -o libgstvideoscale_la-vs_image.lo `test -f 'vs_image.c' || echo '$(srcdir)/'`vs_image.c
 
609
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_image.Tpo $(DEPDIR)/libgstvideoscale_la-vs_image.Plo
 
610
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
554
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vs_image.c' object='libgstvideoscale_la-vs_image.lo' libtool=yes @AMDEPBACKSLASH@
555
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_image.lo `test -f 'vs_image.c' || echo '$(srcdir)/'`vs_image.c
 
613
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_image.lo `test -f 'vs_image.c' || echo '$(srcdir)/'`vs_image.c
557
614
 
558
615
libgstvideoscale_la-vs_scanline.lo: vs_scanline.c
559
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_scanline.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_scanline.Tpo -c -o libgstvideoscale_la-vs_scanline.lo `test -f 'vs_scanline.c' || echo '$(srcdir)/'`vs_scanline.c
560
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_scanline.Tpo $(DEPDIR)/libgstvideoscale_la-vs_scanline.Plo
 
616
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_scanline.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_scanline.Tpo -c -o libgstvideoscale_la-vs_scanline.lo `test -f 'vs_scanline.c' || echo '$(srcdir)/'`vs_scanline.c
 
617
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_scanline.Tpo $(DEPDIR)/libgstvideoscale_la-vs_scanline.Plo
 
618
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
561
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vs_scanline.c' object='libgstvideoscale_la-vs_scanline.lo' libtool=yes @AMDEPBACKSLASH@
562
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_scanline.lo `test -f 'vs_scanline.c' || echo '$(srcdir)/'`vs_scanline.c
 
621
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_scanline.lo `test -f 'vs_scanline.c' || echo '$(srcdir)/'`vs_scanline.c
564
622
 
565
623
libgstvideoscale_la-vs_4tap.lo: vs_4tap.c
566
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_4tap.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_4tap.Tpo -c -o libgstvideoscale_la-vs_4tap.lo `test -f 'vs_4tap.c' || echo '$(srcdir)/'`vs_4tap.c
567
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_4tap.Tpo $(DEPDIR)/libgstvideoscale_la-vs_4tap.Plo
 
624
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-vs_4tap.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-vs_4tap.Tpo -c -o libgstvideoscale_la-vs_4tap.lo `test -f 'vs_4tap.c' || echo '$(srcdir)/'`vs_4tap.c
 
625
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstvideoscale_la-vs_4tap.Tpo $(DEPDIR)/libgstvideoscale_la-vs_4tap.Plo
 
626
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
568
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vs_4tap.c' object='libgstvideoscale_la-vs_4tap.lo' libtool=yes @AMDEPBACKSLASH@
569
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_4tap.lo `test -f 'vs_4tap.c' || echo '$(srcdir)/'`vs_4tap.c
 
629
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-vs_4tap.lo `test -f 'vs_4tap.c' || echo '$(srcdir)/'`vs_4tap.c
 
630
 
 
631
libgstvideoscale_la-tmp-orc.lo: tmp-orc.c
 
632
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -MT libgstvideoscale_la-tmp-orc.lo -MD -MP -MF $(DEPDIR)/libgstvideoscale_la-tmp-orc.Tpo -c -o libgstvideoscale_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo '$(srcdir)/'`tmp-orc.c
 
633
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgstvideoscale_la-tmp-orc.Tpo $(DEPDIR)/libgstvideoscale_la-tmp-orc.Plo
 
634
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tmp-orc.c' object='libgstvideoscale_la-tmp-orc.lo' libtool=yes @AMDEPBACKSLASH@
 
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
637
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstvideoscale_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideoscale_la_CFLAGS) $(CFLAGS) -c -o libgstvideoscale_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo '$(srcdir)/'`tmp-orc.c
571
638
 
572
639
mostlyclean-libtool:
573
640
        -rm -f *.lo
657
724
            || exit 1; \
658
725
          fi; \
659
726
        done
 
727
        $(MAKE) $(AM_MAKEFLAGS) \
 
728
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
729
          dist-hook
660
730
check-am: all-am
661
 
check: check-am
 
731
check: $(BUILT_SOURCES)
 
732
        $(MAKE) $(AM_MAKEFLAGS) check-am
662
733
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
663
734
installdirs:
664
735
        for dir in "$(DESTDIR)$(plugindir)"; do \
665
736
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
666
737
        done
667
 
install: install-am
 
738
install: $(BUILT_SOURCES)
 
739
        $(MAKE) $(AM_MAKEFLAGS) install-am
668
740
install-exec: install-exec-am
669
741
install-data: install-data-am
670
742
uninstall: uninstall-am
689
761
maintainer-clean-generic:
690
762
        @echo "This command is intended for maintainers to use"
691
763
        @echo "it deletes files that may require special tools to rebuild."
 
764
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
692
765
clean: clean-am
693
766
 
694
 
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
695
 
        mostlyclean-am
 
767
clean-am: clean-generic clean-libtool clean-local \
 
768
        clean-pluginLTLIBRARIES mostlyclean-am
696
769
 
697
770
distclean: distclean-am
698
771
        -rm -rf ./$(DEPDIR)
760
833
 
761
834
uninstall-am: uninstall-pluginLTLIBRARIES
762
835
 
763
 
.MAKE: install-am install-strip
 
836
.MAKE: all check install install-am install-strip
764
837
 
765
838
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
766
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
767
 
        distclean-compile distclean-generic distclean-libtool \
768
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
769
 
        install install-am install-data install-data-am install-dvi \
770
 
        install-dvi-am install-exec install-exec-am install-html \
771
 
        install-html-am install-info install-info-am install-man \
772
 
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
773
 
        install-ps install-ps-am install-strip installcheck \
774
 
        installcheck-am installdirs maintainer-clean \
775
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
776
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
777
 
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
778
 
 
 
839
        clean-libtool clean-local clean-pluginLTLIBRARIES ctags \
 
840
        dist-hook distclean distclean-compile distclean-generic \
 
841
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
842
        html-am info info-am install install-am install-data \
 
843
        install-data-am install-dvi install-dvi-am install-exec \
 
844
        install-exec-am install-html install-html-am install-info \
 
845
        install-info-am install-man install-pdf install-pdf-am \
 
846
        install-pluginLTLIBRARIES install-ps install-ps-am \
 
847
        install-strip installcheck installcheck-am installdirs \
 
848
        maintainer-clean maintainer-clean-generic mostlyclean \
 
849
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
850
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
851
        uninstall-pluginLTLIBRARIES
 
852
 
 
853
 
 
854
orc-update: tmp-orc.c $(ORC_SOURCE).h
 
855
        $(top_srcdir)/common/gst-indent tmp-orc.c
 
856
        cp tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c
 
857
        cp $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h
 
858
 
 
859
@HAVE_ORC_TRUE@tmp-orc.c: $(srcdir)/$(ORC_SOURCE).orc
 
860
@HAVE_ORC_TRUE@ $(orcc_v_gen)$(ORCC) --implementation --include glib.h -o tmp-orc.c $(srcdir)/$(ORC_SOURCE).orc
 
861
 
 
862
@HAVE_ORC_TRUE@$(ORC_SOURCE).h: $(srcdir)/$(ORC_SOURCE).orc
 
863
@HAVE_ORC_TRUE@ $(orcc_v_gen)$(ORCC) --header --include glib.h -o $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE).orc
 
864
@HAVE_ORC_FALSE@tmp-orc.c: $(srcdir)/$(ORC_SOURCE).orc
 
865
@HAVE_ORC_FALSE@        $(cp_v_gen)cp $(srcdir)/$(ORC_SOURCE)-dist.c tmp-orc.c
 
866
 
 
867
@HAVE_ORC_FALSE@$(ORC_SOURCE).h: $(srcdir)/$(ORC_SOURCE).orc
 
868
@HAVE_ORC_FALSE@        $(cp_v_gen)cp $(srcdir)/$(ORC_SOURCE)-dist.h $(ORC_SOURCE).h
 
869
 
 
870
clean-local: clean-orc
 
871
.PHONY: clean-orc
 
872
clean-orc:
 
873
        rm -f tmp-orc.c $(ORC_SOURCE).h
 
874
 
 
875
dist-hook: dist-hook-orc
 
876
.PHONY: dist-hook-orc
 
877
dist-hook-orc: tmp-orc.c $(ORC_SOURCE).h
 
878
        $(top_srcdir)/common/gst-indent tmp-orc.c
 
879
        rm -f tmp-orc.c~
 
880
        cmp -s tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c || \
 
881
          cp tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c
 
882
        cmp -s $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h || \
 
883
          cp $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h
 
884
        cp -p $(srcdir)/$(ORC_SOURCE)-dist.c $(distdir)/
 
885
        cp -p $(srcdir)/$(ORC_SOURCE)-dist.h $(distdir)/
779
886
 
780
887
# Tell versions [3.59,3.63) of GNU make to not export all variables.
781
888
# Otherwise a system limit (for SysV at least) may be exceeded.