~ubuntu-branches/ubuntu/quantal/transmageddon/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-10-14 08:28:43 UTC
  • Revision ID: james.westby@ubuntu.com-20091014082843-uxbyrcqydc13zrim
Tags: upstream-0.14
ImportĀ upstreamĀ versionĀ 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
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@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
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 = :
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/transmageddon.desktop.in.in \
 
38
        $(srcdir)/transmageddon.spec.in $(top_srcdir)/configure \
 
39
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO \
 
40
        install-sh missing py-compile
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
 
43
        $(top_srcdir)/common/m4/as-python.m4 \
 
44
        $(top_srcdir)/common/m4/as-version.m4 \
 
45
        $(top_srcdir)/common/m4/glib-gettext.m4 \
 
46
        $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
50
 configure.lineno config.status.lineno
 
51
mkinstalldirs = $(install_sh) -d
 
52
CONFIG_CLEAN_FILES = transmageddon.spec transmageddon.desktop.in
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
SOURCES =
 
55
DIST_SOURCES =
 
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
57
        html-recursive info-recursive install-data-recursive \
 
58
        install-dvi-recursive install-exec-recursive \
 
59
        install-html-recursive install-info-recursive \
 
60
        install-pdf-recursive install-ps-recursive install-recursive \
 
61
        installcheck-recursive installdirs-recursive pdf-recursive \
 
62
        ps-recursive uninstall-recursive
 
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
64
am__vpath_adj = case $$p in \
 
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
66
    *) f=$$p;; \
 
67
  esac;
 
68
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
69
am__install_max = 40
 
70
am__nobase_strip_setup = \
 
71
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
72
am__nobase_strip = \
 
73
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
74
am__nobase_list = $(am__nobase_strip_setup); \
 
75
  for p in $$list; do echo "$$p $$p"; done | \
 
76
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
77
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
78
    if (++n[$$2] == $(am__install_max)) \
 
79
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
80
    END { for (dir in files) print dir, files[dir] }'
 
81
am__base_list = \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
84
am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" \
 
85
        "$(DESTDIR)$(transmageddondir)"
 
86
DATA = $(desktop_DATA) $(icon_DATA) $(transmageddon_DATA)
 
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
88
  distclean-recursive maintainer-clean-recursive
 
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
90
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
        distdir dist dist-all distcheck
 
92
ETAGS = etags
 
93
CTAGS = ctags
 
94
DIST_SUBDIRS = $(SUBDIRS)
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
distdir = $(PACKAGE)-$(VERSION)
 
97
top_distdir = $(distdir)
 
98
am__remove_distdir = \
 
99
  { test ! -d "$(distdir)" \
 
100
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
101
         && rm -fr "$(distdir)"; }; }
 
102
am__relativize = \
 
103
  dir0=`pwd`; \
 
104
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
105
  sed_rest='s,^[^/]*/*,,'; \
 
106
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
107
  sed_butlast='s,/*[^/]*$$,,'; \
 
108
  while test -n "$$dir1"; do \
 
109
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
110
    if test "$$first" != "."; then \
 
111
      if test "$$first" = ".."; then \
 
112
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
113
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
114
      else \
 
115
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
116
        if test "$$first2" = "$$first"; then \
 
117
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
118
        else \
 
119
          dir2="../$$dir2"; \
 
120
        fi; \
 
121
        dir0="$$dir0"/"$$first"; \
 
122
      fi; \
 
123
    fi; \
 
124
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
125
  done; \
 
126
  reldir="$$dir2"
 
127
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
128
GZIP_ENV = --best
 
129
distuninstallcheck_listfiles = find . -type f -print
 
130
distcleancheck_listfiles = find . -type f -print
 
131
ACLOCAL = @ACLOCAL@
 
132
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
133
ALL_LINGUAS = @ALL_LINGUAS@
 
134
AMTAR = @AMTAR@
 
135
AUTOCONF = @AUTOCONF@
 
136
AUTOHEADER = @AUTOHEADER@
 
137
AUTOMAKE = @AUTOMAKE@
 
138
AWK = @AWK@
 
139
CATALOGS = @CATALOGS@
 
140
CATOBJEXT = @CATOBJEXT@
 
141
CC = @CC@
 
142
CCDEPMODE = @CCDEPMODE@
 
143
CFLAGS = @CFLAGS@
 
144
CONFIGURED_PYTHONPATH = @CONFIGURED_PYTHONPATH@
 
145
CPP = @CPP@
 
146
CPPFLAGS = @CPPFLAGS@
 
147
CYGPATH_W = @CYGPATH_W@
 
148
DATADIR = @DATADIR@
 
149
DATADIRNAME = @DATADIRNAME@
 
150
DEFS = @DEFS@
 
151
DEPDIR = @DEPDIR@
 
152
ECHO_C = @ECHO_C@
 
153
ECHO_N = @ECHO_N@
 
154
ECHO_T = @ECHO_T@
 
155
EGREP = @EGREP@
 
156
EXEEXT = @EXEEXT@
 
157
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
158
GMOFILES = @GMOFILES@
 
159
GMSGFMT = @GMSGFMT@
 
160
GREP = @GREP@
 
161
GST_REQ = @GST_REQ@
 
162
INSTALL = @INSTALL@
 
163
INSTALL_DATA = @INSTALL_DATA@
 
164
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
165
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
166
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
167
INSTOBJEXT = @INSTOBJEXT@
 
168
INTLLIBS = @INTLLIBS@
 
169
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
170
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
171
INTLTOOL_PERL = @INTLTOOL_PERL@
 
172
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
173
LDFLAGS = @LDFLAGS@
 
174
LIBDIR = @LIBDIR@
 
175
LIBOBJS = @LIBOBJS@
 
176
LIBS = @LIBS@
 
177
LOCALSTATEDIR = @LOCALSTATEDIR@
 
178
LTLIBOBJS = @LTLIBOBJS@
 
179
MAKEINFO = @MAKEINFO@
 
180
MKDIR_P = @MKDIR_P@
 
181
MKINSTALLDIRS = @MKINSTALLDIRS@
 
182
MSGFMT = @MSGFMT@
 
183
MSGFMT_OPTS = @MSGFMT_OPTS@
 
184
MSGMERGE = @MSGMERGE@
 
185
OBJEXT = @OBJEXT@
 
186
PACKAGE = @PACKAGE@
 
187
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
188
PACKAGE_NAME = @PACKAGE_NAME@
 
189
PACKAGE_STRING = @PACKAGE_STRING@
 
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
191
PACKAGE_VERSION = @PACKAGE_VERSION@
 
192
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
 
193
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
 
194
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
 
195
PATH_SEPARATOR = @PATH_SEPARATOR@
 
196
POFILES = @POFILES@
 
197
POSUB = @POSUB@
 
198
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
199
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
200
PYGST_REQ = @PYGST_REQ@
 
201
PYGTK_REQ = @PYGTK_REQ@
 
202
PYTHON = @PYTHON@
 
203
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
204
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
205
PYTHON_PREFIX = @PYTHON_PREFIX@
 
206
PYTHON_VERSION = @PYTHON_VERSION@
 
207
SET_MAKE = @SET_MAKE@
 
208
SHELL = @SHELL@
 
209
STRIP = @STRIP@
 
210
SYSCONFDIR = @SYSCONFDIR@
 
211
USE_NLS = @USE_NLS@
 
212
VERSION = @VERSION@
 
213
XGETTEXT = @XGETTEXT@
 
214
abs_builddir = @abs_builddir@
 
215
abs_srcdir = @abs_srcdir@
 
216
abs_top_builddir = @abs_top_builddir@
 
217
abs_top_srcdir = @abs_top_srcdir@
 
218
ac_ct_CC = @ac_ct_CC@
 
219
am__include = @am__include@
 
220
am__leading_dot = @am__leading_dot@
 
221
am__quote = @am__quote@
 
222
am__tar = @am__tar@
 
223
am__untar = @am__untar@
 
224
bindir = @bindir@
 
225
build_alias = @build_alias@
 
226
builddir = @builddir@
 
227
datadir = @datadir@
 
228
datarootdir = @datarootdir@
 
229
docdir = @docdir@
 
230
dvidir = @dvidir@
 
231
exec_prefix = @exec_prefix@
 
232
host_alias = @host_alias@
 
233
htmldir = @htmldir@
 
234
includedir = @includedir@
 
235
infodir = @infodir@
 
236
install_sh = @install_sh@
 
237
libdir = @libdir@
 
238
libexecdir = @libexecdir@
 
239
localedir = @localedir@
 
240
localstatedir = @localstatedir@
 
241
mandir = @mandir@
 
242
mkdir_p = @mkdir_p@
 
243
oldincludedir = @oldincludedir@
 
244
pdfdir = @pdfdir@
 
245
pkgpyexecdir = @pkgpyexecdir@
 
246
pkgpythondir = @pkgpythondir@
 
247
prefix = @prefix@
 
248
program_transform_name = @program_transform_name@
 
249
psdir = @psdir@
 
250
pyexecdir = @pyexecdir@
 
251
pythondir = @pythondir@
 
252
sbindir = @sbindir@
 
253
sharedstatedir = @sharedstatedir@
 
254
srcdir = @srcdir@
 
255
sysconfdir = @sysconfdir@
 
256
target_alias = @target_alias@
 
257
top_build_prefix = @top_build_prefix@
 
258
top_builddir = @top_builddir@
 
259
top_srcdir = @top_srcdir@
 
260
AUTOMAKE_OPTIONS = dist-bzip2
 
261
SUBDIRS = bin src common po debian presets profiles
 
262
desktopdir = $(datadir)/applications
 
263
desktop_in_files = transmageddon.desktop.in.in
 
264
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 
265
icondir = $(datadir)/pixmaps
 
266
icon_DATA = transmageddon.svg
 
267
transmageddondir = $(datadir)/transmageddon
 
268
transmageddon_DATA = transmageddon.svg
 
269
EXTRA_DIST = transmageddon.spec transmageddon.spec.in ChangeLog \
 
270
        autogen.sh NEWS AUTHORS RELEASE ABOUT-NLS transmageddon.svg \
 
271
        $(desktop_in_files) $(INTLTOOL) intltool-extract.in \
 
272
        intltool-merge.in intltool-update.in TODO
 
273
DISTCLEANFILES = \
 
274
        intltool-extract        \
 
275
        intltool-merge          \
 
276
        intltool-update         \
 
277
        autoregen.sh            \
 
278
        config.log              \
 
279
        Makefile                \
 
280
        Makefile.in             \
 
281
        missing                 \
 
282
        mkinstalldirs           \
 
283
        py-compile              \
 
284
        config.status           \
 
285
        install-sh              \
 
286
        configure \
 
287
        $(desktop_DATA)
 
288
 
 
289
all: all-recursive
 
290
 
 
291
.SUFFIXES:
 
292
am--refresh:
 
293
        @:
 
294
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
295
        @for dep in $?; do \
 
296
          case '$(am__configure_deps)' in \
 
297
            *$$dep*) \
 
298
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
299
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
300
                && exit 0; \
 
301
              exit 1;; \
 
302
          esac; \
 
303
        done; \
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu Makefile
 
307
.PRECIOUS: Makefile
 
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
309
        @case '$?' in \
 
310
          *config.status*) \
 
311
            echo ' $(SHELL) ./config.status'; \
 
312
            $(SHELL) ./config.status;; \
 
313
          *) \
 
314
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
315
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
316
        esac;
 
317
 
 
318
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
319
        $(SHELL) ./config.status --recheck
 
320
 
 
321
$(top_srcdir)/configure:  $(am__configure_deps)
 
322
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
323
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
324
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
325
$(am__aclocal_m4_deps):
 
326
transmageddon.spec: $(top_builddir)/config.status $(srcdir)/transmageddon.spec.in
 
327
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
328
transmageddon.desktop.in: $(top_builddir)/config.status $(srcdir)/transmageddon.desktop.in.in
 
329
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
330
install-desktopDATA: $(desktop_DATA)
 
331
        @$(NORMAL_INSTALL)
 
332
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
 
333
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
334
        for p in $$list; do \
 
335
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
336
          echo "$$d$$p"; \
 
337
        done | $(am__base_list) | \
 
338
        while read files; do \
 
339
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
340
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
 
341
        done
 
342
 
 
343
uninstall-desktopDATA:
 
344
        @$(NORMAL_UNINSTALL)
 
345
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
346
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
347
        test -n "$$files" || exit 0; \
 
348
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
349
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
350
install-iconDATA: $(icon_DATA)
 
351
        @$(NORMAL_INSTALL)
 
352
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
 
353
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
354
        for p in $$list; do \
 
355
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
356
          echo "$$d$$p"; \
 
357
        done | $(am__base_list) | \
 
358
        while read files; do \
 
359
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
360
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
361
        done
 
362
 
 
363
uninstall-iconDATA:
 
364
        @$(NORMAL_UNINSTALL)
 
365
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
366
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
367
        test -n "$$files" || exit 0; \
 
368
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
369
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
370
install-transmageddonDATA: $(transmageddon_DATA)
 
371
        @$(NORMAL_INSTALL)
 
372
        test -z "$(transmageddondir)" || $(MKDIR_P) "$(DESTDIR)$(transmageddondir)"
 
373
        @list='$(transmageddon_DATA)'; test -n "$(transmageddondir)" || list=; \
 
374
        for p in $$list; do \
 
375
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
376
          echo "$$d$$p"; \
 
377
        done | $(am__base_list) | \
 
378
        while read files; do \
 
379
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(transmageddondir)'"; \
 
380
          $(INSTALL_DATA) $$files "$(DESTDIR)$(transmageddondir)" || exit $$?; \
 
381
        done
 
382
 
 
383
uninstall-transmageddonDATA:
 
384
        @$(NORMAL_UNINSTALL)
 
385
        @list='$(transmageddon_DATA)'; test -n "$(transmageddondir)" || list=; \
 
386
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
387
        test -n "$$files" || exit 0; \
 
388
        echo " ( cd '$(DESTDIR)$(transmageddondir)' && rm -f" $$files ")"; \
 
389
        cd "$(DESTDIR)$(transmageddondir)" && rm -f $$files
 
390
 
 
391
# This directory's subdirectories are mostly independent; you can cd
 
392
# into them and run `make' without going through this Makefile.
 
393
# To change the values of `make' variables: instead of editing Makefiles,
 
394
# (1) if the variable is set in `config.status', edit `config.status'
 
395
#     (which will cause the Makefiles to be regenerated when you run `make');
 
396
# (2) otherwise, pass the desired values on the `make' command line.
 
397
$(RECURSIVE_TARGETS):
 
398
        @failcom='exit 1'; \
 
399
        for f in x $$MAKEFLAGS; do \
 
400
          case $$f in \
 
401
            *=* | --[!k]*);; \
 
402
            *k*) failcom='fail=yes';; \
 
403
          esac; \
 
404
        done; \
 
405
        dot_seen=no; \
 
406
        target=`echo $@ | sed s/-recursive//`; \
 
407
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
408
          echo "Making $$target in $$subdir"; \
 
409
          if test "$$subdir" = "."; then \
 
410
            dot_seen=yes; \
 
411
            local_target="$$target-am"; \
 
412
          else \
 
413
            local_target="$$target"; \
 
414
          fi; \
 
415
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
416
          || eval $$failcom; \
 
417
        done; \
 
418
        if test "$$dot_seen" = "no"; then \
 
419
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
420
        fi; test -z "$$fail"
 
421
 
 
422
$(RECURSIVE_CLEAN_TARGETS):
 
423
        @failcom='exit 1'; \
 
424
        for f in x $$MAKEFLAGS; do \
 
425
          case $$f in \
 
426
            *=* | --[!k]*);; \
 
427
            *k*) failcom='fail=yes';; \
 
428
          esac; \
 
429
        done; \
 
430
        dot_seen=no; \
 
431
        case "$@" in \
 
432
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
433
          *) list='$(SUBDIRS)' ;; \
 
434
        esac; \
 
435
        rev=''; for subdir in $$list; do \
 
436
          if test "$$subdir" = "."; then :; else \
 
437
            rev="$$subdir $$rev"; \
 
438
          fi; \
 
439
        done; \
 
440
        rev="$$rev ."; \
 
441
        target=`echo $@ | sed s/-recursive//`; \
 
442
        for subdir in $$rev; do \
 
443
          echo "Making $$target in $$subdir"; \
 
444
          if test "$$subdir" = "."; then \
 
445
            local_target="$$target-am"; \
 
446
          else \
 
447
            local_target="$$target"; \
 
448
          fi; \
 
449
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
450
          || eval $$failcom; \
 
451
        done && test -z "$$fail"
 
452
tags-recursive:
 
453
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
454
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
455
        done
 
456
ctags-recursive:
 
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
458
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
459
        done
 
460
 
 
461
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
462
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
463
        unique=`for i in $$list; do \
 
464
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
465
          done | \
 
466
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
467
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
468
        mkid -fID $$unique
 
469
tags: TAGS
 
470
 
 
471
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
472
                $(TAGS_FILES) $(LISP)
 
473
        set x; \
 
474
        here=`pwd`; \
 
475
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
476
          include_option=--etags-include; \
 
477
          empty_fix=.; \
 
478
        else \
 
479
          include_option=--include; \
 
480
          empty_fix=; \
 
481
        fi; \
 
482
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
483
          if test "$$subdir" = .; then :; else \
 
484
            test ! -f $$subdir/TAGS || \
 
485
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
486
          fi; \
 
487
        done; \
 
488
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
489
        unique=`for i in $$list; do \
 
490
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
491
          done | \
 
492
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
493
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
494
        shift; \
 
495
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
496
          test -n "$$unique" || unique=$$empty_fix; \
 
497
          if test $$# -gt 0; then \
 
498
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
499
              "$$@" $$unique; \
 
500
          else \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              $$unique; \
 
503
          fi; \
 
504
        fi
 
505
ctags: CTAGS
 
506
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
507
                $(TAGS_FILES) $(LISP)
 
508
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
509
        unique=`for i in $$list; do \
 
510
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
511
          done | \
 
512
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
513
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
514
        test -z "$(CTAGS_ARGS)$$unique" \
 
515
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
516
             $$unique
 
517
 
 
518
GTAGS:
 
519
        here=`$(am__cd) $(top_builddir) && pwd` \
 
520
          && $(am__cd) $(top_srcdir) \
 
521
          && gtags -i $(GTAGS_ARGS) "$$here"
 
522
 
 
523
distclean-tags:
 
524
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
525
 
 
526
distdir: $(DISTFILES)
 
527
        $(am__remove_distdir)
 
528
        test -d "$(distdir)" || mkdir "$(distdir)"
 
529
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
530
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
531
        list='$(DISTFILES)'; \
 
532
          dist_files=`for file in $$list; do echo $$file; done | \
 
533
          sed -e "s|^$$srcdirstrip/||;t" \
 
534
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
535
        case $$dist_files in \
 
536
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
537
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
538
                           sort -u` ;; \
 
539
        esac; \
 
540
        for file in $$dist_files; do \
 
541
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
542
          if test -d $$d/$$file; then \
 
543
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
544
            if test -d "$(distdir)/$$file"; then \
 
545
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
546
            fi; \
 
547
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
548
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
549
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
550
            fi; \
 
551
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
552
          else \
 
553
            test -f "$(distdir)/$$file" \
 
554
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
555
            || exit 1; \
 
556
          fi; \
 
557
        done
 
558
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
559
          if test "$$subdir" = .; then :; else \
 
560
            test -d "$(distdir)/$$subdir" \
 
561
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
562
            || exit 1; \
 
563
          fi; \
 
564
        done
 
565
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
566
          if test "$$subdir" = .; then :; else \
 
567
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
568
            $(am__relativize); \
 
569
            new_distdir=$$reldir; \
 
570
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
571
            $(am__relativize); \
 
572
            new_top_distdir=$$reldir; \
 
573
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
574
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
575
            ($(am__cd) $$subdir && \
 
576
              $(MAKE) $(AM_MAKEFLAGS) \
 
577
                top_distdir="$$new_top_distdir" \
 
578
                distdir="$$new_distdir" \
 
579
                am__remove_distdir=: \
 
580
                am__skip_length_check=: \
 
581
                am__skip_mode_fix=: \
 
582
                distdir) \
 
583
              || exit 1; \
 
584
          fi; \
 
585
        done
 
586
        -test -n "$(am__skip_mode_fix)" \
 
587
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
588
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
589
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
590
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
591
        || chmod -R a+r "$(distdir)"
 
592
dist-gzip: distdir
 
593
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
594
        $(am__remove_distdir)
 
595
dist-bzip2: distdir
 
596
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
597
        $(am__remove_distdir)
 
598
 
 
599
dist-lzma: distdir
 
600
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
601
        $(am__remove_distdir)
 
602
 
 
603
dist-xz: distdir
 
604
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
605
        $(am__remove_distdir)
 
606
 
 
607
dist-tarZ: distdir
 
608
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
609
        $(am__remove_distdir)
 
610
 
 
611
dist-shar: distdir
 
612
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
613
        $(am__remove_distdir)
 
614
 
 
615
dist-zip: distdir
 
616
        -rm -f $(distdir).zip
 
617
        zip -rq $(distdir).zip $(distdir)
 
618
        $(am__remove_distdir)
 
619
 
 
620
dist dist-all: distdir
 
621
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
622
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
623
        $(am__remove_distdir)
 
624
 
 
625
# This target untars the dist file and tries a VPATH configuration.  Then
 
626
# it guarantees that the distribution is self-contained by making another
 
627
# tarfile.
 
628
distcheck: dist
 
629
        case '$(DIST_ARCHIVES)' in \
 
630
        *.tar.gz*) \
 
631
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
632
        *.tar.bz2*) \
 
633
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
634
        *.tar.lzma*) \
 
635
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
636
        *.tar.xz*) \
 
637
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
638
        *.tar.Z*) \
 
639
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
640
        *.shar.gz*) \
 
641
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
642
        *.zip*) \
 
643
          unzip $(distdir).zip ;;\
 
644
        esac
 
645
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
646
        mkdir $(distdir)/_build
 
647
        mkdir $(distdir)/_inst
 
648
        chmod a-w $(distdir)
 
649
        test -d $(distdir)/_build || exit 0; \
 
650
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
651
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
652
          && am__cwd=`pwd` \
 
653
          && $(am__cd) $(distdir)/_build \
 
654
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
655
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
656
          && $(MAKE) $(AM_MAKEFLAGS) \
 
657
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
658
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
659
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
660
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
661
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
662
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
663
                distuninstallcheck \
 
664
          && chmod -R a-w "$$dc_install_base" \
 
665
          && ({ \
 
666
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
667
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
668
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
669
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
670
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
671
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
672
          && rm -rf "$$dc_destdir" \
 
673
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
674
          && rm -rf $(DIST_ARCHIVES) \
 
675
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
676
          && cd "$$am__cwd" \
 
677
          || exit 1
 
678
        $(am__remove_distdir)
 
679
        @(echo "$(distdir) archives ready for distribution: "; \
 
680
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
681
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
682
distuninstallcheck:
 
683
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
684
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
685
           || { echo "ERROR: files left after uninstall:" ; \
 
686
                if test -n "$(DESTDIR)"; then \
 
687
                  echo "  (check DESTDIR support)"; \
 
688
                fi ; \
 
689
                $(distuninstallcheck_listfiles) ; \
 
690
                exit 1; } >&2
 
691
distcleancheck: distclean
 
692
        @if test '$(srcdir)' = . ; then \
 
693
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
694
          exit 1 ; \
 
695
        fi
 
696
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
697
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
698
               $(distcleancheck_listfiles) ; \
 
699
               exit 1; } >&2
 
700
check-am: all-am
 
701
check: check-recursive
 
702
all-am: Makefile $(DATA) all-local
 
703
installdirs: installdirs-recursive
 
704
installdirs-am:
 
705
        for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(transmageddondir)"; do \
 
706
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
707
        done
 
708
install: install-recursive
 
709
install-exec: install-exec-recursive
 
710
install-data: install-data-recursive
 
711
uninstall: uninstall-recursive
 
712
 
 
713
install-am: all-am
 
714
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
715
 
 
716
installcheck: installcheck-recursive
 
717
install-strip:
 
718
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
719
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
720
          `test -z '$(STRIP)' || \
 
721
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
722
mostlyclean-generic:
 
723
 
 
724
clean-generic:
 
725
 
 
726
distclean-generic:
 
727
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
728
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
729
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
730
 
 
731
maintainer-clean-generic:
 
732
        @echo "This command is intended for maintainers to use"
 
733
        @echo "it deletes files that may require special tools to rebuild."
 
734
clean: clean-recursive
 
735
 
 
736
clean-am: clean-generic clean-local mostlyclean-am
 
737
 
 
738
distclean: distclean-recursive
 
739
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
740
        -rm -f Makefile
 
741
distclean-am: clean-am distclean-generic distclean-tags
 
742
 
 
743
dvi: dvi-recursive
 
744
 
 
745
dvi-am:
 
746
 
 
747
html: html-recursive
 
748
 
 
749
html-am:
 
750
 
 
751
info: info-recursive
 
752
 
 
753
info-am:
 
754
 
 
755
install-data-am: install-desktopDATA install-iconDATA \
 
756
        install-transmageddonDATA
 
757
 
 
758
install-dvi: install-dvi-recursive
 
759
 
 
760
install-dvi-am:
 
761
 
 
762
install-exec-am:
 
763
 
 
764
install-html: install-html-recursive
 
765
 
 
766
install-html-am:
 
767
 
 
768
install-info: install-info-recursive
 
769
 
 
770
install-info-am:
 
771
 
 
772
install-man:
 
773
 
 
774
install-pdf: install-pdf-recursive
 
775
 
 
776
install-pdf-am:
 
777
 
 
778
install-ps: install-ps-recursive
 
779
 
 
780
install-ps-am:
 
781
 
 
782
installcheck-am:
 
783
 
 
784
maintainer-clean: maintainer-clean-recursive
 
785
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
786
        -rm -rf $(top_srcdir)/autom4te.cache
 
787
        -rm -f Makefile
 
788
maintainer-clean-am: distclean-am maintainer-clean-generic
 
789
 
 
790
mostlyclean: mostlyclean-recursive
 
791
 
 
792
mostlyclean-am: mostlyclean-generic
 
793
 
 
794
pdf: pdf-recursive
 
795
 
 
796
pdf-am:
 
797
 
 
798
ps: ps-recursive
 
799
 
 
800
ps-am:
 
801
 
 
802
uninstall-am: uninstall-desktopDATA uninstall-iconDATA \
 
803
        uninstall-transmageddonDATA
 
804
 
 
805
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
806
        install-am install-strip tags-recursive
 
807
 
 
808
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
809
        all all-am all-local am--refresh check check-am clean \
 
810
        clean-generic clean-local ctags ctags-recursive dist dist-all \
 
811
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
 
812
        dist-zip distcheck distclean distclean-generic distclean-tags \
 
813
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
814
        html-am info info-am install install-am install-data \
 
815
        install-data-am install-desktopDATA install-dvi install-dvi-am \
 
816
        install-exec install-exec-am install-html install-html-am \
 
817
        install-iconDATA install-info install-info-am install-man \
 
818
        install-pdf install-pdf-am install-ps install-ps-am \
 
819
        install-strip install-transmageddonDATA installcheck \
 
820
        installcheck-am installdirs installdirs-am maintainer-clean \
 
821
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
822
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
823
        uninstall-desktopDATA uninstall-iconDATA \
 
824
        uninstall-transmageddonDATA
 
825
 
 
826
 
 
827
@INTLTOOL_DESKTOP_RULE@
 
828
 
 
829
locale-uninstalled:
 
830
        if test -d po; then \
 
831
            $(MAKE) -C po datadir=../$(top_builddir) install; \
 
832
        fi
 
833
 
 
834
locale-uninstalled-clean:
 
835
        @-rm -rf _trial_temp
 
836
        @-rm -rf $(top_builddir)/locale
 
837
 
 
838
all-local: locale-uninstalled
 
839
clean-local: locale-uninstalled-clean
 
840
 
 
841
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
842
# Otherwise a system limit (for SysV at least) may be exceeded.
 
843
.NOEXPORT: