~ubuntu-branches/ubuntu/trusty/eiciel/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-06-04 02:38:02 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604023802-jp2v6c9uviiioc5z
* New upstream release.
* debian/patches/02-gio.patch
  - Removed, merged upstream.
* debian/patches/03-no-libgnomeui.patch
  - Removed, merged upstream.
* debian/patches/01-fix-gettext-translations.patch
  - Fix gettext translations by using dgettext and specifying the correct
    domainname.
* debian/patches/02-de-po.patch
  - Update and complete German translation.
* debian/rules
  - Remove de.gmo on clean and rebuild it on build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
38
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
39
41
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
40
42
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
41
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
42
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
43
 
        $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
44
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
45
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
46
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
 
47
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
44
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
49
        $(ACLOCAL_M4)
46
50
mkinstalldirs = $(install_sh) -d
47
51
CONFIG_HEADER = $(top_builddir)/config.hpp
48
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
49
54
SOURCES =
50
55
DIST_SOURCES =
51
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
57
ACLOCAL = @ACLOCAL@
 
58
ACL_LIBS = @ACL_LIBS@
53
59
AMTAR = @AMTAR@
54
60
AR = @AR@
55
61
AUTOCONF = @AUTOCONF@
69
75
DEFS = @DEFS@
70
76
DEPDIR = @DEPDIR@
71
77
DSYMUTIL = @DSYMUTIL@
72
 
ECHO = @ECHO@
 
78
DUMPBIN = @DUMPBIN@
73
79
ECHO_C = @ECHO_C@
74
80
ECHO_N = @ECHO_N@
75
81
ECHO_T = @ECHO_T@
76
82
EGREP = @EGREP@
77
83
EXEEXT = @EXEEXT@
78
 
F77 = @F77@
79
 
FFLAGS = @FFLAGS@
 
84
FGREP = @FGREP@
80
85
GMSGFMT = @GMSGFMT@
81
86
GMSGFMT_015 = @GMSGFMT_015@
82
87
GREP = @GREP@
89
94
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90
95
INTLLIBS = @INTLLIBS@
91
96
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
97
LD = @LD@
92
98
LDFLAGS = @LDFLAGS@
93
99
LIBICONV = @LIBICONV@
94
100
LIBINTL = @LIBINTL@
95
101
LIBOBJS = @LIBOBJS@
96
102
LIBS = @LIBS@
97
103
LIBTOOL = @LIBTOOL@
 
104
LIPO = @LIPO@
98
105
LN_S = @LN_S@
99
106
LTLIBICONV = @LTLIBICONV@
100
107
LTLIBINTL = @LTLIBINTL@
105
112
MSGFMT_015 = @MSGFMT_015@
106
113
MSGMERGE = @MSGMERGE@
107
114
NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
 
115
NM = @NM@
108
116
NMEDIT = @NMEDIT@
 
117
OBJDUMP = @OBJDUMP@
109
118
OBJEXT = @OBJEXT@
 
119
OTOOL = @OTOOL@
 
120
OTOOL64 = @OTOOL64@
110
121
PACKAGE = @PACKAGE@
111
122
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112
123
PACKAGE_NAME = @PACKAGE_NAME@
113
124
PACKAGE_STRING = @PACKAGE_STRING@
114
125
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
126
PACKAGE_URL = @PACKAGE_URL@
115
127
PACKAGE_VERSION = @PACKAGE_VERSION@
116
128
PATH_SEPARATOR = @PATH_SEPARATOR@
117
129
PKG_CONFIG = @PKG_CONFIG@
131
143
abs_top_srcdir = @abs_top_srcdir@
132
144
ac_ct_CC = @ac_ct_CC@
133
145
ac_ct_CXX = @ac_ct_CXX@
134
 
ac_ct_F77 = @ac_ct_F77@
 
146
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
135
147
am__include = @am__include@
136
148
am__leading_dot = @am__leading_dot@
137
149
am__quote = @am__quote@
160
172
install_sh = @install_sh@
161
173
libdir = @libdir@
162
174
libexecdir = @libexecdir@
163
 
llibreria_acl = @llibreria_acl@
164
175
localedir = @localedir@
165
176
localstatedir = @localstatedir@
 
177
lt_ECHO = @lt_ECHO@
166
178
mandir = @mandir@
167
179
mkdir_p = @mkdir_p@
168
180
oldincludedir = @oldincludedir@
179
191
target_cpu = @target_cpu@
180
192
target_os = @target_os@
181
193
target_vendor = @target_vendor@
 
194
top_build_prefix = @top_build_prefix@
182
195
top_builddir = @top_builddir@
183
196
top_srcdir = @top_srcdir@
184
197
EXTRA_DIST = gettext.h
189
202
        @for dep in $?; do \
190
203
          case '$(am__configure_deps)' in \
191
204
            *$$dep*) \
192
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
193
 
                && exit 0; \
 
205
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
206
                && { if test -f $@; then exit 0; else break; fi; }; \
194
207
              exit 1;; \
195
208
          esac; \
196
209
        done; \
197
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
198
 
        cd $(top_srcdir) && \
199
 
          $(AUTOMAKE) --gnu  lib/Makefile
 
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
 
211
        $(am__cd) $(top_srcdir) && \
 
212
          $(AUTOMAKE) --gnu lib/Makefile
200
213
.PRECIOUS: Makefile
201
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202
215
        @case '$?' in \
214
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215
228
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
216
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
230
$(am__aclocal_m4_deps):
217
231
 
218
232
mostlyclean-libtool:
219
233
        -rm -f *.lo
243
257
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
244
258
          if test -d $$d/$$file; then \
245
259
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
260
            if test -d "$(distdir)/$$file"; then \
 
261
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
262
            fi; \
246
263
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
247
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
264
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
265
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
248
266
            fi; \
249
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
267
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
250
268
          else \
251
 
            test -f $(distdir)/$$file \
252
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
269
            test -f "$(distdir)/$$file" \
 
270
            || cp -p $$d/$$file "$(distdir)/$$file" \
253
271
            || exit 1; \
254
272
          fi; \
255
273
        done
277
295
 
278
296
distclean-generic:
279
297
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
298
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
280
299
 
281
300
maintainer-clean-generic:
282
301
        @echo "This command is intended for maintainers to use"
295
314
 
296
315
html: html-am
297
316
 
 
317
html-am:
 
318
 
298
319
info: info-am
299
320
 
300
321
info-am:
303
324
 
304
325
install-dvi: install-dvi-am
305
326
 
 
327
install-dvi-am:
 
328
 
306
329
install-exec-am:
307
330
 
308
331
install-html: install-html-am
309
332
 
 
333
install-html-am:
 
334
 
310
335
install-info: install-info-am
311
336
 
 
337
install-info-am:
 
338
 
312
339
install-man:
313
340
 
314
341
install-pdf: install-pdf-am
315
342
 
 
343
install-pdf-am:
 
344
 
316
345
install-ps: install-ps-am
317
346
 
 
347
install-ps-am:
 
348
 
318
349
installcheck-am:
319
350
 
320
351
maintainer-clean: maintainer-clean-am
348
379
        maintainer-clean-generic mostlyclean mostlyclean-generic \
349
380
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
350
381
 
 
382
 
351
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
352
384
# Otherwise a system limit (for SysV at least) may be exceeded.
353
385
.NOEXPORT: