~ubuntu-branches/ubuntu/intrepid/zenity/intrepid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-02-29 12:11:11 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20080229121111-szkn3cxwn6tajrp9
Tags: 2.21.1-0ubuntu1
* New upstream release:
  - documentation and translation updates
* Modify Maintainer value to match the DebianMaintainerField
  specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
NORMAL_UNINSTALL = :
30
30
PRE_UNINSTALL = :
31
31
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
32
subdir = .
35
33
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36
34
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37
35
        $(srcdir)/zenity.spec.in $(top_srcdir)/configure AUTHORS \
38
 
        COPYING ChangeLog NEWS THANKS TODO config.guess config.sub \
39
 
        depcomp install-sh missing mkinstalldirs
 
36
        COPYING ChangeLog NEWS THANKS TODO depcomp install-sh missing \
 
37
        mkinstalldirs
40
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
39
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
91
DATADIRNAME = @DATADIRNAME@
94
92
DEFS = @DEFS@
95
93
DEPDIR = @DEPDIR@
 
94
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
96
95
DOC_USER_FORMATS = @DOC_USER_FORMATS@
97
96
ECHO_C = @ECHO_C@
98
97
ECHO_N = @ECHO_N@
182
181
am__tar = @am__tar@
183
182
am__untar = @am__untar@
184
183
bindir = @bindir@
185
 
build = @build@
186
184
build_alias = @build_alias@
187
 
build_cpu = @build_cpu@
188
 
build_os = @build_os@
189
 
build_vendor = @build_vendor@
190
185
builddir = @builddir@
191
186
datadir = @datadir@
192
187
datarootdir = @datarootdir@
193
188
docdir = @docdir@
194
189
dvidir = @dvidir@
195
190
exec_prefix = @exec_prefix@
196
 
host = @host@
197
191
host_alias = @host_alias@
198
 
host_cpu = @host_cpu@
199
 
host_os = @host_os@
200
 
host_vendor = @host_vendor@
201
192
htmldir = @htmldir@
202
193
includedir = @includedir@
203
194
infodir = @infodir@
247
238
        intltool-update         \
248
239
        gnome-doc-utils.make
249
240
 
250
 
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
251
241
all: config.h
252
242
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
253
243