~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-08-16 19:52:19 UTC
  • mfrom: (2.2.1 experimental) (2.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100816195219-ig40gau6zeskqey2
Tags: 0.88-2
Re-upload to unstable, with release team acknowledgement for squeeze

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
POST_UNINSTALL = :
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
 
target_triplet = @target@
38
37
subdir = tools
39
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134
133
GMSGFMT = @GMSGFMT@
135
134
GREP = @GREP@
136
135
GTKDOC_CHECK = @GTKDOC_CHECK@
 
136
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
137
GTKDOC_REBASE = @GTKDOC_REBASE@
137
138
HTML_DIR = @HTML_DIR@
138
139
INSTALL = @INSTALL@
139
140
INSTALL_DATA = @INSTALL_DATA@
170
171
PACKAGE_NAME = @PACKAGE_NAME@
171
172
PACKAGE_STRING = @PACKAGE_STRING@
172
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_URL = @PACKAGE_URL@
173
175
PACKAGE_VERSION = @PACKAGE_VERSION@
174
176
PATH_SEPARATOR = @PATH_SEPARATOR@
175
177
PKG_CONFIG = @PKG_CONFIG@
 
178
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
179
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
176
180
POFILES = @POFILES@
177
181
POSUB = @POSUB@
178
182
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
230
234
libexecdir = @libexecdir@
231
235
localedir = @localedir@
232
236
localstatedir = @localstatedir@
233
 
lt_ECHO = @lt_ECHO@
234
237
mandir = @mandir@
235
238
mkdir_p = @mkdir_p@
236
239
oldincludedir = @oldincludedir@
242
245
sharedstatedir = @sharedstatedir@
243
246
srcdir = @srcdir@
244
247
sysconfdir = @sysconfdir@
245
 
target = @target@
246
248
target_alias = @target_alias@
247
 
target_cpu = @target_cpu@
248
 
target_os = @target_os@
249
 
target_vendor = @target_vendor@
250
249
top_build_prefix = @top_build_prefix@
251
250
top_builddir = @top_builddir@
252
251
top_srcdir = @top_srcdir@