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

« back to all changes in this revision

Viewing changes to data/icons/26x26/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton, Ross Burton, Loïc Minier, Emilio Pozuelo Monfort
  • Date: 2009-08-10 10:08:52 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810100852-6gp4pydhwflg4vnb
Tags: 0.16-1
[ Ross Burton ]
* New upstream release (Closes: #539510)
* Fix debug package section and depends
* Bump Standards

[ Loïc Minier ]
* Set LDFLAGS directly; bump cdbs bdep to >= 0.4.41.
* Create tasks.pot during build: Add a common-build-arch:: snippet to call
  langpack.mk's langpack-mk-update-pot target with
  DEB_BUILDDIR=$(DEB_SRCDIR); intltool-update can't be called in builddir as
  it needs POTFILES.in and even with it wont lookup files listed there in
  srcdir; add a clean:: snippet to remove the pot file; LP: #188690.

[ Emilio Pozuelo Monfort ]
* Wrap build-deps and deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
92
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93
93
INSTOBJEXT = @INSTOBJEXT@
94
94
INTLLIBS = @INTLLIBS@
95
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
96
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
97
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
98
95
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
99
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
100
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
101
96
INTLTOOL_MERGE = @INTLTOOL_MERGE@
102
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
103
97
INTLTOOL_PERL = @INTLTOOL_PERL@
104
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
105
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
106
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
107
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
108
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
109
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
110
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
111
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
112
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
113
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
114
98
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
115
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
116
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
117
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
118
99
LDFLAGS = @LDFLAGS@
119
100
LIBOBJS = @LIBOBJS@
120
101
LIBS = @LIBS@
144
125
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
145
126
RANLIB = @RANLIB@
146
127
SET_MAKE = @SET_MAKE@
147
 
SEXY_CFLAGS = @SEXY_CFLAGS@
148
 
SEXY_LIBS = @SEXY_LIBS@
149
128
SHELL = @SHELL@
150
129
STRIP = @STRIP@
151
130
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
193
172
srcdir = @srcdir@
194
173
sysconfdir = @sysconfdir@
195
174
target_alias = @target_alias@
 
175
top_build_prefix = @top_build_prefix@
196
176
top_builddir = @top_builddir@
197
177
top_srcdir = @top_srcdir@
198
178
icondir = $(datadir)/icons/hicolor/26x26/apps
204
184
        @for dep in $?; do \
205
185
          case '$(am__configure_deps)' in \
206
186
            *$$dep*) \
207
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
208
 
                && exit 0; \
 
187
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
188
                && { if test -f $@; then exit 0; else break; fi; }; \
209
189
              exit 1;; \
210
190
          esac; \
211
191
        done; \