~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy-updates

« back to all changes in this revision

Viewing changes to libgames-support/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 10:44:15 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20070918104415-1s12dio3hrgpo48w
Tags: 1:2.20.0-0ubuntu1
* New upstream release:
  - Aisleriot:
    - Fix timer suspend on window iconification; and fix the corrupted
      statistics on load.
    - Revert the spider options order in menu.
  - Gnometris: pre-filled rows, and density of blocks in a pre-filled row 
    works again
  - Nibbles: Add missing includes
  - Robots: Add prototype for load_keys() to silence warning
  - GGZ: Add included ggzdmod to build path
* debian/patches/99_autoconf.patch: updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
287
287
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
288
288
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
289
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
290
289
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
291
290
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
292
291
INTLTOOL_MERGE = @INTLTOOL_MERGE@
293
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
294
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
295
292
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
296
293
INTLTOOL_PERL = @INTLTOOL_PERL@
 
294
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
297
295
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
298
296
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
299
297
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
305
303
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
306
304
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
307
305
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
308
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
309
306
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
310
307
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
311
308
LDADD = @LDADD@
330
327
MAEMO_LIBS = @MAEMO_LIBS@
331
328
MAKEINFO = @MAKEINFO@
332
329
MKDIR_P = @MKDIR_P@
 
330
MKINSTALLDIRS = @MKINSTALLDIRS@
333
331
MSGFMT = @MSGFMT@
334
332
MSGFMT_OPTS = @MSGFMT_OPTS@
335
333
OBJDUMP = @OBJDUMP@
494
492
@HAVE_CAIRO_TRUE@@HAVE_RSVG_TRUE@       libgames-support.la \
495
493
@HAVE_CAIRO_TRUE@@HAVE_RSVG_TRUE@       $(GTK_LIBS) $(RSVG_LIBS) \
496
494
@HAVE_CAIRO_TRUE@@HAVE_RSVG_TRUE@       $(am__append_12)
497
 
CLEANFILES = $(BUILT_SOURCES)
498
 
DISTCLEANFILES = $(schema_DATA) stamp-games-marshal.c stamp-games-marshal.h games-marshal.list
 
495
stamp_files = \
 
496
        stamp-games-marshal.c \
 
497
        stamp-games-marshal.h \
 
498
        $(NULL)
 
499
 
 
500
CLEANFILES = \
 
501
        $(BUILT_SOURCES) \
 
502
        $(stamp_files) \
 
503
        $(NULL)
 
504
 
 
505
DISTCLEANFILES = $(schema_DATA)
499
506
all: $(BUILT_SOURCES)
500
507
        $(MAKE) $(AM_MAKEFLAGS) all-am
501
508