~ubuntu-branches/ubuntu/gutsy/ecasound2.2/gutsy

« back to all changes in this revision

Viewing changes to pyecasound/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2005-04-14 09:15:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050414091548-vwu2de2157xq1hcm
Tags: 2.4.1-1
* New upstream version
- 01_ecasoundrc-location-fix: included in upstream
- 07_configure_in_maintainer_mode: updated
* removed refererence to artsc-dev
* [debian/control, debian/rules] Use automake1.9
* documentation is now in rst
- add Build-Depends: python-docutils
* debian/menu: quote
* debian/watch: add

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
# pyecasound/Makefile.  Generated from Makefile.in by configure.
 
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
 
 
16
 
 
17
 
 
18
SOURCES = $(libpyecasound_la_SOURCES)
 
19
 
 
20
srcdir = .
 
21
top_srcdir = ..
 
22
 
 
23
pkgdatadir = $(datadir)/ecasound
 
24
pkglibdir = $(libdir)/ecasound
 
25
pkgincludedir = $(includedir)/ecasound
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = /usr/bin/install -c
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = i686-pc-linux-gnu
 
41
host_triplet = i686-pc-linux-gnu
 
42
subdir = pyecasound
 
43
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
44
        $(srcdir)/Makefile.in ChangeLog TODO
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
54
libpyecasound_la_LIBADD =
 
55
am_libpyecasound_la_OBJECTS = pyecasound.lo
 
56
libpyecasound_la_OBJECTS = $(am_libpyecasound_la_OBJECTS)
 
57
#am_libpyecasound_la_rpath =
 
58
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
60
am__depfiles_maybe = depfiles
 
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
63
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
64
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
65
        $(AM_CFLAGS) $(CFLAGS)
 
66
CCLD = $(CC)
 
67
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
68
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
SOURCES = $(libpyecasound_la_SOURCES)
 
70
DIST_SOURCES = $(libpyecasound_la_SOURCES)
 
71
HEADERS = $(noinst_HEADERS)
 
72
ETAGS = etags
 
73
CTAGS = ctags
 
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
75
ACLOCAL = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run aclocal-1.9
 
76
AMDEP_FALSE = #
 
77
AMDEP_TRUE = 
 
78
AMTAR = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run tar
 
79
AM_CFLAGS =  -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 
80
AM_CPPFLAGS =  -D_REENTRANT
 
81
AM_CXXFLAGS =  -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 
82
AM_LDFLAGS = 
 
83
AR = ar
 
84
ARTSC_CONFIG = /usr/bin/artsc-config
 
85
AUTOCONF = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run autoconf
 
86
AUTOHEADER = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run autoheader
 
87
AUTOMAKE = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run automake-1.9
 
88
AWK = gawk
 
89
CC = gcc
 
90
CCDEPMODE = depmode=gcc3
 
91
CFLAGS = -g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops
 
92
CPP = gcc -E
 
93
CPPFLAGS = 
 
94
CXX = g++
 
95
CXXCPP = g++ -E
 
96
CXXDEPMODE = depmode=gcc3
 
97
CXXFLAGS = -g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops
 
98
CYGPATH_W = echo
 
99
DEFS = -DHAVE_CONFIG_H
 
100
DEPDIR = .deps
 
101
ECA_AM_ALL_STATIC_FALSE = 
 
102
ECA_AM_ALL_STATIC_TRUE = #
 
103
ECA_AM_COMPILE_ALSA_FALSE = #
 
104
ECA_AM_COMPILE_ALSA_TRUE = 
 
105
ECA_AM_COMPILE_ARTS_FALSE = 
 
106
ECA_AM_COMPILE_ARTS_TRUE = #
 
107
ECA_AM_COMPILE_AUDIOFILE_FALSE = #
 
108
ECA_AM_COMPILE_AUDIOFILE_TRUE = 
 
109
ECA_AM_COMPILE_JACK_FALSE = #
 
110
ECA_AM_COMPILE_JACK_TRUE = 
 
111
ECA_AM_COMPILE_OSS_FALSE = #
 
112
ECA_AM_COMPILE_OSS_TRUE = 
 
113
ECA_AM_COMPILE_SAMPLERATE_FALSE = #
 
114
ECA_AM_COMPILE_SAMPLERATE_TRUE = 
 
115
ECA_AM_COMPILE_SNDFILE_FALSE = #
 
116
ECA_AM_COMPILE_SNDFILE_TRUE = 
 
117
ECA_AM_DEBUG_MODE_FALSE = 
 
118
ECA_AM_DEBUG_MODE_TRUE = #
 
119
ECA_AM_DISABLE_EFFECTS_FALSE = 
 
120
ECA_AM_DISABLE_EFFECTS_TRUE = #
 
121
ECA_AM_FEELING_EXPERIMENTAL_FALSE = 
 
122
ECA_AM_FEELING_EXPERIMENTAL_TRUE = #
 
123
ECA_AM_KVUTILS_INSTALLED_FALSE = #
 
124
ECA_AM_KVUTILS_INSTALLED_TRUE = 
 
125
ECA_AM_PYECASOUND_CEXT_FALSE = 
 
126
ECA_AM_PYECASOUND_CEXT_TRUE = #
 
127
ECA_AM_PYECASOUND_INSTALL_FALSE = #
 
128
ECA_AM_PYECASOUND_INSTALL_TRUE = 
 
129
ECA_AM_RUBYECASOUND_INSTALL_FALSE = #
 
130
ECA_AM_RUBYECASOUND_INSTALL_TRUE = 
 
131
ECA_AM_SYSTEM_READLINE_FALSE = #
 
132
ECA_AM_SYSTEM_READLINE_TRUE = 
 
133
ECA_AM_USE_NCURSES_FALSE = #
 
134
ECA_AM_USE_NCURSES_TRUE = 
 
135
ECA_AM_USE_TERMCAP_FALSE = 
 
136
ECA_AM_USE_TERMCAP_TRUE = #
 
137
ECA_S_EXTRA_CFLAGS =    
 
138
ECA_S_EXTRA_CPPFLAGS =   
 
139
ECA_S_EXTRA_LIBS =   -lsamplerate -laudiofile -lsndfile -lasound  -ljack
 
140
ECA_S_JACK_INCLUDES = 
 
141
ECA_S_JACK_LIBS =  -ljack
 
142
ECA_S_PREFIX = /usr
 
143
ECA_S_PYTHON_DLMODULES = /usr/lib/python2.3/site-packages
 
144
ECA_S_PYTHON_INCLUDES = /usr/include/python2.3
 
145
ECA_S_PYTHON_MODULES = /usr/lib/python2.3/site-packages
 
146
ECA_S_READLINE_INCLUDES = /usr/include/readline
 
147
ECA_S_READLINE_LIBS =  -lhistory
 
148
ECA_S_RUBY_SITEDIR = /usr/local/lib/site_ruby/1.8
 
149
ECHO = echo
 
150
ECHO_C = 
 
151
ECHO_N = -n
 
152
ECHO_T = 
 
153
EGREP = grep -E
 
154
EXEEXT = 
 
155
F77 = 
 
156
FFLAGS = 
 
157
INSTALL_DATA = ${INSTALL} -m 644
 
158
INSTALL_PROGRAM = ${INSTALL}
 
159
INSTALL_SCRIPT = ${INSTALL}
 
160
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
161
LDFLAGS = 
 
162
LIBECASOUNDC_VERSION = 1
 
163
LIBECASOUNDC_VERSION_AGE = 0
 
164
LIBECASOUND_VERSION = 14
 
165
LIBECASOUND_VERSION_AGE = 0
 
166
LIBKVUTILS_VERSION = 7
 
167
LIBKVUTILS_VERSION_AGE = 3
 
168
LIBOBJS = 
 
169
LIBS = -ldl -lm -lpthread 
 
170
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
171
LN_S = ln -s
 
172
LTLIBOBJS = 
 
173
MAINT = #
 
174
MAINTAINER_MODE_FALSE = 
 
175
MAINTAINER_MODE_TRUE = #
 
176
MAKEINFO = ${SHELL} /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/missing --run makeinfo
 
177
OBJEXT = o
 
178
PACKAGE = ecasound
 
179
PACKAGE_BUGREPORT = 
 
180
PACKAGE_NAME = ecasound
 
181
PACKAGE_STRING = ecasound 2.4.1
 
182
PACKAGE_TARNAME = ecasound
 
183
PACKAGE_VERSION = 2.4.1
 
184
PATH_SEPARATOR = :
 
185
PYTHONPATH = /usr/bin/python
 
186
RANLIB = ranlib
 
187
RUBYPATH = /usr/bin/ruby
 
188
SET_MAKE = 
 
189
SHELL = /bin/sh
 
190
STRIP = strip
 
191
VERSION = 2.4.1
 
192
ac_ct_AR = ar
 
193
ac_ct_CC = gcc
 
194
ac_ct_CXX = 
 
195
ac_ct_F77 = 
 
196
ac_ct_RANLIB = ranlib
 
197
ac_ct_STRIP = strip
 
198
am__fastdepCC_FALSE = #
 
199
am__fastdepCC_TRUE = 
 
200
am__fastdepCXX_FALSE = #
 
201
am__fastdepCXX_TRUE = 
 
202
am__include = include
 
203
am__leading_dot = .
 
204
am__quote = 
 
205
am__tar = ${AMTAR} chof - "$$tardir"
 
206
am__untar = ${AMTAR} xf -
 
207
bindir = ${exec_prefix}/bin
 
208
build = i686-pc-linux-gnu
 
209
build_alias = 
 
210
build_cpu = i686
 
211
build_os = linux-gnu
 
212
build_vendor = pc
 
213
datadir = /usr/share/ecasound2.2
 
214
exec_prefix = ${prefix}
 
215
host = i686-pc-linux-gnu
 
216
host_alias = 
 
217
host_cpu = i686
 
218
host_os = linux-gnu
 
219
host_vendor = pc
 
220
includedir = ${prefix}/include
 
221
infodir = ${prefix}/info
 
222
install_sh = /home/dancer/DEBIAN/ecasound2.2/ecasound2.2-2.4.1/install-sh
 
223
libdir = ${exec_prefix}/lib
 
224
libexecdir = ${exec_prefix}/libexec
 
225
localstatedir = ${prefix}/var
 
226
mandir = /usr/share/man
 
227
mkdir_p = mkdir -p --
 
228
oldincludedir = /usr/include
 
229
prefix = /usr
 
230
program_transform_name = s,x,x,
 
231
sbindir = ${exec_prefix}/sbin
 
232
sharedstatedir = ${prefix}/com
 
233
subdirs = 
 
234
sysconfdir = ${prefix}/etc
 
235
target_alias = 
 
236
AUTOMAKE_OPTIONS = foreign
 
237
EXTRA_DIST = eci.py pyeca.py ecacontrol.py \
 
238
                                  test1_stresstest.py \
 
239
                                  test2_stresstest.py
 
240
 
 
241
ecasoundc_libs = -L$(top_builddir)/libecasoundc/.libs -lecasoundc
 
242
 
 
243
# ----------------------------------------------------------------------
 
244
# defines
 
245
# ----------------------------------------------------------------------
 
246
#ecasoundc_libs = -L$(top_builddir)/libecasoundc/.libs -lecasoundc_debug
 
247
pyecasound_install_list1 = $(srcdir)/eci.py \
 
248
                                $(srcdir)/pyeca.py \
 
249
                                $(srcdir)/ecacontrol.py
 
250
 
 
251
pyecasound_uninstall_list1 = $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/eci.py \
 
252
                                $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/pyeca.py \
 
253
                                $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/ecacontrol.py
 
254
 
 
255
#pyecasound_install_list2 = pyecasound.so
 
256
#pyecasound_uninstall_list2 = $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/pyecasound.so
 
257
INCLUDES = -I$(srcdir) \
 
258
                                -I$(top_srcdir)/libecasoundc \
 
259
                                -I$(ECA_S_PYTHON_INCLUDES)
 
260
 
 
261
TESTS = test1_stresstest.py \
 
262
                                  test2_stresstest.py
 
263
 
 
264
 
 
265
# ----------------------------------------------------------------------
 
266
# header files
 
267
# ----------------------------------------------------------------------
 
268
pyecasound_includes = pyecasound.h
 
269
noinst_HEADERS = $(pyecasound_includes)
 
270
 
 
271
# ----------------------------------------------------------------------
 
272
# source files
 
273
# ----------------------------------------------------------------------
 
274
#noinst_LTLIBRARIES = libpyecasound.la
 
275
libpyecasound_la_SOURCES = pyecasound.c
 
276
 
 
277
# libtool options to build for dlopen
 
278
libpyecasound_la_LDFLAGS = -avoid-version -export-dynamic
 
279
 
 
280
# ----------------------------------------------------------------------
 
281
# hooks
 
282
# ----------------------------------------------------------------------
 
283
#CLEANFILES = pyecasound.so
 
284
all: all-am
 
285
 
 
286
.SUFFIXES:
 
287
.SUFFIXES: .c .lo .o .obj
 
288
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
289
        @for dep in $?; do \
 
290
          case '$(am__configure_deps)' in \
 
291
            *$$dep*) \
 
292
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
293
                && exit 0; \
 
294
              exit 1;; \
 
295
          esac; \
 
296
        done; \
 
297
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pyecasound/Makefile'; \
 
298
        cd $(top_srcdir) && \
 
299
          $(AUTOMAKE) --foreign  pyecasound/Makefile
 
300
.PRECIOUS: Makefile
 
301
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
302
        @case '$?' in \
 
303
          *config.status*) \
 
304
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
305
          *) \
 
306
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
307
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
308
        esac;
 
309
 
 
310
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
312
 
 
313
$(top_srcdir)/configure: # $(am__configure_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
316
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
317
 
 
318
clean-noinstLTLIBRARIES:
 
319
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
320
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
321
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
322
          test "$$dir" != "$$p" || dir=.; \
 
323
          echo "rm -f \"$${dir}/so_locations\""; \
 
324
          rm -f "$${dir}/so_locations"; \
 
325
        done
 
326
libpyecasound.la: $(libpyecasound_la_OBJECTS) $(libpyecasound_la_DEPENDENCIES) 
 
327
        $(LINK) $(am_libpyecasound_la_rpath) $(libpyecasound_la_LDFLAGS) $(libpyecasound_la_OBJECTS) $(libpyecasound_la_LIBADD) $(LIBS)
 
328
 
 
329
mostlyclean-compile:
 
330
        -rm -f *.$(OBJEXT)
 
331
 
 
332
distclean-compile:
 
333
        -rm -f *.tab.c
 
334
 
 
335
include ./$(DEPDIR)/pyecasound.Plo
 
336
 
 
337
.c.o:
 
338
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
339
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
340
#       source='$<' object='$@' libtool=no \
 
341
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
342
#       $(COMPILE) -c $<
 
343
 
 
344
.c.obj:
 
345
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
346
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
347
#       source='$<' object='$@' libtool=no \
 
348
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
349
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
350
 
 
351
.c.lo:
 
352
        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
353
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
354
#       source='$<' object='$@' libtool=yes \
 
355
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 
356
#       $(LTCOMPILE) -c -o $@ $<
 
357
 
 
358
mostlyclean-libtool:
 
359
        -rm -f *.lo
 
360
 
 
361
clean-libtool:
 
362
        -rm -rf .libs _libs
 
363
 
 
364
distclean-libtool:
 
365
        -rm -f libtool
 
366
uninstall-info-am:
 
367
 
 
368
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
369
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
370
        unique=`for i in $$list; do \
 
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
372
          done | \
 
373
          $(AWK) '    { files[$$0] = 1; } \
 
374
               END { for (i in files) print i; }'`; \
 
375
        mkid -fID $$unique
 
376
tags: TAGS
 
377
 
 
378
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
379
                $(TAGS_FILES) $(LISP)
 
380
        tags=; \
 
381
        here=`pwd`; \
 
382
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
383
        unique=`for i in $$list; do \
 
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
385
          done | \
 
386
          $(AWK) '    { files[$$0] = 1; } \
 
387
               END { for (i in files) print i; }'`; \
 
388
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
389
          test -n "$$unique" || unique=$$empty_fix; \
 
390
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
391
            $$tags $$unique; \
 
392
        fi
 
393
ctags: CTAGS
 
394
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
395
                $(TAGS_FILES) $(LISP)
 
396
        tags=; \
 
397
        here=`pwd`; \
 
398
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
399
        unique=`for i in $$list; do \
 
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
401
          done | \
 
402
          $(AWK) '    { files[$$0] = 1; } \
 
403
               END { for (i in files) print i; }'`; \
 
404
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
405
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
406
             $$tags $$unique
 
407
 
 
408
GTAGS:
 
409
        here=`$(am__cd) $(top_builddir) && pwd` \
 
410
          && cd $(top_srcdir) \
 
411
          && gtags -i $(GTAGS_ARGS) $$here
 
412
 
 
413
distclean-tags:
 
414
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
415
 
 
416
check-TESTS: $(TESTS)
 
417
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
418
        srcdir=$(srcdir); export srcdir; \
 
419
        list='$(TESTS)'; \
 
420
        if test -n "$$list"; then \
 
421
          for tst in $$list; do \
 
422
            if test -f ./$$tst; then dir=./; \
 
423
            elif test -f $$tst; then dir=; \
 
424
            else dir="$(srcdir)/"; fi; \
 
425
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
426
              all=`expr $$all + 1`; \
 
427
              case " $(XFAIL_TESTS) " in \
 
428
              *" $$tst "*) \
 
429
                xpass=`expr $$xpass + 1`; \
 
430
                failed=`expr $$failed + 1`; \
 
431
                echo "XPASS: $$tst"; \
 
432
              ;; \
 
433
              *) \
 
434
                echo "PASS: $$tst"; \
 
435
              ;; \
 
436
              esac; \
 
437
            elif test $$? -ne 77; then \
 
438
              all=`expr $$all + 1`; \
 
439
              case " $(XFAIL_TESTS) " in \
 
440
              *" $$tst "*) \
 
441
                xfail=`expr $$xfail + 1`; \
 
442
                echo "XFAIL: $$tst"; \
 
443
              ;; \
 
444
              *) \
 
445
                failed=`expr $$failed + 1`; \
 
446
                echo "FAIL: $$tst"; \
 
447
              ;; \
 
448
              esac; \
 
449
            else \
 
450
              skip=`expr $$skip + 1`; \
 
451
              echo "SKIP: $$tst"; \
 
452
            fi; \
 
453
          done; \
 
454
          if test "$$failed" -eq 0; then \
 
455
            if test "$$xfail" -eq 0; then \
 
456
              banner="All $$all tests passed"; \
 
457
            else \
 
458
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
459
            fi; \
 
460
          else \
 
461
            if test "$$xpass" -eq 0; then \
 
462
              banner="$$failed of $$all tests failed"; \
 
463
            else \
 
464
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
465
            fi; \
 
466
          fi; \
 
467
          dashes="$$banner"; \
 
468
          skipped=""; \
 
469
          if test "$$skip" -ne 0; then \
 
470
            skipped="($$skip tests were not run)"; \
 
471
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
472
              dashes="$$skipped"; \
 
473
          fi; \
 
474
          report=""; \
 
475
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
476
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
477
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
478
              dashes="$$report"; \
 
479
          fi; \
 
480
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
481
          echo "$$dashes"; \
 
482
          echo "$$banner"; \
 
483
          test -z "$$skipped" || echo "$$skipped"; \
 
484
          test -z "$$report" || echo "$$report"; \
 
485
          echo "$$dashes"; \
 
486
          test "$$failed" -eq 0; \
 
487
        else :; fi
 
488
 
 
489
distdir: $(DISTFILES)
 
490
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
491
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
492
        list='$(DISTFILES)'; for file in $$list; do \
 
493
          case $$file in \
 
494
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
495
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
496
          esac; \
 
497
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
498
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
499
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
500
            dir="/$$dir"; \
 
501
            $(mkdir_p) "$(distdir)$$dir"; \
 
502
          else \
 
503
            dir=''; \
 
504
          fi; \
 
505
          if test -d $$d/$$file; then \
 
506
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
507
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
508
            fi; \
 
509
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
510
          else \
 
511
            test -f $(distdir)/$$file \
 
512
            || cp -p $$d/$$file $(distdir)/$$file \
 
513
            || exit 1; \
 
514
          fi; \
 
515
        done
 
516
check-am: all-am
 
517
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
518
check: check-am
 
519
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
520
installdirs:
 
521
install: install-am
 
522
install-exec: install-exec-am
 
523
install-data: install-data-am
 
524
uninstall: uninstall-am
 
525
 
 
526
install-am: all-am
 
527
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
528
 
 
529
installcheck: installcheck-am
 
530
install-strip:
 
531
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
532
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
533
          `test -z '$(STRIP)' || \
 
534
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
535
mostlyclean-generic:
 
536
 
 
537
clean-generic:
 
538
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
539
 
 
540
distclean-generic:
 
541
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
542
 
 
543
maintainer-clean-generic:
 
544
        @echo "This command is intended for maintainers to use"
 
545
        @echo "it deletes files that may require special tools to rebuild."
 
546
clean: clean-am
 
547
 
 
548
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
549
        mostlyclean-am
 
550
 
 
551
distclean: distclean-am
 
552
        -rm -rf ./$(DEPDIR)
 
553
        -rm -f Makefile
 
554
distclean-am: clean-am distclean-compile distclean-generic \
 
555
        distclean-libtool distclean-tags
 
556
 
 
557
dvi: dvi-am
 
558
 
 
559
dvi-am:
 
560
 
 
561
html: html-am
 
562
 
 
563
info: info-am
 
564
 
 
565
info-am:
 
566
 
 
567
install-data-am:
 
568
 
 
569
install-exec-am:
 
570
        @$(NORMAL_INSTALL)
 
571
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
572
 
 
573
install-info: install-info-am
 
574
 
 
575
install-man:
 
576
 
 
577
installcheck-am:
 
578
 
 
579
maintainer-clean: maintainer-clean-am
 
580
        -rm -rf ./$(DEPDIR)
 
581
        -rm -f Makefile
 
582
maintainer-clean-am: distclean-am maintainer-clean-generic
 
583
 
 
584
mostlyclean: mostlyclean-am
 
585
 
 
586
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
587
        mostlyclean-libtool
 
588
 
 
589
pdf: pdf-am
 
590
 
 
591
pdf-am:
 
592
 
 
593
ps: ps-am
 
594
 
 
595
ps-am:
 
596
 
 
597
uninstall-am: uninstall-info-am uninstall-local
 
598
 
 
599
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
600
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
 
601
        distclean distclean-compile distclean-generic \
 
602
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
603
        html-am info info-am install install-am install-data \
 
604
        install-data-am install-exec install-exec-am install-exec-hook \
 
605
        install-info install-info-am install-man install-strip \
 
606
        installcheck installcheck-am installdirs maintainer-clean \
 
607
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
608
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
609
        tags uninstall uninstall-am uninstall-info-am uninstall-local
 
610
 
 
611
 
 
612
#all: pyecasound.so
 
613
 
 
614
#pyecasound.so: pyecasound.lo
 
615
#       $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) ${libpyecasound_la_LDFLAGS} -shared -nostartfiles -o pyecasound.so pyecasound.lo ${top_builddir}/libecasoundc/ecasoundc_sa.lo
 
616
 
 
617
install-exec-hook: $(pyecasound_install_list1) $(pyecasound_install_list2)
 
618
        $(INSTALL) -d $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)
 
619
        $(INSTALL) $(pyecasound_install_list1) $(pyecasound_install_list2) $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)
 
620
#install-exec-hook:
 
621
 
 
622
uninstall-local:
 
623
        rm -f $(pyecasound_uninstall_list1) $(pyecasound_uninstall_list2)
 
624
        rmdir --ignore-fail-on-non-empty $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)
 
625
#uninstall-local:
 
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
627
# Otherwise a system limit (for SysV at least) may be exceeded.
 
628
.NOEXPORT: