~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to pitivi/coptimizations/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-04-05 15:28:16 UTC
  • mfrom: (6.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140405152816-6lijoax4cngiz5j5
Tags: 0.93-3
* debian/control:
  + Depend on python-gi (>= 3.10), older versions do not work
    with pitivi (Closes: #732813).
  + Add missing dependency on gir1.2-clutter-gst-2.0 (Closes: #743692).
  + Add suggests on gir1.2-notify-0.7 and gir1.2-gnomedesktop-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
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
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
subdir = pitivi/coptimizations
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/depcomp
 
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
85
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
 
86
        $(top_srcdir)/common/m4/as-version.m4 \
 
87
        $(top_srcdir)/common/m4/glib-gettext.m4 \
 
88
        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/configure.ac
 
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
90
        $(ACLOCAL_M4)
 
91
mkinstalldirs = $(install_sh) -d
 
92
CONFIG_CLEAN_FILES =
 
93
CONFIG_CLEAN_VPATH_FILES =
 
94
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
95
am__vpath_adj = case $$p in \
 
96
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
97
    *) f=$$p;; \
 
98
  esac;
 
99
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
100
am__install_max = 40
 
101
am__nobase_strip_setup = \
 
102
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
103
am__nobase_strip = \
 
104
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
105
am__nobase_list = $(am__nobase_strip_setup); \
 
106
  for p in $$list; do echo "$$p $$p"; done | \
 
107
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
108
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
109
    if (++n[$$2] == $(am__install_max)) \
 
110
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
111
    END { for (dir in files) print dir, files[dir] }'
 
112
am__base_list = \
 
113
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
114
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
115
am__uninstall_files_from_dir = { \
 
116
  test -z "$$files" \
 
117
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
118
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
119
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
120
  }
 
121
am__installdirs = "$(DESTDIR)$(pyexecdir)"
 
122
LTLIBRARIES = $(pyexec_LTLIBRARIES)
 
123
renderer_la_LIBADD =
 
124
am_renderer_la_OBJECTS = renderer_la-renderer.lo
 
125
renderer_la_OBJECTS = $(am_renderer_la_OBJECTS)
 
126
AM_V_lt = $(am__v_lt_@AM_V@)
 
127
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
128
am__v_lt_0 = --silent
 
129
am__v_lt_1 = 
 
130
renderer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
131
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(renderer_la_CFLAGS) \
 
132
        $(CFLAGS) $(renderer_la_LDFLAGS) $(LDFLAGS) -o $@
 
133
AM_V_P = $(am__v_P_@AM_V@)
 
134
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
135
am__v_P_0 = false
 
136
am__v_P_1 = :
 
137
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
138
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
139
am__v_GEN_0 = @echo "  GEN     " $@;
 
140
am__v_GEN_1 = 
 
141
AM_V_at = $(am__v_at_@AM_V@)
 
142
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
143
am__v_at_0 = @
 
144
am__v_at_1 = 
 
145
DEFAULT_INCLUDES = -I.@am__isrc@
 
146
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
147
am__depfiles_maybe = depfiles
 
148
am__mv = mv -f
 
149
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
150
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
151
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
152
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
153
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
154
        $(AM_CFLAGS) $(CFLAGS)
 
155
AM_V_CC = $(am__v_CC_@AM_V@)
 
156
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
157
am__v_CC_0 = @echo "  CC      " $@;
 
158
am__v_CC_1 = 
 
159
CCLD = $(CC)
 
160
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
161
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
162
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
163
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
164
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
165
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
166
am__v_CCLD_1 = 
 
167
SOURCES = $(renderer_la_SOURCES)
 
168
DIST_SOURCES = $(renderer_la_SOURCES)
 
169
am__can_run_installinfo = \
 
170
  case $$AM_UPDATE_INFO_DIR in \
 
171
    n|no|NO) false;; \
 
172
    *) (install-info --version) >/dev/null 2>&1;; \
 
173
  esac
 
174
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
175
# Read a list of newline-separated strings from the standard input,
 
176
# and print each of them once, without duplicates.  Input order is
 
177
# *not* preserved.
 
178
am__uniquify_input = $(AWK) '\
 
179
  BEGIN { nonempty = 0; } \
 
180
  { items[$$0] = 1; nonempty = 1; } \
 
181
  END { if (nonempty) { for (i in items) print i; }; } \
 
182
'
 
183
# Make sure the list of sources is unique.  This is necessary because,
 
184
# e.g., the same source file might be shared among _SOURCES variables
 
185
# for different programs/libraries.
 
186
am__define_uniq_tagged_files = \
 
187
  list='$(am__tagged_files)'; \
 
188
  unique=`for i in $$list; do \
 
189
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
190
  done | $(am__uniquify_input)`
 
191
ETAGS = etags
 
192
CTAGS = ctags
 
193
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
194
ACLOCAL = @ACLOCAL@
 
195
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
196
ALL_LINGUAS = @ALL_LINGUAS@
 
197
AMTAR = @AMTAR@
 
198
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
199
AR = @AR@
 
200
AUTOCONF = @AUTOCONF@
 
201
AUTOHEADER = @AUTOHEADER@
 
202
AUTOMAKE = @AUTOMAKE@
 
203
AWK = @AWK@
 
204
CATALOGS = @CATALOGS@
 
205
CATOBJEXT = @CATOBJEXT@
 
206
CC = @CC@
 
207
CCDEPMODE = @CCDEPMODE@
 
208
CFLAGS = @CFLAGS@
 
209
CONFIGURED_GI_TYPELIB_PATH = @CONFIGURED_GI_TYPELIB_PATH@
 
210
CONFIGURED_GST_PLUGIN_PATH = @CONFIGURED_GST_PLUGIN_PATH@
 
211
CONFIGURED_LD_LIBRARY_PATH = @CONFIGURED_LD_LIBRARY_PATH@
 
212
CONFIGURED_PYTHONPATH = @CONFIGURED_PYTHONPATH@
 
213
CPP = @CPP@
 
214
CPPFLAGS = @CPPFLAGS@
 
215
CYGPATH_W = @CYGPATH_W@
 
216
DATADIR = @DATADIR@
 
217
DATADIRNAME = @DATADIRNAME@
 
218
DEFS = @DEFS@
 
219
DEPDIR = @DEPDIR@
 
220
DLLTOOL = @DLLTOOL@
 
221
DSYMUTIL = @DSYMUTIL@
 
222
DUMPBIN = @DUMPBIN@
 
223
ECHO_C = @ECHO_C@
 
224
ECHO_N = @ECHO_N@
 
225
ECHO_T = @ECHO_T@
 
226
EGREP = @EGREP@
 
227
EXEEXT = @EXEEXT@
 
228
FGREP = @FGREP@
 
229
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
230
GMOFILES = @GMOFILES@
 
231
GMSGFMT = @GMSGFMT@
 
232
GREP = @GREP@
 
233
HELP_DIR = @HELP_DIR@
 
234
INSTALL = @INSTALL@
 
235
INSTALL_DATA = @INSTALL_DATA@
 
236
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
237
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
238
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
239
INSTOBJEXT = @INSTOBJEXT@
 
240
INTLLIBS = @INTLLIBS@
 
241
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
242
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
243
INTLTOOL_PERL = @INTLTOOL_PERL@
 
244
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
245
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
246
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
247
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
248
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
249
ITSTOOL = @ITSTOOL@
 
250
LD = @LD@
 
251
LDFLAGS = @LDFLAGS@
 
252
LIBDIR = @LIBDIR@
 
253
LIBOBJS = @LIBOBJS@
 
254
LIBS = $(cairo_LIBS) $(pycairo_LIBS)
 
255
LIBTOOL = @LIBTOOL@
 
256
LIPO = @LIPO@
 
257
LN_S = @LN_S@
 
258
LOCALSTATEDIR = @LOCALSTATEDIR@
 
259
LTLIBOBJS = @LTLIBOBJS@
 
260
MAKEINFO = @MAKEINFO@
 
261
MANIFEST_TOOL = @MANIFEST_TOOL@
 
262
MKDIR_P = @MKDIR_P@
 
263
MKINSTALLDIRS = @MKINSTALLDIRS@
 
264
MSGFMT = @MSGFMT@
 
265
MSGFMT_OPTS = @MSGFMT_OPTS@
 
266
MSGMERGE = @MSGMERGE@
 
267
NM = @NM@
 
268
NMEDIT = @NMEDIT@
 
269
OBJDUMP = @OBJDUMP@
 
270
OBJEXT = @OBJEXT@
 
271
OTOOL = @OTOOL@
 
272
OTOOL64 = @OTOOL64@
 
273
PACKAGE = @PACKAGE@
 
274
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
275
PACKAGE_NAME = @PACKAGE_NAME@
 
276
PACKAGE_STRING = @PACKAGE_STRING@
 
277
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
278
PACKAGE_URL = @PACKAGE_URL@
 
279
PACKAGE_VERSION = @PACKAGE_VERSION@
 
280
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
 
281
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
 
282
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
 
283
PATH_SEPARATOR = @PATH_SEPARATOR@
 
284
PKG_CONFIG = @PKG_CONFIG@
 
285
POFILES = @POFILES@
 
286
POSUB = @POSUB@
 
287
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
288
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
289
PYTHON = @PYTHON@
 
290
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
291
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
292
PYTHON_LIBS = @PYTHON_LIBS@
 
293
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
294
PYTHON_PREFIX = @PYTHON_PREFIX@
 
295
PYTHON_VERSION = @PYTHON_VERSION@
 
296
RANLIB = @RANLIB@
 
297
SED = @SED@
 
298
SET_MAKE = @SET_MAKE@
 
299
SHELL = @SHELL@
 
300
STRIP = @STRIP@
 
301
SYSCONFDIR = @SYSCONFDIR@
 
302
USE_NLS = @USE_NLS@
 
303
VERSION = @VERSION@
 
304
XGETTEXT = @XGETTEXT@
 
305
XMLLINT = @XMLLINT@
 
306
abs_builddir = @abs_builddir@
 
307
abs_srcdir = @abs_srcdir@
 
308
abs_top_builddir = @abs_top_builddir@
 
309
abs_top_srcdir = @abs_top_srcdir@
 
310
ac_ct_AR = @ac_ct_AR@
 
311
ac_ct_CC = @ac_ct_CC@
 
312
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
313
am__include = @am__include@
 
314
am__leading_dot = @am__leading_dot@
 
315
am__quote = @am__quote@
 
316
am__tar = @am__tar@
 
317
am__untar = @am__untar@
 
318
bindir = @bindir@
 
319
build = @build@
 
320
build_alias = @build_alias@
 
321
build_cpu = @build_cpu@
 
322
build_os = @build_os@
 
323
build_vendor = @build_vendor@
 
324
builddir = @builddir@
 
325
cairo_CFLAGS = @cairo_CFLAGS@
 
326
cairo_LIBS = @cairo_LIBS@
 
327
datadir = @datadir@
 
328
datarootdir = @datarootdir@
 
329
docdir = @docdir@
 
330
dvidir = @dvidir@
 
331
exec_prefix = @exec_prefix@
 
332
host = @host@
 
333
host_alias = @host_alias@
 
334
host_cpu = @host_cpu@
 
335
host_os = @host_os@
 
336
host_vendor = @host_vendor@
 
337
htmldir = @htmldir@
 
338
includedir = @includedir@
 
339
infodir = @infodir@
 
340
install_sh = @install_sh@
 
341
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
342
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
343
libdir = @libdir@
 
344
libexecdir = @libexecdir@
 
345
localedir = @localedir@
 
346
localstatedir = @localstatedir@
 
347
mandir = @mandir@
 
348
mkdir_p = @mkdir_p@
 
349
oldincludedir = @oldincludedir@
 
350
pdfdir = @pdfdir@
 
351
pkgpyexecdir = @pkgpyexecdir@
 
352
pkgpythondir = @pkgpythondir@
 
353
prefix = @prefix@
 
354
program_transform_name = @program_transform_name@
 
355
psdir = @psdir@
 
356
pycairo_CFLAGS = @pycairo_CFLAGS@
 
357
pycairo_LIBS = @pycairo_LIBS@
 
358
pyexecdir = $(libdir)/pitivi/python/pitivi/timeline/
 
359
pythondir = @pythondir@
 
360
sbindir = @sbindir@
 
361
sharedstatedir = @sharedstatedir@
 
362
srcdir = @srcdir@
 
363
sysconfdir = @sysconfdir@
 
364
target_alias = @target_alias@
 
365
top_build_prefix = @top_build_prefix@
 
366
top_builddir = @top_builddir@
 
367
top_srcdir = @top_srcdir@
 
368
pyexec_LTLIBRARIES = renderer.la
 
369
renderer_la_SOURCES = renderer.c
 
370
AM_CFLAGS = $(cairo_CFLAGS) $(pycairo_CFLAGS)
 
371
renderer_la_CFLAGS = $(PYTHON_CFLAGS) $(AM_CFLAGS)
 
372
renderer_la_LDFLAGS = -module -avoid-version -export-symbols-regex initrenderer $(LIBS)
 
373
all: all-am
 
374
 
 
375
.SUFFIXES:
 
376
.SUFFIXES: .c .lo .o .obj
 
377
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
378
        @for dep in $?; do \
 
379
          case '$(am__configure_deps)' in \
 
380
            *$$dep*) \
 
381
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
382
                && { if test -f $@; then exit 0; else break; fi; }; \
 
383
              exit 1;; \
 
384
          esac; \
 
385
        done; \
 
386
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pitivi/coptimizations/Makefile'; \
 
387
        $(am__cd) $(top_srcdir) && \
 
388
          $(AUTOMAKE) --foreign pitivi/coptimizations/Makefile
 
389
.PRECIOUS: Makefile
 
390
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
391
        @case '$?' in \
 
392
          *config.status*) \
 
393
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
394
          *) \
 
395
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
396
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
397
        esac;
 
398
 
 
399
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
400
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
401
 
 
402
$(top_srcdir)/configure:  $(am__configure_deps)
 
403
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
404
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
406
$(am__aclocal_m4_deps):
 
407
 
 
408
install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
 
409
        @$(NORMAL_INSTALL)
 
410
        @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
 
411
        list2=; for p in $$list; do \
 
412
          if test -f $$p; then \
 
413
            list2="$$list2 $$p"; \
 
414
          else :; fi; \
 
415
        done; \
 
416
        test -z "$$list2" || { \
 
417
          echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
 
418
          $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
 
419
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
 
420
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
 
421
        }
 
422
 
 
423
uninstall-pyexecLTLIBRARIES:
 
424
        @$(NORMAL_UNINSTALL)
 
425
        @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
 
426
        for p in $$list; do \
 
427
          $(am__strip_dir) \
 
428
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
 
429
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
 
430
        done
 
431
 
 
432
clean-pyexecLTLIBRARIES:
 
433
        -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
 
434
        @list='$(pyexec_LTLIBRARIES)'; \
 
435
        locs=`for p in $$list; do echo $$p; done | \
 
436
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
437
              sort -u`; \
 
438
        test -z "$$locs" || { \
 
439
          echo rm -f $${locs}; \
 
440
          rm -f $${locs}; \
 
441
        }
 
442
 
 
443
renderer.la: $(renderer_la_OBJECTS) $(renderer_la_DEPENDENCIES) $(EXTRA_renderer_la_DEPENDENCIES) 
 
444
        $(AM_V_CCLD)$(renderer_la_LINK) -rpath $(pyexecdir) $(renderer_la_OBJECTS) $(renderer_la_LIBADD) $(LIBS)
 
