~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/tests/gtk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
119
119
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
120
120
GOBJECT_LIBS = @GOBJECT_LIBS@
121
121
GREP = @GREP@
 
122
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
123
GTHREAD_LIBS = @GTHREAD_LIBS@
122
124
GTK_CFLAGS = @GTK_CFLAGS@
123
125
GTK_DEPRECATED_CFLAGS = @GTK_DEPRECATED_CFLAGS@
124
126
GTK_LIBS = @GTK_LIBS@
239
241
wrapset_modules = ($(top_module_name) $(gw_module_name) $(extra_module_names))
240
242
WRAPSET_TESTS_ENV = WRAPSET_MODULES="$(wrapset_modules)" WRAPSET_API_FILE=$(srcdir)/wrapset.api
241
243
DEV_ENV = $(top_builddir)/dev-environ
242
 
GUILE = guile --debug
243
 
TESTS_ENVIRONMENT = $(WRAPSET_TESTS_ENV) $(DEV_ENV) $(GUILE) -e main -s
 
244
GUILE = $(if $(findstring glib,$(AG_PACKAGES)),guile,guile-gnome-$(API_VERSION))
 
245
TESTS_ENVIRONMENT = $(WRAPSET_TESTS_ENV) $(DEV_ENV) $(GUILE) $(GUILE_FLAGS) -e main -s
244
246
TESTS = wrapset.scm
245
247
all: all-am
246
248