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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-06 22:22:58 UTC
  • mfrom: (1.1.103)
  • Revision ID: package-import@ubuntu.com-20120206222258-28gah1dnl2ij0kw0
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
  - Performance was improved in Iagno, Mahjongg & Mines
  - Statusbar was removed from Iagno and Mines
  - Mines has a new game screen
  - Quadrapassel was ported to Vala
  - Quadrapassel has a new option to show where block
    will land
* debian/control.in:
  - Bump vala to valac-0.16 and GTK to 3.3.11
  - Build-Depend on yelp-tools instead of gnome-doc-utils
* Update install files for new help install location
* debian/patches/01_lpi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        compile config.guess config.sub depcomp install-sh ltmain.sh \
41
41
        missing mkinstalldirs py-compile
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
44
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/configure.ac
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
48
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
48
        $(ACLOCAL_M4)
50
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
116
115
AMTAR = @AMTAR@
117
116
AM_CFLAGS = @AM_CFLAGS@
118
117
AM_CPPFLAGS = @AM_CPPFLAGS@
119
 
AM_CXXFLAGS = @AM_CXXFLAGS@
120
118
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121
119
AM_LDFLAGS = @AM_LDFLAGS@
122
120
AR = @AR@
137
135
CLUTTER_LIBS = @CLUTTER_LIBS@
138
136
CPP = @CPP@
139
137
CPPFLAGS = @CPPFLAGS@
140
 
CXX = @CXX@
141
 
CXXCPP = @CXXCPP@
142
 
CXXDEPMODE = @CXXDEPMODE@
143
 
CXXFLAGS = @CXXFLAGS@
144
138
CYGPATH_W = @CYGPATH_W@
145
139
DATADIRNAME = @DATADIRNAME@
146
140
DEFS = @DEFS@
147
141
DEPDIR = @DEPDIR@
148
142
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
149
 
DISTCHECK_CONFIGURE_FLAGS = \
150
 
        --with-platform=gnome \
151
 
        --disable-schemas-install \
152
 
        --disable-scrollkeeper \
153
 
        --disable-silent-rules \
154
 
        --disable-introspection
155
 
 
156
143
DLLTOOL = @DLLTOOL@
157
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
158
144
DSYMUTIL = @DSYMUTIL@
159
145
DUMPBIN = @DUMPBIN@
160
146
ECHO_C = @ECHO_C@
191
177
INTLTOOL_MERGE = @INTLTOOL_MERGE@
192
178
INTLTOOL_PERL = @INTLTOOL_PERL@
193
179
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
180
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
181
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
182
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
183
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
194
184
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
195
185
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
196
186
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
199
189
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
200
190
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
201
191
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
192
ITSTOOL = @ITSTOOL@
202
193
LD = @LD@
203
194
LDFLAGS = @LDFLAGS@
204
195
LIBOBJS = @LIBOBJS@
219
210
NMEDIT = @NMEDIT@
220
211
OBJDUMP = @OBJDUMP@
221
212
OBJEXT = @OBJEXT@
222
 
OMF_DIR = @OMF_DIR@
223
213
OPENGL_CFLAGS = @OPENGL_CFLAGS@
224
214
OPENGL_LIBS = @OPENGL_LIBS@
225
215
OTOOL = @OTOOL@
259
249
VALAC = @VALAC@
260
250
VERSION = @VERSION@
261
251
WARN_CFLAGS = @WARN_CFLAGS@
262
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
263
252
XGETTEXT = @XGETTEXT@
 
253
XMLLINT = @XMLLINT@
264
254
abs_builddir = @abs_builddir@
265
255
abs_srcdir = @abs_srcdir@
266
256
abs_top_builddir = @abs_top_builddir@
267
257
abs_top_srcdir = @abs_top_srcdir@
268
258
ac_ct_AR = @ac_ct_AR@
269
259
ac_ct_CC = @ac_ct_CC@
270
 
ac_ct_CXX = @ac_ct_CXX@
271
260
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272
261
allgames = @allgames@
273
262
am__include = @am__include@
298
287
includedir = @includedir@
299
288
infodir = @infodir@
300
289
install_sh = @install_sh@
 
290
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
291
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
301
292
libdir = @libdir@
302
293
libexecdir = @libexecdir@
303
294
localedir = @localedir@
326
317
top_build_prefix = @top_build_prefix@
327
318
top_builddir = @top_builddir@
328
319
top_srcdir = @top_srcdir@
329
 
SUBDIRS = libgames-support $(gamelist) po sounds
330
 
DIST_SUBDIRS = po sounds libgames-support $(allgames) $(staginggames)
 
320
SUBDIRS = libgames-support $(gamelist) po
 
321
DIST_SUBDIRS = po libgames-support $(allgames) $(staginggames)
 
322
DISTCHECK_CONFIGURE_FLAGS = \
 
323
        --with-platform=gnome \
 
324
        --disable-schemas-install \
 
325
        --disable-scrollkeeper \
 
326
        --disable-silent-rules \
 
327
        --disable-introspection
 
328
 
331
329
EXTRA_DIST = \
332
330
        autogen.sh \
333
331
        COPYING-DOCS \
334
332
        MAINTAINERS     \
335
333
        HACKING          \
336
 
        gnome-doc-utils.make \
337
334
        ChangeLog
338
335
 
339
336
DISTCLEANFILES = \
340
337
        intltool-extract \
341
338
        intltool-merge \
342
 
        intltool-update \
343
 
        gnome-doc-utils.make
 
339
        intltool-update
344
340
 
345
341
MAINTAINERCLEANFILES = \
346
342
        ChangeLog \
359
355
        $(srcdir)/ltmain.sh \
360
356
        $(srcdir)/missing \
361
357
        $(srcdir)/mkinstalldirs \
362
 
        $(srcdir)/gtk-doc.make \
363
358
        $(srcdir)/po/Makefile.in.in \
364
359
        `find "$(srcdir)" -type f -name Makefile.in -print`
365
360