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

« back to all changes in this revision

Viewing changes to doc/C/figures/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
40
42
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
41
43
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
42
44
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
43
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
44
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
45
 
        $(top_srcdir)/configure.ac
 
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
48
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
 
49
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
46
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
51
        $(ACLOCAL_M4)
48
52
mkinstalldirs = $(install_sh) -d
49
53
CONFIG_HEADER = $(top_builddir)/config.hpp
50
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
51
56
SOURCES =
52
57
DIST_SOURCES =
53
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
61
    *) f=$$p;; \
57
62
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
79
am__installdirs = "$(DESTDIR)$(eicieldocfiguresdir)"
60
 
dist_eicieldocfiguresDATA_INSTALL = $(INSTALL_DATA)
61
80
DATA = $(dist_eicieldocfigures_DATA)
62
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
82
ACLOCAL = @ACLOCAL@
 
83
ACL_LIBS = @ACL_LIBS@
64
84
AMTAR = @AMTAR@
65
85
AR = @AR@
66
86
AUTOCONF = @AUTOCONF@
80
100
DEFS = @DEFS@
81
101
DEPDIR = @DEPDIR@
82
102
DSYMUTIL = @DSYMUTIL@
83
 
ECHO = @ECHO@
 
103
DUMPBIN = @DUMPBIN@
84
104
ECHO_C = @ECHO_C@
85
105
ECHO_N = @ECHO_N@
86
106
ECHO_T = @ECHO_T@
87
107
EGREP = @EGREP@
88
108
EXEEXT = @EXEEXT@
89
 
F77 = @F77@
90
 
FFLAGS = @FFLAGS@
 
109
FGREP = @FGREP@
91
110
GMSGFMT = @GMSGFMT@
92
111
GMSGFMT_015 = @GMSGFMT_015@
93
112
GREP = @GREP@
100
119
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101
120
INTLLIBS = @INTLLIBS@
102
121
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
122
LD = @LD@
103
123
LDFLAGS = @LDFLAGS@
104
124
LIBICONV = @LIBICONV@
105
125
LIBINTL = @LIBINTL@
106
126
LIBOBJS = @LIBOBJS@
107
127
LIBS = @LIBS@
108
128
LIBTOOL = @LIBTOOL@
 
129
LIPO = @LIPO@
109
130
LN_S = @LN_S@
110
131
LTLIBICONV = @LTLIBICONV@
111
132
LTLIBINTL = @LTLIBINTL@
116
137
MSGFMT_015 = @MSGFMT_015@
117
138
MSGMERGE = @MSGMERGE@
118
139
NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
 
140
NM = @NM@
119
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
120
143
OBJEXT = @OBJEXT@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
121
146
PACKAGE = @PACKAGE@
122
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123
148
PACKAGE_NAME = @PACKAGE_NAME@
124
149
PACKAGE_STRING = @PACKAGE_STRING@
125
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
126
152
PACKAGE_VERSION = @PACKAGE_VERSION@
127
153
PATH_SEPARATOR = @PATH_SEPARATOR@
128
154
PKG_CONFIG = @PKG_CONFIG@
142
168
abs_top_srcdir = @abs_top_srcdir@
143
169
ac_ct_CC = @ac_ct_CC@
144
170
ac_ct_CXX = @ac_ct_CXX@
145
 
ac_ct_F77 = @ac_ct_F77@
 
171
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146
172
am__include = @am__include@
147
173
am__leading_dot = @am__leading_dot@
148
174
am__quote = @am__quote@
171
197
install_sh = @install_sh@
172
198
libdir = @libdir@
173
199
libexecdir = @libexecdir@
174
 
llibreria_acl = @llibreria_acl@
175
200
localedir = @localedir@
176
201
localstatedir = @localstatedir@
 
202
lt_ECHO = @lt_ECHO@
177
203
mandir = @mandir@
178
204
mkdir_p = @mkdir_p@
179
205
oldincludedir = @oldincludedir@
190
216
target_cpu = @target_cpu@
191
217
target_os = @target_os@
192
218
target_vendor = @target_vendor@
 
219
top_build_prefix = @top_build_prefix@
193
220
top_builddir = @top_builddir@
194
221
top_srcdir = @top_srcdir@
195
222
eicieldocfiguresdir = $(datadir)/gnome/help/eiciel/C/figures
201
228
        permisos_ugo.png \
202
229
        detall_mascara.png \
203
230
        pantalla_ea.png \
204
 
        $(top_srcdir)/img/altres-default.png \
205
 
        $(top_srcdir)/img/altres.png \
206
 
        $(top_srcdir)/img/grup-acl-default.png \
207
 
        $(top_srcdir)/img/grup-acl.png \
208
 
        $(top_srcdir)/img/grup-default.png \
209
 
        $(top_srcdir)/img/grup.png \
210
 
        $(top_srcdir)/img/mascara-default.png \
211
 
        $(top_srcdir)/img/mascara.png \
212
 
        $(top_srcdir)/img/usuari-acl-default.png \
213
 
        $(top_srcdir)/img/usuari-acl.png \
214
 
        $(top_srcdir)/img/usuari-default.png \
215
 
        $(top_srcdir)/img/usuari.png
 
231
        $(top_srcdir)/img/others-default.png \
 
232
        $(top_srcdir)/img/others.png \
 
233
        $(top_srcdir)/img/group-acl-default.png \
 
234
        $(top_srcdir)/img/group-acl.png \
 
235
        $(top_srcdir)/img/group-default.png \
 
236
        $(top_srcdir)/img/group.png \
 
237
        $(top_srcdir)/img/mask-default.png \
 
238
        $(top_srcdir)/img/mask.png \
 
239
        $(top_srcdir)/img/user-acl-default.png \
 
240
        $(top_srcdir)/img/user-acl.png \
 
241
        $(top_srcdir)/img/user-default.png \
 
242
        $(top_srcdir)/img/user.png
216
243
 
217
244
all: all-am
218
245
 
221
248
        @for dep in $?; do \
222
249
          case '$(am__configure_deps)' in \
223
250
            *$$dep*) \
224
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
225
 
                && exit 0; \
 
251
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
252
                && { if test -f $@; then exit 0; else break; fi; }; \
226
253
              exit 1;; \
227
254
          esac; \
228
255
        done; \
229
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/C/figures/Makefile'; \
230
 
        cd $(top_srcdir) && \
231
 
          $(AUTOMAKE) --gnu  doc/C/figures/Makefile
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/C/figures/Makefile'; \
 
257
        $(am__cd) $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu doc/C/figures/Makefile
232
259
.PRECIOUS: Makefile
233
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234
261
        @case '$?' in \
246
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
274
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
248
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
$(am__aclocal_m4_deps):
249
277
 
250
278
mostlyclean-libtool:
251
279
        -rm -f *.lo
255
283
install-dist_eicieldocfiguresDATA: $(dist_eicieldocfigures_DATA)
256
284
        @$(NORMAL_INSTALL)
257
285
        test -z "$(eicieldocfiguresdir)" || $(MKDIR_P) "$(DESTDIR)$(eicieldocfiguresdir)"
258
 
        @list='$(dist_eicieldocfigures_DATA)'; for p in $$list; do \
 
286
        @list='$(dist_eicieldocfigures_DATA)'; test -n "$(eicieldocfiguresdir)" || list=; \
 
287
        for p in $$list; do \
259
288
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
260
 
          f=$(am__strip_dir) \
261
 
          echo " $(dist_eicieldocfiguresDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(eicieldocfiguresdir)/$$f'"; \
262
 
          $(dist_eicieldocfiguresDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(eicieldocfiguresdir)/$$f"; \
 
289
          echo "$$d$$p"; \
 
290
        done | $(am__base_list) | \
 
291
        while read files; do \
 
292
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(eicieldocfiguresdir)'"; \
 
293
          $(INSTALL_DATA) $$files "$(DESTDIR)$(eicieldocfiguresdir)" || exit $$?; \
263
294
        done
264
295
 
265
296
uninstall-dist_eicieldocfiguresDATA:
266
297
        @$(NORMAL_UNINSTALL)
267
 
        @list='$(dist_eicieldocfigures_DATA)'; for p in $$list; do \
268
 
          f=$(am__strip_dir) \
269
 
          echo " rm -f '$(DESTDIR)$(eicieldocfiguresdir)/$$f'"; \
270
 
          rm -f "$(DESTDIR)$(eicieldocfiguresdir)/$$f"; \
271
 
        done
 
298
        @list='$(dist_eicieldocfigures_DATA)'; test -n "$(eicieldocfiguresdir)" || list=; \
 
299
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
300
        test -n "$$files" || exit 0; \
 
301
        echo " ( cd '$(DESTDIR)$(eicieldocfiguresdir)' && rm -f" $$files ")"; \
 
302
        cd "$(DESTDIR)$(eicieldocfiguresdir)" && rm -f $$files
272
303
tags: TAGS
273
304
TAGS:
274
305
 
292
323
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
293
324
          if test -d $$d/$$file; then \
294
325
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
326
            if test -d "$(distdir)/$$file"; then \
 
327
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
328
            fi; \
295
329
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
296
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
330
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
331
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297
332
            fi; \
298
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
333
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
299
334
          else \
300
 
            test -f $(distdir)/$$file \
301
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
335
            test -f "$(distdir)/$$file" \
 
336
            || cp -p $$d/$$file "$(distdir)/$$file" \
302
337
            || exit 1; \
303
338
          fi; \
304
339
        done
329
364
 
330
365
distclean-generic:
331
366
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
367
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
332
368
 
333
369
maintainer-clean-generic:
334
370
        @echo "This command is intended for maintainers to use"
347
383
 
348
384
html: html-am
349
385
 
 
386
html-am:
 
387
 
350
388
info: info-am
351
389
 
352
390
info-am:
355
393
 
356
394
install-dvi: install-dvi-am
357
395
 
 
396
install-dvi-am:
 
397
 
358
398
install-exec-am:
359
399
 
360
400
install-html: install-html-am
361
401
 
 
402
install-html-am:
 
403
 
362
404
install-info: install-info-am
363
405
 
 
406
install-info-am:
 
407
 
364
408
install-man:
365
409
 
366
410
install-pdf: install-pdf-am
367
411
 
 
412
install-pdf-am:
 
413
 
368
414
install-ps: install-ps-am
369
415
 
 
416
install-ps-am:
 
417
 
370
418
installcheck-am:
371
419
 
372
420
maintainer-clean: maintainer-clean-am
402
450
        ps ps-am uninstall uninstall-am \
403
451
        uninstall-dist_eicieldocfiguresDATA
404
452
 
 
453
 
405
454
# Tell versions [3.59,3.63) of GNU make to not export all variables.
406
455
# Otherwise a system limit (for SysV at least) may be exceeded.
407
456
.NOEXPORT: