~jibel/synaptic/bug.597874

« back to all changes in this revision

Viewing changes to pixmaps/hicolor/16x16/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-04 11:52:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090904115217-adjwd99boc2py9xq
Tags: 0.62.7ubuntu3
* common/rpackagelister.cc:
  - add prefixes for "name" and "section" in the quick search
    This allows "name:apt" or "section:devel" searches
* debian/control:
  - recommends gksu|kdebase-bin (kdsu is fine too) 
    closes: #442421
* add filter for manual installed packages (LP: #122047)
* fix typo (thanks to Florentin Duneau), closes: #542122
* po/pt_BR.po:
  - updated translation, thanks to Sergio Cipolla
    (closes: #532473)
* common/rpackage.{cc,h}:
  - fix potential segfault

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 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
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(status_icondir)"
52
 
status_iconDATA_INSTALL = $(INSTALL_DATA)
53
70
DATA = $(status_icon_DATA)
54
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
72
ACLOCAL = @ACLOCAL@
120
137
PACKAGE_NAME = @PACKAGE_NAME@
121
138
PACKAGE_STRING = @PACKAGE_STRING@
122
139
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
140
PACKAGE_URL = @PACKAGE_URL@
123
141
PACKAGE_VERSION = @PACKAGE_VERSION@
124
142
PATH_SEPARATOR = @PATH_SEPARATOR@
125
143
PKG_CONFIG = @PKG_CONFIG@
197
215
              exit 1;; \
198
216
          esac; \
199
217
        done; \
200
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pixmaps/hicolor/16x16/Makefile'; \
201
 
        cd $(top_srcdir) && \
202
 
          $(AUTOMAKE) --gnu  pixmaps/hicolor/16x16/Makefile
 
218
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/hicolor/16x16/Makefile'; \
 
219
        $(am__cd) $(top_srcdir) && \
 
220
          $(AUTOMAKE) --gnu pixmaps/hicolor/16x16/Makefile
203
221
.PRECIOUS: Makefile
204
222
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205
223
        @case '$?' in \
217
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
236
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
219
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
$(am__aclocal_m4_deps):
220
239
install-status_iconDATA: $(status_icon_DATA)
221
240
        @$(NORMAL_INSTALL)
222
241
        test -z "$(status_icondir)" || $(MKDIR_P) "$(DESTDIR)$(status_icondir)"
223
 
        @list='$(status_icon_DATA)'; for p in $$list; do \
 
242
        @list='$(status_icon_DATA)'; test -n "$(status_icondir)" || list=; \
 
243
        for p in $$list; do \
224
244
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
225
 
          f=$(am__strip_dir) \
226
 
          echo " $(status_iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(status_icondir)/$$f'"; \
227
 
          $(status_iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(status_icondir)/$$f"; \
 
245
          echo "$$d$$p"; \
 
246
        done | $(am__base_list) | \
 
247
        while read files; do \
 
248
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(status_icondir)'"; \
 
249
          $(INSTALL_DATA) $$files "$(DESTDIR)$(status_icondir)" || exit $$?; \
228
250
        done
229
251
 
230
252
uninstall-status_iconDATA:
231
253
        @$(NORMAL_UNINSTALL)
232
 
        @list='$(status_icon_DATA)'; for p in $$list; do \
233
 
          f=$(am__strip_dir) \
234
 
          echo " rm -f '$(DESTDIR)$(status_icondir)/$$f'"; \
235
 
          rm -f "$(DESTDIR)$(status_icondir)/$$f"; \
236
 
        done
 
254
        @list='$(status_icon_DATA)'; test -n "$(status_icondir)" || list=; \
 
255
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
256
        test -n "$$files" || exit 0; \
 
257
        echo " ( cd '$(DESTDIR)$(status_icondir)' && rm -f" $$files ")"; \
 
258
        cd "$(DESTDIR)$(status_icondir)" && rm -f $$files
237
259
tags: TAGS
238
260
TAGS:
239
261
 
257
279
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
258
280
          if test -d $$d/$$file; then \
259
281
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
282
            if test -d "$(distdir)/$$file"; then \
 
283
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
284
            fi; \
260
285
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
261
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
286
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
287
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
262
288
            fi; \
263
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
289
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
264
290
          else \
265
 
            test -f $(distdir)/$$file \
266
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
291
            test -f "$(distdir)/$$file" \
 
292
            || cp -p $$d/$$file "$(distdir)/$$file" \
267
293
            || exit 1; \
268
294
          fi; \
269
295
        done
294
320
 
295
321
distclean-generic:
296
322
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
323
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
297
324
 
298
325
maintainer-clean-generic:
299
326
        @echo "This command is intended for maintainers to use"
312
339
 
313
340
html: html-am
314
341
 
 
342
html-am:
 
343
 
315
344
info: info-am
316
345
 
317
346
info-am:
320
349
 
321
350
install-dvi: install-dvi-am
322
351
 
 
352
install-dvi-am:
 
353
 
323
354
install-exec-am:
324
355
 
325
356
install-html: install-html-am
326
357
 
 
358
install-html-am:
 
359
 
327
360
install-info: install-info-am
328
361
 
 
362
install-info-am:
 
363
 
329
364
install-man:
330
365
 
331
366
install-pdf: install-pdf-am
332
367
 
 
368
install-pdf-am:
 
369
 
333
370
install-ps: install-ps-am
334
371
 
 
372
install-ps-am:
 
373
 
335
374
installcheck-am:
336
375
 
337
376
maintainer-clean: maintainer-clean-am
366
405
        pdf-am ps ps-am uninstall uninstall-am \
367
406
        uninstall-status_iconDATA
368
407
 
 
408
 
369
409
# Tell versions [3.59,3.63) of GNU make to not export all variables.
370
410
# Otherwise a system limit (for SysV at least) may be exceeded.
371
411
.NOEXPORT: