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

« back to all changes in this revision

Viewing changes to gnomine/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-19 20:46:10 UTC
  • mfrom: (1.1.105)
  • Revision ID: package-import@ubuntu.com-20120319204610-2nd2xqq39j8y7t5q
Tags: 1:3.3.92-0ubuntu1
* New upstream release.
  - Swell Foop ported to Vala, no longer in staging
    (LP: #939200, LP: #939210)
* debian/patches/git_fix-iagno-ai.patch: Dropped, upstream
* debian/control.in:
  - Drop no longer needed swell-foop dependencies
* debian/rules:
  - Don't install staging games
* debian/swell-foop.install:
  - Don't install gir files any more; they're not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
37
bin_PROGRAMS = gnomine$(EXEEXT)
38
 
@HAVE_RSVG_TRUE@am__append_1 = $(RSVG_CFLAGS)
39
 
@HAVE_RSVG_TRUE@am__append_2 = $(RSVG_LIBS)
40
38
subdir = gnomine/src
41
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in gnomine.c \
42
40
        gnomine_vala.stamp minefield-view.c minefield.c
57
55
        gnomine-minefield.$(OBJEXT) gnomine-minefield-view.$(OBJEXT)
58
56
gnomine_OBJECTS = $(am_gnomine_OBJECTS)
59
57
am__DEPENDENCIES_1 =
60
 
@HAVE_RSVG_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
61
58
gnomine_DEPENDENCIES =  \
62
59
        $(top_builddir)/libgames-support/libgames-support.la \
63
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
60
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
64
61
AM_V_lt = $(am__v_lt_@AM_V@)
65
62
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
66
63
am__v_lt_0 = --silent
319
316
        minefield.vala \
320
317
        minefield-view.vala
321
318
 
322
 
gnomine_CFLAGS = -I$(top_srcdir)/libgames-support \
 
319
gnomine_CFLAGS = \
 
320
        -I$(top_srcdir)/libgames-support \
323
321
        -DVERSION=\"$(VERSION)\" \
324
322
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
325
323
        -DDATA_DIRECTORY=\"$(datadir)/gnomine\" \
326
 
        -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS) \
327
 
        $(am__append_1)
 
324
        -DLOCALEDIR=\"$(datadir)/locale\" \
 
325
        $(GTK_CFLAGS) \
 
326
        $(RSVG_CFLAGS)
 
327
 
328
328
gnomine_VALAFLAGS = \
329
329
        --pkg posix \
330
330
        --pkg gtk+-3.0 \
333
333
        --vapidir $(top_srcdir)/libgames-support \
334
334
        --pkg GnomeGamesSupport-1.0
335
335
 
336
 
gnomine_LDADD = $(top_builddir)/libgames-support/libgames-support.la \
337
 
        $(GTK_LIBS) $(am__append_2)
 
336
gnomine_LDADD = \
 
337
        $(top_builddir)/libgames-support/libgames-support.la \
 
338
        $(GTK_LIBS) \
 
339
        $(RSVG_LIBS)
 
340
 
338
341
CLEANFILES = \
339
342
        $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \
340
343
        *_vala.stamp