~ubuntu-branches/ubuntu/trusty/plymouth/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/autoreconf.patch/src/plugins/splash/script/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2012-11-22 13:26:28 UTC
  • mfrom: (1016.2.4)
  • Revision ID: dmitrijs.ledkovs@canonical.com-20121122132628-0f8y3xhxb7aey5ns
* New upstream release:
  - drop, applied upstream upstream-add-generic-driver-to-drm-renderer-plugin.patch
  - drop, applied upstream invalid-event-source-workaround.patch
  - drop, raring has recent enough drm update-libdrm-nouveau-library-dependency.patch
  - rebase tty1-after-boot.patch
  - rebase misc-changes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = src/plugins/splash/script
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
69
am__uninstall_files_from_dir = { \
 
70
  test -z "$$files" \
 
71
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
72
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
73
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
74
  }
 
75
am__installdirs = "$(DESTDIR)$(plugindir)"
 
76
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
77
am__DEPENDENCIES_1 =
 
78
script_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
79
        ../../../libply/libply.la \
 
80
        ../../../libply-splash-core/libply-splash-core.la \
 
81
        ../../../libply-splash-graphics/libply-splash-graphics.la
 
82
am_script_la_OBJECTS = script_la-plugin.lo script_la-script.lo \
 
83
        script_la-script-scan.lo script_la-script-parse.lo \
 
84
        script_la-script-execute.lo script_la-script-object.lo \
 
85
        script_la-script-debug.lo script_la-script-lib-image.lo \
 
86
        script_la-script-lib-sprite.lo \
 
87
        script_la-script-lib-plymouth.lo script_la-script-lib-math.lo \
 
88
        script_la-script-lib-string.lo
 
89
script_la_OBJECTS = $(am_script_la_OBJECTS)
 
90
AM_V_lt = $(am__v_lt_@AM_V@)
 
91
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
92
am__v_lt_0 = --silent
 
93
script_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(script_la_CFLAGS) \
 
95
        $(CFLAGS) $(script_la_LDFLAGS) $(LDFLAGS) -o $@
 
96
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
97
depcomp = $(SHELL) $(top_srcdir)/build-tools/depcomp
 
98
am__depfiles_maybe = depfiles
 
99
am__mv = mv -f
 
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
102
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
103
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
104
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
105
        $(AM_CFLAGS) $(CFLAGS)
 
106
AM_V_CC = $(am__v_CC_@AM_V@)
 
107
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
108
am__v_CC_0 = @echo "  CC    " $@;
 
109
AM_V_at = $(am__v_at_@AM_V@)
 
110
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
111
am__v_at_0 = @
 
112
CCLD = $(CC)
 
113
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
114
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
115
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
116
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
117
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
118
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
121
am__v_GEN_0 = @echo "  GEN   " $@;
 
122
SOURCES = $(script_la_SOURCES)
 
123
DIST_SOURCES = $(script_la_SOURCES)
 
124
ETAGS = etags
 
125
CTAGS = ctags
 
126
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
127
ACLOCAL = @ACLOCAL@
 
128
AMTAR = @AMTAR@
 
129
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
130
AR = @AR@
 
131
AUTOCONF = @AUTOCONF@
 
132
AUTOHEADER = @AUTOHEADER@
 
133
AUTOMAKE = @AUTOMAKE@
 
134
AWK = @AWK@
 
135
CC = @CC@
 
136
CCDEPMODE = @CCDEPMODE@
 
137
CFLAGS = @CFLAGS@
 
138
CPP = @CPP@
 
139
CPPFLAGS = @CPPFLAGS@
 
140
CURSES_LIBS = @CURSES_LIBS@
 
141
CYGPATH_W = @CYGPATH_W@
 
142
DBUS_CFLAGS = @DBUS_CFLAGS@
 
143
DBUS_LIBS = @DBUS_LIBS@
 
144
DEFS = @DEFS@
 
145
DEPDIR = @DEPDIR@
 
146
DLLTOOL = @DLLTOOL@
 
147
DRM_CFLAGS = @DRM_CFLAGS@
 
148
DRM_INTEL_CFLAGS = @DRM_INTEL_CFLAGS@
 
149
DRM_INTEL_LIBS = @DRM_INTEL_LIBS@
 
150
DRM_LIBS = @DRM_LIBS@
 
151
DRM_NOUVEAU_CFLAGS = @DRM_NOUVEAU_CFLAGS@
 
152
DRM_NOUVEAU_LIBS = @DRM_NOUVEAU_LIBS@
 
153
DRM_RADEON_CFLAGS = @DRM_RADEON_CFLAGS@
 
154
DRM_RADEON_LIBS = @DRM_RADEON_LIBS@
 
155
DSYMUTIL = @DSYMUTIL@
 
156
DUMPBIN = @DUMPBIN@
 
157
ECHO_C = @ECHO_C@
 
158
ECHO_N = @ECHO_N@
 
159
ECHO_T = @ECHO_T@
 
160
EGREP = @EGREP@
 
161
EXEEXT = @EXEEXT@
 
162
FGREP = @FGREP@
 
163
GREP = @GREP@
 
164
GTK_CFLAGS = @GTK_CFLAGS@
 
165
GTK_LIBS = @GTK_LIBS@
 
166
IMAGE_CFLAGS = @IMAGE_CFLAGS@
 
167
IMAGE_LIBS = @IMAGE_LIBS@
 
168
INSTALL = @INSTALL@
 
169
INSTALL_DATA = @INSTALL_DATA@
 
170
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
171
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
172
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
173
LD = @LD@
 
174
LDFLAGS = @LDFLAGS@
 
175
LIBKMS_CFLAGS = @LIBKMS_CFLAGS@
 
176
LIBKMS_LIBS = @LIBKMS_LIBS@
 
177
LIBOBJS = @LIBOBJS@
 
178
LIBS = @LIBS@
 
179
LIBTOOL = @LIBTOOL@
 
180
LIPO = @LIPO@
 
181
LN_S = @LN_S@
 
182
LTLIBOBJS = @LTLIBOBJS@
 
183
LT_AGE = @LT_AGE@
 
184
LT_CURRENT = @LT_CURRENT@
 
185
LT_REVISION = @LT_REVISION@
 
186
MAINT = @MAINT@
 
187
MAKEINFO = @MAKEINFO@
 
188
MANIFEST_TOOL = @MANIFEST_TOOL@
 
189
MKDIR_P = @MKDIR_P@
 
190
NM = @NM@
 
191
NMEDIT = @NMEDIT@
 
192
OBJDUMP = @OBJDUMP@
 
193
OBJEXT = @OBJEXT@
 
194
OTOOL = @OTOOL@
 
195
OTOOL64 = @OTOOL64@
 
196
PACKAGE = @PACKAGE@
 
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
198
PACKAGE_NAME = @PACKAGE_NAME@
 
199
PACKAGE_STRING = @PACKAGE_STRING@
 
200
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
201
PACKAGE_URL = @PACKAGE_URL@
 
202
PACKAGE_VERSION = @PACKAGE_VERSION@
 
203
PANGO_CFLAGS = @PANGO_CFLAGS@
 
204
PANGO_LIBS = @PANGO_LIBS@
 
205
PATH_SEPARATOR = @PATH_SEPARATOR@
 
206
PKG_CONFIG = @PKG_CONFIG@
 
207
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
208
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
209
PLYMOUTH_CFLAGS = @PLYMOUTH_CFLAGS@
 
210
PLYMOUTH_CLIENT_DIR = @PLYMOUTH_CLIENT_DIR@
 
211
PLYMOUTH_CONF_DIR = @PLYMOUTH_CONF_DIR@
 
212
PLYMOUTH_DAEMON_DIR = @PLYMOUTH_DAEMON_DIR@
 
213
PLYMOUTH_DATADIR = @PLYMOUTH_DATADIR@
 
214
PLYMOUTH_LIBDIR = @PLYMOUTH_LIBDIR@
 
215
PLYMOUTH_LIBEXECDIR = @PLYMOUTH_LIBEXECDIR@
 
216
PLYMOUTH_LIBS = @PLYMOUTH_LIBS@
 
217
PLYMOUTH_LOGO_FILE = @PLYMOUTH_LOGO_FILE@
 
218
PLYMOUTH_PLUGIN_PATH = @PLYMOUTH_PLUGIN_PATH@
 
219
PLYMOUTH_POLICY_DIR = @PLYMOUTH_POLICY_DIR@
 
220
PLYMOUTH_RUNTIME_DIR = @PLYMOUTH_RUNTIME_DIR@
 
221
PLYMOUTH_THEME_PATH = @PLYMOUTH_THEME_PATH@
 
222
RANLIB = @RANLIB@
 
223
RELEASE_FILE = @RELEASE_FILE@
 
224
SED = @SED@
 
225
SET_MAKE = @SET_MAKE@
 
226
SHELL = @SHELL@
 
227
STRIP = @STRIP@
 
228
SYSTEMD_UNIT_DIR = @SYSTEMD_UNIT_DIR@
 
229
VERSION = @VERSION@
 
230
abs_builddir = @abs_builddir@
 
231
abs_srcdir = @abs_srcdir@
 
232
abs_top_builddir = @abs_top_builddir@
 
233
abs_top_srcdir = @abs_top_srcdir@
 
234
ac_ct_AR = @ac_ct_AR@
 
235
ac_ct_CC = @ac_ct_CC@
 
236
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
237
am__include = @am__include@
 
238
am__leading_dot = @am__leading_dot@
 
239
am__quote = @am__quote@
 
240
am__tar = @am__tar@
 
241
am__untar = @am__untar@
 
242
background_color = @background_color@
 
243
background_end_color = @background_end_color@
 
244
background_start_color = @background_start_color@
 
245
bindir = @bindir@
 
246
build = @build@
 
247
build_alias = @build_alias@
 
248
build_cpu = @build_cpu@
 
249
build_os = @build_os@
 
250
build_vendor = @build_vendor@
 
251
builddir = @builddir@
 
252
datadir = @datadir@
 
253
datarootdir = @datarootdir@
 
254
docdir = @docdir@
 
255
dvidir = @dvidir@
 
256
exec_prefix = @exec_prefix@
 
257
host = @host@
 
258
host_alias = @host_alias@
 
259
host_cpu = @host_cpu@
 
260
host_os = @host_os@
 
261
host_vendor = @host_vendor@
 
262
htmldir = @htmldir@
 
263
includedir = @includedir@
 
264
infodir = @infodir@
 
265
install_sh = @install_sh@
 
266
libdir = @libdir@
 
267
libexecdir = @libexecdir@
 
268
localedir = @localedir@
 
269
localstatedir = @localstatedir@
 
270
logofile = @logofile@
 
271
mandir = @mandir@
 
272
mkdir_p = @mkdir_p@
 
273
oldincludedir = @oldincludedir@
 
274
pdfdir = @pdfdir@
 
275
plymouthclientdir = @plymouthclientdir@
 
276
plymouthdaemondir = @plymouthdaemondir@
 
277
plymouthruntimedir = @plymouthruntimedir@
 
278
prefix = @prefix@
 
279
program_transform_name = @program_transform_name@
 
280
psdir = @psdir@
 
281
sbindir = @sbindir@
 
282
sharedstatedir = @sharedstatedir@
 
283
srcdir = @srcdir@
 
284
sysconfdir = @sysconfdir@
 
285
target_alias = @target_alias@
 
286
top_build_prefix = @top_build_prefix@
 
287
top_builddir = @top_builddir@
 
288
top_srcdir = @top_srcdir@
 
289
INCLUDES = -I$(top_srcdir)                                                    \
 
290
           -I$(srcdir)/../../../libply                                        \
 
291
           -I$(srcdir)/../../../libply-splash-core                            \
 
292
           -I$(srcdir)/../../../libply-splash-graphics                        \
 
293
           -I$(srcdir)/../../..                                               \
 
294
           -I$(srcdir)/../..                                                  \
 
295
           -I$(srcdir)/..                                                     \
 
296
           -I$(srcdir)
 
297
 
 
298
plugindir = $(libdir)/plymouth
 
299
plugin_LTLIBRARIES = script.la
 
300
script_la_CFLAGS = $(PLYMOUTH_CFLAGS)                                        \
 
301
                    -DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\"             \
 
302
                    -DPLYMOUTH_LOGO_FILE=\"$(logofile)\"                      \
 
303
                    -DPLYMOUTH_BACKGROUND_COLOR=$(background_color)           \
 
304
                    -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color)   \
 
305
                    -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
 
306
 
 
307
script_la_LDFLAGS = -module -avoid-version -export-dynamic
 
308
script_la_LIBADD = $(PLYMOUTH_LIBS)                                          \
 
309
                    ../../../libply/libply.la                                 \
 
310
                    ../../../libply-splash-core/libply-splash-core.la         \
 
311
                    ../../../libply-splash-graphics/libply-splash-graphics.la
 
312
 
 
313
script_la_SOURCES = $(srcdir)/plugin.c                                        \
 
314
                    $(srcdir)/plugin.h                                        \
 
315
                    $(srcdir)/script.c                                        \
 
316
                    $(srcdir)/script.h                                        \
 
317
                    $(srcdir)/script-scan.c                                   \
 
318
                    $(srcdir)/script-scan.h                                   \
 
319
                    $(srcdir)/script-parse.c                                  \
 
320
                    $(srcdir)/script-parse.h                                  \
 
321
                    $(srcdir)/script-execute.c                                \
 
322
                    $(srcdir)/script-execute.h                                \
 
323
                    $(srcdir)/script-object.c                                 \
 
324
                    $(srcdir)/script-object.h                                 \
 
325
                    $(srcdir)/script-debug.c                                  \
 
326
                    $(srcdir)/script-debug.h                                  \
 
327
                    $(srcdir)/script-lib-image.c                              \
 
328
                    $(srcdir)/script-lib-image.h                              \
 
329
                    $(srcdir)/script-lib-image.script                         \
 
330
                    $(srcdir)/script-lib-sprite.c                             \
 
331
                    $(srcdir)/script-lib-sprite.h                             \
 
332
                    $(srcdir)/script-lib-sprite.script                        \
 
333
                    $(srcdir)/script-lib-plymouth.c                           \
 
334
                    $(srcdir)/script-lib-plymouth.h                           \
 
335
                    $(srcdir)/script-lib-plymouth.script                      \
 
336
                    $(srcdir)/script-lib-math.c                               \
 
337
                    $(srcdir)/script-lib-math.h                               \
 
338
                    $(srcdir)/script-lib-math.script                          \
 
339
                    $(srcdir)/script-lib-string.c                             \
 
340
                    $(srcdir)/script-lib-string.h                             \
 
341
                    $(srcdir)/script-lib-string.script
 
342
 
 
343
MAINTAINERCLEANFILES = Makefile.in
 
344
CLEANFILES = *.script.h
 
345
BUILT_SOURCES = script-lib-image.script.h                                     \
 
346
                script-lib-sprite.script.h                                    \
 
347
                script-lib-plymouth.script.h                                  \
 
348
                script-lib-math.script.h                                      \
 
349
                script-lib-string.script.h
 
350
 
 
351
all: $(BUILT_SOURCES)
 
352
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
353
 
 
354
.SUFFIXES:
 
355
.SUFFIXES: .c .lo .o .obj
 
356
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
357
        @for dep in $?; do \
 
358
          case '$(am__configure_deps)' in \
 
359
            *$$dep*) \
 
360
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
361
                && { if test -f $@; then exit 0; else break; fi; }; \
 
362
              exit 1;; \
 
363
          esac; \
 
364
        done; \
 
365
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/splash/script/Makefile'; \
 
366
        $(am__cd) $(top_srcdir) && \
 
367
          $(AUTOMAKE) --gnu src/plugins/splash/script/Makefile
 
368
.PRECIOUS: Makefile
 
369
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
370
        @case '$?' in \
 
371
          *config.status*) \
 
372
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
373
          *) \
 
374
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
375
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
376
        esac;
 
377
 
 
378
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
379
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
380
 
 
381
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
382
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
383
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
384
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
385
$(am__aclocal_m4_deps):
 
386
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
387
        @$(NORMAL_INSTALL)
 
388
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
389
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
390
        list2=; for p in $$list; do \
 
391
          if test -f $$p; then \
 
392
            list2="$$list2 $$p"; \
 
393
          else :; fi; \
 
394
        done; \
 
395
        test -z "$$list2" || { \
 
396
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
397
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
398
        }
 
399
 
 
400
uninstall-pluginLTLIBRARIES:
 
401
        @$(NORMAL_UNINSTALL)
 
402
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
403
        for p in $$list; do \
 
404
          $(am__strip_dir) \
 
405
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
406
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
407
        done
 
408
 
 
409
clean-pluginLTLIBRARIES:
 
410
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
411
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
412
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
413
          test "$$dir" != "$$p" || dir=.; \
 
414
          echo "rm -f \"$${dir}/so_locations\""; \
 
415
          rm -f "$${dir}/so_locations"; \
 
416
        done
 
417
script.la: $(script_la_OBJECTS) $(script_la_DEPENDENCIES) $(EXTRA_script_la_DEPENDENCIES) 
 
418
        $(AM_V_CCLD)$(script_la_LINK) -rpath $(plugindir) $(script_la_OBJECTS) $(script_la_LIBADD) $(LIBS)
 
419
 
 
420
mostlyclean-compile:
 
421
        -rm -f *.$(OBJEXT)
 
422
 
 
423
distclean-compile:
 
424
        -rm -f *.tab.c
 
425
 
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-plugin.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-debug.Plo@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-execute.Plo@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-lib-image.Plo@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-lib-math.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-lib-plymouth.Plo@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-lib-sprite.Plo@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-lib-string.Plo@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-object.Plo@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-parse.Plo@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script-scan.Plo@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_la-script.Plo@am__quote@
 
438
 
 
439
.c.o:
 
440
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
441
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
445
 
 
446
.c.obj:
 
447
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
448
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
452
 
 
453
.c.lo:
 
454
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
455
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
458
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
459
 
 
460
script_la-plugin.lo: $(srcdir)/plugin.c
 
461
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-plugin.lo -MD -MP -MF $(DEPDIR)/script_la-plugin.Tpo -c -o script_la-plugin.lo `test -f '$(srcdir)/plugin.c' || echo '$(srcdir)/'`$(srcdir)/plugin.c
 
462
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-plugin.Tpo $(DEPDIR)/script_la-plugin.Plo
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/plugin.c' object='script_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
465
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-plugin.lo `test -f '$(srcdir)/plugin.c' || echo '$(srcdir)/'`$(srcdir)/plugin.c
 
466
 
 
467
script_la-script.lo: $(srcdir)/script.c
 
468
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script.lo -MD -MP -MF $(DEPDIR)/script_la-script.Tpo -c -o script_la-script.lo `test -f '$(srcdir)/script.c' || echo '$(srcdir)/'`$(srcdir)/script.c
 
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script.Tpo $(DEPDIR)/script_la-script.Plo
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script.c' object='script_la-script.lo' libtool=yes @AMDEPBACKSLASH@
 
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
472
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script.lo `test -f '$(srcdir)/script.c' || echo '$(srcdir)/'`$(srcdir)/script.c
 
473
 
 
474
script_la-script-scan.lo: $(srcdir)/script-scan.c
 
475
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-scan.lo -MD -MP -MF $(DEPDIR)/script_la-script-scan.Tpo -c -o script_la-script-scan.lo `test -f '$(srcdir)/script-scan.c' || echo '$(srcdir)/'`$(srcdir)/script-scan.c
 
476
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-scan.Tpo $(DEPDIR)/script_la-script-scan.Plo
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-scan.c' object='script_la-script-scan.lo' libtool=yes @AMDEPBACKSLASH@
 
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
479
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-scan.lo `test -f '$(srcdir)/script-scan.c' || echo '$(srcdir)/'`$(srcdir)/script-scan.c
 
480
 
 
481
script_la-script-parse.lo: $(srcdir)/script-parse.c
 
482
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-parse.lo -MD -MP -MF $(DEPDIR)/script_la-script-parse.Tpo -c -o script_la-script-parse.lo `test -f '$(srcdir)/script-parse.c' || echo '$(srcdir)/'`$(srcdir)/script-parse.c
 
483
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-parse.Tpo $(DEPDIR)/script_la-script-parse.Plo
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-parse.c' object='script_la-script-parse.lo' libtool=yes @AMDEPBACKSLASH@
 
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
486
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-parse.lo `test -f '$(srcdir)/script-parse.c' || echo '$(srcdir)/'`$(srcdir)/script-parse.c
 
487
 
 
488
script_la-script-execute.lo: $(srcdir)/script-execute.c
 
489
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-execute.lo -MD -MP -MF $(DEPDIR)/script_la-script-execute.Tpo -c -o script_la-script-execute.lo `test -f '$(srcdir)/script-execute.c' || echo '$(srcdir)/'`$(srcdir)/script-execute.c
 
490
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-execute.Tpo $(DEPDIR)/script_la-script-execute.Plo
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-execute.c' object='script_la-script-execute.lo' libtool=yes @AMDEPBACKSLASH@
 
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
493
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-execute.lo `test -f '$(srcdir)/script-execute.c' || echo '$(srcdir)/'`$(srcdir)/script-execute.c
 
494
 
 
495
script_la-script-object.lo: $(srcdir)/script-object.c
 
496
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-object.lo -MD -MP -MF $(DEPDIR)/script_la-script-object.Tpo -c -o script_la-script-object.lo `test -f '$(srcdir)/script-object.c' || echo '$(srcdir)/'`$(srcdir)/script-object.c
 
497
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-object.Tpo $(DEPDIR)/script_la-script-object.Plo
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-object.c' object='script_la-script-object.lo' libtool=yes @AMDEPBACKSLASH@
 
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
500
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-object.lo `test -f '$(srcdir)/script-object.c' || echo '$(srcdir)/'`$(srcdir)/script-object.c
 
501
 
 
502
script_la-script-debug.lo: $(srcdir)/script-debug.c
 
503
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-debug.lo -MD -MP -MF $(DEPDIR)/script_la-script-debug.Tpo -c -o script_la-script-debug.lo `test -f '$(srcdir)/script-debug.c' || echo '$(srcdir)/'`$(srcdir)/script-debug.c
 
504
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-debug.Tpo $(DEPDIR)/script_la-script-debug.Plo
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-debug.c' object='script_la-script-debug.lo' libtool=yes @AMDEPBACKSLASH@
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
507
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-debug.lo `test -f '$(srcdir)/script-debug.c' || echo '$(srcdir)/'`$(srcdir)/script-debug.c
 
508
 
 
509
script_la-script-lib-image.lo: $(srcdir)/script-lib-image.c
 
510
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-lib-image.lo -MD -MP -MF $(DEPDIR)/script_la-script-lib-image.Tpo -c -o script_la-script-lib-image.lo `test -f '$(srcdir)/script-lib-image.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-image.c
 
511
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-lib-image.Tpo $(DEPDIR)/script_la-script-lib-image.Plo
 
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-lib-image.c' object='script_la-script-lib-image.lo' libtool=yes @AMDEPBACKSLASH@
 
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
514
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-lib-image.lo `test -f '$(srcdir)/script-lib-image.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-image.c
 
515
 
 
516
script_la-script-lib-sprite.lo: $(srcdir)/script-lib-sprite.c
 
517
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-lib-sprite.lo -MD -MP -MF $(DEPDIR)/script_la-script-lib-sprite.Tpo -c -o script_la-script-lib-sprite.lo `test -f '$(srcdir)/script-lib-sprite.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-sprite.c
 
518
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-lib-sprite.Tpo $(DEPDIR)/script_la-script-lib-sprite.Plo
 
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-lib-sprite.c' object='script_la-script-lib-sprite.lo' libtool=yes @AMDEPBACKSLASH@
 
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
521
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-lib-sprite.lo `test -f '$(srcdir)/script-lib-sprite.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-sprite.c
 
522
 
 
523
script_la-script-lib-plymouth.lo: $(srcdir)/script-lib-plymouth.c
 
524
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-lib-plymouth.lo -MD -MP -MF $(DEPDIR)/script_la-script-lib-plymouth.Tpo -c -o script_la-script-lib-plymouth.lo `test -f '$(srcdir)/script-lib-plymouth.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-plymouth.c
 
525
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-lib-plymouth.Tpo $(DEPDIR)/script_la-script-lib-plymouth.Plo
 
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-lib-plymouth.c' object='script_la-script-lib-plymouth.lo' libtool=yes @AMDEPBACKSLASH@
 
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
528
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-lib-plymouth.lo `test -f '$(srcdir)/script-lib-plymouth.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-plymouth.c
 
529
 
 
530
script_la-script-lib-math.lo: $(srcdir)/script-lib-math.c
 
531
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-lib-math.lo -MD -MP -MF $(DEPDIR)/script_la-script-lib-math.Tpo -c -o script_la-script-lib-math.lo `test -f '$(srcdir)/script-lib-math.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-math.c
 
532
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-lib-math.Tpo $(DEPDIR)/script_la-script-lib-math.Plo
 
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-lib-math.c' object='script_la-script-lib-math.lo' libtool=yes @AMDEPBACKSLASH@
 
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
535
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-lib-math.lo `test -f '$(srcdir)/script-lib-math.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-math.c
 
536
 
 
537
script_la-script-lib-string.lo: $(srcdir)/script-lib-string.c
 
538
@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) $(script_la_CFLAGS) $(CFLAGS) -MT script_la-script-lib-string.lo -MD -MP -MF $(DEPDIR)/script_la-script-lib-string.Tpo -c -o script_la-script-lib-string.lo `test -f '$(srcdir)/script-lib-string.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-string.c
 
539
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/script_la-script-lib-string.Tpo $(DEPDIR)/script_la-script-lib-string.Plo
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(srcdir)/script-lib-string.c' object='script_la-script-lib-string.lo' libtool=yes @AMDEPBACKSLASH@
 
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
542
@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) $(script_la_CFLAGS) $(CFLAGS) -c -o script_la-script-lib-string.lo `test -f '$(srcdir)/script-lib-string.c' || echo '$(srcdir)/'`$(srcdir)/script-lib-string.c
 
543
 
 
544
mostlyclean-libtool:
 
545
        -rm -f *.lo
 
546
 
 
547
clean-libtool:
 
548
        -rm -rf .libs _libs
 
549
 
 
550
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
551
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
552
        unique=`for i in $$list; do \
 
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
554
          done | \
 
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
557
        mkid -fID $$unique
 
558
tags: TAGS
 
559
 
 
560
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
561
                $(TAGS_FILES) $(LISP)
 
562
        set x; \
 
563
        here=`pwd`; \
 
564
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
565
        unique=`for i in $$list; do \
 
566
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
567
          done | \
 
568
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
569
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
570
        shift; \
 
571
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
572
          test -n "$$unique" || unique=$$empty_fix; \
 
573
          if test $$# -gt 0; then \
 
574
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
575
              "$$@" $$unique; \
 
576
          else \
 
577
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
578
              $$unique; \
 
579
          fi; \
 
580
        fi
 
581
ctags: CTAGS
 
582
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
583
                $(TAGS_FILES) $(LISP)
 
584
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
585
        unique=`for i in $$list; do \
 
586
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
587
          done | \
 
588
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
589
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
590
        test -z "$(CTAGS_ARGS)$$unique" \
 
591
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
592
             $$unique
 
593
 
 
594
GTAGS:
 
595
        here=`$(am__cd) $(top_builddir) && pwd` \
 
596
          && $(am__cd) $(top_srcdir) \
 
597
          && gtags -i $(GTAGS_ARGS) "$$here"
 
598
 
 
599
distclean-tags:
 
600
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
601
 
 
602
distdir: $(DISTFILES)
 
603
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
604
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
605
        list='$(DISTFILES)'; \
 
606
          dist_files=`for file in $$list; do echo $$file; done | \
 
607
          sed -e "s|^$$srcdirstrip/||;t" \
 
608
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
609
        case $$dist_files in \
 
610
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
611
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
612
                           sort -u` ;; \
 
613
        esac; \
 
614
        for file in $$dist_files; do \
 
615
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
616
          if test -d $$d/$$file; then \
 
617
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
618
            if test -d "$(distdir)/$$file"; then \
 
619
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
620
            fi; \
 
621
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
622
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
623
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
624
            fi; \
 
625
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
626
          else \
 
627
            test -f "$(distdir)/$$file" \
 
628
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
629
            || exit 1; \
 
630
          fi; \
 
631
        done
 
632
check-am: all-am
 
633
check: $(BUILT_SOURCES)
 
634
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
635
all-am: Makefile $(LTLIBRARIES)
 
636
installdirs:
 
637
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
638
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
639
        done
 
640
install: $(BUILT_SOURCES)
 
641
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
642
install-exec: install-exec-am
 
643
install-data: install-data-am
 
644
uninstall: uninstall-am
 
645
 
 
646
install-am: all-am
 
647
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
648
 
 
649
installcheck: installcheck-am
 
650
install-strip:
 
651
        if test -z '$(STRIP)'; then \
 
652
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
653
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
654
              install; \
 
655
        else \
 
656
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
657
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
658
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
659
        fi
 
660
mostlyclean-generic:
 
661
 
 
662
clean-generic:
 
663
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
664
 
 
665
distclean-generic:
 
666
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
667
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
668
 
 
669
maintainer-clean-generic:
 
670
        @echo "This command is intended for maintainers to use"
 
671
        @echo "it deletes files that may require special tools to rebuild."
 
672
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
673
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
674
clean: clean-am
 
675
 
 
676
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
677
        mostlyclean-am
 
678
 
 
679
distclean: distclean-am
 
680
        -rm -rf ./$(DEPDIR)
 
681
        -rm -f Makefile
 
682
distclean-am: clean-am distclean-compile distclean-generic \
 
683
        distclean-tags
 
684
 
 
685
dvi: dvi-am
 
686
 
 
687
dvi-am:
 
688
 
 
689
html: html-am
 
690
 
 
691
html-am:
 
692
 
 
693
info: info-am
 
694
 
 
695
info-am:
 
696
 
 
697
install-data-am: install-pluginLTLIBRARIES
 
698
 
 
699
install-dvi: install-dvi-am
 
700
 
 
701
install-dvi-am:
 
702
 
 
703
install-exec-am:
 
704
 
 
705
install-html: install-html-am
 
706
 
 
707
install-html-am:
 
708
 
 
709
install-info: install-info-am
 
710
 
 
711
install-info-am:
 
712
 
 
713
install-man:
 
714
 
 
715
install-pdf: install-pdf-am
 
716
 
 
717
install-pdf-am:
 
718
 
 
719
install-ps: install-ps-am
 
720
 
 
721
install-ps-am:
 
722
 
 
723
installcheck-am:
 
724
 
 
725
maintainer-clean: maintainer-clean-am
 
726
        -rm -rf ./$(DEPDIR)
 
727
        -rm -f Makefile
 
728
maintainer-clean-am: distclean-am maintainer-clean-generic
 
729
 
 
730
mostlyclean: mostlyclean-am
 
731
 
 
732
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
733
        mostlyclean-libtool
 
734
 
 
735
pdf: pdf-am
 
736
 
 
737
pdf-am:
 
738
 
 
739
ps: ps-am
 
740
 
 
741
ps-am:
 
742
 
 
743
uninstall-am: uninstall-pluginLTLIBRARIES
 
744
 
 
745
.MAKE: all check install install-am install-strip
 
746
 
 
747
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
748
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
749
        distclean-compile distclean-generic distclean-libtool \
 
750
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
751
        install install-am install-data install-data-am install-dvi \
 
752
        install-dvi-am install-exec install-exec-am install-html \
 
753
        install-html-am install-info install-info-am install-man \
 
754
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
755
        install-ps install-ps-am install-strip installcheck \
 
756
        installcheck-am installdirs maintainer-clean \
 
757
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
758
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
759
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
 
760
 
 
761
 
 
762
%.script.h: %.script
 
763
        sed -e 's/\\/\\\\/g'                                                  \
 
764
            -e 's/"/\\"/g'                                                    \
 
765
            -e 's/\(.*\)/  "\1\\n"/g'                                         \
 
766
            -e '1istatic const char* $(subst -,_,$(@:.script.h=_string)) ='   \
 
767
            -e '$$a;'                                                         \
 
768
            $< > $@
 
769
 
 
770
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
771
# Otherwise a system limit (for SysV at least) may be exceeded.
 
772
.NOEXPORT: