~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/icons/16x16/actions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Loïc Minier
  • Date: 2009-09-23 20:25:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923202541-q9lr8b7ykic314xy
Tags: 2.28.0.1-1
[ Andrea Veri ]
* New upstream release.
* debian/control:
  - Bumped Standards-version to 3.8.3. No changes needed.
  - libgtk2.0-dev bumped to >= 2.17.4 as per configure.ac
    requirements.
  - libgnome-desktop-dev bumped to >= 2.26.0 as per configure.ac
    requirements.
  - added a B-D on x11proto-core-dev needed from multimedia keys
    to work properly.
* debian/copyright:
  - added missing copyright holders.
* debian/patches:
  - removed as long as it has no patches in it.
* debian/rules:
  - simple-patchsys include removed, there are no patches to be
    applied.

[ Loïc Minier ]
* Bdep on rarian-compat instead of scrollkeeper.

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
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/cheese-config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
44
53
SOURCES =
45
54
DIST_SOURCES =
46
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
58
    *) f=$$p;; \
50
59
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
76
am__installdirs = "$(DESTDIR)$(iconsdir)"
53
 
iconsDATA_INSTALL = $(INSTALL_DATA)
54
77
DATA = $(icons_DATA)
55
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
79
ACLOCAL = @ACLOCAL@
57
80
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
58
81
ALL_LINGUAS = @ALL_LINGUAS@
59
82
AMTAR = @AMTAR@
 
83
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60
84
AR = @AR@
61
85
AUTOCONF = @AUTOCONF@
62
86
AUTOHEADER = @AUTOHEADER@
95
119
GMSGFMT = @GMSGFMT@
96
120
GREP = @GREP@
97
121
HELP_DIR = @HELP_DIR@
98
 
HILDON_CFLAGS = @HILDON_CFLAGS@
99
 
HILDON_LIBS = @HILDON_LIBS@
100
122
INSTALL = @INSTALL@
101
123
INSTALL_DATA = @INSTALL_DATA@
102
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
135
157
PACKAGE_NAME = @PACKAGE_NAME@
136
158
PACKAGE_STRING = @PACKAGE_STRING@
137
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_URL = @PACKAGE_URL@
138
161
PACKAGE_VERSION = @PACKAGE_VERSION@
139
162
PATH_SEPARATOR = @PATH_SEPARATOR@
140
163
PKG_CONFIG = @PKG_CONFIG@
208
231
context = actions
209
232
iconsdir = $(themedir)/$(size)/$(context)
210
233
icons_DATA = \
211
 
        browse-webcam-effects.png
 
234
        browse-webcam-effects.png \
 
235
        cheese-take-burst.png \
 
236
        cheese-take-photo.png
212
237
 
213
238
EXTRA_DIST = \
214
239
        $(icons_DATA)
225
250
              exit 1;; \
226
251
          esac; \
227
252
        done; \
228
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/16x16/actions/Makefile'; \
229
 
        cd $(top_srcdir) && \
230
 
          $(AUTOMAKE) --gnu  data/icons/16x16/actions/Makefile
 
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/16x16/actions/Makefile'; \
 
254
        $(am__cd) $(top_srcdir) && \
 
255
          $(AUTOMAKE) --gnu data/icons/16x16/actions/Makefile
231
256
.PRECIOUS: Makefile
232
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233
258
        @case '$?' in \
245
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
271
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
247
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
273
$(am__aclocal_m4_deps):
248
274
 
249
275
mostlyclean-libtool:
250
276
        -rm -f *.lo
254
280
install-iconsDATA: $(icons_DATA)
255
281
        @$(NORMAL_INSTALL)
256
282
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
257
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
283
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
284
        for p in $$list; do \
258
285
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
259
 
          f=$(am__strip_dir) \
260
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
261
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
286
          echo "$$d$$p"; \
 
287
        done | $(am__base_list) | \
 
288
        while read files; do \
 
289
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
290
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
262
291
        done
263
292
 
264
293
uninstall-iconsDATA:
265
294
        @$(NORMAL_UNINSTALL)
266
 
        @list='$(icons_DATA)'; for p in $$list; do \
267
 
          f=$(am__strip_dir) \
268
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
269
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
270
 
        done
 
295
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
296
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
297
        test -n "$$files" || exit 0; \
 
298
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
299
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
271
300
tags: TAGS
272
301
TAGS:
273
302
 
291
320
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
292
321
          if test -d $$d/$$file; then \
293
322
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
323
            if test -d "$(distdir)/$$file"; then \
 
324
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
325
            fi; \
294
326
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
327
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
328
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
296
329
            fi; \
297
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
330
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
298
331
          else \
299
 
            test -f $(distdir)/$$file \
300
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
332
            test -f "$(distdir)/$$file" \
 
333
            || cp -p $$d/$$file "$(distdir)/$$file" \
301
334
            || exit 1; \
302
335
          fi; \
303
336
        done
328
361
 
329
362
distclean-generic:
330
363
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
364
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
331
365
 
332
366
maintainer-clean-generic:
333
367
        @echo "This command is intended for maintainers to use"
346
380
 
347
381
html: html-am
348
382
 
 
383
html-am:
 
384
 
349
385
info: info-am
350
386
 
351
387
info-am:
354
390
 
355
391
install-dvi: install-dvi-am
356
392
 
 
393
install-dvi-am:
 
394
 
357
395
install-exec-am:
358
396
 
359
397
install-html: install-html-am
360
398
 
 
399
install-html-am:
 
400
 
361
401
install-info: install-info-am
362
402
 
 
403
install-info-am:
 
404
 
363
405
install-man:
364
406
 
365
407
install-pdf: install-pdf-am
366
408
 
 
409
install-pdf-am:
 
410
 
367
411
install-ps: install-ps-am
368
412
 
 
413
install-ps-am:
 
414
 
369
415
installcheck-am:
370
416
 
371
417
maintainer-clean: maintainer-clean-am
400
446
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
401
447
        uninstall uninstall-am uninstall-iconsDATA
402
448
 
 
449
 
403
450
# Tell versions [3.59,3.63) of GNU make to not export all variables.
404
451
# Otherwise a system limit (for SysV at least) may be exceeded.
405
452
.NOEXPORT: