~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

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