~ubuntu-branches/ubuntu/saucy/gst0.10-python/saucy

« back to all changes in this revision

Viewing changes to plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-01-22 14:16:57 UTC
  • mfrom: (1.3.5 upstream) (18.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122141657-zbk0crefw35s69d6
Tags: 0.10.21-1
* New upstream stable release, "She used to be an ironhorse, twenty years ago".
  + debian/control:
    - Require GStreamer core/base >= 0.10.32.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
am__installdirs = "$(DESTDIR)$(plugindir)"
81
81
LTLIBRARIES = $(plugin_LTLIBRARIES)
82
82
am__DEPENDENCIES_1 =
83
 
libgstpython_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
84
 
        $(am__DEPENDENCIES_1)
 
83
libgstpython_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
85
84
am_libgstpython_la_OBJECTS = gstpythonplugin.lo
86
85
libgstpython_la_OBJECTS = $(am_libgstpython_la_OBJECTS)
87
86
AM_V_lt = $(am__v_lt_$(V))
184
183
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
185
184
GST_REQ = @GST_REQ@
186
185
GTK_REQ = @GTK_REQ@
187
 
IGNORE_GST_0_10_20 = @IGNORE_GST_0_10_20@
188
186
IGNORE_GST_0_10_21 = @IGNORE_GST_0_10_21@
189
187
IGNORE_GST_0_10_22 = @IGNORE_GST_0_10_22@
190
188
IGNORE_GST_0_10_23 = @IGNORE_GST_0_10_23@
193
191
IGNORE_GST_0_10_26 = @IGNORE_GST_0_10_26@
194
192
IGNORE_GST_0_10_29 = @IGNORE_GST_0_10_29@
195
193
IGNORE_GST_0_10_30 = @IGNORE_GST_0_10_30@
 
194
IGNORE_GST_0_10_31 = @IGNORE_GST_0_10_31@
 
195
IGNORE_GST_0_10_32 = @IGNORE_GST_0_10_32@
196
196
IGNORE_GST_LOADSAVE = @IGNORE_GST_LOADSAVE@
197
197
IGNORE_GST_PB_0_10_23 = @IGNORE_GST_PB_0_10_23@
198
198
IGNORE_GST_PB_0_10_25 = @IGNORE_GST_PB_0_10_25@
199
199
IGNORE_GST_PB_0_10_26 = @IGNORE_GST_PB_0_10_26@
200
200
IGNORE_GST_PB_0_10_29 = @IGNORE_GST_PB_0_10_29@
201
201
IGNORE_GST_PB_0_10_30 = @IGNORE_GST_PB_0_10_30@
 
202
IGNORE_GST_PB_0_10_31 = @IGNORE_GST_PB_0_10_31@
 
203
IGNORE_GST_PB_0_10_32 = @IGNORE_GST_PB_0_10_32@
202
204
INSTALL = @INSTALL@
203
205
INSTALL_DATA = @INSTALL_DATA@
204
206
INSTALL_PROGRAM = @INSTALL_PROGRAM@
214
216
LTLIBOBJS = @LTLIBOBJS@
215
217
MAINT = @MAINT@
216
218
MAKEINFO = @MAKEINFO@
 
219
MANIFEST_TOOL = @MANIFEST_TOOL@
217
220
MKDIR_P = @MKDIR_P@
218
221
NM = @NM@
219
222
NMEDIT = @NMEDIT@
253
256
PYTHON_INCLUDES = @PYTHON_INCLUDES@
254
257
PYTHON_LIBS = @PYTHON_LIBS@
255
258
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
 
259
PYTHON_LIB_SUFFIX = @PYTHON_LIB_SUFFIX@
256
260
PYTHON_PLATFORM = @PYTHON_PLATFORM@
257
261
PYTHON_PREFIX = @PYTHON_PREFIX@
258
262
PYTHON_VERSION = @PYTHON_VERSION@
270
274
abs_srcdir = @abs_srcdir@
271
275
abs_top_builddir = @abs_top_builddir@
272
276
abs_top_srcdir = @abs_top_srcdir@
 
277
ac_ct_AR = @ac_ct_AR@
273
278
ac_ct_CC = @ac_ct_CC@
274
279
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
275
280
am__include = @am__include@
326
331
INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
327
332
        -DPYTHON_VERSION=\"$(PYTHON_VERSION)\"          \
328
333
        -DPY_LIB_LOC="\"$(PYTHON_LIB_LOC)\""            \
 
334
        -DPY_LIB_SUFFIX=$(PYTHON_LIB_SUFFIX) \
329
335
        $(PYTHON_INCLUDES)
330
336
 
331
337
libgstpython_la_SOURCES = gstpythonplugin.c
332
338
libgstpython_la_LDFLAGS = -module -avoid-version
333
 
libgstpython_la_LIBADD = $(GST_LIBS) $(PYTHON_LIBS)
 
339
libgstpython_la_LIBADD = $(GST_LIBS)
334
340
all: all-am
335
341
 
336
342
.SUFFIXES: