~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to data/icons/48x48/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton, Loic Minier
  • Date: 2008-02-20 17:24:42 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080220172442-rso0p0yngsf414dy
Tags: 0.13-1
[ Loic Minier ]

* New upstream release.
* Bump up Standards-Version to 3.7.3.
* Rework to build a Hildon flavour of the package.
  - New binary package tasks-hildon; add conflicts with tasks and update
    descriptions; add install file; this package must be the first in the
    control file as to permit the dbg symbols for the standard tasks package
    to be in tasks-dbg instead of the tasks-hildon ones.
  - Add build hooks for configure, build, and install to add flavour /
    package specific rules and configure flags.
  - Build-dep on libhildon-1-dev, libdbus-1-dev, libhildonmime-dev for the
    Hildon flavour.
* Add explicit Copyright statement to debian/copyright.
* Use ${binary:Version} instead of ${Source-Version}; build-dep on dpkg-dev
  >= 1.13.19.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
build_triplet = @build@
34
34
host_triplet = @host@
35
35
subdir = data/icons/48x48
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
DIST_COMMON = $(dist_icon_DATA) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in
37
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
51
  esac;
51
52
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
53
am__installdirs = "$(DESTDIR)$(icondir)"
53
 
iconDATA_INSTALL = $(INSTALL_DATA)
54
 
DATA = $(icon_DATA)
 
54
dist_iconDATA_INSTALL = $(INSTALL_DATA)
 
55
DATA = $(dist_icon_DATA)
55
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
57
ACLOCAL = @ACLOCAL@
57
58
ALL_LINGUAS = @ALL_LINGUAS@
97
98
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
98
99
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
99
100
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
100
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
101
101
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
102
102
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
103
103
INTLTOOL_MERGE = @INTLTOOL_MERGE@
104
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
105
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
106
104
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
107
105
INTLTOOL_PERL = @INTLTOOL_PERL@
 
106
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
108
107
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
109
108
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
110
109
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
116
115
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
117
116
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
117
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
120
118
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
121
119
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
122
120
LDFLAGS = @LDFLAGS@
203
201
top_builddir = @top_builddir@
204
202
top_srcdir = @top_srcdir@
205
203
icondir = $(datadir)/icons/hicolor/48x48/apps
206
 
icon_DATA = tasks.png
207
 
EXTRA_DIST = $(icon_DATA)
 
204
dist_icon_DATA = tasks.png
208
205
all: all-am
209
206
 
210
207
.SUFFIXES:
237
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
235
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
239
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
 
install-iconDATA: $(icon_DATA)
 
237
install-dist_iconDATA: $(dist_icon_DATA)
241
238
        @$(NORMAL_INSTALL)
242
239
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
243
 
        @list='$(icon_DATA)'; for p in $$list; do \
 
240
        @list='$(dist_icon_DATA)'; for p in $$list; do \
244
241
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
245
242
          f=$(am__strip_dir) \
246
 
          echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
247
 
          $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
 
243
          echo " $(dist_iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
 
244
          $(dist_iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
248
245
        done
249
246
 
250
 
uninstall-iconDATA:
 
247
uninstall-dist_iconDATA:
251
248
        @$(NORMAL_UNINSTALL)
252
 
        @list='$(icon_DATA)'; for p in $$list; do \
 
249
        @list='$(dist_icon_DATA)'; for p in $$list; do \
253
250
          f=$(am__strip_dir) \
254
251
          echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
255
252
          rm -f "$(DESTDIR)$(icondir)/$$f"; \
336
333
 
337
334
info-am:
338
335
 
339
 
install-data-am: install-iconDATA
 
336
install-data-am: install-dist_iconDATA
340
337
 
341
338
install-dvi: install-dvi-am
342
339
 
370
367
 
371
368
ps-am:
372
369
 
373
 
uninstall-am: uninstall-iconDATA
 
370
uninstall-am: uninstall-dist_iconDATA
374
371
 
375
372
.MAKE: install-am install-strip
376
373
 
377
374
.PHONY: all all-am check check-am clean clean-generic distclean \
378
375
        distclean-generic distdir dvi dvi-am html html-am info info-am \
379
 
        install install-am install-data install-data-am install-dvi \
380
 
        install-dvi-am install-exec install-exec-am install-html \
381
 
        install-html-am install-iconDATA install-info install-info-am \
382
 
        install-man install-pdf install-pdf-am install-ps \
383
 
        install-ps-am install-strip installcheck installcheck-am \
384
 
        installdirs maintainer-clean maintainer-clean-generic \
385
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
386
 
        uninstall-am uninstall-iconDATA
 
376
        install install-am install-data install-data-am \
 
377
        install-dist_iconDATA install-dvi install-dvi-am install-exec \
 
378
        install-exec-am install-html install-html-am install-info \
 
379
        install-info-am install-man install-pdf install-pdf-am \
 
380
        install-ps install-ps-am install-strip installcheck \
 
381
        installcheck-am installdirs maintainer-clean \
 
382
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
383
        pdf-am ps ps-am uninstall uninstall-am uninstall-dist_iconDATA
387
384
 
388
385
# Tell versions [3.59,3.63) of GNU make to not export all variables.
389
386
# Otherwise a system limit (for SysV at least) may be exceeded.