1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
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.
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
24
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
for am__flg in $$MAKEFLAGS; do \
30
*n*) am__dry=yes; break;; \
34
test $$am__dry = yes; \
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)
52
build_triplet = @build@
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) \
61
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62
CONFIG_HEADER = $(top_builddir)/config.h
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/||"`;; \
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72
am__nobase_strip_setup = \
73
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 = { \
88
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
89
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
90
$(am__cd) "$$dir" && rm -f $$files; }; \
92
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
93
LTLIBRARIES = $(plugin_LTLIBRARIES)
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
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) \
106
AM_V_P = $(am__v_P_@AM_V@)
107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
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 " $@;
114
AM_V_at = $(am__v_at_@AM_V@)
115
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119
depcomp = $(SHELL) $(top_srcdir)/depcomp
120
am__depfiles_maybe = depfiles
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 " $@;
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 " $@;
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 \
145
*) (install-info --version) >/dev/null 2>&1;; \
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
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; }; } \
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)`
167
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169
ALL_LINGUAS = @ALL_LINGUAS@
171
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
173
AUTOCONF = @AUTOCONF@
174
AUTOHEADER = @AUTOHEADER@
175
AUTOMAKE = @AUTOMAKE@
177
BUILD_PLUGINS = @BUILD_PLUGINS@
178
CATALOGS = @CATALOGS@
179
CATOBJEXT = @CATOBJEXT@
181
CCDEPMODE = @CCDEPMODE@
183
CHAMPLAIN_CFLAGS = @CHAMPLAIN_CFLAGS@
184
CHAMPLAIN_LIBS = @CHAMPLAIN_LIBS@
186
CPPFLAGS = @CPPFLAGS@
187
CYGPATH_W = @CYGPATH_W@
188
DATADIRNAME = @DATADIRNAME@
191
DIST_PLUGINS = @DIST_PLUGINS@
193
DSYMUTIL = @DSYMUTIL@
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@
205
EXIFDISPLAY_CFLAGS = @EXIFDISPLAY_CFLAGS@
206
EXIFDISPLAY_LIBS = @EXIFDISPLAY_LIBS@
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@
215
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
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@
238
LTLIBOBJS = @LTLIBOBJS@
240
MAKEINFO = @MAKEINFO@
241
MANIFEST_TOOL = @MANIFEST_TOOL@
243
MKINSTALLDIRS = @MKINSTALLDIRS@
245
MSGFMT_OPTS = @MSGFMT_OPTS@
246
MSGMERGE = @MSGMERGE@
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@
266
POSTASA_CFLAGS = @POSTASA_CFLAGS@
267
POSTASA_LIBS = @POSTASA_LIBS@
270
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
271
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
273
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
274
PYTHON_PLATFORM = @PYTHON_PLATFORM@
275
PYTHON_PREFIX = @PYTHON_PREFIX@
276
PYTHON_VERSION = @PYTHON_VERSION@
279
SET_MAKE = @SET_MAKE@
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@
297
am__untar = @am__untar@
300
build_alias = @build_alias@
301
build_cpu = @build_cpu@
302
build_os = @build_os@
303
build_vendor = @build_vendor@
304
builddir = @builddir@
306
datarootdir = @datarootdir@
309
exec_prefix = @exec_prefix@
310
gsettingsschemadir = @gsettingsschemadir@
312
host_alias = @host_alias@
313
host_cpu = @host_cpu@
315
host_vendor = @host_vendor@
317
includedir = @includedir@
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@
323
libexecdir = @libexecdir@
324
localedir = @localedir@
325
localstatedir = @localstatedir@
328
oldincludedir = @oldincludedir@
330
pkgpyexecdir = @pkgpyexecdir@
331
pkgpythondir = @pkgpythondir@
333
program_transform_name = @program_transform_name@
335
pyexecdir = @pyexecdir@
336
pythondir = @pythondir@
338
sharedstatedir = @sharedstatedir@
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@
347
plugindir = $(libdir)/eog/plugins
349
-I$(top_srcdir)/src \
352
-DEOG_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
354
plugin_LTLIBRARIES = liblight-theme.la
355
liblight_theme_la_SOURCES = \
356
eog-light-theme-plugin.h \
357
eog-light-theme-plugin.c
359
liblight_theme_la_LDFLAGS = \
360
-avoid-version -module
362
liblight_theme_la_LIBADD = $(EOG_LIBS)
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)
373
.SUFFIXES: .c .lo .o .obj
374
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
376
case '$(am__configure_deps)' in \
378
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
379
&& { if test -f $@; then exit 0; else break; fi; }; \
383
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/light-theme/Makefile'; \
384
$(am__cd) $(top_srcdir) && \
385
$(AUTOMAKE) --foreign plugins/light-theme/Makefile
387
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
393
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
396
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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):
405
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
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"; \
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)"; \
420
uninstall-pluginLTLIBRARIES:
422
@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
423
for p in $$list; do \
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"; \
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|' | \
435
test -z "$$locs" || { \
436
echo rm -f $${locs}; \
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)
448
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eog-light-theme-plugin.Plo@am__quote@
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 $<
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) '$<'`
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 $@ $<
476
install-pluginDATA: $(plugin_DATA)
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; \
483
for p in $$list; do \
484
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486
done | $(am__base_list) | \
487
while read files; do \
488
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
489
$(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
492
uninstall-pluginDATA:
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)
498
ID: $(am__tagged_files)
499
$(am__define_uniq_tagged_files); mkid -fID $$unique
503
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506
$(am__define_uniq_tagged_files); \
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) \
514
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
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) \
528
here=`$(am__cd) $(top_builddir) && pwd` \
529
&& $(am__cd) $(top_srcdir) \
530
&& gtags -i $(GTAGS_ARGS) "$$here"
531
cscopelist: cscopelist-am
533
cscopelist-am: $(am__tagged_files)
534
list='$(am__tagged_files)'; \
535
case "$(srcdir)" in \
536
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
537
*) sdir=$(subdir)/$(srcdir) ;; \
539
for i in $$list; do \
540
if test -f "$$i"; then \
541
echo "$(subdir)/$$i"; \
545
done >> $(top_builddir)/cscope.files
548
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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,/[^/]*$$,,' | \
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 {} \;; \
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 {} \;; \
573
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575
test -f "$(distdir)/$$file" \
576
|| cp -p $$d/$$file "$(distdir)/$$file" \
582
all-am: Makefile $(LTLIBRARIES) $(DATA)
584
for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
585
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
588
install-exec: install-exec-am
589
install-data: install-data-am
590
uninstall: uninstall-am
593
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
595
installcheck: installcheck-am
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 \
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; \
609
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
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."
621
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
624
distclean: distclean-am
627
distclean-am: clean-am distclean-compile distclean-generic \
642
install-data-am: install-pluginDATA install-pluginLTLIBRARIES
644
install-dvi: install-dvi-am
650
install-html: install-html-am
654
install-info: install-info-am
660
install-pdf: install-pdf-am
664
install-ps: install-ps-am
670
maintainer-clean: maintainer-clean-am
673
maintainer-clean-am: distclean-am maintainer-clean-generic
675
mostlyclean: mostlyclean-am
677
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
688
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES
690
.MAKE: install-am install-strip
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
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
710
-include $(top_srcdir)/git.mk
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.