~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

« back to all changes in this revision

Viewing changes to doc/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-10-27 08:00:18 UTC
  • mfrom: (1.2.7 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101027080018-suwj9ozy99d0a5a2
Tags: 0.8.16-1ubuntu1
* Merge with Debian testing (LP: #638617), Ubuntu remaining changes:
  - debian/patches/ubuntuize.diff:
    + Provide a Ubuntu-specific customization.
  - debian/patches/fix_desktop.diff:
    + Add missing trailing semicolon.
    + Add MIME types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
 
17
18
VPATH = @srcdir@
 
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
31
33
POST_UNINSTALL = :
32
34
build_triplet = @build@
33
35
host_triplet = @host@
34
 
target_triplet = @target@
35
36
subdir = doc/images
36
37
DIST_COMMON = $(dist_image_DATA) $(srcdir)/Makefile.am \
37
38
        $(srcdir)/Makefile.in
49
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
51
CONFIG_HEADER = $(top_builddir)/config.h
51
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
52
54
SOURCES =
53
55
DIST_SOURCES =
54
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
59
    *) f=$$p;; \
58
60
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
77
am__installdirs = "$(DESTDIR)$(imagedir)"
61
 
dist_imageDATA_INSTALL = $(INSTALL_DATA)
62
78
DATA = $(dist_image_DATA)
63
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
80
pkgdatadir = @pkgdatadir@
91
107
FFTW_CFLAGS = @FFTW_CFLAGS@
92
108
FFTW_LIBS = @FFTW_LIBS@
93
109
FGREP = @FGREP@
 
110
FLUIDSYNTH_CFLAGS = @FLUIDSYNTH_CFLAGS@
 
111
FLUIDSYNTH_LIBS = @FLUIDSYNTH_LIBS@
94
112
GMSGFMT = @GMSGFMT@
95
113
GREP = @GREP@
96
114
GTK2_CFLAGS = @GTK2_CFLAGS@
217
235
sharedstatedir = @sharedstatedir@
218
236
srcdir = @srcdir@
219
237
sysconfdir = @sysconfdir@
220
 
target = @target@
221
238
target_alias = @target_alias@
222
 
target_cpu = @target_cpu@
223
 
target_os = @target_os@
224
 
target_vendor = @target_vendor@
225
239
top_build_prefix = @top_build_prefix@
226
240
top_builddir = @top_builddir@
227
241
top_srcdir = @top_srcdir@
239
253
              exit 1;; \
240
254
          esac; \
241
255
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/images/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --gnu  doc/images/Makefile
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/images/Makefile'; \
 
257
        $(am__cd) $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu doc/images/Makefile
245
259
.PRECIOUS: Makefile
246
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
261
        @case '$?' in \
259
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
274
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
$(am__aclocal_m4_deps):
262
277
 
263
278
mostlyclean-libtool:
264
279
        -rm -f *.lo
268
283
install-dist_imageDATA: $(dist_image_DATA)
269
284
        @$(NORMAL_INSTALL)
270
285
        test -z "$(imagedir)" || $(MKDIR_P) "$(DESTDIR)$(imagedir)"
271
 
        @list='$(dist_image_DATA)'; for p in $$list; do \
 
286
        @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \
 
287
        for p in $$list; do \
272
288
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
273
 
          f=$(am__strip_dir) \
274
 
          echo " $(dist_imageDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagedir)/$$f'"; \
275
 
          $(dist_imageDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagedir)/$$f"; \
 
289
          echo "$$d$$p"; \
 
290
        done | $(am__base_list) | \
 
291
        while read files; do \
 
292
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagedir)'"; \
 
293
          $(INSTALL_DATA) $$files "$(DESTDIR)$(imagedir)" || exit $$?; \
276
294
        done
277
295
 
278
296
uninstall-dist_imageDATA:
279
297
        @$(NORMAL_UNINSTALL)
280
 
        @list='$(dist_image_DATA)'; for p in $$list; do \
281
 
          f=$(am__strip_dir) \
282
 
          echo " rm -f '$(DESTDIR)$(imagedir)/$$f'"; \
283
 
          rm -f "$(DESTDIR)$(imagedir)/$$f"; \
284
 
        done
 
298
        @list='$(dist_image_DATA)'; test -n "$(imagedir)" || list=; \
 
299
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
300
        test -n "$$files" || exit 0; \
 
301
        echo " ( cd '$(DESTDIR)$(imagedir)' && rm -f" $$files ")"; \
 
302
        cd "$(DESTDIR)$(imagedir)" && rm -f $$files
285
303
tags: TAGS
286
304
TAGS:
287
305
 
305
323
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
306
324
          if test -d $$d/$$file; then \
307
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; \
308
329
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
309
 
              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 {} \;; \
310
332
            fi; \
311
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
333
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
312
334
          else \
313
 
            test -f $(distdir)/$$file \
314
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
335
            test -f "$(distdir)/$$file" \
 
336
            || cp -p $$d/$$file "$(distdir)/$$file" \
315
337
            || exit 1; \
316
338
          fi; \
317
339
        done
342
364
 
343
365
distclean-generic:
344
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)
345
368
 
346
369
maintainer-clean-generic:
347
370
        @echo "This command is intended for maintainers to use"
360
383
 
361
384
html: html-am
362
385
 
 
386
html-am:
 
387
 
363
388
info: info-am
364
389
 
365
390
info-am:
368
393
 
369
394
install-dvi: install-dvi-am
370
395
 
 
396
install-dvi-am:
 
397
 
371
398
install-exec-am:
372
399
 
373
400
install-html: install-html-am
374
401
 
 
402
install-html-am:
 
403
 
375
404
install-info: install-info-am
376
405
 
 
406
install-info-am:
 
407
 
377
408
install-man:
378
409
 
379
410
install-pdf: install-pdf-am
380
411
 
 
412
install-pdf-am:
 
413
 
381
414
install-ps: install-ps-am
382
415
 
 
416
install-ps-am:
 
417
 
383
418
installcheck-am:
384
419
 
385
420
maintainer-clean: maintainer-clean-am
414
449
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
415
450
        ps ps-am uninstall uninstall-am uninstall-dist_imageDATA
416
451
 
 
452
 
417
453
# Tell versions [3.59,3.63) of GNU make to not export all variables.
418
454
# Otherwise a system limit (for SysV at least) may be exceeded.
419
455
.NOEXPORT: