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

« back to all changes in this revision

Viewing changes to iagno/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 = iagno$(EXEEXT)
38
 
@HAVE_RSVG_TRUE@am__append_1 = $(RSVG_CFLAGS)
39
 
@HAVE_RSVG_TRUE@am__append_2 = $(RSVG_LIBS)
40
38
subdir = iagno/src
41
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42
40
        computer-player.c game-view.c game.c iagno.c iagno_vala.stamp
58
56
        iagno-iagno.$(OBJEXT)
59
57
iagno_OBJECTS = $(am_iagno_OBJECTS)
60
58
am__DEPENDENCIES_1 =
61
 
@HAVE_RSVG_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
62
59
iagno_DEPENDENCIES =  \
63
60
        $(top_builddir)/libgames-support/libgames-support.la \
64
61
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
65
 
        $(am__DEPENDENCIES_2)
 
62
        $(am__DEPENDENCIES_1)
66
63
AM_V_lt = $(am__v_lt_@AM_V@)
67
64
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
68
65
am__v_lt_0 = --silent
322
319
        game-view.vala \
323
320
        iagno.vala
324
321
 
325
 
iagno_CFLAGS = -I$(top_srcdir)/libgames-support \
 
322
iagno_CFLAGS = \
 
323
        -I$(top_srcdir)/libgames-support \
326
324
        -DVERSION=\"$(VERSION)\" \
327
325
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
328
326
        -DDATA_DIRECTORY=\"$(datadir)/iagno\" \
329
327
        -DSOUND_DIRECTORY=\"$(datadir)/iagno/sounds\" \
330
 
        -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS) \
331
 
        $(CANBERRA_GTK_CFLAGS) $(am__append_1)
 
328
        -DLOCALEDIR=\"$(datadir)/locale\" \
 
329
        $(GTK_CFLAGS) \
 
330
        $(RSVG_CFLAGS) \
 
331
        $(CANBERRA_GTK_CFLAGS)
 
332
 
332
333
iagno_VALAFLAGS = \
333
334
        --pkg posix \
334
335
        --pkg gtk+-3.0 \
337
338
        --vapidir $(top_srcdir)/libgames-support \
338
339
        --pkg GnomeGamesSupport-1.0
339
340
 
340
 
iagno_LDADD = $(top_builddir)/libgames-support/libgames-support.la \
341
 
        $(GTK_LIBS) $(CANBERRA_GTK_LIBS) $(am__append_2)
 
341
iagno_LDADD = \
 
342
        $(top_builddir)/libgames-support/libgames-support.la \
 
343
        $(GTK_LIBS) \
 
344
        $(RSVG_LIBS) \
 
345
        $(CANBERRA_GTK_LIBS)
 
346
 
342
347
CLEANFILES = \
343
348
        $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \
344
349
        *_vala.stamp