~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to examples/c/decode/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20071206165720-4przr8grn6ha3e3a
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
#  FLAC - Free Lossless Audio Codec
 
18
#  Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson
 
19
#
 
20
#  This file is part the FLAC project.  FLAC is comprised of several
 
21
#  components distributed under difference licenses.  The codec libraries
 
22
#  are distributed under Xiph.Org's BSD-like license (see the file
 
23
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
 
24
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
 
25
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
 
26
#  FLAC distribution contains at the top the terms under which it may be
 
27
#  distributed.
 
28
#
 
29
#  Since this particular file is relevant to all components of FLAC,
 
30
#  it may be distributed under the Xiph.Org license, which is the least
 
31
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
 
32
#  distribution.
 
33
 
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ../../..
 
41
 
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
INSTALL = @INSTALL@
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
host_triplet = @host@
 
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AR = @AR@
 
62
AS = @AS@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
CC = @CC@
 
68
CCAS = @CCAS@
 
69
CCASFLAGS = @CCASFLAGS@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEBUG_FALSE = @DEBUG_FALSE@
 
80
DEBUG_TRUE = @DEBUG_TRUE@
 
81
DEFS = @DEFS@
 
82
DEPDIR = @DEPDIR@
 
83
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 
84
DOXYGEN = @DOXYGEN@
 
85
ECHO = @ECHO@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
 
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
94
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
 
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
 
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
 
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
 
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
 
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
 
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
 
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
 
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
 
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
 
104
FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
 
105
FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
 
106
FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
 
107
FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
 
108
FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
 
109
FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
 
110
FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
 
111
FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
 
112
FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
 
113
FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
 
114
FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
 
115
FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
 
116
FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
 
117
FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
 
118
FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
 
119
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
 
120
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
 
121
FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
 
122
FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
 
123
FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
 
124
FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
 
125
FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
 
126
FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
 
127
FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
 
128
FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
 
129
FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
 
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
 
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
 
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
133
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
134
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
 
135
GAS = @GAS@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
LDFLAGS = @LDFLAGS@
 
141
LIBICONV = @LIBICONV@
 
142
LIBOBJS = @LIBOBJS@
 
143
LIBS = @LIBS@
 
144
LIBTOOL = @LIBTOOL@
 
145
LN_S = @LN_S@
 
146
LTLIBICONV = @LTLIBICONV@
 
147
LTLIBOBJS = @LTLIBOBJS@
 
148
MAINT = @MAINT@
 
149
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
150
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
151
MAKEINFO = @MAKEINFO@
 
152
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
 
153
NASM = @NASM@
 
154
OBJEXT = @OBJEXT@
 
155
OBJ_FORMAT = @OBJ_FORMAT@
 
156
OGG_CFLAGS = @OGG_CFLAGS@
 
157
OGG_LIBS = @OGG_LIBS@
 
158
PACKAGE = @PACKAGE@
 
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
160
PACKAGE_NAME = @PACKAGE_NAME@
 
161
PACKAGE_STRING = @PACKAGE_STRING@
 
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_VERSION = @PACKAGE_VERSION@
 
164
PATH_SEPARATOR = @PATH_SEPARATOR@
 
165
RANLIB = @RANLIB@
 
166
SET_MAKE = @SET_MAKE@
 
167
SHELL = @SHELL@
 
168
STRIP = @STRIP@
 
169
VERSION = @VERSION@
 
170
XMMS_CFLAGS = @XMMS_CFLAGS@
 
171
XMMS_CONFIG = @XMMS_CONFIG@
 
172
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
173
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
174
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
175
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
176
XMMS_LIBS = @XMMS_LIBS@
 
177
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
178
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
179
XMMS_VERSION = @XMMS_VERSION@
 
180
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
181
ac_ct_AR = @ac_ct_AR@
 
182
ac_ct_CC = @ac_ct_CC@
 
183
ac_ct_CXX = @ac_ct_CXX@
 
184
ac_ct_F77 = @ac_ct_F77@
 
185
ac_ct_RANLIB = @ac_ct_RANLIB@
 
186
ac_ct_STRIP = @ac_ct_STRIP@
 
187
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
188
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
189
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
190
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
191
am__include = @am__include@
 
192
am__leading_dot = @am__leading_dot@
 
193
am__quote = @am__quote@
 
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
datadir = @datadir@
 
201
exec_prefix = @exec_prefix@
 
202
host = @host@
 
203
host_alias = @host_alias@
 
204
host_cpu = @host_cpu@
 
205
host_os = @host_os@
 
206
host_vendor = @host_vendor@
 
207
includedir = @includedir@
 
208
infodir = @infodir@
 
209
install_sh = @install_sh@
 
210
libdir = @libdir@
 
211
libexecdir = @libexecdir@
 
212
localstatedir = @localstatedir@
 
213
mandir = @mandir@
 
214
oldincludedir = @oldincludedir@
 
215
prefix = @prefix@
 
216
program_transform_name = @program_transform_name@
 
217
sbindir = @sbindir@
 
218
sharedstatedir = @sharedstatedir@
 
219
sysconfdir = @sysconfdir@
 
220
target_alias = @target_alias@
 
221
 
 
222
SUBDIRS = file
 
223
subdir = examples/c/decode
 
224
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
225
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
226
CONFIG_HEADER = $(top_builddir)/config.h
 
227
CONFIG_CLEAN_FILES =
 
228
DIST_SOURCES =
 
229
 
 
230
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
231
        ps-recursive install-info-recursive uninstall-info-recursive \
 
232
        all-recursive install-data-recursive install-exec-recursive \
 
233
        installdirs-recursive install-recursive uninstall-recursive \
 
234
        check-recursive installcheck-recursive
 
235
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
236
DIST_SUBDIRS = $(SUBDIRS)
 
237
all: all-recursive
 
238
 
 
239
.SUFFIXES:
 
240
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
241
        cd $(top_srcdir) && \
 
242
          $(AUTOMAKE) --gnu  examples/c/decode/Makefile
 
243
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
244
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
245
 
 
246
mostlyclean-libtool:
 
247
        -rm -f *.lo
 
248
 
 
249
clean-libtool:
 
250
        -rm -rf .libs _libs
 
251
 
 
252
distclean-libtool:
 
253
        -rm -f libtool
 
254
uninstall-info-am:
 
255
 
 
256
# This directory's subdirectories are mostly independent; you can cd
 
257
# into them and run `make' without going through this Makefile.
 
258
# To change the values of `make' variables: instead of editing Makefiles,
 
259
# (1) if the variable is set in `config.status', edit `config.status'
 
260
#     (which will cause the Makefiles to be regenerated when you run `make');
 
261
# (2) otherwise, pass the desired values on the `make' command line.
 
262
$(RECURSIVE_TARGETS):
 
263
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
264
        dot_seen=no; \
 
265
        target=`echo $@ | sed s/-recursive//`; \
 
266
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
267
          echo "Making $$target in $$subdir"; \
 
268
          if test "$$subdir" = "."; then \
 
269
            dot_seen=yes; \
 
270
            local_target="$$target-am"; \
 
271
          else \
 
272
            local_target="$$target"; \
 
273
          fi; \
 
274
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
275
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
276
        done; \
 
277
        if test "$$dot_seen" = "no"; then \
 
278
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
279
        fi; test -z "$$fail"
 
280
 
 
281
mostlyclean-recursive clean-recursive distclean-recursive \
 
282
maintainer-clean-recursive:
 
283
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
284
        dot_seen=no; \
 
285
        case "$@" in \
 
286
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
287
          *) list='$(SUBDIRS)' ;; \
 
288
        esac; \
 
289
        rev=''; for subdir in $$list; do \
 
290
          if test "$$subdir" = "."; then :; else \
 
291
            rev="$$subdir $$rev"; \
 
292
          fi; \
 
293
        done; \
 
294
        rev="$$rev ."; \
 
295
        target=`echo $@ | sed s/-recursive//`; \
 
296
        for subdir in $$rev; do \
 
297
          echo "Making $$target in $$subdir"; \
 
298
          if test "$$subdir" = "."; then \
 
299
            local_target="$$target-am"; \
 
300
          else \
 
301
            local_target="$$target"; \
 
302
          fi; \
 
303
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
304
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
305
        done && test -z "$$fail"
 
306
tags-recursive:
 
307
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
308
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
309
        done
 
310
ctags-recursive:
 
311
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
312
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
313
        done
 
314
 
 
315
ETAGS = etags
 
316
ETAGSFLAGS =
 
317
 
 
318
CTAGS = ctags
 
319
CTAGSFLAGS =
 
320
 
 
321
tags: TAGS
 
322
 
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
324
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
325
        unique=`for i in $$list; do \
 
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
327
          done | \
 
328
          $(AWK) '    { files[$$0] = 1; } \
 
329
               END { for (i in files) print i; }'`; \
 
330
        mkid -fID $$unique
 
331
 
 
332
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
333
                $(TAGS_FILES) $(LISP)
 
334
        tags=; \
 
335
        here=`pwd`; \
 
336
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
337
          include_option=--etags-include; \
 
338
        else \
 
339
          include_option=--include; \
 
340
        fi; \
 
341
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
342
          if test "$$subdir" = .; then :; else \
 
343
            test -f $$subdir/TAGS && \
 
344
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
345
          fi; \
 
346
        done; \
 
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
348
        unique=`for i in $$list; do \
 
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
350
          done | \
 
351
          $(AWK) '    { files[$$0] = 1; } \
 
352
               END { for (i in files) print i; }'`; \
 
353
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
354
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
355
             $$tags $$unique
 
356
 
 
357
ctags: CTAGS
 
358
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
359
                $(TAGS_FILES) $(LISP)
 
360
        tags=; \
 
361
        here=`pwd`; \
 
362
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
363
        unique=`for i in $$list; do \
 
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
365
          done | \
 
366
          $(AWK) '    { files[$$0] = 1; } \
 
367
               END { for (i in files) print i; }'`; \
 
368
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
369
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
370
             $$tags $$unique
 
371
 
 
372
GTAGS:
 
373
        here=`$(am__cd) $(top_builddir) && pwd` \
 
374
          && cd $(top_srcdir) \
 
375
          && gtags -i $(GTAGS_ARGS) $$here
 
376
 
 
377
distclean-tags:
 
378
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
379
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
380
 
 
381
top_distdir = ../../..
 
382
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
383
 
 
384
distdir: $(DISTFILES)
 
385
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
386
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
387
        list='$(DISTFILES)'; for file in $$list; do \
 
388
          case $$file in \
 
389
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
390
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
391
          esac; \
 
392
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
393
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
394
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
395
            dir="/$$dir"; \
 
396
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
397
          else \
 
398
            dir=''; \
 
399
          fi; \
 
400
          if test -d $$d/$$file; then \
 
401
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
402
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
403
            fi; \
 
404
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
405
          else \
 
406
            test -f $(distdir)/$$file \
 
407
            || cp -p $$d/$$file $(distdir)/$$file \
 
408
            || exit 1; \
 
409
          fi; \
 
410
        done
 
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
412
          if test "$$subdir" = .; then :; else \
 
413
            test -d $(distdir)/$$subdir \
 
414
            || mkdir $(distdir)/$$subdir \
 
415
            || exit 1; \
 
416
            (cd $$subdir && \
 
417
              $(MAKE) $(AM_MAKEFLAGS) \
 
418
                top_distdir="$(top_distdir)" \
 
419
                distdir=../$(distdir)/$$subdir \
 
420
                distdir) \
 
421
              || exit 1; \
 
422
          fi; \
 
423
        done
 
424
check-am: all-am
 
425
check: check-recursive
 
426
all-am: Makefile
 
427
installdirs: installdirs-recursive
 
428
installdirs-am:
 
429
 
 
430
install: install-recursive
 
431
install-exec: install-exec-recursive
 
432
install-data: install-data-recursive
 
433
uninstall: uninstall-recursive
 
434
 
 
435
install-am: all-am
 
436
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
437
 
 
438
installcheck: installcheck-recursive
 
439
install-strip:
 
440
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
441
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
442
          `test -z '$(STRIP)' || \
 
443
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
444
mostlyclean-generic:
 
445
 
 
446
clean-generic:
 
447
 
 
448
distclean-generic:
 
449
        -rm -f $(CONFIG_CLEAN_FILES)
 
450
 
 
451
maintainer-clean-generic:
 
452
        @echo "This command is intended for maintainers to use"
 
453
        @echo "it deletes files that may require special tools to rebuild."
 
454
clean: clean-recursive
 
455
 
 
456
clean-am: clean-generic clean-libtool mostlyclean-am
 
457
 
 
458
distclean: distclean-recursive
 
459
        -rm -f Makefile
 
460
distclean-am: clean-am distclean-generic distclean-libtool \
 
461
        distclean-tags
 
462
 
 
463
dvi: dvi-recursive
 
464
 
 
465
dvi-am:
 
466
 
 
467
info: info-recursive
 
468
 
 
469
info-am:
 
470
 
 
471
install-data-am:
 
472
 
 
473
install-exec-am:
 
474
 
 
475
install-info: install-info-recursive
 
476
 
 
477
install-man:
 
478
 
 
479
installcheck-am:
 
480
 
 
481
maintainer-clean: maintainer-clean-recursive
 
482
        -rm -f Makefile
 
483
maintainer-clean-am: distclean-am maintainer-clean-generic
 
484
 
 
485
mostlyclean: mostlyclean-recursive
 
486
 
 
487
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
488
 
 
489
pdf: pdf-recursive
 
490
 
 
491
pdf-am:
 
492
 
 
493
ps: ps-recursive
 
494
 
 
495
ps-am:
 
496
 
 
497
uninstall-am: uninstall-info-am
 
498
 
 
499
uninstall-info: uninstall-info-recursive
 
500
 
 
501
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
502
        clean-generic clean-libtool clean-recursive ctags \
 
503
        ctags-recursive distclean distclean-generic distclean-libtool \
 
504
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
505
        dvi-recursive info info-am info-recursive install install-am \
 
506
        install-data install-data-am install-data-recursive \
 
507
        install-exec install-exec-am install-exec-recursive \
 
508
        install-info install-info-am install-info-recursive install-man \
 
509
        install-recursive install-strip installcheck installcheck-am \
 
510
        installdirs installdirs-am installdirs-recursive \
 
511
        maintainer-clean maintainer-clean-generic \
 
512
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
513
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
514
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
515
        uninstall uninstall-am uninstall-info-am \
 
516
        uninstall-info-recursive uninstall-recursive
 
517
 
 
518
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
519
# Otherwise a system limit (for SysV at least) may be exceeded.
 
520
.NOEXPORT: