~ubuntu-branches/debian/squeeze/geany-plugins/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-07-10 22:56:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090710225641-xc1126t7pq0jmpos
Tags: upstream-0.17.1
ImportĀ upstreamĀ versionĀ 0.17.1

Show diffs side-by-side

added added

removed removed

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