~noskcaj/ubuntu/utopic/libcryptui/3.12

« back to all changes in this revision

Viewing changes to pixmaps/22x22/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-09-18 14:23:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120918142323-g4um2rqfrbdxwbox
Tags: 3.5.92-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
35
51
build_triplet = @build@
36
52
host_triplet = @host@
37
53
subdir = pixmaps/22x22
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
55
        $(top_srcdir)/mkinstalldirs
39
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
57
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
41
58
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
49
66
CONFIG_HEADER = $(top_builddir)/config.h
50
67
CONFIG_CLEAN_FILES =
51
68
CONFIG_CLEAN_VPATH_FILES =
 
69
AM_V_P = $(am__v_P_@AM_V@)
 
70
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
71
am__v_P_0 = false
 
72
am__v_P_1 = :
52
73
AM_V_GEN = $(am__v_GEN_@AM_V@)
53
74
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
54
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
75
am__v_GEN_0 = @echo "  GEN     " $@;
 
76
am__v_GEN_1 = 
55
77
AM_V_at = $(am__v_at_@AM_V@)
56
78
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
57
79
am__v_at_0 = @
 
80
am__v_at_1 = 
58
81
SOURCES =
59
82
DIST_SOURCES =
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
60
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
89
am__vpath_adj = case $$p in \
62
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
344
372
        -rm -rf .libs _libs
345
373
install-icon22DATA: $(icon22_DATA)
346
374
        @$(NORMAL_INSTALL)
347
 
        test -z "$(icon22dir)" || $(MKDIR_P) "$(DESTDIR)$(icon22dir)"
348
375
        @list='$(icon22_DATA)'; test -n "$(icon22dir)" || list=; \
 
376
        if test -n "$$list"; then \
 
377
          echo " $(MKDIR_P) '$(DESTDIR)$(icon22dir)'"; \
 
378
          $(MKDIR_P) "$(DESTDIR)$(icon22dir)" || exit 1; \
 
379
        fi; \
349
380
        for p in $$list; do \
350
381
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351
382
          echo "$$d$$p"; \
366
397
ctags: CTAGS
367
398
CTAGS:
368
399
 
 
400
cscope cscopelist:
 
401
 
369
402
 
370
403
distdir: $(DISTFILES)
371
404
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \