~gpredict-team/gpredict/gpredict-packaging

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Jan Simon
  • Date: 2011-12-04 19:31:47 UTC
  • Revision ID: jan.simon@gmx.de-20111204193147-qhwjxglv1f4i4442
rules: added autogen. Updated translation files

Show diffs side-by-side

added added

removed removed

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