445
 
 
446
mostlyclean-compile:
 
447
        -rm -f *.$(OBJEXT)
 
448
 
 
449
distclean-compile:
 
450
        -rm -f *.tab.c
 
451
 
 
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renderer_la-renderer.Plo@am__quote@
 
453
 
 
454
.c.o:
 
455
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
456
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
459
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
460
 
 
461
.c.obj:
 
462
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
463
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
466
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
467
 
 
468
.c.lo:
 
469
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
470
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
473
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
474
 
 
475
renderer_la-renderer.lo: renderer.c
 
476
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(renderer_la_CFLAGS) $(CFLAGS) -MT renderer_la-renderer.lo -MD -MP -MF $(DEPDIR)/renderer_la-renderer.Tpo -c -o renderer_la-renderer.lo `test -f 'renderer.c' || echo '$(srcdir)/'`renderer.c
 
477
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/renderer_la-renderer.Tpo $(DEPDIR)/renderer_la-renderer.Plo
 
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='renderer.c' object='renderer_la-renderer.lo' libtool=yes @AMDEPBACKSLASH@
 
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
480
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(renderer_la_CFLAGS) $(CFLAGS) -c -o renderer_la-renderer.lo `test -f 'renderer.c' || echo '$(srcdir)/'`renderer.c
 
481
 
 
482
mostlyclean-libtool:
 
483
        -rm -f *.lo
 
484
 
 
485
clean-libtool:
 
486
        -rm -rf .libs _libs
 
487
 
 
488
ID: $(am__tagged_files)
 
489
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
490
tags: tags-am
 
491
TAGS: tags
 
492
 
 
493
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
494
        set x; \
 
495
        here=`pwd`; \
 
496
        $(am__define_uniq_tagged_files); \
 
497
        shift; \
 
498
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
499
          test -n "$$unique" || unique=$$empty_fix; \
 
500
          if test $$# -gt 0; then \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              "$$@" $$unique; \
 
503
          else \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              $$unique; \
 
506
          fi; \
 
507
        fi
 
508
ctags: ctags-am
 
509
 
 
510
CTAGS: ctags
 
511
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
512
        $(am__define_uniq_tagged_files); \
 
513
        test -z "$(CTAGS_ARGS)$$unique" \
 
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
515
             $$unique
 
516
 
 
517
GTAGS:
 
518
        here=`$(am__cd) $(top_builddir) && pwd` \
 
519
          && $(am__cd) $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) "$$here"
 
521
cscopelist: cscopelist-am
 
522
 
 
523
cscopelist-am: $(am__tagged_files)
 
524
        list='$(am__tagged_files)'; \
 
525
        case "$(srcdir)" in \
 
526
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
527
          *) sdir=$(subdir)/$(srcdir) ;; \
 
528
        esac; \
 
529
        for i in $$list; do \
 
530
          if test -f "$$i"; then \
 
531
            echo "$(subdir)/$$i"; \
 
532
          else \
 
533
            echo "$$sdir/$$i"; \
 
534
          fi; \
 
535
        done >> $(top_builddir)/cscope.files
 
536
 
 
537
distclean-tags:
 
538
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
539
 
 
540
distdir: $(DISTFILES)
 
541
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
542
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
543
        list='$(DISTFILES)'; \
 
544
          dist_files=`for file in $$list; do echo $$file; done | \
 
545
          sed -e "s|^$$srcdirstrip/||;t" \
 
546
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
547
        case $$dist_files in \
 
548
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
549
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
550
                           sort -u` ;; \
 
551
        esac; \
 
552
        for file in $$dist_files; do \
 
553
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
554
          if test -d $$d/$$file; then \
 
555
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
556
            if test -d "$(distdir)/$$file"; then \
 
557
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
558
            fi; \
 
559
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
560
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
562
            fi; \
 
563
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
564
          else \
 
565
            test -f "$(distdir)/$$file" \
 
566
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
567
            || exit 1; \
 
568
          fi; \
 
569
        done
 
570
check-am: all-am
 
571
check: check-am
 
572
all-am: Makefile $(LTLIBRARIES)
 
573
installdirs:
 
574
        for dir in "$(DESTDIR)$(pyexecdir)"; do \
 
575
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
576
        done
 
577
install: install-am
 
578
install-exec: install-exec-am
 
579
install-data: install-data-am
 
580
uninstall: uninstall-am
 
581
 
 
582
install-am: all-am
 
583
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
584
 
 
585
installcheck: installcheck-am
 
586
install-strip:
 
587
        if test -z '$(STRIP)'; then \
 
588
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
589
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
590
              install; \
 
591
        else \
 
592
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
593
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
594
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
595
        fi
 
596
mostlyclean-generic:
 
597
 
 
598
clean-generic:
 
599
 
 
600
distclean-generic:
 
601
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
602
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
603
 
 
604
maintainer-clean-generic:
 
605
        @echo "This command is intended for maintainers to use"
 
606
        @echo "it deletes files that may require special tools to rebuild."
 
607
clean: clean-am
 
608
 
 
609
clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
 
610
        mostlyclean-am
 
611
 
 
612
distclean: distclean-am
 
613
        -rm -rf ./$(DEPDIR)
 
614
        -rm -f Makefile
 
615
distclean-am: clean-am distclean-compile distclean-generic \
 
616
        distclean-tags
 
617
 
 
618
dvi: dvi-am
 
619
 
 
620
dvi-am:
 
621
 
 
622
html: html-am
 
623
 
 
624
html-am:
 
625
 
 
626
info: info-am
 
627
 
 
628
info-am:
 
629
 
 
630
install-data-am:
 
631
 
 
632
install-dvi: install-dvi-am
 
633
 
 
634
install-dvi-am:
 
635
 
 
636
install-exec-am: install-pyexecLTLIBRARIES
 
637
 
 
638
install-html: install-html-am
 
639
 
 
640
install-html-am:
 
641
 
 
642
install-info: install-info-am
 
643
 
 
644
install-info-am:
 
645
 
 
646
install-man:
 
647
 
 
648
install-pdf: install-pdf-am
 
649
 
 
650
install-pdf-am:
 
651
 
 
652
install-ps: install-ps-am
 
653
 
 
654
install-ps-am:
 
655
 
 
656
installcheck-am:
 
657
 
 
658
maintainer-clean: maintainer-clean-am
 
659
        -rm -rf ./$(DEPDIR)
 
660
        -rm -f Makefile
 
661
maintainer-clean-am: distclean-am maintainer-clean-generic
 
662
 
 
663
mostlyclean: mostlyclean-am
 
664
 
 
665
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
666
        mostlyclean-libtool
 
667
 
 
668
pdf: pdf-am
 
669
 
 
670
pdf-am:
 
671
 
 
672
ps: ps-am
 
673
 
 
674
ps-am:
 
675
 
 
676
uninstall-am: uninstall-pyexecLTLIBRARIES
 
677
 
 
678
.MAKE: install-am install-strip
 
679
 
 
680
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
681
        clean-libtool clean-pyexecLTLIBRARIES cscopelist-am ctags \
 
682
        ctags-am distclean distclean-compile distclean-generic \
 
683
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
684
        html-am info info-am install install-am install-data \
 
685
        install-data-am install-dvi install-dvi-am install-exec \
 
686
        install-exec-am install-html install-html-am install-info \
 
687
        install-info-am install-man install-pdf install-pdf-am \
 
688
        install-ps install-ps-am install-pyexecLTLIBRARIES \
 
689
        install-strip installcheck installcheck-am installdirs \
 
690
        maintainer-clean maintainer-clean-generic mostlyclean \
 
691
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
692
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
693
        uninstall-pyexecLTLIBRARIES
 
694
 
 
695
 
 
696
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
697
# Otherwise a system limit (for SysV at least) may be exceeded.
 
698
.NOEXPORT: