~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/light-theme/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-06 07:38:51 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20130606073851-mhz2bdrti5sducrv
Tags: 3.8.1-1
* New upstream release.
* Bump required version of eog to (>= 3.5.5), libgtk-3-dev to (>= 3.3.8) and
  libglib2.0-dev to (>= 2.32.0).
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.

Show diffs side-by-side

added added

removed removed

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