~noskcaj/ubuntu/vivid/gnome-tweak-tool/merge

1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
1 by Josselin Mouette
Import upstream version 3.0.0
2
# @configure_input@
3
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
1 by Josselin Mouette
Import upstream version 3.0.0
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
17
VPATH = @srcdir@
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
am__make_running_with_option = \
20
  case $${target_option-} in \
21
      ?) ;; \
22
      *) echo "am__make_running_with_option: internal error: invalid" \
23
              "target option '$${target_option-}' specified" >&2; \
24
         exit 1;; \
25
  esac; \
26
  has_opt=no; \
27
  sane_makeflags=$$MAKEFLAGS; \
28
  if $(am__is_gnu_make); then \
29
    sane_makeflags=$$MFLAGS; \
30
  else \
1.1.8 by Tim Lunn
Import upstream version 3.10.1
31
    case $$MAKEFLAGS in \
32
      *\\[\ \	]*) \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
33
        bs=\\; \
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36
    esac; \
37
  fi; \
38
  skip_next=no; \
39
  strip_trailopt () \
40
  { \
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
  }; \
43
  for flg in $$sane_makeflags; do \
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
45
    case $$flg in \
46
      *=*|--*) continue;; \
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
48
      -*I?*) strip_trailopt 'I';; \
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
50
      -*O?*) strip_trailopt 'O';; \
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
52
      -*l?*) strip_trailopt 'l';; \
53
      -[dEDm]) skip_next=yes;; \
54
      -[JT]) skip_next=yes;; \
55
    esac; \
56
    case $$flg in \
57
      *$$target_option*) has_opt=yes; break;; \
58
    esac; \
59
  done; \
60
  test $$has_opt = yes
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1 by Josselin Mouette
Import upstream version 3.0.0
63
pkgdatadir = $(datadir)/@PACKAGE@
64
pkgincludedir = $(includedir)/@PACKAGE@
65
pkglibdir = $(libdir)/@PACKAGE@
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68
install_sh_DATA = $(install_sh) -c -m 644
69
install_sh_PROGRAM = $(install_sh) -c
70
install_sh_SCRIPT = $(install_sh) -c
71
INSTALL_HEADER = $(INSTALL_DATA)
72
transform = $(program_transform_name)
73
NORMAL_INSTALL = :
74
PRE_INSTALL = :
75
POST_INSTALL = :
76
NORMAL_UNINSTALL = :
77
PRE_UNINSTALL = :
78
POST_UNINSTALL = :
79
subdir = .
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81
	$(top_srcdir)/configure $(am__configure_deps) \
82
	$(top_srcdir)/gtweak/defs.py.in $(nobase_app_PYTHON) \
1.1.11 by Jackson Doak
Import upstream version 3.14.2
83
	$(nobase_dist_app_PYTHON) py-compile AUTHORS COPYING NEWS \
84
	README compile install-sh missing
1 by Josselin Mouette
Import upstream version 3.0.0
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.8 by Tim Lunn
Import upstream version 3.10.1
86
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
1.1.11 by Jackson Doak
Import upstream version 3.14.2
87
	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
1 by Josselin Mouette
Import upstream version 3.0.0
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89
	$(ACLOCAL_M4)
90
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
91
 configure.lineno config.status.lineno
1.1.1 by Martin Pitt
Import upstream version 3.0.4
92
mkinstalldirs = $(install_sh) -d
1 by Josselin Mouette
Import upstream version 3.0.0
93
CONFIG_CLEAN_FILES = gtweak/defs.py
94
CONFIG_CLEAN_VPATH_FILES =
95
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96
am__vpath_adj = case $$p in \
97
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
    *) f=$$p;; \
99
  esac;
100
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
101
am__install_max = 40
102
am__nobase_strip_setup = \
103
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
104
am__nobase_strip = \
105
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106
am__nobase_list = $(am__nobase_strip_setup); \
107
  for p in $$list; do echo "$$p $$p"; done | \
108
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
109
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
110
    if (++n[$$2] == $(am__install_max)) \
111
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
112
    END { for (dir in files) print dir, files[dir] }'
113
am__base_list = \
114
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
116
am__uninstall_files_from_dir = { \
117
  test -z "$$files" \
118
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
119
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
120
         $(am__cd) "$$dir" && rm -f $$files; }; \
121
  }
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
122
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdir)" \
123
	"$(DESTDIR)$(appdir)"
1 by Josselin Mouette
Import upstream version 3.0.0
124
SCRIPTS = $(bin_SCRIPTS)
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
125
AM_V_P = $(am__v_P_@AM_V@)
126
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127
am__v_P_0 = false
128
am__v_P_1 = :
129
AM_V_GEN = $(am__v_GEN_@AM_V@)
130
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131
am__v_GEN_0 = @echo "  GEN     " $@;
132
am__v_GEN_1 = 
133
AM_V_at = $(am__v_at_@AM_V@)
134
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135
am__v_at_0 = @
136
am__v_at_1 = 
1 by Josselin Mouette
Import upstream version 3.0.0
137
SOURCES =
138
DIST_SOURCES =
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
139
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140
	ctags-recursive dvi-recursive html-recursive info-recursive \
