~ubuntu-branches/ubuntu/precise/apvlv/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2009-07-15 14:48:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090715144833-k4hx9jqtb6vef121
Tags: upstream-0.0.6.8
ImportĀ upstreamĀ versionĀ 0.0.6.8

Show diffs side-by-side

added added

removed removed

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