~ubuntu-branches/ubuntu/precise/atk1.0/precise

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-03-07 09:14:51 UTC
  • mfrom: (1.2.41)
  • Revision ID: package-import@ubuntu.com-20120307091451-lvrxjpc5wy2okfyt
Tags: 2.3.91-0ubuntu1
* New upstream release
  - Bug 665549: add sanity-check of atk_text_get_text
  - Bug 668441: atk_action_get_keybinding docs are confusing and need
    updating
  - Using abstract atk_object_get_name to check accessible-name
    notification
  - Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
    Ukranian and Uyghur translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = build
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
40
 
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
41
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43
 
        $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
41
        $(ACLOCAL_M4)
46
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136
132
FGREP = @FGREP@
137
133
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
138
134
GLIB_CFLAGS = @GLIB_CFLAGS@
 
135
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
139
136
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
140
137
GLIB_LIBS = @GLIB_LIBS@
141
138
GLIB_MKENUMS = @GLIB_MKENUMS@
178
175
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
179
176
LT_VERSION_INFO = @LT_VERSION_INFO@
180
177
MAKEINFO = @MAKEINFO@
181
 
MANIFEST_TOOL = @MANIFEST_TOOL@
182
178
MKDIR_P = @MKDIR_P@
183
179
MKINSTALLDIRS = @MKINSTALLDIRS@
184
180
MSGFMT = @MSGFMT@
219
215
abs_srcdir = @abs_srcdir@
220
216
abs_top_builddir = @abs_top_builddir@
221
217
abs_top_srcdir = @abs_top_srcdir@
222
 
ac_ct_AR = @ac_ct_AR@
223
218
ac_ct_CC = @ac_ct_CC@
224
219
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225
220
am__include = @am__include@
252
247
libexecdir = @libexecdir@
253
248
localedir = @localedir@
254
249
localstatedir = @localstatedir@
 
250
lt_ECHO = @lt_ECHO@
255
251
mandir = @mandir@
256
252
mkdir_p = @mkdir_p@
257
253
ms_librarian = @ms_librarian@