~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-11-17 21:43:38 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117214338-1hvfl7oo2dsqnvrb
Tags: 1.1-0ubuntu1
* New upstream release (LP: #668631)
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh7 short form
* debian/rules:
  - added --enable-dssi and --enable-osc to conf flags for dssi support
  - added -ljackserver to LDFLAGS to fix a FTBFS because of --as-needed
* debian/control:
  - added build build dependency on liblo-dev and dssi-dev for dssi support
  - bump Standards-version to 3.9.1. No changes required.
* debian/muse.desktop, debian/muse.xpm: dropped as desktop file and icon is
  now shipped upstream.
* fix-desktop-categories.patch: fix Categories tag in upstream desktop file
* 10_es_locale_fix.dpatch: refreshed and converted to quilt as
  fix_es_locale.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
40
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
39
am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
42
40
        $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/docbook.m4 \
43
 
        $(top_srcdir)/m4/qt.m4 $(top_srcdir)/configure.ac
 
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/qt.m4 \
 
44
        $(top_srcdir)/configure.ac
44
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
46
        $(ACLOCAL_M4)
46
47
mkinstalldirs = $(install_sh) -d
47
48
CONFIG_HEADER = $(top_builddir)/config.h
48
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
49
51
SOURCES =
50
52
DIST_SOURCES =
51
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
54
        html-recursive info-recursive install-data-recursive \
53
 
        install-exec-recursive install-info-recursive \
54
 
        install-recursive installcheck-recursive installdirs-recursive \
55
 
        pdf-recursive ps-recursive uninstall-info-recursive \
56
 
        uninstall-recursive
 
55
        install-dvi-recursive install-exec-recursive \
 
56
        install-html-recursive install-info-recursive \
 
57
        install-pdf-recursive install-ps-recursive install-recursive \
 
58
        installcheck-recursive installdirs-recursive pdf-recursive \
 
59
        ps-recursive uninstall-recursive
 
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
61
  distclean-recursive maintainer-clean-recursive
 
62
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
63
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
64
        distdir
57
65
ETAGS = etags
58
66
CTAGS = ctags
59
67
DIST_SUBDIRS = $(SUBDIRS)
60
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
am__relativize = \
 
70
  dir0=`pwd`; \
 
71
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
72
  sed_rest='s,^[^/]*/*,,'; \
 
73
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
74
  sed_butlast='s,/*[^/]*$$,,'; \
 
75
  while test -n "$$dir1"; do \
 
76
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
77
    if test "$$first" != "."; then \
 
78
      if test "$$first" = ".."; then \
 
79
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
80
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
81
      else \
 
82
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
83
        if test "$$first2" = "$$first"; then \
 
84
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
85
        else \
 
86
          dir2="../$$dir2"; \
 
87
        fi; \
 
88
        dir0="$$dir0"/"$$first"; \
 
89
      fi; \
 
90
    fi; \
 
91
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
92
  done; \
 
93
  reldir="$$dir2"
61
94
ACLOCAL = @ACLOCAL@
62
95
ALSA_CFLAGS = @ALSA_CFLAGS@
63
96
ALSA_LIBS = @ALSA_LIBS@
64
 
AMDEP_FALSE = @AMDEP_FALSE@
65
 
AMDEP_TRUE = @AMDEP_TRUE@
66
97
AMTAR = @AMTAR@
67
98
AR = @AR@
68
99
AUTOCONF = @AUTOCONF@
87
118
DOTPATH = @DOTPATH@
88
119
DOXYGEN = @DOXYGEN@
89
120
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
90
 
DSSI_SUPPORT_FALSE = @DSSI_SUPPORT_FALSE@
91
 
DSSI_SUPPORT_TRUE = @DSSI_SUPPORT_TRUE@
92
 
ECHO = @ECHO@
 
121
DSYMUTIL = @DSYMUTIL@
 
122
DUMPBIN = @DUMPBIN@
93
123
ECHO_C = @ECHO_C@
94
124
ECHO_N = @ECHO_N@
95
125
ECHO_T = @ECHO_T@
96
126
EGREP = @EGREP@
97
 
ENABLEFLUIDSYNTH_FALSE = @ENABLEFLUIDSYNTH_FALSE@
98
 
ENABLEFLUIDSYNTH_TRUE = @ENABLEFLUIDSYNTH_TRUE@
99
 
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
100
 
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
101
127
EXEEXT = @EXEEXT@
102
 
F77 = @F77@
103
 
FFLAGS = @FFLAGS@
 
128
FGREP = @FGREP@
104
129
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
105
130
FST_CFLAGS = @FST_CFLAGS@
106
131
FST_LIBS = @FST_LIBS@
109
134
GIVERTCAP = @GIVERTCAP@
110
135
GREP = @GREP@
111
136
HAVEDOT = @HAVEDOT@
112
 
HAVE_AUDIO_FALSE = @HAVE_AUDIO_FALSE@
113
 
HAVE_AUDIO_TRUE = @HAVE_AUDIO_TRUE@
114
 
HAVE_LASH_FALSE = @HAVE_LASH_FALSE@
115
 
HAVE_LASH_TRUE = @HAVE_LASH_TRUE@
116
 
INSIDE_GNOME_COMMON_FALSE = @INSIDE_GNOME_COMMON_FALSE@
117
 
INSIDE_GNOME_COMMON_TRUE = @INSIDE_GNOME_COMMON_TRUE@
 
137
INSTALL = @INSTALL@
118
138
INSTALL_DATA = @INSTALL_DATA@
119
139
INSTALL_PROGRAM = @INSTALL_PROGRAM@
120
140
INSTALL_SCRIPT = @INSTALL_SCRIPT@
124
144
JADE = @JADE@
125
145
LASH_CFLAGS = @LASH_CFLAGS@
126
146
LASH_LIBS = @LASH_LIBS@
 
147
LD = @LD@
127
148
LDFLAGS = @LDFLAGS@
128
149
LIBOBJS = @LIBOBJS@
129
150
LIBS = @LIBS@
130
151
LIBTOOL = @LIBTOOL@
 
152
LIPO = @LIPO@
131
153
LN_S = @LN_S@
132
154
LO_CFLAGS = @LO_CFLAGS@
133
155
LO_LIBS = @LO_LIBS@
134
156
LTLIBOBJS = @LTLIBOBJS@
135
157
MAKEINFO = @MAKEINFO@
 
158
MKDIR_P = @MKDIR_P@
136
159
MOC = @MOC@
137
160
MUSECXXFLAGS = @MUSECXXFLAGS@
 
161
NM = @NM@
 
162
NMEDIT = @NMEDIT@
138
163
NSGMLS = @NSGMLS@
 
164
OBJDUMP = @OBJDUMP@
139
165
OBJEXT = @OBJEXT@
 
166
OTOOL = @OTOOL@
 
167
OTOOL64 = @OTOOL64@
140
168
PACKAGE = @PACKAGE@
141
169
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142
170
PACKAGE_NAME = @PACKAGE_NAME@
143
171
PACKAGE_STRING = @PACKAGE_STRING@
144
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
173
PACKAGE_URL = @PACKAGE_URL@
145
174
PACKAGE_VERSION = @PACKAGE_VERSION@
146
175
PATH_SEPARATOR = @PATH_SEPARATOR@
147
176
PCH = @PCH@
148
 
PCH_FALSE = @PCH_FALSE@
149
 
PCH_TRUE = @PCH_TRUE@
150
177
PERL = @PERL@
151
178
PKG_CONFIG = @PKG_CONFIG@
152
179
PYTHON = @PYTHON@
159
186
QT_CFLAGS = @QT_CFLAGS@
160
187
QT_LIBS = @QT_LIBS@
161
188
RANLIB = @RANLIB@
162
 
RTCAP_FALSE = @RTCAP_FALSE@
163
 
RTCAP_TRUE = @RTCAP_TRUE@
164
189
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
165
190
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
 
191
SED = @SED@
166
192
SET_MAKE = @SET_MAKE@
167
193
SHELL = @SHELL@
168
194
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
172
198
SUIDINSTALL = @SUIDINSTALL@
173
199
UIC = @UIC@
174
200
USE_SSE = @USE_SSE@
175
 
USE_SSE_FALSE = @USE_SSE_FALSE@
176
 
USE_SSE_TRUE = @USE_SSE_TRUE@
177
201
UUID_CFLAGS = @UUID_CFLAGS@
178
202
UUID_LIBS = @UUID_LIBS@
179
203
VERSION = @VERSION@
180
 
VST_SUPPORT_FALSE = @VST_SUPPORT_FALSE@
181
 
VST_SUPPORT_TRUE = @VST_SUPPORT_TRUE@
182
204
XMKMF = @XMKMF@
183
205
X_CFLAGS = @X_CFLAGS@
184
206
X_EXTRA_LIBS = @X_EXTRA_LIBS@
185
207
X_LIBS = @X_LIBS@
186
208
X_PRE_LIBS = @X_PRE_LIBS@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
187
213
ac_ct_CC = @ac_ct_CC@
188
214
ac_ct_CXX = @ac_ct_CXX@
189
 
ac_ct_F77 = @ac_ct_F77@
190
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
191
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
192
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
193
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
215
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194
216
am__include = @am__include@
195
217
am__leading_dot = @am__leading_dot@
196
218
am__quote = @am__quote@
202
224
build_cpu = @build_cpu@
203
225
build_os = @build_os@
204
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
205
228
datadir = @datadir@
206
229
datarootdir = @datarootdir@
207
230
docdir = @docdir@
221
244
libexecdir = @libexecdir@
222
245
localedir = @localedir@
223
246
localstatedir = @localstatedir@
 
247
lt_ECHO = @lt_ECHO@
224
248
mandir = @mandir@
225
249
mkdir_p = @mkdir_p@
226
250
oldincludedir = @oldincludedir@
234
258
pythondir = @pythondir@
235
259
sbindir = @sbindir@
236
260
sharedstatedir = @sharedstatedir@
 
261
srcdir = @srcdir@
237
262
synth_fluid = @synth_fluid@
238
263
synth_fluidsynth = @synth_fluidsynth@
239
264
sysconfdir = @sysconfdir@
240
265
target_alias = @target_alias@
 
266
top_build_prefix = @top_build_prefix@
 
267
top_builddir = @top_builddir@
 
268
top_srcdir = @top_srcdir@
241
269
SUBDIRS = synthi plugins
242
270
all: all-recursive
243
271
 
246
274
        @for dep in $?; do \
247
275
          case '$(am__configure_deps)' in \
248
276
            *$$dep*) \
249
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
250
 
                && exit 0; \
 
277
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
278
                && { if test -f $@; then exit 0; else break; fi; }; \
251
279
              exit 1;; \
252
280
          esac; \
253
281
        done; \
254
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
255
 
        cd $(top_srcdir) && \
256
 
          $(AUTOMAKE) --gnu  lib/Makefile
 
282
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
 
283
        $(am__cd) $(top_srcdir) && \
 
284
          $(AUTOMAKE) --gnu lib/Makefile
257
285
.PRECIOUS: Makefile
258
286
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259
287
        @case '$?' in \
271
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
300
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
273
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(am__aclocal_m4_deps):
274
303
 
275
304
mostlyclean-libtool:
276
305
        -rm -f *.lo
278
307
clean-libtool:
279
308
        -rm -rf .libs _libs
280
309
 
281
 
distclean-libtool:
282
 
        -rm -f libtool
283
 
uninstall-info-am:
284
 
 
285
310
# This directory's subdirectories are mostly independent; you can cd
286
311
# into them and run `make' without going through this Makefile.
287
312
# To change the values of `make' variables: instead of editing Makefiles,
306
331
          else \
307
332
            local_target="$$target"; \
308
333
          fi; \
309
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
334
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
335
          || eval $$failcom; \
311
336
        done; \
312
337
        if test "$$dot_seen" = "no"; then \
313
338
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314
339
        fi; test -z "$$fail"
315
340
 
316
 
mostlyclean-recursive clean-recursive distclean-recursive \
317
 
maintainer-clean-recursive:
 
341
$(RECURSIVE_CLEAN_TARGETS):
318
342
        @failcom='exit 1'; \
319
343
        for f in x $$MAKEFLAGS; do \
320
344
          case $$f in \
341
365
          else \
342
366
            local_target="$$target"; \
343
367
          fi; \
344
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
368
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345
369
          || eval $$failcom; \
346
370
        done && test -z "$$fail"
347
371
tags-recursive:
348
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
373
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350
374
        done
351
375
ctags-recursive:
352
376
        list='$(SUBDIRS)'; for subdir in $$list; do \
353
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
377
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354
378
        done
355
379
 
356
380
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358
382
        unique=`for i in $$list; do \
359
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
384
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
363
387
        mkid -fID $$unique
364
388
tags: TAGS
365
389
 
366
390
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
391
                $(TAGS_FILES) $(LISP)
368
 
        tags=; \
 
392
        set x; \
369
393
        here=`pwd`; \
370
394
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
371
395
          include_option=--etags-include; \
377
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
378
402
          if test "$$subdir" = .; then :; else \
379
403
            test ! -f $$subdir/TAGS || \
380
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
404
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
381
405
          fi; \
382
406
        done; \
383
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
408
        unique=`for i in $$list; do \
385
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
410
          done | \
387
 
          $(AWK) '    { files[$$0] = 1; } \
388
 
               END { for (i in files) print i; }'`; \
389
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
411
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
412
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
413
        shift; \
 
414
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390
415
          test -n "$$unique" || unique=$$empty_fix; \
391
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392
 
            $$tags $$unique; \
 
416
          if test $$# -gt 0; then \
 
417
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
418
              "$$@" $$unique; \
 
419
          else \
 
420
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
421
              $$unique; \
 
422
          fi; \
393
423
        fi
394
424
ctags: CTAGS
395
425
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
396
426
                $(TAGS_FILES) $(LISP)
397
 
        tags=; \
398
 
        here=`pwd`; \
399
427
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
428
        unique=`for i in $$list; do \
401
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
430
          done | \
403
 
          $(AWK) '    { files[$$0] = 1; } \
404
 
               END { for (i in files) print i; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
433
        test -z "$(CTAGS_ARGS)$$unique" \
406
434
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
435
             $$unique
408
436
 
409
437
GTAGS:
410
438
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
439
          && $(am__cd) $(top_srcdir) \
 
440
          && gtags -i $(GTAGS_ARGS) "$$here"
413
441
 
414
442
distclean-tags:
415
443
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
444
 
417
445
distdir: $(DISTFILES)
418
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
419
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
420
 
        list='$(DISTFILES)'; for file in $$list; do \
421
 
          case $$file in \
422
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
423
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
424
 
          esac; \
 
446
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
447
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
448
        list='$(DISTFILES)'; \
 
449
          dist_files=`for file in $$list; do echo $$file; done | \
 
450
          sed -e "s|^$$srcdirstrip/||;t" \
 
451
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
452
        case $$dist_files in \
 
453
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
454
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
455
                           sort -u` ;; \
 
456
        esac; \
 
457
        for file in $$dist_files; do \
425
458
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
427
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
428
 
            dir="/$$dir"; \
429
 
            $(mkdir_p) "$(distdir)$$dir"; \
430
 
          else \
431
 
            dir=''; \
432
 
          fi; \
433
459
          if test -d $$d/$$file; then \
 
460
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
461
            if test -d "$(distdir)/$$file"; then \
 
462
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
463
            fi; \
434
464
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
465
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
466
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436
467
            fi; \
437
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
468
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438
469
          else \
439
 
            test -f $(distdir)/$$file \
440
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
470
            test -f "$(distdir)/$$file" \
 
471
            || cp -p $$d/$$file "$(distdir)/$$file" \
441
472
            || exit 1; \
442
473
          fi; \
443
474
        done
444
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
475
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445
476
          if test "$$subdir" = .; then :; else \
446
477
            test -d "$(distdir)/$$subdir" \
447
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
478
            || $(MKDIR_P) "$(distdir)/$$subdir" \
448
479
            || exit 1; \
449
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
450
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
451
 
            (cd $$subdir && \
 
480
          fi; \
 
481
        done
 
482
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
483
          if test "$$subdir" = .; then :; else \
 
484
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
485
            $(am__relativize); \
 
486
            new_distdir=$$reldir; \
 
487
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
488
            $(am__relativize); \
 
489
            new_top_distdir=$$reldir; \
 
490
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
491
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
492
            ($(am__cd) $$subdir && \
452
493
              $(MAKE) $(AM_MAKEFLAGS) \
453
 
                top_distdir="$$top_distdir" \
454
 
                distdir="$$distdir/$$subdir" \
 
494
                top_distdir="$$new_top_distdir" \
 
495
                distdir="$$new_distdir" \
 
496
                am__remove_distdir=: \
 
497
                am__skip_length_check=: \
 
498
                am__skip_mode_fix=: \
455
499
                distdir) \
456
500
              || exit 1; \
457
501
          fi; \
481
525
 
482
526
distclean-generic:
483
527
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
528
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
529
 
485
530
maintainer-clean-generic:
486
531
        @echo "This command is intended for maintainers to use"
491
536
 
492
537
distclean: distclean-recursive
493
538
        -rm -f Makefile
494
 
distclean-am: clean-am distclean-generic distclean-libtool \
495
 
        distclean-tags
 
539
distclean-am: clean-am distclean-generic distclean-tags
496
540
 
497
541
dvi: dvi-recursive
498
542
 
500
544
 
501
545
html: html-recursive
502
546
 
 
547
html-am:
 
548
 
503
549
info: info-recursive
504
550
 
505
551
info-am:
506
552
 
507
553
install-data-am:
508
554
 
 
555
install-dvi: install-dvi-recursive
 
556
 
 
557
install-dvi-am:
 
558
 
509
559
install-exec-am:
510
560
 
 
561
install-html: install-html-recursive
 
562
 
 
563
install-html-am:
 
564
 
511
565
install-info: install-info-recursive
512
566
 
 
567
install-info-am:
 
568
 
513
569
install-man:
514
570
 
 
571
install-pdf: install-pdf-recursive
 
572
 
 
573
install-pdf-am:
 
574
 
 
575
install-ps: install-ps-recursive
 
576
 
 
577
install-ps-am:
 
578
 
515
579
installcheck-am:
516
580
 
517
581
maintainer-clean: maintainer-clean-recursive
530
594
 
531
595
ps-am:
532
596
 
533
 
uninstall-am: uninstall-info-am
534
 
 
535
 
uninstall-info: uninstall-info-recursive
536
 
 
537
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
538
 
        clean clean-generic clean-libtool clean-recursive ctags \
539
 
        ctags-recursive distclean distclean-generic distclean-libtool \
540
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
597
uninstall-am:
 
598
 
 
599
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
600
        install-am install-strip tags-recursive
 
601
 
 
602
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
603
        all all-am check check-am clean clean-generic clean-libtool \
 
604
        ctags ctags-recursive distclean distclean-generic \
 
605
        distclean-libtool distclean-tags distdir dvi dvi-am html \
541
606
        html-am info info-am install install-am install-data \
542
 
        install-data-am install-exec install-exec-am install-info \
543
 
        install-info-am install-man install-strip installcheck \
 
607
        install-data-am install-dvi install-dvi-am install-exec \
 
608
        install-exec-am install-html install-html-am install-info \
 
609
        install-info-am install-man install-pdf install-pdf-am \
 
610
        install-ps install-ps-am install-strip installcheck \
544
611
        installcheck-am installdirs installdirs-am maintainer-clean \
545
 
        maintainer-clean-generic maintainer-clean-recursive \
546
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
547
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
548
 
        uninstall uninstall-am uninstall-info-am
 
612
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
613
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
614
        uninstall uninstall-am
 
615
 
549
616
 
550
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
551
618
# Otherwise a system limit (for SysV at least) may be exceeded.