141
	install-data-recursive install-dvi-recursive \
142
	install-exec-recursive install-html-recursive \
143
	install-info-recursive install-pdf-recursive \
144
	install-ps-recursive install-recursive installcheck-recursive \
145
	installdirs-recursive pdf-recursive ps-recursive \
146
	tags-recursive uninstall-recursive
1.1.8 by Tim Lunn
Import upstream version 3.10.1
147
am__can_run_installinfo = \
148
  case $$AM_UPDATE_INFO_DIR in \
149
    n|no|NO) false;; \
150
    *) (install-info --version) >/dev/null 2>&1;; \
151
  esac
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
152
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
153
am__pep3147_tweak = \
154
  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
1 by Josselin Mouette
Import upstream version 3.0.0
155
py_compile = $(top_srcdir)/py-compile
156
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
157
  distclean-recursive maintainer-clean-recursive
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
158
am__recursive_targets = \
159
  $(RECURSIVE_TARGETS) \
160
  $(RECURSIVE_CLEAN_TARGETS) \
161
  $(am__extra_recursive_targets)
162
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163
	cscope distdir dist dist-all distcheck
164
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165
# Read a list of newline-separated strings from the standard input,
166
# and print each of them once, without duplicates.  Input order is
167
# *not* preserved.
168
am__uniquify_input = $(AWK) '\
169
  BEGIN { nonempty = 0; } \
170
  { items[$$0] = 1; nonempty = 1; } \
171
  END { if (nonempty) { for (i in items) print i; }; } \
172
'
173
# Make sure the list of sources is unique.  This is necessary because,
174
# e.g., the same source file might be shared among _SOURCES variables
175
# for different programs/libraries.
176
am__define_uniq_tagged_files = \
177
  list='$(am__tagged_files)'; \
178
  unique=`for i in $$list; do \
179
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180
  done | $(am__uniquify_input)`
1 by Josselin Mouette
Import upstream version 3.0.0
181
ETAGS = etags
182
CTAGS = ctags
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
183
CSCOPE = cscope
1 by Josselin Mouette
Import upstream version 3.0.0
184
DIST_SUBDIRS = $(SUBDIRS)
185
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186
distdir = $(PACKAGE)-$(VERSION)
187
top_distdir = $(distdir)
188
am__remove_distdir = \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
189
  if test -d "$(distdir)"; then \
190
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
191
      && rm -rf "$(distdir)" \
192
      || { sleep 5 && rm -rf "$(distdir)"; }; \
193
  else :; fi
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
194
am__post_remove_distdir = $(am__remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
195
am__relativize = \
196
  dir0=`pwd`; \
197
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198
  sed_rest='s,^[^/]*/*,,'; \
199
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200
  sed_butlast='s,/*[^/]*$$,,'; \
201
  while test -n "$$dir1"; do \
202
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203
    if test "$$first" != "."; then \
204
      if test "$$first" = ".."; then \
205
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207
      else \
208
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209
        if test "$$first2" = "$$first"; then \
210
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211
        else \
212
          dir2="../$$dir2"; \
213
        fi; \
214
        dir0="$$dir0"/"$$first"; \
215
      fi; \
216
    fi; \
217
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218
  done; \
219
  reldir="$$dir2"
220
GZIP_ENV = --best
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
221
DIST_ARCHIVES = $(distdir).tar.xz
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
222
DIST_TARGETS = dist-xz
1 by Josselin Mouette
Import upstream version 3.0.0
223
distuninstallcheck_listfiles = find . -type f -print
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
224
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1 by Josselin Mouette
Import upstream version 3.0.0
226
distcleancheck_listfiles = find . -type f -print
227
ACLOCAL = @ACLOCAL@
228
ALL_LINGUAS = @ALL_LINGUAS@
229
AMTAR = @AMTAR@
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
230
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Josselin Mouette
Import upstream version 3.0.0
231
AUTOCONF = @AUTOCONF@
232
AUTOHEADER = @AUTOHEADER@
233
AUTOMAKE = @AUTOMAKE@
234
AWK = @AWK@
235
CC = @CC@
236
CCDEPMODE = @CCDEPMODE@
237
CFLAGS = @CFLAGS@
238
CPPFLAGS = @CPPFLAGS@
239
CYGPATH_W = @CYGPATH_W@
240
DATADIR = @DATADIR@
241
DATADIRNAME = @DATADIRNAME@
242
DEFS = @DEFS@
243
DEPDIR = @DEPDIR@
244
ECHO_C = @ECHO_C@
245
ECHO_N = @ECHO_N@
246
ECHO_T = @ECHO_T@
247
EXEEXT = @EXEEXT@
1.1.1 by Martin Pitt
Import upstream version 3.0.4
248
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1 by Josselin Mouette
Import upstream version 3.0.0
249
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
250
GMSGFMT = @GMSGFMT@
251
GSETTINGSSCHEMADIR = @GSETTINGSSCHEMADIR@
252
GSETTINGS_DESKTOP_SCHEMAS_CFLAGS = @GSETTINGS_DESKTOP_SCHEMAS_CFLAGS@
253
GSETTINGS_DESKTOP_SCHEMAS_LIBS = @GSETTINGS_DESKTOP_SCHEMAS_LIBS@
254
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1.1.8 by Tim Lunn
Import upstream version 3.10.1
255
GTK_CFLAGS = @GTK_CFLAGS@
256
GTK_LIBS = @GTK_LIBS@
1 by Josselin Mouette
Import upstream version 3.0.0
257
INSTALL = @INSTALL@
258
INSTALL_DATA = @INSTALL_DATA@
259
INSTALL_PROGRAM = @INSTALL_PROGRAM@
260
INSTALL_SCRIPT = @INSTALL_SCRIPT@
261
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
263
INTLTOOL_MERGE = @INTLTOOL_MERGE@
264
INTLTOOL_PERL = @INTLTOOL_PERL@
265
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
266
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
267
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
268
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
269
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
1 by Josselin Mouette
Import upstream version 3.0.0
270
LDFLAGS = @LDFLAGS@
271
LIBOBJS = @LIBOBJS@
272
LIBS = @LIBS@
1.1.2 by Michael Biebl
Import upstream version 3.2.1
273
LOCALEDIR = @LOCALEDIR@
1 by Josselin Mouette
Import upstream version 3.0.0
274
LTLIBOBJS = @LTLIBOBJS@
275
MAKEINFO = @MAKEINFO@
276
MKDIR_P = @MKDIR_P@
277
MSGFMT = @MSGFMT@
278
MSGMERGE = @MSGMERGE@
279
OBJEXT = @OBJEXT@
280
PACKAGE = @PACKAGE@
281
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
282
PACKAGE_NAME = @PACKAGE_NAME@
283
PACKAGE_STRING = @PACKAGE_STRING@
284
PACKAGE_TARNAME = @PACKAGE_TARNAME@
285
PACKAGE_URL = @PACKAGE_URL@
286
PACKAGE_VERSION = @PACKAGE_VERSION@
287
PATH_SEPARATOR = @PATH_SEPARATOR@
288
PKGDATADIR = @PKGDATADIR@
289
PKG_CONFIG = @PKG_CONFIG@
290
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
291
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.1.2 by Michael Biebl
Import upstream version 3.2.1
292
PYGOBJECT3_CFLAGS = @PYGOBJECT3_CFLAGS@
293
PYGOBJECT3_LIBS = @PYGOBJECT3_LIBS@
1 by Josselin Mouette
Import upstream version 3.0.0
294
PYTHON = @PYTHON@
295
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
296
PYTHON_PLATFORM = @PYTHON_PLATFORM@
297
PYTHON_PREFIX = @PYTHON_PREFIX@
298
PYTHON_VERSION = @PYTHON_VERSION@
299
SET_MAKE = @SET_MAKE@
300
SHELL = @SHELL@
301
STRIP = @STRIP@
302
TWEAKDIR = @TWEAKDIR@
303
USE_NLS = @USE_NLS@
304
VERSION = @VERSION@
305
XGETTEXT = @XGETTEXT@
306
abs_builddir = @abs_builddir@
307
abs_srcdir = @abs_srcdir@
308
abs_top_builddir = @abs_top_builddir@
309
abs_top_srcdir = @abs_top_srcdir@
310
ac_ct_CC = @ac_ct_CC@
311
am__include = @am__include@
312
am__leading_dot = @am__leading_dot@
313
am__quote = @am__quote@
314
am__tar = @am__tar@
315
am__untar = @am__untar@
316
bindir = @bindir@
317
build_alias = @build_alias@
318
builddir = @builddir@
319
datadir = @datadir@
320
datarootdir = @datarootdir@
321
docdir = @docdir@
322
dvidir = @dvidir@
323
exec_prefix = @exec_prefix@
324
gsettingsschemadir = @gsettingsschemadir@
325
host_alias = @host_alias@
326
htmldir = @htmldir@
327
includedir = @includedir@
328
infodir = @infodir@
329
install_sh = @install_sh@
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
330
intltool__v_merge_options_ = @intltool__v_merge_options_@
331
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
1 by Josselin Mouette
Import upstream version 3.0.0
332
libdir = @libdir@
333
libexecdir = @libexecdir@
334
localedir = @localedir@
335
localstatedir = @localstatedir@
336
mandir = @mandir@
337
mkdir_p = @mkdir_p@
338
oldincludedir = @oldincludedir@
339
pdfdir = @pdfdir@
340
pkgpyexecdir = @pkgpyexecdir@
341
pkgpythondir = @pkgpythondir@
342
prefix = @prefix@
343
program_transform_name = @program_transform_name@
344
psdir = @psdir@
345
pyexecdir = @pyexecdir@
346
pythondir = @pythondir@
347
sbindir = @sbindir@
348
sharedstatedir = @sharedstatedir@
349
srcdir = @srcdir@
350
sysconfdir = @sysconfdir@
351
target_alias = @target_alias@
352
top_build_prefix = @top_build_prefix@
353
top_builddir = @top_builddir@
354
top_srcdir = @top_srcdir@
355
bin_SCRIPTS = \
356
	gnome-tweak-tool
357
358
359
#nobase means gtweak dir is preserved in site-packages
360
appdir = $(pythondir)
361
nobase_dist_app_PYTHON = \
362
	$(wildcard $(srcdir)/gtweak/*.py) \
363
	$(wildcard $(srcdir)/gtweak/tweaks/*.py)
364
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
365
nobase_app_PYTHON = gtweak/defs.py
1 by Josselin Mouette
Import upstream version 3.0.0
366
EXTRA_DIST = \
367
	$(bin_SCRIPTS)
368
369
CLEANFILES = \
370
	$(wildcard $(srcdir)/gtweak/*.pyc) \
371
	$(wildcard $(srcdir)/gtweak/tweaks/*.pyc)
372
373
DISTCLEANFILES = \
374
	gtweak/defs.py
375
376
SUBDIRS = data po
1.1.8 by Tim Lunn
Import upstream version 3.10.1
377
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1 by Josselin Mouette
Import upstream version 3.0.0
378
all: all-recursive
379
380
.SUFFIXES:
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
381
am--refresh: Makefile
1 by Josselin Mouette
Import upstream version 3.0.0
382
	@:
383
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
384
	@for dep in $?; do \
385
	  case '$(am__configure_deps)' in \
386
	    *$$dep*) \
387
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
388
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
389
		&& exit 0; \
390
	      exit 1;; \
391
	  esac; \
392
	done; \
393
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
394
	$(am__cd) $(top_srcdir) && \
395
	  $(AUTOMAKE) --foreign Makefile
396
.PRECIOUS: Makefile
397
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398
	@case '$?' in \
399
	  *config.status*) \
400
	    echo ' $(SHELL) ./config.status'; \
401
	    $(SHELL) ./config.status;; \
402
	  *) \
403
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
404
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
405
	esac;
406
407
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408
	$(SHELL) ./config.status --recheck
409
410
$(top_srcdir)/configure:  $(am__configure_deps)
411
	$(am__cd) $(srcdir) && $(AUTOCONF)
412
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
414
$(am__aclocal_m4_deps):
415
gtweak/defs.py: $(top_builddir)/config.status $(top_srcdir)/gtweak/defs.py.in
416
	cd $(top_builddir) && $(SHELL) ./config.status $@
417
install-binSCRIPTS: $(bin_SCRIPTS)
418
	@$(NORMAL_INSTALL)
419
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1.1.8 by Tim Lunn
Import upstream version 3.10.1
420
	if test -n "$$list"; then \
421
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
422
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
423
	fi; \
1 by Josselin Mouette
Import upstream version 3.0.0
424
	for p in $$list; do \
425
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
427
	done | \
428
	sed -e 'p;s,.*/,,;n' \
429
	    -e 'h;s|.*|.|' \
430
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
431
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
432
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
433
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
434
	      if (++n[d] == $(am__install_max)) { \
435
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
436
	    else { print "f", d "/" $$4, $$1 } } \
437
	  END { for (d in files) print "f", d, files[d] }' | \
438
	while read type dir files; do \
439
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
440
	     test -z "$$files" || { \
441
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
442
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
443
	     } \
444
	; done
445
446
uninstall-binSCRIPTS:
447
	@$(NORMAL_UNINSTALL)
448
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
449
	files=`for p in $$list; do echo "$$p"; done | \
450
	       sed -e 's,.*/,,;$(transform)'`; \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
451
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
452
install-nobase_appPYTHON: $(nobase_app_PYTHON)
453
	@$(NORMAL_INSTALL)
454
	@list='$(nobase_app_PYTHON)'; test -n "$(appdir)" || list=; \
455
	if test -n "$$list"; then \
456
	  echo " $(MKDIR_P) '$(DESTDIR)$(appdir)'"; \
457
	  $(MKDIR_P) "$(DESTDIR)$(appdir)" || exit 1; \
458
	fi; \
459
	$(am__nobase_list) | { while read dir files; do \
460
	  xfiles=; for p in $$files; do \
461
	    if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
462
	    if test -f "$$b$$p"; then xfiles="$$xfiles $$b$$p"; dlist="$$dlist $$p"; \
463
	    else :; fi; done; \
464
	  test -z "$$xfiles" || { \
465
	    test "x$$dir" = x. || { \
466
	      echo "$(MKDIR_P) '$(DESTDIR)$(appdir)/$$dir'"; \
467
	      $(MKDIR_P) "$(DESTDIR)$(appdir)/$$dir"; }; \
468
	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(appdir)/$$dir'"; \
469
	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(appdir)/$$dir" || exit $$?; }; \
470
	done; \
471
	if test -n "$$dlist"; then \
472
	  $(am__py_compile) --destdir "$(DESTDIR)" \
473
	                    --basedir "$(appdir)" $$dlist; \
474
	else :; fi; }
475
476
uninstall-nobase_appPYTHON:
477
	@$(NORMAL_UNINSTALL)
478
	@list='$(nobase_app_PYTHON)'; test -n "$(appdir)" || list=; \
479
	$(am__nobase_strip_setup); py_files=`$(am__nobase_strip)`; \
480
	test -n "$$py_files" || exit 0; \
481
	dir='$(DESTDIR)$(appdir)'; \
482
	pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
483
	pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
484
	py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
485
	echo "$$py_files_pep3147";\
486
	pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
487
	pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
488
	st=0; \
489
	for files in \
490
	  "$$py_files" \
491
	  "$$pyc_files" \
492
	  "$$pyo_files" \
493
	  "$$pyc_files_pep3147" \
494
	  "$$pyo_files_pep3147" \
495
	; do \
496
	  $(am__uninstall_files_from_dir) || st=$$?; \
497
	done; \
498
	exit $$st
1 by Josselin Mouette
Import upstream version 3.0.0
499
install-nobase_dist_appPYTHON: $(nobase_dist_app_PYTHON)
500
	@$(NORMAL_INSTALL)
501
	@list='$(nobase_dist_app_PYTHON)'; test -n "$(appdir)" || list=; \
1.1.8 by Tim Lunn
Import upstream version 3.10.1
502
	if test -n "$$list"; then \
503
	  echo " $(MKDIR_P) '$(DESTDIR)$(appdir)'"; \
504
	  $(MKDIR_P) "$(DESTDIR)$(appdir)" || exit 1; \
505
	fi; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
506
	$(am__nobase_list) | { while read dir files; do \
1 by Josselin Mouette
Import upstream version 3.0.0
507
	  xfiles=; for p in $$files; do \
508
	    if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
509
	    if test -f "$$b$$p"; then xfiles="$$xfiles $$b$$p"; dlist="$$dlist $$p"; \
510
	    else :; fi; done; \
511
	  test -z "$$xfiles" || { \
512
	    test "x$$dir" = x. || { \
513
	      echo "$(MKDIR_P) '$(DESTDIR)$(appdir)/$$dir'"; \
514
	      $(MKDIR_P) "$(DESTDIR)$(appdir)/$$dir"; }; \
515
	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(appdir)/$$dir'"; \
516
	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(appdir)/$$dir" || exit $$?; }; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
517
	done; \
518
	if test -n "$$dlist"; then \
519
	  $(am__py_compile) --destdir "$(DESTDIR)" \
520
	                    --basedir "$(appdir)" $$dlist; \
521
	else :; fi; }
1 by Josselin Mouette
Import upstream version 3.0.0
522
523
uninstall-nobase_dist_appPYTHON:
524
	@$(NORMAL_UNINSTALL)
525
	@list='$(nobase_dist_app_PYTHON)'; test -n "$(appdir)" || list=; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
526
	$(am__nobase_strip_setup); py_files=`$(am__nobase_strip)`; \
527
	test -n "$$py_files" || exit 0; \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
528
	dir='$(DESTDIR)$(appdir)'; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
529
	pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
530
	pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
531
	py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
532
	echo "$$py_files_pep3147";\
533
	pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
534
	pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
535
	st=0; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
536
	for files in \
537
	  "$$py_files" \
538
	  "$$pyc_files" \
539
	  "$$pyo_files" \
540
	  "$$pyc_files_pep3147" \
541
	  "$$pyo_files_pep3147" \
542
	; do \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
543
	  $(am__uninstall_files_from_dir) || st=$$?; \
544
	done; \
545
	exit $$st
1 by Josselin Mouette
Import upstream version 3.0.0
546
547
# This directory's subdirectories are mostly independent; you can cd
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
548
# into them and run 'make' without going through this Makefile.
549
# To change the values of 'make' variables: instead of editing Makefiles,
550
# (1) if the variable is set in 'config.status', edit 'config.status'
551
#     (which will cause the Makefiles to be regenerated when you run 'make');
552
# (2) otherwise, pass the desired values on the 'make' command line.
553
$(am__recursive_targets):
554
	@fail=; \
555
	if $(am__make_keepgoing); then \
556
	  failcom='fail=yes'; \
557
	else \
558
	  failcom='exit 1'; \
559
	fi; \
1 by Josselin Mouette
Import upstream version 3.0.0
560
	dot_seen=no; \
561
	target=`echo $@ | sed s/-recursive//`; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
562
	case "$@" in \
563
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
564
	  *) list='$(SUBDIRS)' ;; \
565
	esac; \
566
	for subdir in $$list; do \
1 by Josselin Mouette
Import upstream version 3.0.0
567
	  echo "Making $$target in $$subdir"; \
568
	  if test "$$subdir" = "."; then \
569
	    dot_seen=yes; \
570
	    local_target="$$target-am"; \
571
	  else \
572
	    local_target="$$target"; \
573
	  fi; \
574
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
575
	  || eval $$failcom; \
576
	done; \
577
	if test "$$dot_seen" = "no"; then \
578
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
579
	fi; test -z "$$fail"
1.1.7 by Jeremy Bicha
Import upstream version 3.8.1
580
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
581
ID: $(am__tagged_files)
582
	$(am__define_uniq_tagged_files); mkid -fID $$unique
583
tags: tags-recursive
584
TAGS: tags
585
586
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1 by Josselin Mouette
Import upstream version 3.0.0
587
	set x; \
588
	here=`pwd`; \
589
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
590
	  include_option=--etags-include; \
591
	  empty_fix=.; \
592
	else \
593
	  include_option=--include; \
594
	  empty_fix=; \
595
	fi; \
596
	list='$(SUBDIRS)'; for subdir in $$list; do \
597
	  if test "$$subdir" = .; then :; else \
598
	    test ! -f $$subdir/TAGS || \
599
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
600
	  fi; \
601
	done; \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
602
	$(am__define_uniq_tagged_files); \
1 by Josselin Mouette
Import upstream version 3.0.0
603
	shift; \
604
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
605
	  test -n "$$unique" || unique=$$empty_fix; \
606
	  if test $$# -gt 0; then \
607
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608
	      "$$@" $$unique; \
609
	  else \
610
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
611
	      $$unique; \
612
	  fi; \
613
	fi
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
614
ctags: ctags-recursive
615
616
CTAGS: ctags
617
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
618
	$(am__define_uniq_tagged_files); \
1 by Josselin Mouette
Import upstream version 3.0.0
619
	test -z "$(CTAGS_ARGS)$$unique" \
620
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
621
	     $$unique
622
623
GTAGS:
624
	here=`$(am__cd) $(top_builddir) && pwd` \
625
	  && $(am__cd) $(top_srcdir) \
626
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
627
cscope: cscope.files
628
	test ! -s cscope.files \
629
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
630
clean-cscope:
631
	-rm -f cscope.files
632
cscope.files: clean-cscope cscopelist
633
cscopelist: cscopelist-recursive
634
635
cscopelist-am: $(am__tagged_files)
636
	list='$(am__tagged_files)'; \
637
	case "$(srcdir)" in \
638
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
639
	  *) sdir=$(subdir)/$(srcdir) ;; \
640
	esac; \
641
	for i in $$list; do \
642
	  if test -f "$$i"; then \
643
	    echo "$(subdir)/$$i"; \
644
	  else \
645
	    echo "$$sdir/$$i"; \
646
	  fi; \
647
	done >> $(top_builddir)/cscope.files
1 by Josselin Mouette
Import upstream version 3.0.0
648
649
distclean-tags:
650
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
651
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1 by Josselin Mouette
Import upstream version 3.0.0
652
653
distdir: $(DISTFILES)
654
	$(am__remove_distdir)
655
	test -d "$(distdir)" || mkdir "$(distdir)"
656
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
657
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658
	list='$(DISTFILES)'; \
659
	  dist_files=`for file in $$list; do echo $$file; done | \
660
	  sed -e "s|^$$srcdirstrip/||;t" \
661
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
662
	case $$dist_files in \
663
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
664
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
665
			   sort -u` ;; \
666
	esac; \
667
	for file in $$dist_files; do \
668
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
669
	  if test -d $$d/$$file; then \
670
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
671
	    if test -d "$(distdir)/$$file"; then \
672
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673
	    fi; \
674
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
675
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
676
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677
	    fi; \
678
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
679
	  else \
680
	    test -f "$(distdir)/$$file" \
681
	    || cp -p $$d/$$file "$(distdir)/$$file" \
682
	    || exit 1; \
683
	  fi; \
684
	done
685
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
686
	  if test "$$subdir" = .; then :; else \
1.1.8 by Tim Lunn
Import upstream version 3.10.1
687
	    $(am__make_dryrun) \
688
	      || test -d "$(distdir)/$$subdir" \
689
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
690
	      || exit 1; \
1 by Josselin Mouette
Import upstream version 3.0.0
691
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
692
	    $(am__relativize); \
693
	    new_distdir=$$reldir; \
694
	    dir1=$$subdir; dir2="$(top_distdir)"; \
695
	    $(am__relativize); \
696
	    new_top_distdir=$$reldir; \
697
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
698
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
699
	    ($(am__cd) $$subdir && \
700
	      $(MAKE) $(AM_MAKEFLAGS) \
701
	        top_distdir="$$new_top_distdir" \
702
	        distdir="$$new_distdir" \
703
		am__remove_distdir=: \
704
		am__skip_length_check=: \
705
		am__skip_mode_fix=: \
706
	        distdir) \
707
	      || exit 1; \
708
	  fi; \
709
	done
710
	-test -n "$(am__skip_mode_fix)" \
711
	|| find "$(distdir)" -type d ! -perm -755 \
712
		-exec chmod u+rwx,go+rx {} \; -o \
713
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
714
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
715
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
716
	|| chmod -R a+r "$(distdir)"
717
dist-gzip: distdir
718
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
719
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
720
721
dist-bzip2: distdir
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
722
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
723
	$(am__post_remove_distdir)
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
724
725
dist-lzip: distdir
726
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
727
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
728
dist-xz: distdir
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
729
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
730
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
731
732
dist-tarZ: distdir
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
733
	@echo WARNING: "Support for shar distribution archives is" \
734
	               "deprecated." >&2
735
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1 by Josselin Mouette
Import upstream version 3.0.0
736
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
737
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
738
739
dist-shar: distdir
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
740
	@echo WARNING: "Support for distribution archives compressed with" \
741
		       "legacy program 'compress' is deprecated." >&2
742
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1 by Josselin Mouette
Import upstream version 3.0.0
743
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
744
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
745
746
dist-zip: distdir
747
	-rm -f $(distdir).zip
748
	zip -rq $(distdir).zip $(distdir)
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
749
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
750
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
751
dist dist-all:
752
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
753
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
754
755
# This target untars the dist file and tries a VPATH configuration.  Then
756
# it guarantees that the distribution is self-contained by making another
757
# tarfile.
758
distcheck: dist
759
	case '$(DIST_ARCHIVES)' in \
760
	*.tar.gz*) \
761
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
762
	*.tar.bz2*) \
763
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
764
	*.tar.lz*) \
765
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1 by Josselin Mouette
Import upstream version 3.0.0
766
	*.tar.xz*) \
767
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
768
	*.tar.Z*) \
769
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
770
	*.shar.gz*) \
771
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
772
	*.zip*) \
773
	  unzip $(distdir).zip ;;\
774
	esac
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
775
	chmod -R a-w $(distdir)
776
	chmod u+w $(distdir)
777
	mkdir $(distdir)/_build $(distdir)/_inst
1 by Josselin Mouette
Import upstream version 3.0.0
778
	chmod a-w $(distdir)
779
	test -d $(distdir)/_build || exit 0; \
780
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
781
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
782
	  && am__cwd=`pwd` \
783
	  && $(am__cd) $(distdir)/_build \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
784
	  && ../configure \
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
785
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1 by Josselin Mouette
Import upstream version 3.0.0
786
	    $(DISTCHECK_CONFIGURE_FLAGS) \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
787
	    --srcdir=.. --prefix="$$dc_install_base" \
1 by Josselin Mouette
Import upstream version 3.0.0
788
	  && $(MAKE) $(AM_MAKEFLAGS) \
789
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
790
	  && $(MAKE) $(AM_MAKEFLAGS) check \
791
	  && $(MAKE) $(AM_MAKEFLAGS) install \
792
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
793
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
794
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
795
	        distuninstallcheck \
796
	  && chmod -R a-w "$$dc_install_base" \
797
	  && ({ \
798
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
799
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
800
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
801
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
802
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
803
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
804
	  && rm -rf "$$dc_destdir" \
805
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
806
	  && rm -rf $(DIST_ARCHIVES) \
807
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
808
	  && cd "$$am__cwd" \
809
	  || exit 1
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
810
	$(am__post_remove_distdir)
1 by Josselin Mouette
Import upstream version 3.0.0
811
	@(echo "$(distdir) archives ready for distribution: "; \
812
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
813
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
814
distuninstallcheck:
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
815
	@test -n '$(distuninstallcheck_dir)' || { \
816
	  echo 'ERROR: trying to run $@ with an empty' \
817
	       '$$(distuninstallcheck_dir)' >&2; \
818
	  exit 1; \
819
	}; \
820
	$(am__cd) '$(distuninstallcheck_dir)' || { \
821
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
822
	  exit 1; \
823
	}; \
824
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1 by Josselin Mouette
Import upstream version 3.0.0
825
	   || { echo "ERROR: files left after uninstall:" ; \
826
	        if test -n "$(DESTDIR)"; then \
827
	          echo "  (check DESTDIR support)"; \
828
	        fi ; \
829
	        $(distuninstallcheck_listfiles) ; \
830
	        exit 1; } >&2
831
distcleancheck: distclean
832
	@if test '$(srcdir)' = . ; then \
833
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
834
	  exit 1 ; \
835
	fi
836
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
837
	  || { echo "ERROR: files left in build directory after distclean:" ; \
838
	       $(distcleancheck_listfiles) ; \
839
	       exit 1; } >&2
840
check-am: all-am
841
check: check-recursive
842
all-am: Makefile $(SCRIPTS)
843
installdirs: installdirs-recursive
844
installdirs-am:
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
845
	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdir)" "$(DESTDIR)$(appdir)"; do \
1 by Josselin Mouette
Import upstream version 3.0.0
846
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
847
	done
848
install: install-recursive
849
install-exec: install-exec-recursive
850
install-data: install-data-recursive
851
uninstall: uninstall-recursive
852
853
install-am: all-am
854
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
855
856
installcheck: installcheck-recursive
857
install-strip:
1.1.4 by Michael Biebl
Import upstream version 3.4.0.1
858
	if test -z '$(STRIP)'; then \
859
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
860
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
861
	      install; \
862
	else \
863
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
864
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
865
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
866
	fi
1 by Josselin Mouette
Import upstream version 3.0.0
867
mostlyclean-generic:
868
869
clean-generic:
870
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
871
872
distclean-generic:
873
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
874
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
875
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
876
877
maintainer-clean-generic:
878
	@echo "This command is intended for maintainers to use"
879
	@echo "it deletes files that may require special tools to rebuild."
880
clean: clean-recursive
881
882
clean-am: clean-generic mostlyclean-am
883
884
distclean: distclean-recursive
885
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
886
	-rm -f Makefile
887
distclean-am: clean-am distclean-generic distclean-tags
888
889
dvi: dvi-recursive
890
891
dvi-am:
892
893
html: html-recursive
894
895
html-am:
896
897
info: info-recursive
898
899
info-am:
900
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
901
install-data-am: install-nobase_appPYTHON \
902
	install-nobase_dist_appPYTHON
1 by Josselin Mouette
Import upstream version 3.0.0
903
904
install-dvi: install-dvi-recursive
905
906
install-dvi-am:
907
908
install-exec-am: install-binSCRIPTS
909
910
install-html: install-html-recursive
911
912
install-html-am:
913
914
install-info: install-info-recursive
915
916
install-info-am:
917
918
install-man:
919
920
install-pdf: install-pdf-recursive
921
922
install-pdf-am:
923
924
install-ps: install-ps-recursive
925
926
install-ps-am:
927
928
installcheck-am:
929
930
maintainer-clean: maintainer-clean-recursive
931
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
932
	-rm -rf $(top_srcdir)/autom4te.cache
933
	-rm -f Makefile
934
maintainer-clean-am: distclean-am maintainer-clean-generic
935
936
mostlyclean: mostlyclean-recursive
937
938
mostlyclean-am: mostlyclean-generic
939
940
pdf: pdf-recursive
941
942
pdf-am:
943
944
ps: ps-recursive
945
946
ps-am:
947
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
948
uninstall-am: uninstall-binSCRIPTS uninstall-nobase_appPYTHON \
949
	uninstall-nobase_dist_appPYTHON
950
951
.MAKE: $(am__recursive_targets) install-am install-strip
952
953
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
954
	am--refresh check check-am clean clean-cscope clean-generic \
955
	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
956
	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1.1.7 by Jeremy Bicha
Import upstream version 3.8.1
957
	distcheck distclean distclean-generic distclean-tags \
958
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
959
	html-am info info-am install install-am install-binSCRIPTS \
960
	install-data install-data-am install-dvi install-dvi-am \
961
	install-exec install-exec-am install-html install-html-am \
962
	install-info install-info-am install-man \
1.1.9 by Andreas Henriksson
Import upstream version 3.12.0
963
	install-nobase_appPYTHON install-nobase_dist_appPYTHON \
964
	install-pdf install-pdf-am install-ps install-ps-am \
965
	install-strip installcheck installcheck-am installdirs \
966
	installdirs-am maintainer-clean maintainer-clean-generic \
967
	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
968
	tags-am uninstall uninstall-am uninstall-binSCRIPTS \
969
	uninstall-nobase_appPYTHON uninstall-nobase_dist_appPYTHON
1 by Josselin Mouette
Import upstream version 3.0.0
970
971
972
# Tell versions [3.59,3.63) of GNU make to not export all variables.
973
# Otherwise a system limit (for SysV at least) may be exceeded.
974
.NOEXPORT: