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

« back to all changes in this revision

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