~ubuntu-branches/ubuntu/trusty/jack-audio-connection-kit/trusty

« back to all changes in this revision

Viewing changes to drivers/dummy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-06 11:05:15 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081206110515-xa9v9pajr9jqvfvg
Tags: 0.115.6-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Redirect stderr in bash completion (Debian #504488).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = drivers/dummy
 
38
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__installdirs = "$(DESTDIR)$(plugindir)"
 
55
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
56
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
57
jack_dummy_la_LIBADD =
 
58
am_jack_dummy_la_OBJECTS = dummy_driver.lo
 
59
jack_dummy_la_OBJECTS = $(am_jack_dummy_la_OBJECTS)
 
60
jack_dummy_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
62
        $(jack_dummy_la_LDFLAGS) $(LDFLAGS) -o $@
 
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
64
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
CCLD = $(CC)
 
72
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
 
75
SOURCES = $(jack_dummy_la_SOURCES)
 
76
DIST_SOURCES = $(jack_dummy_la_SOURCES)
 
77
HEADERS = $(noinst_HEADERS)
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
ADDON_DIR = @ADDON_DIR@
 
83
ALSA_CFLAGS = @ALSA_CFLAGS@
 
84
ALSA_LIBS = @ALSA_LIBS@
 
85
AMTAR = @AMTAR@
 
86
AR = @AR@
 
87
AUTOCONF = @AUTOCONF@
 
88
AUTOHEADER = @AUTOHEADER@
 
89
AUTOMAKE = @AUTOMAKE@
 
90
AWK = @AWK@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CELT_CFLAGS = @CELT_CFLAGS@
 
94
CELT_LIBS = @CELT_LIBS@
 
95
CFLAGS = @CFLAGS@
 
96
CPP = @CPP@
 
97
CPPFLAGS = @CPPFLAGS@
 
98
CXX = @CXX@
 
99
CXXCPP = @CXXCPP@
 
100
CXXDEPMODE = @CXXDEPMODE@
 
101
CXXFLAGS = @CXXFLAGS@
 
102
CYGPATH_W = @CYGPATH_W@
 
103
DEFAULT_TMP_DIR = @DEFAULT_TMP_DIR@
 
104
DEFS = @DEFS@
 
105
DEPDIR = @DEPDIR@
 
106
ECHO = @ECHO@
 
107
ECHO_C = @ECHO_C@
 
108
ECHO_N = @ECHO_N@
 
109
ECHO_T = @ECHO_T@
 
110
EGREP = @EGREP@
 
111
EXEEXT = @EXEEXT@
 
112
F77 = @F77@
 
113
FFLAGS = @FFLAGS@
 
114
GREP = @GREP@
 
115
HAVE_CAPABILITIES = @HAVE_CAPABILITIES@
 
116
HAVE_DOXYGEN = @HAVE_DOXYGEN@
 
117
HTML_DIR = @HTML_DIR@
 
118
INSTALL = @INSTALL@
 
119
INSTALL_DATA = @INSTALL_DATA@
 
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
121
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
122
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
123
JACK_API_MAJOR_VERSION = @JACK_API_MAJOR_VERSION@
 
124
JACK_API_MICRO_VERSION = @JACK_API_MICRO_VERSION@
 
125
JACK_API_MINOR_VERSION = @JACK_API_MINOR_VERSION@
 
126
JACK_CFLAGS = @JACK_CFLAGS@
 
127
JACK_MAJOR_VERSION = @JACK_MAJOR_VERSION@
 
128
JACK_MICRO_VERSION = @JACK_MICRO_VERSION@
 
129
JACK_MINOR_VERSION = @JACK_MINOR_VERSION@
 
130
JACK_PROTOCOL_VERSION = @JACK_PROTOCOL_VERSION@
 
131
JACK_RELEASE = @JACK_RELEASE@
 
132
JACK_SO_VERSION = @JACK_SO_VERSION@
 
133
JACK_VERSION = @JACK_VERSION@
 
134
LDFLAGS = @LDFLAGS@
 
135
LIBFFADO_CFLAGS = @LIBFFADO_CFLAGS@
 
136
LIBFFADO_LIBS = @LIBFFADO_LIBS@
 
137
LIBFREEBOB_CFLAGS = @LIBFREEBOB_CFLAGS@
 
138
LIBFREEBOB_LIBS = @LIBFREEBOB_LIBS@
 
139
LIBOBJS = @LIBOBJS@
 
140
LIBS = @LIBS@
 
141
LIBTOOL = @LIBTOOL@
 
142
LN_S = @LN_S@
 
143
LTLIBOBJS = @LTLIBOBJS@
 
144
MAINT = @MAINT@
 
145
MAKEINFO = @MAKEINFO@
 
146
MKDIR_P = @MKDIR_P@
 
147
OBJEXT = @OBJEXT@
 
148
OS_LDFLAGS = @OS_LDFLAGS@
 
149
PACKAGE = @PACKAGE@
 
150
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
151
PACKAGE_NAME = @PACKAGE_NAME@
 
152
PACKAGE_STRING = @PACKAGE_STRING@
 
153
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
154
PACKAGE_VERSION = @PACKAGE_VERSION@
 
155
PATH_SEPARATOR = @PATH_SEPARATOR@
 
156
PA_LIBS = @PA_LIBS@
 
157
PKG_CONFIG = @PKG_CONFIG@
 
158
RANLIB = @RANLIB@
 
159
READLINE_DEPS = @READLINE_DEPS@
 
160
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
 
161
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
 
162
SED = @SED@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
SIMD_CFLAGS = @SIMD_CFLAGS@
 
166
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
167
SNDFILE_LIBS = @SNDFILE_LIBS@
 
168
STRIP = @STRIP@
 
169
VERSION = @VERSION@
 
170
abs_builddir = @abs_builddir@
 
171
abs_srcdir = @abs_srcdir@
 
172
abs_top_builddir = @abs_top_builddir@
 
173
abs_top_srcdir = @abs_top_srcdir@
 
174
ac_ct_CC = @ac_ct_CC@
 
175
ac_ct_CXX = @ac_ct_CXX@
 
176
ac_ct_F77 = @ac_ct_F77@
 
177
am__include = @am__include@
 
178
am__leading_dot = @am__leading_dot@
 
179
am__quote = @am__quote@
 
180
am__tar = @am__tar@
 
181
am__untar = @am__untar@
 
182
bindir = @bindir@
 
183
build = @build@
 
184
build_alias = @build_alias@
 
185
build_cpu = @build_cpu@
 
186
build_os = @build_os@
 
187
build_vendor = @build_vendor@
 
188
builddir = @builddir@
 
189
datadir = @datadir@
 
190
datarootdir = @datarootdir@
 
191
docdir = @docdir@
 
192
dvidir = @dvidir@
 
193
exec_prefix = @exec_prefix@
 
194
host = @host@
 
195
host_alias = @host_alias@
 
196
host_cpu = @host_cpu@
 
197
host_os = @host_os@
 
198
host_vendor = @host_vendor@
 
199
htmldir = @htmldir@
 
200
includedir = @includedir@
 
201
infodir = @infodir@
 
202
install_sh = @install_sh@
 
203
libdir = @libdir@
 
204
libexecdir = @libexecdir@
 
205
localedir = @localedir@
 
206
localstatedir = @localstatedir@
 
207
mandir = @mandir@
 
208
mkdir_p = @mkdir_p@
 
209
oldincludedir = @oldincludedir@
 
210
pdfdir = @pdfdir@
 
211
prefix = @prefix@
 
212
program_transform_name = @program_transform_name@
 
213
psdir = @psdir@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
srcdir = @srcdir@
 
217
sysconfdir = @sysconfdir@
 
218
target = @target@
 
219
target_alias = @target_alias@
 
220
target_cpu = @target_cpu@
 
221
target_os = @target_os@
 
222
target_vendor = @target_vendor@
 
223
top_builddir = @top_builddir@
 
224
top_srcdir = @top_srcdir@
 
225
MAINTAINERCLEANFILES = Makefile.in
 
226
AM_CFLAGS = $(JACK_CFLAGS)
 
227
plugindir = $(ADDON_DIR)
 
228
plugin_LTLIBRARIES = jack_dummy.la
 
229
jack_dummy_la_LDFLAGS = -module -avoid-version
 
230
jack_dummy_la_SOURCES = dummy_driver.c dummy_driver.h
 
231
noinst_HEADERS = dummy_driver.h
 
232
all: all-am
 
233
 
 
234
.SUFFIXES:
 
235
.SUFFIXES: .c .lo .o .obj
 
236
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
237
        @for dep in $?; do \
 
238
          case '$(am__configure_deps)' in \
 
239
            *$$dep*) \
 
240
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
241
                && exit 0; \
 
242
              exit 1;; \
 
243
          esac; \
 
244
        done; \
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  drivers/dummy/Makefile'; \
 
246
        cd $(top_srcdir) && \
 
247
          $(AUTOMAKE) --foreign  drivers/dummy/Makefile
 
248
.PRECIOUS: Makefile
 
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
250
        @case '$?' in \
 
251
          *config.status*) \
 
252
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
253
          *) \
 
254
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
255
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
256
        esac;
 
257
 
 
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
 
 
261
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
266
        @$(NORMAL_INSTALL)
 
267
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
268
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
269
          if test -f $$p; then \
 
270
            f=$(am__strip_dir) \
 
271
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
272
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
273
          else :; fi; \
 
274
        done
 
275
 
 
276
uninstall-pluginLTLIBRARIES:
 
277
        @$(NORMAL_UNINSTALL)
 
278
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
279
          p=$(am__strip_dir) \
 
280
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
281
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
282
        done
 
283
 
 
284
clean-pluginLTLIBRARIES:
 
285
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
286
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
287
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
288
          test "$$dir" != "$$p" || dir=.; \
 
289
          echo "rm -f \"$${dir}/so_locations\""; \
 
290
          rm -f "$${dir}/so_locations"; \
 
291
        done
 
292
jack_dummy.la: $(jack_dummy_la_OBJECTS) $(jack_dummy_la_DEPENDENCIES) 
 
293
        $(jack_dummy_la_LINK) -rpath $(plugindir) $(jack_dummy_la_OBJECTS) $(jack_dummy_la_LIBADD) $(LIBS)
 
294
 
 
295
mostlyclean-compile:
 
296
        -rm -f *.$(OBJEXT)
 
297
 
 
298
distclean-compile:
 
299
        -rm -f *.tab.c
 
300
 
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy_driver.Plo@am__quote@
 
302
 
 
303
.c.o:
 
304
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
305
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
308
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
309
 
 
310
.c.obj:
 
311
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
312
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
315
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
316
 
 
317
.c.lo:
 
318
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
319
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
322
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
323
 
 
324
mostlyclean-libtool:
 
325
        -rm -f *.lo
 
326
 
 
327
clean-libtool:
 
328
        -rm -rf .libs _libs
 
329
 
 
330
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
331
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
332
        unique=`for i in $$list; do \
 
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
334
          done | \
 
335
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
337
        mkid -fID $$unique
 
338
tags: TAGS
 
339
 
 
340
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
341
                $(TAGS_FILES) $(LISP)
 
342
        tags=; \
 
343
        here=`pwd`; \
 
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
345
        unique=`for i in $$list; do \
 
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
347
          done | \
 
348
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
350
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
351
          test -n "$$unique" || unique=$$empty_fix; \
 
352
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
353
            $$tags $$unique; \
 
354
        fi
 
355
ctags: CTAGS
 
356
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
357
                $(TAGS_FILES) $(LISP)
 
358
        tags=; \
 
359
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
360
        unique=`for i in $$list; do \
 
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
362
          done | \
 
363
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
364
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
365
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
366
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
367
             $$tags $$unique
 
368
 
 
369
GTAGS:
 
370
        here=`$(am__cd) $(top_builddir) && pwd` \
 
371
          && cd $(top_srcdir) \
 
372
          && gtags -i $(GTAGS_ARGS) $$here
 
373
 
 
374
distclean-tags:
 
375
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
376
 
 
377
distdir: $(DISTFILES)
 
378
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
379
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
380
        list='$(DISTFILES)'; \
 
381
          dist_files=`for file in $$list; do echo $$file; done | \
 
382
          sed -e "s|^$$srcdirstrip/||;t" \
 
383
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
384
        case $$dist_files in \
 
385
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
386
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
387
                           sort -u` ;; \
 
388
        esac; \
 
389
        for file in $$dist_files; do \
 
390
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
391
          if test -d $$d/$$file; then \
 
392
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
393
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
394
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
395
            fi; \
 
396
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
397
          else \
 
398
            test -f $(distdir)/$$file \
 
399
            || cp -p $$d/$$file $(distdir)/$$file \
 
400
            || exit 1; \
 
401
          fi; \
 
402
        done
 
403
check-am: all-am
 
404
check: check-am
 
405
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
406
installdirs:
 
407
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
408
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
409
        done
 
410
install: install-am
 
411
install-exec: install-exec-am
 
412
install-data: install-data-am
 
413
uninstall: uninstall-am
 
414
 
 
415
install-am: all-am
 
416
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
417
 
 
418
installcheck: installcheck-am
 
419
install-strip:
 
420
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
421
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
422
          `test -z '$(STRIP)' || \
 
423
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
424
mostlyclean-generic:
 
425
 
 
426
clean-generic:
 
427
 
 
428
distclean-generic:
 
429
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
430
 
 
431
maintainer-clean-generic:
 
432
        @echo "This command is intended for maintainers to use"
 
433
        @echo "it deletes files that may require special tools to rebuild."
 
434
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
435
clean: clean-am
 
436
 
 
437
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
438
        mostlyclean-am
 
439
 
 
440
distclean: distclean-am
 
441
        -rm -rf ./$(DEPDIR)
 
442
        -rm -f Makefile
 
443
distclean-am: clean-am distclean-compile distclean-generic \
 
444
        distclean-tags
 
445
 
 
446
dvi: dvi-am
 
447
 
 
448
dvi-am:
 
449
 
 
450
html: html-am
 
451
 
 
452
info: info-am
 
453
 
 
454
info-am:
 
455
 
 
456
install-data-am: install-pluginLTLIBRARIES
 
457
 
 
458
install-dvi: install-dvi-am
 
459
 
 
460
install-exec-am:
 
461
 
 
462
install-html: install-html-am
 
463
 
 
464
install-info: install-info-am
 
465
 
 
466
install-man:
 
467
 
 
468
install-pdf: install-pdf-am
 
469
 
 
470
install-ps: install-ps-am
 
471
 
 
472
installcheck-am:
 
473
 
 
474
maintainer-clean: maintainer-clean-am
 
475
        -rm -rf ./$(DEPDIR)
 
476
        -rm -f Makefile
 
477
maintainer-clean-am: distclean-am maintainer-clean-generic
 
478
 
 
479
mostlyclean: mostlyclean-am
 
480
 
 
481
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
482
        mostlyclean-libtool
 
483
 
 
484
pdf: pdf-am
 
485
 
 
486
pdf-am:
 
487
 
 
488
ps: ps-am
 
489
 
 
490
ps-am:
 
491
 
 
492
uninstall-am: uninstall-pluginLTLIBRARIES
 
493
 
 
494
.MAKE: install-am install-strip
 
495
 
 
496
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
497
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
498
        distclean-compile distclean-generic distclean-libtool \
 
499
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
500
        install install-am install-data install-data-am install-dvi \
 
501
        install-dvi-am install-exec install-exec-am install-html \
 
502
        install-html-am install-info install-info-am install-man \
 
503
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
504
        install-ps install-ps-am install-strip installcheck \
 
505
        installcheck-am installdirs maintainer-clean \
 
506
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
507
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
508
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
 
509
 
 
510
 
 
511
# jack_alsa_la_LIBADD = 
 
512
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
513
# Otherwise a system limit (for SysV at least) may be exceeded.
 
514
.NOEXPORT: