~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to applets/clock/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-17 21:57:14 UTC
  • mfrom: (1.13.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215714-mr18pl4hqedmprd7
Tags: 1:3.1.5-0ubuntu1
* New upstream release.
* debian/control: Bump gnome-menus dependencies
* debian/libpanel-applet-4-dev.install: No longer any *.a files to install
* debian/patches/09_default_icons.patch: Disabled until it can be ported
* debian/patches/90_build_fixes.patch: Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
  done; \
234
234
  reldir="$$dir2"
235
235
ACLOCAL = @ACLOCAL@
236
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
237
236
ALL_LINGUAS = @ALL_LINGUAS@
238
237
AMTAR = @AMTAR@
239
238
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
240
239
AR = @AR@
241
 
AS = @AS@
242
240
AUTOCONF = @AUTOCONF@
243
241
AUTOHEADER = @AUTOHEADER@
244
242
AUTOMAKE = @AUTOMAKE@
260
258
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
261
259
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
262
260
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
263
 
DLLTOOL = @DLLTOOL@
264
261
DOC_USER_FORMATS = @DOC_USER_FORMATS@
265
262
DSYMUTIL = @DSYMUTIL@
266
263
DUMPBIN = @DUMPBIN@
349
346
PANEL_INTLTOOL_PANEL_APPLET_RULE = @PANEL_INTLTOOL_PANEL_APPLET_RULE@
350
347
PANEL_LIBS = @PANEL_LIBS@
351
348
PATH_SEPARATOR = @PATH_SEPARATOR@
352
 
PERL = @PERL@
353
349
PKG_CONFIG = @PKG_CONFIG@
354
350
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
355
351
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
363
359
PYTHON_PREFIX = @PYTHON_PREFIX@
364
360
PYTHON_VERSION = @PYTHON_VERSION@
365
361
RANLIB = @RANLIB@
366
 
REBUILD = @REBUILD@
367
362
SED = @SED@
368
363
SET_MAKE = @SET_MAKE@
369
364
SHELL = @SHELL@
1525
1520
clock-marshallers.h: clock-marshallers.list
1526
1521
        $(AM_V_GEN)glib-genmarshal --prefix _clock_marshal --header --internal $< > $@
1527
1522
 
1528
 
clock-typebuiltins.c: @REBUILD@ $(clock_enum_headers)
 
1523
clock-typebuiltins.c: $(clock_enum_headers)
1529
1524
        $(AM_V_GEN)glib-mkenums \
1530
1525
                        --fhead "#include <glib-object.h>\n" \
1531
1526
                        --fhead "#include \"clock-typebuiltins.h\"\n\n" \
1541
1536
                        --vtail "  return type;\n}\n\n" \
1542
1537
                $(clock_enum_headers) > $@
1543
1538
 
1544
 
clock-typebuiltins.h: @REBUILD@ $(clock_enum_headers)
 
1539
clock-typebuiltins.h: $(clock_enum_headers)
1545
1540
        $(AM_V_GEN)glib-mkenums \
1546
1541
                        --fhead "#ifndef __CLOCK_TYPEBUILTINS_H__\n" \
1547
1542
                        --fhead "#define __CLOCK_TYPEBUILTINS_H__ 1\n\n" \