~ubuntu-branches/ubuntu/raring/gnome-system-monitor/raring-proposed

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-12-28 14:46:35 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20111228144635-3sb1b3a6r2fz8cod
Tags: 3.3.3-0ubuntu1
* New upstream unstable release.
  - Shows whether OS is 32-bit or 64-bit (LP: #531762)
  - Network load default colors improved for the colorblind (LP: #485712)
  - UI streamlined (status bar removed, fewer default columns in
    processes tab, etc.)
* debian/patches/02_lpi.patch: Refreshed
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
DATADIRNAME = @DATADIRNAME@
107
107
DEFS = @DEFS@
108
108
DEPDIR = @DEPDIR@
 
109
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
109
110
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
110
111
DLLTOOL = @DLLTOOL@
111
112
DOC_USER_FORMATS = @DOC_USER_FORMATS@
148
149
LTLIBICONV = @LTLIBICONV@
149
150
LTLIBINTL = @LTLIBINTL@
150
151
LTLIBOBJS = @LTLIBOBJS@
 
152
MAINT = @MAINT@
151
153
MAKEINFO = @MAKEINFO@
152
154
MANIFEST_TOOL = @MANIFEST_TOOL@
153
155
MKDIR_P = @MKDIR_P@
246
248
all: all-am
247
249
 
248
250
.SUFFIXES:
249
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
251
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
250
252
        @for dep in $?; do \
251
253
          case '$(am__configure_deps)' in \
252
254
            *$$dep*) \
271
273
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
275
 
274
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
276
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
278
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
280
$(am__aclocal_m4_deps):
279
281