~peter-pearse/ubuntu/natty/tango-icon-theme-common/prop001

« back to all changes in this revision

Viewing changes to 16x16/apps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth Wimer
  • Date: 2007-04-05 13:15:58 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070405131558-e40olge5258g8jtt
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
67
63
ECHO_C = @ECHO_C@
68
64
ECHO_N = @ECHO_N@
69
65
ECHO_T = @ECHO_T@
70
 
ENABLE_ICON_FRAMING_FALSE = @ENABLE_ICON_FRAMING_FALSE@
71
 
ENABLE_ICON_FRAMING_TRUE = @ENABLE_ICON_FRAMING_TRUE@
72
 
ENABLE_LARGE_BITMAPS_FALSE = @ENABLE_LARGE_BITMAPS_FALSE@
73
 
ENABLE_LARGE_BITMAPS_TRUE = @ENABLE_LARGE_BITMAPS_TRUE@
74
66
ICONMAP = @ICONMAP@
 
67
INSTALL = @INSTALL@
75
68
INSTALL_DATA = @INSTALL_DATA@
76
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@
77
70
INSTALL_SCRIPT = @INSTALL_SCRIPT@
80
73
LIBS = @LIBS@
81
74
LTLIBOBJS = @LTLIBOBJS@
82
75
MAKEINFO = @MAKEINFO@
 
76
MKDIR_P = @MKDIR_P@
83
77
PACKAGE = @PACKAGE@
84
78
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85
79
PACKAGE_NAME = @PACKAGE_NAME@
93
87
STRIP = @STRIP@
94
88
SVGCONVERT = @SVGCONVERT@
95
89
VERSION = @VERSION@
 
90
abs_builddir = @abs_builddir@
 
91
abs_srcdir = @abs_srcdir@
 
92
abs_top_builddir = @abs_top_builddir@
 
93
abs_top_srcdir = @abs_top_srcdir@
96
94
am__leading_dot = @am__leading_dot@
97
95
am__tar = @am__tar@
98
96
am__untar = @am__untar@
99
97
bindir = @bindir@
100
98
build_alias = @build_alias@
 
99
builddir = @builddir@
101
100
datadir = @datadir@
102
101
datarootdir = @datarootdir@
103
102
docdir = @docdir@
104
103
dvidir = @dvidir@
105
104
exec_prefix = @exec_prefix@
 
105
hicolordir = @hicolordir@
106
106
host_alias = @host_alias@
107
107
htmldir = @htmldir@
108
108
includedir = @includedir@
121
121
psdir = @psdir@
122
122
sbindir = @sbindir@
123
123
sharedstatedir = @sharedstatedir@
 
124
srcdir = @srcdir@
124
125
sysconfdir = @sysconfdir@
125
126
target_alias = @target_alias@
126
127
themedir = @themedir@
 
128
top_builddir = @top_builddir@
 
129
top_srcdir = @top_srcdir@
127
130
size = 16x16
128
131
context = apps
129
132
iconsdir = $(themedir)/$(size)/$(context)
149
152
        synaptic.png    \
150
153
        kontact.png     \
151
154
        xfce4-workspaces.png    \
152
 
        config-date.png 
 
155
        config-date.png         \
 
156
        gnome-keyring-manager.png
153
157
 
154
158
EXTRA_DIST = \
155
159
        $(icons_DATA)
186
190
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187
191
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
188
192
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
 
uninstall-info-am:
190
193
install-iconsDATA: $(icons_DATA)
191
194
        @$(NORMAL_INSTALL)
192
 
        test -z "$(iconsdir)" || $(mkdir_p) "$(DESTDIR)$(iconsdir)"
 
195
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
193
196
        @list='$(icons_DATA)'; for p in $$list; do \
194
197
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
195
198
          f=$(am__strip_dir) \
212
215
 
213
216
 
214
217
distdir: $(DISTFILES)
215
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
216
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
217
 
        list='$(DISTFILES)'; for file in $$list; do \
218
 
          case $$file in \
219
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
220
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
221
 
          esac; \
 
218
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
219
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
220
        list='$(DISTFILES)'; \
 
221
          dist_files=`for file in $$list; do echo $$file; done | \
 
222
          sed -e "s|^$$srcdirstrip/||;t" \
 
223
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
224
        case $$dist_files in \
 
225
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
226
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
227
                           sort -u` ;; \
 
228
        esac; \
 
229
        for file in $$dist_files; do \
222
230
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
223
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
224
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
225
 
            dir="/$$dir"; \
226
 
            $(mkdir_p) "$(distdir)$$dir"; \
227
 
          else \
228
 
            dir=''; \
229
 
          fi; \
230
231
          if test -d $$d/$$file; then \
 
232
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
231
233
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
232
234
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
233
235
            fi; \
243
245
all-am: Makefile $(DATA)
244
246
installdirs:
245
247
        for dir in "$(DESTDIR)$(iconsdir)"; do \
246
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
248
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
247
249
        done
248
250
install: install-am
249
251
install-exec: install-exec-am
289
291
 
290
292
install-data-am: install-data-local install-iconsDATA
291
293
 
 
294
install-dvi: install-dvi-am
 
295
 
292
296
install-exec-am:
293
297
 
 
298
install-html: install-html-am
 
299
 
294
300
install-info: install-info-am
295
301
 
296
302
install-man:
297
303
 
 
304
install-pdf: install-pdf-am
 
305
 
 
306
install-ps: install-ps-am
 
307
 
298
308
installcheck-am:
299
309
 
300
310
maintainer-clean: maintainer-clean-am
313
323
 
314
324
ps-am:
315
325
 
316
 
uninstall-am: uninstall-iconsDATA uninstall-info-am
 
326
uninstall-am: uninstall-iconsDATA
 
327
 
 
328
.MAKE: install-am install-strip
317
329
 
318
330
.PHONY: all all-am check check-am clean clean-generic distclean \
319
331
        distclean-generic distdir dvi dvi-am html html-am info info-am \
320
332
        install install-am install-data install-data-am \
321
 
        install-data-local install-exec install-exec-am \
322
 
        install-iconsDATA install-info install-info-am install-man \
323
 
        install-strip installcheck installcheck-am installdirs \
324
 
        maintainer-clean maintainer-clean-generic mostlyclean \
325
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
326
 
        uninstall-iconsDATA uninstall-info-am
 
333
        install-data-local install-dvi install-dvi-am install-exec \
 
334
        install-exec-am install-html install-html-am install-iconsDATA \
 
335
        install-info install-info-am install-man install-pdf \
 
336
        install-pdf-am install-ps install-ps-am install-strip \
 
337
        installcheck installcheck-am installdirs maintainer-clean \
 
338
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
339
        pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA
327
340
 
328
341
 
329
342
install-data-local: install-iconsDATA