~benji/vte/fixes

3.1.11 by Sebastian Dröge
* New upstream bugfix release:
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1 by Jordi Mallach
Import upstream version 0.11.11
2
# @configure_input@
3
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.48 by Didier Roche
Import upstream version 0.21.5
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by Jordi Mallach
Import upstream version 0.11.11
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
1.1.48 by Didier Roche
Import upstream version 0.21.5
20
pkgincludedir = $(includedir)/@PACKAGE@
1 by Jordi Mallach
Import upstream version 0.11.11
21
pkglibdir = $(libdir)/@PACKAGE@
1.1.48 by Didier Roche
Import upstream version 0.21.5
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by Jordi Mallach
Import upstream version 0.11.11
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
35
build_triplet = @build@
1 by Jordi Mallach
Import upstream version 0.11.11
36
host_triplet = @host@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
37
@HAVE_GTK_2_TRUE@am__append_1 = python
38
@BUILD_GNOME_PTY_HELPER_TRUE@am__append_2 = gnome-pty-helper
39
@ENABLE_GLADE_CATALOGUE_TRUE@am__append_3 = glade
1.1.32 by Aron Sisak
Import upstream version 0.16.7
40
subdir = .
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
41
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
43
	$(srcdir)/vte-uninstalled.pc.in $(srcdir)/vte.pc.in \
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
44
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS compile \
45
	config.guess config.sub depcomp install-sh ltmain.sh missing \
46
	mkinstalldirs
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
49
	$(top_srcdir)/configure.in
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
	$(ACLOCAL_M4)
52
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
53
 configure.lineno config.status.lineno
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
54
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55
CONFIG_HEADER = config.h
1.1.55 by Robert Ancell
Import upstream version 0.25.90
56
CONFIG_CLEAN_FILES = vte${VTE_PC_VERSION}.pc \
57
	vte${VTE_PC_VERSION}-uninstalled.pc
1.1.48 by Didier Roche
Import upstream version 0.21.5
58
CONFIG_CLEAN_VPATH_FILES =
59
AM_V_GEN = $(am__v_GEN_$(V))
60
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
61
am__v_GEN_0 = @echo "  GEN   " $@;
62
AM_V_at = $(am__v_at_$(V))
63
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
64
am__v_at_0 = @
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
65
SOURCES =
66
DIST_SOURCES =
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
	html-recursive info-recursive install-data-recursive \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
69
	install-dvi-recursive install-exec-recursive \
70
	install-html-recursive install-info-recursive \
71
	install-pdf-recursive install-ps-recursive install-recursive \
72
	installcheck-recursive installdirs-recursive pdf-recursive \
73
	ps-recursive uninstall-recursive
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
74
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
am__vpath_adj = case $$p in \
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77
    *) f=$$p;; \
78
  esac;
1.1.48 by Didier Roche
Import upstream version 0.21.5
79
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80
am__install_max = 40
81
am__nobase_strip_setup = \
82
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83
am__nobase_strip = \
84
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85
am__nobase_list = $(am__nobase_strip_setup); \
86
  for p in $$list; do echo "$$p $$p"; done | \
87
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89
    if (++n[$$2] == $(am__install_max)) \
90
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91
    END { for (dir in files) print dir, files[dir] }'
92
am__base_list = \
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
95
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
96
DATA = $(pkgconfig_DATA)
1.1.32 by Aron Sisak
Import upstream version 0.16.7
97
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
98
  distclean-recursive maintainer-clean-recursive
1.1.48 by Didier Roche
Import upstream version 0.21.5
99
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101
	distdir dist dist-all distcheck
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
102
ETAGS = etags
103
CTAGS = ctags
1.1.55 by Robert Ancell
Import upstream version 0.25.90
104
DIST_SUBDIRS = src termcaps po doc perf python gnome-pty-helper glade
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
distdir = $(PACKAGE)-$(VERSION)
107
top_distdir = $(distdir)
108
am__remove_distdir = \
1.1.48 by Didier Roche
Import upstream version 0.21.5
109
  { test ! -d "$(distdir)" \
110
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
111
         && rm -fr "$(distdir)"; }; }
112
am__relativize = \
113
  dir0=`pwd`; \
114
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115
  sed_rest='s,^[^/]*/*,,'; \
116
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117
  sed_butlast='s,/*[^/]*$$,,'; \
118
  while test -n "$$dir1"; do \
119
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120
    if test "$$first" != "."; then \
121
      if test "$$first" = ".."; then \
122
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124
      else \
125
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126
        if test "$$first2" = "$$first"; then \
127
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128
        else \
129
          dir2="../$$dir2"; \
130
        fi; \
131
        dir0="$$dir0"/"$$first"; \
132
      fi; \
133
    fi; \
134
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135
  done; \
136
  reldir="$$dir2"
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
137
GZIP_ENV = --best
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
138
DIST_ARCHIVES = $(distdir).tar.bz2
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
139
distuninstallcheck_listfiles = find . -type f -print
140
distcleancheck_listfiles = find . -type f -print
1 by Jordi Mallach
Import upstream version 0.11.11
141
ACLOCAL = @ACLOCAL@
1.2.1 by Daniel Holbach
Import upstream version 0.12.2
142
ALL_LINGUAS = @ALL_LINGUAS@
1 by Jordi Mallach
Import upstream version 0.11.11
143
AMTAR = @AMTAR@
1.1.48 by Didier Roche
Import upstream version 0.21.5
144
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Jordi Mallach
Import upstream version 0.11.11
145
AR = @AR@
146
AUTOCONF = @AUTOCONF@
147
AUTOHEADER = @AUTOHEADER@
148
AUTOMAKE = @AUTOMAKE@
149
AWK = @AWK@
150
CATALOGS = @CATALOGS@
151
CATOBJEXT = @CATOBJEXT@
152
CC = @CC@
153
CCDEPMODE = @CCDEPMODE@
154
CFLAGS = @CFLAGS@
155
CPP = @CPP@
156
CPPFLAGS = @CPPFLAGS@
157
CYGPATH_W = @CYGPATH_W@
158
DATADIRNAME = @DATADIRNAME@
159
DEFS = @DEFS@
160
DEPDIR = @DEPDIR@
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
161
DSYMUTIL = @DSYMUTIL@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
162
DUMPBIN = @DUMPBIN@
1 by Jordi Mallach
Import upstream version 0.11.11
163
ECHO_C = @ECHO_C@
164
ECHO_N = @ECHO_N@
165
ECHO_T = @ECHO_T@
166
EGREP = @EGREP@
167
EXEEXT = @EXEEXT@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
168
FGREP = @FGREP@
1 by Jordi Mallach
Import upstream version 0.11.11
169
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
170
GLADE_CATALOGUE_DIR = @GLADE_CATALOGUE_DIR@
171
GLADE_ICON_DIR = @GLADE_ICON_DIR@
172
GLADE_MODULE_DIR = @GLADE_MODULE_DIR@
1 by Jordi Mallach
Import upstream version 0.11.11
173
GLIB_CFLAGS = @GLIB_CFLAGS@
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
174
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
1 by Jordi Mallach
Import upstream version 0.11.11
175
GLIB_LIBS = @GLIB_LIBS@
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
176
GLIB_MKENUMS = @GLIB_MKENUMS@
1.5.1 by Sebastian Dröge
Import upstream version 0.24.0
177
GLIB_PREFIX = @GLIB_PREFIX@
1 by Jordi Mallach
Import upstream version 0.11.11
178
GMOFILES = @GMOFILES@
179
GMSGFMT = @GMSGFMT@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
180
GREP = @GREP@
1.1.38 by Michael Vogt
Import upstream version 0.16.13
181
GTKDOC_CHECK = @GTKDOC_CHECK@
1.5.1 by Sebastian Dröge
Import upstream version 0.24.0
182
GTKDOC_MKPDF = @GTKDOC_MKPDF@
183
GTKDOC_REBASE = @GTKDOC_REBASE@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
184
GTK_API_VERSION = @GTK_API_VERSION@
1 by Jordi Mallach
Import upstream version 0.11.11
185
GTK_CFLAGS = @GTK_CFLAGS@
186
GTK_LIBS = @GTK_LIBS@
1.5.1 by Sebastian Dröge
Import upstream version 0.24.0
187
GTK_PREFIX = @GTK_PREFIX@
1 by Jordi Mallach
Import upstream version 0.11.11
188
HTML_DIR = @HTML_DIR@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
189
INSTALL = @INSTALL@
1 by Jordi Mallach
Import upstream version 0.11.11
190
INSTALL_DATA = @INSTALL_DATA@
191
INSTALL_PROGRAM = @INSTALL_PROGRAM@
192
INSTALL_SCRIPT = @INSTALL_SCRIPT@
193
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194
INSTOBJEXT = @INSTOBJEXT@
195
INTLLIBS = @INTLLIBS@
1.1.9 by Daniel Holbach
Import upstream version 0.12.1
196
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
197
INTLTOOL_MERGE = @INTLTOOL_MERGE@
198
INTLTOOL_PERL = @INTLTOOL_PERL@
199
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
200
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
201
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
202
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
203
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
204
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
205
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
206
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
207
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
208
LD = @LD@
1 by Jordi Mallach
Import upstream version 0.11.11
209
LDFLAGS = @LDFLAGS@
210
LIBOBJS = @LIBOBJS@
211
LIBS = @LIBS@
212
LIBTOOL = @LIBTOOL@
1.1.20 by Michael Vogt
Import upstream version 0.15.2
213
LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
214
LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
215
LIPO = @LIPO@
1 by Jordi Mallach
Import upstream version 0.11.11
216
LN_S = @LN_S@
217
LTLIBOBJS = @LTLIBOBJS@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
218
LT_VERSION_INFO = @LT_VERSION_INFO@
1 by Jordi Mallach
Import upstream version 0.11.11
219
MAINT = @MAINT@
220
MAKEINFO = @MAKEINFO@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
221
MKDIR_P = @MKDIR_P@
1 by Jordi Mallach
Import upstream version 0.11.11
222
MKINSTALLDIRS = @MKINSTALLDIRS@
223
MSGFMT = @MSGFMT@
1.1.29 by Martin Peeks
Import upstream version 0.16.4
224
MSGFMT_OPTS = @MSGFMT_OPTS@
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
225
MSGMERGE = @MSGMERGE@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
226
NM = @NM@
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
227
NMEDIT = @NMEDIT@
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
228
OBJDUMP = @OBJDUMP@
1 by Jordi Mallach
Import upstream version 0.11.11
229
OBJEXT = @OBJEXT@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
230
OTOOL = @OTOOL@
231
OTOOL64 = @OTOOL64@
1 by Jordi Mallach
Import upstream version 0.11.11
232
PACKAGE = @PACKAGE@
233
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234
PACKAGE_NAME = @PACKAGE_NAME@
235
PACKAGE_STRING = @PACKAGE_STRING@
236
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.5.1 by Sebastian Dröge
Import upstream version 0.24.0
237
PACKAGE_URL = @PACKAGE_URL@
1 by Jordi Mallach
Import upstream version 0.11.11
238
PACKAGE_VERSION = @PACKAGE_VERSION@
239
PATH_SEPARATOR = @PATH_SEPARATOR@
240
PKG_CONFIG = @PKG_CONFIG@
241
POFILES = @POFILES@
242
POSUB = @POSUB@
243
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
244
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
245
PYGTK_CFLAGS = @PYGTK_CFLAGS@
1.1.2 by Daniel Holbach
Import upstream version 0.11.16
246
PYGTK_CODEGEN = @PYGTK_CODEGEN@
247
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
1 by Jordi Mallach
Import upstream version 0.11.11
248
PYGTK_LIBS = @PYGTK_LIBS@
249
PYTHON = @PYTHON@
250
PYTHONMODULES = @PYTHONMODULES@
251
PYTHONREV = @PYTHONREV@
252
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
253
PYTHON_INCLUDES = @PYTHON_INCLUDES@
1.1.23 by Sebastien Bacher
Import upstream version 0.15.5
254
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
1.1.22 by Daniel Holbach
Import upstream version 0.15.4
255
PYTHON_LIBS = @PYTHON_LIBS@
1 by Jordi Mallach
Import upstream version 0.11.11
256
PYTHON_PLATFORM = @PYTHON_PLATFORM@
257
PYTHON_PREFIX = @PYTHON_PREFIX@
258
PYTHON_VERSION = @PYTHON_VERSION@
259
RANLIB = @RANLIB@
1.1.27 by Sebastien Bacher
Import upstream version 0.16.1
260
SED = @SED@
1 by Jordi Mallach
Import upstream version 0.11.11
261
SET_MAKE = @SET_MAKE@
262
SHELL = @SHELL@
263
STRIP = @STRIP@
264
USE_NLS = @USE_NLS@
265
VERSION = @VERSION@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
266
VTE_API_MAJOR_VERSION = @VTE_API_MAJOR_VERSION@
267
VTE_API_MINOR_VERSION = @VTE_API_MINOR_VERSION@
1.5.1 by Sebastian Dröge
Import upstream version 0.24.0
268
VTE_API_VERSION = @VTE_API_VERSION@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
269
VTE_API_VERSION_U = @VTE_API_VERSION_U@
1 by Jordi Mallach
Import upstream version 0.11.11
270
VTE_CFLAGS = @VTE_CFLAGS@
271
VTE_DEFAULT_EMULATION = @VTE_DEFAULT_EMULATION@
1.1.57 by Chris Coulson
Import upstream version 0.26.0
272
VTE_LDFLAGS = @VTE_LDFLAGS@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
273
VTE_LIBRARY_SUFFIX_U = @VTE_LIBRARY_SUFFIX_U@
1 by Jordi Mallach
Import upstream version 0.11.11
274
VTE_LIBS = @VTE_LIBS@
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
275
VTE_MAJOR_VERSION = @VTE_MAJOR_VERSION@
276
VTE_MICRO_VERSION = @VTE_MICRO_VERSION@
277
VTE_MINOR_VERSION = @VTE_MINOR_VERSION@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
278
VTE_PC_VERSION = @VTE_PC_VERSION@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
279
VTE_PKGS = @VTE_PKGS@
1.1.57 by Chris Coulson
Import upstream version 0.26.0
280
VTE_SEAL_CFLAGS = @VTE_SEAL_CFLAGS@
1.1.20 by Michael Vogt
Import upstream version 0.15.2
281
WARN_CFLAGS = @WARN_CFLAGS@
1 by Jordi Mallach
Import upstream version 0.11.11
282
XGETTEXT = @XGETTEXT@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
283
abs_builddir = @abs_builddir@
284
abs_srcdir = @abs_srcdir@
285
abs_top_builddir = @abs_top_builddir@
286
abs_top_srcdir = @abs_top_srcdir@
1 by Jordi Mallach
Import upstream version 0.11.11
287
ac_ct_CC = @ac_ct_CC@
1.1.44 by Chris Coulson
Import upstream version 0.19.4
288
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1 by Jordi Mallach
Import upstream version 0.11.11
289
am__include = @am__include@
290
am__leading_dot = @am__leading_dot@
291
am__quote = @am__quote@
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
292
am__tar = @am__tar@
293
am__untar = @am__untar@
1 by Jordi Mallach
Import upstream version 0.11.11
294
bindir = @bindir@
295
build = @build@
296
build_alias = @build_alias@
297
build_cpu = @build_cpu@
298
build_os = @build_os@
299
build_vendor = @build_vendor@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
300
builddir = @builddir@
1 by Jordi Mallach
Import upstream version 0.11.11
301
datadir = @datadir@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
302
datarootdir = @datarootdir@
303
docdir = @docdir@
304
dvidir = @dvidir@
1 by Jordi Mallach
Import upstream version 0.11.11
305
exec_prefix = @exec_prefix@
306
host = @host@
307
host_alias = @host_alias@
308
host_cpu = @host_cpu@
309
host_os = @host_os@
310
host_vendor = @host_vendor@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
311
htmldir = @htmldir@
1 by Jordi Mallach
Import upstream version 0.11.11
312
includedir = @includedir@
313
infodir = @infodir@
314
install_sh = @install_sh@
315
libdir = @libdir@
316
libexecdir = @libexecdir@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
317
localedir = @localedir@
1 by Jordi Mallach
Import upstream version 0.11.11
318
localstatedir = @localstatedir@
1.1.63 by Robert Ancell
Import upstream version 0.27.90
319
lt_ECHO = @lt_ECHO@
1 by Jordi Mallach
Import upstream version 0.11.11
320
mandir = @mandir@
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
321
mkdir_p = @mkdir_p@
1 by Jordi Mallach
Import upstream version 0.11.11
322
oldincludedir = @oldincludedir@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
323
pdfdir = @pdfdir@
1 by Jordi Mallach
Import upstream version 0.11.11
324
pkgpyexecdir = @pkgpyexecdir@
325
pkgpythondir = @pkgpythondir@
326
prefix = @prefix@
327
program_transform_name = @program_transform_name@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
328
psdir = @psdir@
1 by Jordi Mallach
Import upstream version 0.11.11
329
pyexecdir = @pyexecdir@
330
pythondir = @pythondir@
331
sbindir = @sbindir@
332
sharedstatedir = @sharedstatedir@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
333
srcdir = @srcdir@
1 by Jordi Mallach
Import upstream version 0.11.11
334
subdirs = @subdirs@
335
sysconfdir = @sysconfdir@
336
target_alias = @target_alias@
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
337
top_build_prefix = @top_build_prefix@
1.1.32 by Aron Sisak
Import upstream version 0.16.7
338
top_builddir = @top_builddir@
339
top_srcdir = @top_srcdir@
1.1.63 by Robert Ancell
Import upstream version 0.27.90
340
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
1.1.55 by Robert Ancell
Import upstream version 0.25.90
341
SUBDIRS = src termcaps po doc perf $(am__append_1) $(am__append_2) \
342
	$(am__append_3)
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
343
EXTRA_DIST = \
344
	MAINTAINERS \
345
	HACKING \
346
	autogen.sh \
347
	ChangeLog.pre-git
348
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
349
DISTCLEANFILES = 
1 by Jordi Mallach
Import upstream version 0.11.11
350
pkgconfigdir = $(libdir)/pkgconfig
1.1.55 by Robert Ancell
Import upstream version 0.25.90
351
pkgconfig_DATA = vte$(VTE_PC_VERSION).pc
352
DISTCHECK_CONFIGURE_FLAGS = \
353
	--enable-gtk-doc \
1.1.56 by Robert Ancell
Import upstream version 0.25.91
354
	--disable-introspection \
1.1.55 by Robert Ancell
Import upstream version 0.25.90
355
	--disable-silent-rules \
1.1.59 by Michael Terry
Import upstream version 0.27.2
356
	--with-gtk=3.0
1.1.55 by Robert Ancell
Import upstream version 0.25.90
357
1.1.4 by Daniel Holbach
Import upstream version 0.11.18
358
MAINTAINERCLEANFILES = \
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
359
		ChangeLog \
1.1.4 by Daniel Holbach
Import upstream version 0.11.18
360
		$(srcdir)/INSTALL \
361
		$(srcdir)/aclocal.m4 \
362
		$(srcdir)/autoscan.log \
363
		$(srcdir)/compile \
364
		$(srcdir)/config.guess \
365
		$(srcdir)/config.h.in \
366
		$(srcdir)/config.sub \
367
		$(srcdir)/configure \
368
		$(srcdir)/configure.scan \
369
		$(srcdir)/depcomp \
370
		$(srcdir)/install-sh \
371
		$(srcdir)/ltmain.sh \
372
		$(srcdir)/missing \
373
		$(srcdir)/mkinstalldirs \
374
		$(srcdir)/omf.make \
375
		$(srcdir)/xmldocs.make \
376
		$(srcdir)/gtk-doc.make \
377
		$(srcdir)/po/Makefile.in.in \
378
		`find "$(srcdir)" -type f -name Makefile.in -print`
379
1 by Jordi Mallach
Import upstream version 0.11.11
380
all: config.h
381
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
382
383
.SUFFIXES:
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
384
am--refresh:
385
	@:
386
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
387
	@for dep in $?; do \
388
	  case '$(am__configure_deps)' in \
389
	    *$$dep*) \
1.1.48 by Didier Roche
Import upstream version 0.21.5
390
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
391
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
392
		&& exit 0; \
393
	      exit 1;; \
394
	  esac; \
395
	done; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
396
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
397
	$(am__cd) $(top_srcdir) && \
398
	  $(AUTOMAKE) --foreign Makefile
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
399
.PRECIOUS: Makefile
400
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
401
	@case '$?' in \
402
	  *config.status*) \
403
	    echo ' $(SHELL) ./config.status'; \
404
	    $(SHELL) ./config.status;; \
405
	  *) \
406
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
407
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
408
	esac;
1 by Jordi Mallach
Import upstream version 0.11.11
409
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
410
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1 by Jordi Mallach
Import upstream version 0.11.11
411
	$(SHELL) ./config.status --recheck
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
412
413
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1.1.48 by Didier Roche
Import upstream version 0.21.5
414
	$(am__cd) $(srcdir) && $(AUTOCONF)
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
415
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1.1.48 by Didier Roche
Import upstream version 0.21.5
416
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
417
$(am__aclocal_m4_deps):
1 by Jordi Mallach
Import upstream version 0.11.11
418
419
config.h: stamp-h1
420
	@if test ! -f $@; then \
421
	  rm -f stamp-h1; \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
422
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1 by Jordi Mallach
Import upstream version 0.11.11
423
	else :; fi
424
425
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
426
	@rm -f stamp-h1
427
	cd $(top_builddir) && $(SHELL) ./config.status config.h
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
428
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1.1.48 by Didier Roche
Import upstream version 0.21.5
429
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
430
	rm -f stamp-h1
431
	touch $@
1 by Jordi Mallach
Import upstream version 0.11.11
432
433
distclean-hdr:
434
	-rm -f config.h stamp-h1
1.1.55 by Robert Ancell
Import upstream version 0.25.90
435
vte${VTE_PC_VERSION}.pc: $(top_builddir)/config.status $(srcdir)/vte.pc.in
1 by Jordi Mallach
Import upstream version 0.11.11
436
	cd $(top_builddir) && $(SHELL) ./config.status $@
1.1.55 by Robert Ancell
Import upstream version 0.25.90
437
vte${VTE_PC_VERSION}-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vte-uninstalled.pc.in
1 by Jordi Mallach
Import upstream version 0.11.11
438
	cd $(top_builddir) && $(SHELL) ./config.status $@
439
440
mostlyclean-libtool:
441
	-rm -f *.lo
442
443
clean-libtool:
444
	-rm -rf .libs _libs
445
446
distclean-libtool:
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
447
	-rm -f libtool config.lt
1 by Jordi Mallach
Import upstream version 0.11.11
448
install-pkgconfigDATA: $(pkgconfig_DATA)
449
	@$(NORMAL_INSTALL)
1.1.32 by Aron Sisak
Import upstream version 0.16.7
450
	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1.1.48 by Didier Roche
Import upstream version 0.21.5
451
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
452
	for p in $$list; do \
1 by Jordi Mallach
Import upstream version 0.11.11
453
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
454
	  echo "$$d$$p"; \
455
	done | $(am__base_list) | \
456
	while read files; do \
457
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
458
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1 by Jordi Mallach
Import upstream version 0.11.11
459
	done
460
461
uninstall-pkgconfigDATA:
462
	@$(NORMAL_UNINSTALL)
1.1.48 by Didier Roche
Import upstream version 0.21.5
463
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
464
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
465
	test -n "$$files" || exit 0; \
466
	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
467
	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1 by Jordi Mallach
Import upstream version 0.11.11
468
469
# This directory's subdirectories are mostly independent; you can cd
470
# into them and run `make' without going through this Makefile.
471
# To change the values of `make' variables: instead of editing Makefiles,
472
# (1) if the variable is set in `config.status', edit `config.status'
473
#     (which will cause the Makefiles to be regenerated when you run `make');
474
# (2) otherwise, pass the desired values on the `make' command line.
475
$(RECURSIVE_TARGETS):
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
476
	@fail= failcom='exit 1'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
477
	for f in x $$MAKEFLAGS; do \
478
	  case $$f in \
479
	    *=* | --[!k]*);; \
480
	    *k*) failcom='fail=yes';; \
481
	  esac; \
482
	done; \
1 by Jordi Mallach
Import upstream version 0.11.11
483
	dot_seen=no; \
484
	target=`echo $@ | sed s/-recursive//`; \
485
	list='$(SUBDIRS)'; for subdir in $$list; do \
486
	  echo "Making $$target in $$subdir"; \
487
	  if test "$$subdir" = "."; then \
488
	    dot_seen=yes; \
489
	    local_target="$$target-am"; \
490
	  else \
491
	    local_target="$$target"; \
492
	  fi; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
493
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
494
	  || eval $$failcom; \
1 by Jordi Mallach
Import upstream version 0.11.11
495
	done; \
496
	if test "$$dot_seen" = "no"; then \
497
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
498
	fi; test -z "$$fail"
499
1.1.32 by Aron Sisak
Import upstream version 0.16.7
500
$(RECURSIVE_CLEAN_TARGETS):
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
501
	@fail= failcom='exit 1'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
502
	for f in x $$MAKEFLAGS; do \
503
	  case $$f in \
504
	    *=* | --[!k]*);; \
505
	    *k*) failcom='fail=yes';; \
506
	  esac; \
507
	done; \
1 by Jordi Mallach
Import upstream version 0.11.11
508
	dot_seen=no; \
509
	case "$@" in \
510
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
511
	  *) list='$(SUBDIRS)' ;; \
512
	esac; \
513
	rev=''; for subdir in $$list; do \
514
	  if test "$$subdir" = "."; then :; else \
515
	    rev="$$subdir $$rev"; \
516
	  fi; \
517
	done; \
518
	rev="$$rev ."; \
519
	target=`echo $@ | sed s/-recursive//`; \
520
	for subdir in $$rev; do \
521
	  echo "Making $$target in $$subdir"; \
522
	  if test "$$subdir" = "."; then \
523
	    local_target="$$target-am"; \
524
	  else \
525
	    local_target="$$target"; \
526
	  fi; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
527
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
528
	  || eval $$failcom; \
1 by Jordi Mallach
Import upstream version 0.11.11
529
	done && test -z "$$fail"
530
tags-recursive:
531
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.48 by Didier Roche
Import upstream version 0.21.5
532
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1 by Jordi Mallach
Import upstream version 0.11.11
533
	done
534
ctags-recursive:
535
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.48 by Didier Roche
Import upstream version 0.21.5
536
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1 by Jordi Mallach
Import upstream version 0.11.11
537
	done
538
539
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
540
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
541
	unique=`for i in $$list; do \
542
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543
	  done | \
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
544
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
545
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Jordi Mallach
Import upstream version 0.11.11
546
	mkid -fID $$unique
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
547
tags: TAGS
1 by Jordi Mallach
Import upstream version 0.11.11
548
549
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
550
		$(TAGS_FILES) $(LISP)
1.1.48 by Didier Roche
Import upstream version 0.21.5
551
	set x; \
1 by Jordi Mallach
Import upstream version 0.11.11
552
	here=`pwd`; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
553
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1 by Jordi Mallach
Import upstream version 0.11.11
554
	  include_option=--etags-include; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
555
	  empty_fix=.; \
1 by Jordi Mallach
Import upstream version 0.11.11
556
	else \
557
	  include_option=--include; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
558
	  empty_fix=; \
1 by Jordi Mallach
Import upstream version 0.11.11
559
	fi; \
560
	list='$(SUBDIRS)'; for subdir in $$list; do \
561
	  if test "$$subdir" = .; then :; else \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
562
	    test ! -f $$subdir/TAGS || \
1.1.48 by Didier Roche
Import upstream version 0.21.5
563
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1 by Jordi Mallach
Import upstream version 0.11.11
564
	  fi; \
565
	done; \
566
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
567
	unique=`for i in $$list; do \
568
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
	  done | \
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
570
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
572
	shift; \
573
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
574
	  test -n "$$unique" || unique=$$empty_fix; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
575
	  if test $$# -gt 0; then \
576
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577
	      "$$@" $$unique; \
578
	  else \
579
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580
	      $$unique; \
581
	  fi; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
582
	fi
1 by Jordi Mallach
Import upstream version 0.11.11
583
ctags: CTAGS
584
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
585
		$(TAGS_FILES) $(LISP)
586
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
587
	unique=`for i in $$list; do \
588
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
	  done | \
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
590
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
592
	test -z "$(CTAGS_ARGS)$$unique" \
1 by Jordi Mallach
Import upstream version 0.11.11
593
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.1.48 by Didier Roche
Import upstream version 0.21.5
594
	     $$unique
1 by Jordi Mallach
Import upstream version 0.11.11
595
596
GTAGS:
597
	here=`$(am__cd) $(top_builddir) && pwd` \
1.1.48 by Didier Roche
Import upstream version 0.21.5
598
	  && $(am__cd) $(top_srcdir) \
599
	  && gtags -i $(GTAGS_ARGS) "$$here"
1 by Jordi Mallach
Import upstream version 0.11.11
600
601
distclean-tags:
602
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
603
604
distdir: $(DISTFILES)
605
	$(am__remove_distdir)
1.1.48 by Didier Roche
Import upstream version 0.21.5
606
	test -d "$(distdir)" || mkdir "$(distdir)"
1.1.32 by Aron Sisak
Import upstream version 0.16.7
607
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609
	list='$(DISTFILES)'; \
610
	  dist_files=`for file in $$list; do echo $$file; done | \
611
	  sed -e "s|^$$srcdirstrip/||;t" \
612
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
613
	case $$dist_files in \
614
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
615
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
616
			   sort -u` ;; \
617
	esac; \
618
	for file in $$dist_files; do \
1 by Jordi Mallach
Import upstream version 0.11.11
619
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
620
	  if test -d $$d/$$file; then \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
621
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
622
	    if test -d "$(distdir)/$$file"; then \
623
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
624
	    fi; \
1 by Jordi Mallach
Import upstream version 0.11.11
625
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.48 by Didier Roche
Import upstream version 0.21.5
626
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
627
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by Jordi Mallach
Import upstream version 0.11.11
628
	    fi; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
629
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Jordi Mallach
Import upstream version 0.11.11
630
	  else \
1.1.48 by Didier Roche
Import upstream version 0.21.5
631
	    test -f "$(distdir)/$$file" \
632
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by Jordi Mallach
Import upstream version 0.11.11
633
	    || exit 1; \
634
	  fi; \
635
	done
1.1.48 by Didier Roche
Import upstream version 0.21.5
636
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1 by Jordi Mallach
Import upstream version 0.11.11
637
	  if test "$$subdir" = .; then :; else \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
638
	    test -d "$(distdir)/$$subdir" \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
639
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1 by Jordi Mallach
Import upstream version 0.11.11
640
	    || exit 1; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
641
	  fi; \
642
	done
643
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
644
	  if test "$$subdir" = .; then :; else \
645
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
646
	    $(am__relativize); \
647
	    new_distdir=$$reldir; \
648
	    dir1=$$subdir; dir2="$(top_distdir)"; \
649
	    $(am__relativize); \
650
	    new_top_distdir=$$reldir; \
651
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
652
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
653
	    ($(am__cd) $$subdir && \
1 by Jordi Mallach
Import upstream version 0.11.11
654
	      $(MAKE) $(AM_MAKEFLAGS) \
1.1.48 by Didier Roche
Import upstream version 0.21.5
655
	        top_distdir="$$new_top_distdir" \
656
	        distdir="$$new_distdir" \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
657
		am__remove_distdir=: \
658
		am__skip_length_check=: \
1.1.48 by Didier Roche
Import upstream version 0.21.5
659
		am__skip_mode_fix=: \
1 by Jordi Mallach
Import upstream version 0.11.11
660
	        distdir) \
661
	      || exit 1; \
662
	  fi; \
663
	done
1.1.48 by Didier Roche
Import upstream version 0.21.5
664
	-test -n "$(am__skip_mode_fix)" \
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
665
	|| find "$(distdir)" -type d ! -perm -755 \
666
		-exec chmod u+rwx,go+rx {} \; -o \
1 by Jordi Mallach
Import upstream version 0.11.11
667
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
668
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
669
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.1.48 by Didier Roche
Import upstream version 0.21.5
670
	|| chmod -R a+r "$(distdir)"
1 by Jordi Mallach
Import upstream version 0.11.11
671
dist-gzip: distdir
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
672
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
673
	$(am__remove_distdir)
674
dist-bzip2: distdir
675
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
676
	$(am__remove_distdir)
677
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
678
dist-lzma: distdir
679
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
680
	$(am__remove_distdir)
681
1.1.48 by Didier Roche
Import upstream version 0.21.5
682
dist-xz: distdir
683
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
684
	$(am__remove_distdir)
685
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
686
dist-tarZ: distdir
687
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
688
	$(am__remove_distdir)
689
690
dist-shar: distdir
691
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
692
	$(am__remove_distdir)
693
694
dist-zip: distdir
695
	-rm -f $(distdir).zip
696
	zip -rq $(distdir).zip $(distdir)
1 by Jordi Mallach
Import upstream version 0.11.11
697
	$(am__remove_distdir)
698
699
dist dist-all: distdir
1.1.40 by Pedro Fragoso
Import upstream version 0.17.1
700
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1 by Jordi Mallach
Import upstream version 0.11.11
701
	$(am__remove_distdir)
702
703
# This target untars the dist file and tries a VPATH configuration.  Then
704
# it guarantees that the distribution is self-contained by making another
705
# tarfile.
706
distcheck: dist
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
707
	case '$(DIST_ARCHIVES)' in \
708
	*.tar.gz*) \
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
709
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
710
	*.tar.bz2*) \
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
711
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.39 by Pedro Fragoso
Import upstream version 0.16.14
712
	*.tar.lzma*) \
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
713
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1.1.48 by Didier Roche
Import upstream version 0.21.5
714
	*.tar.xz*) \
715
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
716
	*.tar.Z*) \
717
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
718
	*.shar.gz*) \
3.1.11 by Sebastian Dröge
* New upstream bugfix release:
719
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
720
	*.zip*) \
721
	  unzip $(distdir).zip ;;\
722
	esac
1 by Jordi Mallach
Import upstream version 0.11.11
723
	chmod -R a-w $(distdir); chmod a+w $(distdir)
724
	mkdir $(distdir)/_build
725
	mkdir $(distdir)/_inst
726
	chmod a-w $(distdir)
1.1.48 by Didier Roche
Import upstream version 0.21.5
727
	test -d $(distdir)/_build || exit 0; \
1 by Jordi Mallach
Import upstream version 0.11.11
728
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
729
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.1.48 by Didier Roche
Import upstream version 0.21.5
730
	  && am__cwd=`pwd` \
731
	  && $(am__cd) $(distdir)/_build \
1 by Jordi Mallach
Import upstream version 0.11.11
732
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
733
	    $(DISTCHECK_CONFIGURE_FLAGS) \
734
	  && $(MAKE) $(AM_MAKEFLAGS) \
735
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
736
	  && $(MAKE) $(AM_MAKEFLAGS) check \
737
	  && $(MAKE) $(AM_MAKEFLAGS) install \
738
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
739
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
740
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
741
	        distuninstallcheck \
742
	  && chmod -R a-w "$$dc_install_base" \
743
	  && ({ \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
744
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1 by Jordi Mallach
Import upstream version 0.11.11
745
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
746
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
747
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
748
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
749
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
750
	  && rm -rf "$$dc_destdir" \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
751
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
752
	  && rm -rf $(DIST_ARCHIVES) \
1.1.48 by Didier Roche
Import upstream version 0.21.5
753
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
754
	  && cd "$$am__cwd" \
755
	  || exit 1
1 by Jordi Mallach
Import upstream version 0.11.11
756
	$(am__remove_distdir)
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
757
	@(echo "$(distdir) archives ready for distribution: "; \
758
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
759
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1 by Jordi Mallach
Import upstream version 0.11.11
760
distuninstallcheck:
1.1.48 by Didier Roche
Import upstream version 0.21.5
761
	@$(am__cd) '$(distuninstallcheck_dir)' \
1 by Jordi Mallach
Import upstream version 0.11.11
762
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
763
	   || { echo "ERROR: files left after uninstall:" ; \
764
	        if test -n "$(DESTDIR)"; then \
765
	          echo "  (check DESTDIR support)"; \
766
	        fi ; \
767
	        $(distuninstallcheck_listfiles) ; \
768
	        exit 1; } >&2
769
distcleancheck: distclean
770
	@if test '$(srcdir)' = . ; then \
771
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
772
	  exit 1 ; \
773
	fi
774
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
775
	  || { echo "ERROR: files left in build directory after distclean:" ; \
776
	       $(distcleancheck_listfiles) ; \
777
	       exit 1; } >&2
778
check-am: all-am
779
check: check-recursive
780
all-am: Makefile $(DATA) config.h
781
installdirs: installdirs-recursive
782
installdirs-am:
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
783
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
1.1.32 by Aron Sisak
Import upstream version 0.16.7
784
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
785
	done
1 by Jordi Mallach
Import upstream version 0.11.11
786
install: install-recursive
787
install-exec: install-exec-recursive
788
install-data: install-data-recursive
789
uninstall: uninstall-recursive
790
791
install-am: all-am
792
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794
installcheck: installcheck-recursive
795
install-strip:
796
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798
	  `test -z '$(STRIP)' || \
799
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
800
mostlyclean-generic:
801
802
clean-generic:
803
804
distclean-generic:
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
805
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.48 by Didier Roche
Import upstream version 0.21.5
806
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1.9 by Daniel Holbach
Import upstream version 0.12.1
807
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1 by Jordi Mallach
Import upstream version 0.11.11
808
809
maintainer-clean-generic:
810
	@echo "This command is intended for maintainers to use"
811
	@echo "it deletes files that may require special tools to rebuild."
1.1.4 by Daniel Holbach
Import upstream version 0.11.18
812
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1 by Jordi Mallach
Import upstream version 0.11.11
813
clean: clean-recursive
814
815
clean-am: clean-generic clean-libtool mostlyclean-am
816
817
distclean: distclean-recursive
818
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
819
	-rm -f Makefile
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
820
distclean-am: clean-am distclean-generic distclean-hdr \
821
	distclean-libtool distclean-tags
1 by Jordi Mallach
Import upstream version 0.11.11
822
823
dvi: dvi-recursive
824
825
dvi-am:
826
1.1.1 by Sebastien Bacher
Import upstream version 0.11.12
827
html: html-recursive
828
1.1.48 by Didier Roche
Import upstream version 0.21.5
829
html-am:
830
1 by Jordi Mallach
Import upstream version 0.11.11
831
info: info-recursive
832
833
info-am:
834
835
install-data-am: install-pkgconfigDATA
836
1.1.32 by Aron Sisak
Import upstream version 0.16.7
837
install-dvi: install-dvi-recursive
838
1.1.48 by Didier Roche
Import upstream version 0.21.5
839
install-dvi-am:
840
1 by Jordi Mallach
Import upstream version 0.11.11
841
install-exec-am:
842
1.1.32 by Aron Sisak
Import upstream version 0.16.7
843
install-html: install-html-recursive
844
1.1.48 by Didier Roche
Import upstream version 0.21.5
845
install-html-am:
846
1 by Jordi Mallach
Import upstream version 0.11.11
847
install-info: install-info-recursive
848
1.1.48 by Didier Roche
Import upstream version 0.21.5
849
install-info-am:
850
1 by Jordi Mallach
Import upstream version 0.11.11
851
install-man:
852
1.1.32 by Aron Sisak
Import upstream version 0.16.7
853
install-pdf: install-pdf-recursive
854
1.1.48 by Didier Roche
Import upstream version 0.21.5
855
install-pdf-am:
856
1.1.32 by Aron Sisak
Import upstream version 0.16.7
857
install-ps: install-ps-recursive
858
1.1.48 by Didier Roche
Import upstream version 0.21.5
859
install-ps-am:
860
1 by Jordi Mallach
Import upstream version 0.11.11
861
installcheck-am:
862
863
maintainer-clean: maintainer-clean-recursive
864
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
865
	-rm -rf $(top_srcdir)/autom4te.cache
866
	-rm -f Makefile
867
maintainer-clean-am: distclean-am maintainer-clean-generic
868
869
mostlyclean: mostlyclean-recursive
870
871
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
872
873
pdf: pdf-recursive
874
875
pdf-am:
876
877
ps: ps-recursive
878
879
ps-am:
880
1.1.32 by Aron Sisak
Import upstream version 0.16.7
881
uninstall-am: uninstall-pkgconfigDATA
882
1.1.48 by Didier Roche
Import upstream version 0.21.5
883
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
884
	ctags-recursive install-am install-strip tags-recursive
1.1.32 by Aron Sisak
Import upstream version 0.16.7
885
886
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
887
	all all-am am--refresh check check-am clean clean-generic \
888
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1.1.48 by Didier Roche
Import upstream version 0.21.5
889
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
890
	distcheck distclean distclean-generic distclean-hdr \
891
	distclean-libtool distclean-tags distcleancheck distdir \
892
	distuninstallcheck dvi dvi-am html html-am info info-am \
893
	install install-am install-data install-data-am install-dvi \
894
	install-dvi-am install-exec install-exec-am install-html \
895
	install-html-am install-info install-info-am install-man \
896
	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
897
	install-ps-am install-strip installcheck installcheck-am \
898
	installdirs installdirs-am maintainer-clean \
899
	maintainer-clean-generic mostlyclean mostlyclean-generic \
900
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
901
	uninstall uninstall-am uninstall-pkgconfigDATA
1 by Jordi Mallach
Import upstream version 0.11.11
902
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
903
904
# Build ChangeLog from GIT  history
905
ChangeLog:
1.1.48 by Didier Roche
Import upstream version 0.21.5
906
	$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
1.1.47 by Sebastian Dröge
Import upstream version 0.20.5
907
		GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
908
	fi
909
910
dist: ChangeLog
911
912
.PHONY: ChangeLog
913
914
-include $(top_srcdir)/git.mk
1.1.48 by Didier Roche
Import upstream version 0.21.5
915
1 by Jordi Mallach
Import upstream version 0.11.11
916
# Tell versions [3.59,3.63) of GNU make to not export all variables.
917
# Otherwise a system limit (for SysV at least) may be exceeded.
918
.NOEXPORT: