~ubuntu-branches/debian/sid/xfce4-clipman-plugin/sid

« back to all changes in this revision

Viewing changes to doc/media/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2012-04-09 21:26:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120409212650-u618echcdsndz3ak
Tags: 2:1.2.3-1
* New upstream release.
* debian/rules:
  - build with --parallel.
  - configure with --disable-static and stop removing .a files.
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
CONFIG_CLEAN_VPATH_FILES =
48
 
AM_V_GEN = $(am__v_GEN_$(V))
49
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
49
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
50
50
am__v_GEN_0 = @echo "  GEN   " $@;
51
 
AM_V_at = $(am__v_at_$(V))
52
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
AM_V_at = $(am__v_at_@AM_V@)
 
52
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
53
am__v_at_0 = @
54
54
SOURCES =
55
55
DIST_SOURCES =
74
74
am__base_list = \
75
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
77
am__uninstall_files_from_dir = { \
 
78
  test -z "$$files" \
 
79
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
80
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
81
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
82
  }
77
83
am__installdirs = "$(DESTDIR)$(media_C_dir)" \
78
84
        "$(DESTDIR)$(media_fr_dir)" "$(DESTDIR)$(media_ja_dir)"
79
85
DATA = $(media_C__DATA) $(media_fr__DATA) $(media_ja__DATA)
147
153
INTLTOOL_MERGE = @INTLTOOL_MERGE@
148
154
INTLTOOL_PERL = @INTLTOOL_PERL@
149
155
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
156
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
157
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
158
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
159
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
150
160
ITSTOOL = @ITSTOOL@
151
161
LD = @LD@
152
162
LDFLAGS = @LDFLAGS@
263
273
includedir = @includedir@
264
274
infodir = @infodir@
265
275
install_sh = @install_sh@
 
276
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
277
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
266
278
libdir = @libdir@
267
279
libexecdir = @libexecdir@
268
280
localedir = @localedir@
310
322
        ja/clipman-action-dialog.png            \
311
323
        ja/clipman-menu.png                     \
312
324
        ja/clipman-settings-actions.png         \
313
 
        clipman-settings-general.png            \
314
 
        clipman-settings-tweaks.png             \
 
325
        ja/clipman-settings-general.png         \
 
326
        ja/clipman-settings-tweaks.png          \
315
327
        $(NULL)
316
328
 
317
329
EXTRA_DIST = \
376
388
        @$(NORMAL_UNINSTALL)
377
389
        @list='$(media_C__DATA)'; test -n "$(media_C_dir)" || list=; \
378
390
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
379
 
        test -n "$$files" || exit 0; \
380
 
        echo " ( cd '$(DESTDIR)$(media_C_dir)' && rm -f" $$files ")"; \
381
 
        cd "$(DESTDIR)$(media_C_dir)" && rm -f $$files
 
391
        dir='$(DESTDIR)$(media_C_dir)'; $(am__uninstall_files_from_dir)
382
392
install-media_fr_DATA: $(media_fr__DATA)
383
393
        @$(NORMAL_INSTALL)
384
394
        test -z "$(media_fr_dir)" || $(MKDIR_P) "$(DESTDIR)$(media_fr_dir)"
396
406
        @$(NORMAL_UNINSTALL)
397
407
        @list='$(media_fr__DATA)'; test -n "$(media_fr_dir)" || list=; \
398
408
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
399
 
        test -n "$$files" || exit 0; \
400
 
        echo " ( cd '$(DESTDIR)$(media_fr_dir)' && rm -f" $$files ")"; \
401
 
        cd "$(DESTDIR)$(media_fr_dir)" && rm -f $$files
 
409
        dir='$(DESTDIR)$(media_fr_dir)'; $(am__uninstall_files_from_dir)
402
410
install-media_ja_DATA: $(media_ja__DATA)
403
411
        @$(NORMAL_INSTALL)
404
412
        test -z "$(media_ja_dir)" || $(MKDIR_P) "$(DESTDIR)$(media_ja_dir)"
416
424
        @$(NORMAL_UNINSTALL)
417
425
        @list='$(media_ja__DATA)'; test -n "$(media_ja_dir)" || list=; \
418
426
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
419
 
        test -n "$$files" || exit 0; \
420
 
        echo " ( cd '$(DESTDIR)$(media_ja_dir)' && rm -f" $$files ")"; \
421
 
        cd "$(DESTDIR)$(media_ja_dir)" && rm -f $$files
 
427
        dir='$(DESTDIR)$(media_ja_dir)'; $(am__uninstall_files_from_dir)
422
428
tags: TAGS
423
429
TAGS:
424
430
 
473
479
 
474
480
installcheck: installcheck-am
475
481
install-strip:
476
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478
 
          `test -z '$(STRIP)' || \
479
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
482
        if test -z '$(STRIP)'; then \
 
483
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
484
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
485
              install; \
 
486
        else \
 
487
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
488
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
489
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
490
        fi
480
491
mostlyclean-generic:
481
492
 
482
493
clean-generic: