1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
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; \
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
36
52
build_triplet = @build@
37
53
host_triplet = @host@
38
54
subdir = plugins/fit-to-width
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
40
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
58
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81
98
AM_V_lt = $(am__v_lt_@AM_V@)
82
99
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
100
am__v_lt_0 = --silent
84
102
libfit_to_width_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
103
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
104
$(AM_CFLAGS) $(CFLAGS) $(libfit_to_width_la_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@)
88
118
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89
119
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
120
am__depfiles_maybe = depfiles
97
127
$(AM_CFLAGS) $(CFLAGS)
98
128
AM_V_CC = $(am__v_CC_@AM_V@)
99
129
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
100
am__v_CC_0 = @echo " CC " $@;
101
AM_V_at = $(am__v_at_@AM_V@)
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130
am__v_CC_0 = @echo " CC " $@;
105
133
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106
134
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107
135
$(AM_LDFLAGS) $(LDFLAGS) -o $@
108
136
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
109
137
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
110
am__v_CCLD_0 = @echo " CCLD " $@;
111
AM_V_GEN = $(am__v_GEN_@AM_V@)
112
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113
am__v_GEN_0 = @echo " GEN " $@;
138
am__v_CCLD_0 = @echo " CCLD " $@;
114
140
SOURCES = $(libfit_to_width_la_SOURCES)
115
141
DIST_SOURCES = $(libfit_to_width_la_SOURCES)
142
am__can_run_installinfo = \
143
case $$AM_UPDATE_INFO_DIR in \
145
*) (install-info --version) >/dev/null 2>&1;; \
116
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)`
119
167
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158
206
EXIFDISPLAY_LIBS = @EXIFDISPLAY_LIBS@
160
208
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
209
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
161
210
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
162
211
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
163
212
GMOFILES = @GMOFILES@
352
401
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
353
402
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
403
$(am__aclocal_m4_deps):
355
405
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
356
406
@$(NORMAL_INSTALL)
357
test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
358
407
@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
359
408
list2=; for p in $$list; do \
360
409
if test -f $$p; then \
364
413
test -z "$$list2" || { \
414
echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
415
$(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
365
416
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
366
417
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
378
429
clean-pluginLTLIBRARIES:
379
430
-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
380
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
381
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
382
test "$$dir" != "$$p" || dir=.; \
383
echo "rm -f \"$${dir}/so_locations\""; \
384
rm -f "$${dir}/so_locations"; \
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}; \
386
439
libfit-to-width.la: $(libfit_to_width_la_OBJECTS) $(libfit_to_width_la_DEPENDENCIES) $(EXTRA_libfit_to_width_la_DEPENDENCIES)
387
440
$(AM_V_CCLD)$(libfit_to_width_la_LINK) -rpath $(plugindir) $(libfit_to_width_la_OBJECTS) $(libfit_to_width_la_LIBADD) $(LIBS)
422
475
-rm -rf .libs _libs
423
476
install-pluginDATA: $(plugin_DATA)
424
477
@$(NORMAL_INSTALL)
425
test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
426
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; \
427
483
for p in $$list; do \
428
484
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439
495
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440
496
dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
442
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444
unique=`for i in $$list; do \
445
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
END { if (nonempty) { for (i in files) print i; }; }'`; \
498
ID: $(am__tagged_files)
499
$(am__define_uniq_tagged_files); mkid -fID $$unique
452
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
453
$(TAGS_FILES) $(LISP)
503
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457
unique=`for i in $$list; do \
458
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461
END { if (nonempty) { for (i in files) print i; }; }'`; \
506
$(am__define_uniq_tagged_files); \
463
508
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464
509
test -n "$$unique" || unique=$$empty_fix; \
474
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
475
$(TAGS_FILES) $(LISP)
476
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477
unique=`for i in $$list; do \
478
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
END { if (nonempty) { for (i in files) print i; }; }'`; \
521
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
522
$(am__define_uniq_tagged_files); \
482
523
test -z "$(CTAGS_ARGS)$$unique" \
483
524
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487
528
here=`$(am__cd) $(top_builddir) && pwd` \
488
529
&& $(am__cd) $(top_srcdir) \
489
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
492
548
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
634
690
.MAKE: install-am install-strip
636
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
637
clean-libtool clean-pluginLTLIBRARIES ctags distclean \
638
distclean-compile distclean-generic distclean-libtool \
639
distclean-tags distdir dvi dvi-am html html-am info info-am \
640
install install-am install-data install-data-am install-dvi \
641
install-dvi-am install-exec install-exec-am install-html \
642
install-html-am install-info install-info-am install-man \
643
install-pdf install-pdf-am install-pluginDATA \
644
install-pluginLTLIBRARIES install-ps install-ps-am \
645
install-strip installcheck installcheck-am installdirs \
646
maintainer-clean maintainer-clean-generic mostlyclean \
647
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
648
pdf pdf-am ps ps-am tags uninstall uninstall-am \
649
uninstall-pluginDATA uninstall-pluginLTLIBRARIES
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
652
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