~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to network/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = network
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
39
        $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(install_sh) -d
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
46
am__vpath_adj = case $$p in \
 
47
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
48
    *) f=$$p;; \
 
49
  esac;
 
50
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
51
am__installdirs = "$(DESTDIR)$(plugindir)"
 
52
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
53
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
54
network_la_LIBADD =
 
55
am__network_la_SOURCES_DIST = main.c manager.h manager.c server.h \
 
56
        server.c bridge.h bridge.c connection.h connection.c common.h \
 
57
        common.c
 
58
@NETWORKPLUGIN_TRUE@am_network_la_OBJECTS = main.lo manager.lo \
 
59
@NETWORKPLUGIN_TRUE@    server.lo bridge.lo connection.lo \
 
60
@NETWORKPLUGIN_TRUE@    common.lo
 
61
network_la_OBJECTS = $(am_network_la_OBJECTS)
 
62
@NETWORKPLUGIN_TRUE@am_network_la_rpath = -rpath $(plugindir)
 
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
64
depcomp = $(SHELL) $(top_srcdir)/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 = $(network_la_SOURCES)
 
76
DIST_SOURCES = $(am__network_la_SOURCES_DIST)
 
77
ETAGS = etags
 
78
CTAGS = ctags
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
ACLOCAL = @ACLOCAL@
 
81
ALSA_CFLAGS = @ALSA_CFLAGS@
 
82
ALSA_LIBS = @ALSA_LIBS@
 
83
AMTAR = @AMTAR@
 
84
AR = @AR@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
BLUEZ_CFLAGS = @BLUEZ_CFLAGS@
 
90
BLUEZ_LIBS = @BLUEZ_LIBS@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@
 
94
CPP = @CPP@
 
95
CPPFLAGS = @CPPFLAGS@
 
96
CYGPATH_W = @CYGPATH_W@
 
97
DBUS_CFLAGS = @DBUS_CFLAGS@
 
98
DBUS_LIBS = @DBUS_LIBS@
 
99
DEFS = @DEFS@
 
100
DEPDIR = @DEPDIR@
 
101
ECHO = @ECHO@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EGREP = @EGREP@
 
106
EXEEXT = @EXEEXT@
 
107
GDBUS_CFLAGS = @GDBUS_CFLAGS@
 
108
GDBUS_LIBS = @GDBUS_LIBS@
 
109
GLIB_CFLAGS = @GLIB_CFLAGS@
 
110
GLIB_LIBS = @GLIB_LIBS@
 
111
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
112
GMODULE_LIBS = @GMODULE_LIBS@
 
113
GREP = @GREP@
 
114
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 
115
GSTREAMER_LIBS = @GSTREAMER_LIBS@
 
116
GSTREAMER_PLUGINSDIR = @GSTREAMER_PLUGINSDIR@
 
117
GTKDOC_CHECK = @GTKDOC_CHECK@
 
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
LDFLAGS = @LDFLAGS@
 
125
LEX = @LEX@
 
126
LEXLIB = @LEXLIB@
 
127
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
 
130
LIBTOOL = @LIBTOOL@
 
131
LN_S = @LN_S@
 
132
LTLIBOBJS = @LTLIBOBJS@
 
133
MAINT = @MAINT@
 
134
MAKEINFO = @MAKEINFO@
 
135
MKDIR_P = @MKDIR_P@
 
136
NETLINK_CFLAGS = @NETLINK_CFLAGS@
 
137
NETLINK_LIBS = @NETLINK_LIBS@
 
138
OBJEXT = @OBJEXT@
 
139
PACKAGE = @PACKAGE@
 
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_NAME = @PACKAGE_NAME@
 
142
PACKAGE_STRING = @PACKAGE_STRING@
 
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_VERSION = @PACKAGE_VERSION@
 
145
PATH_SEPARATOR = @PATH_SEPARATOR@
 
146
PKG_CONFIG = @PKG_CONFIG@
 
147
RANLIB = @RANLIB@
 
148
SBC_CFLAGS = @SBC_CFLAGS@
 
149
SBC_LIBS = @SBC_LIBS@
 
150
SED = @SED@
 
151
SET_MAKE = @SET_MAKE@
 
152
SHELL = @SHELL@
 
153
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
154
SNDFILE_LIBS = @SNDFILE_LIBS@
 
155
STRIP = @STRIP@
 
156
TELEPHONY_DRIVER = @TELEPHONY_DRIVER@
 
157
USB_CFLAGS = @USB_CFLAGS@
 
158
USB_LIBS = @USB_LIBS@
 
159
VERSION = @VERSION@
 
160
YACC = @YACC@
 
161
YFLAGS = @YFLAGS@
 
162
abs_builddir = @abs_builddir@
 
163
abs_srcdir = @abs_srcdir@
 
164
abs_top_builddir = @abs_top_builddir@
 
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_CC = @ac_ct_CC@
 
167
am__include = @am__include@
 
168
am__leading_dot = @am__leading_dot@
 
169
am__quote = @am__quote@
 
170
am__tar = @am__tar@
 
171
am__untar = @am__untar@
 
172
bindir = @bindir@
 
173
build = @build@
 
174
build_alias = @build_alias@
 
175
build_cpu = @build_cpu@
 
176
build_os = @build_os@
 
177
build_vendor = @build_vendor@
 
178
builddir = @builddir@
 
179
datadir = @datadir@
 
180
datarootdir = @datarootdir@
 
181
docdir = @docdir@
 
182
dvidir = @dvidir@
 
183
exec_prefix = @exec_prefix@
 
184
host = @host@
 
185
host_alias = @host_alias@
 
186
host_cpu = @host_cpu@
 
187
host_os = @host_os@
 
188
host_vendor = @host_vendor@
 
189
htmldir = @htmldir@
 
190
includedir = @includedir@
 
191
infodir = @infodir@
 
192
install_sh = @install_sh@
 
193
libdir = @libdir@
 
194
libexecdir = @libexecdir@
 
195
localedir = @localedir@
 
196
localstatedir = @localstatedir@
 
197
mandir = @mandir@
 
198
mkdir_p = @mkdir_p@
 
199
oldincludedir = @oldincludedir@
 
200
pdfdir = @pdfdir@
 
201
prefix = @prefix@
 
202
program_transform_name = @program_transform_name@
 
203
psdir = @psdir@
 
204
sbindir = @sbindir@
 
205
sharedstatedir = @sharedstatedir@
 
206
srcdir = @srcdir@
 
207
sysconfdir = @sysconfdir@
 
208
target_alias = @target_alias@
 
209
top_builddir = @top_builddir@
 
210
top_srcdir = @top_srcdir@
 
211
@NETWORKPLUGIN_TRUE@plugindir = $(libdir)/bluetooth/plugins
 
212
@NETWORKPLUGIN_TRUE@plugin_LTLIBRARIES = network.la
 
213
@NETWORKPLUGIN_TRUE@network_la_SOURCES = main.c manager.h manager.c \
 
214
@NETWORKPLUGIN_TRUE@    server.h server.c bridge.h bridge.c \
 
215
@NETWORKPLUGIN_TRUE@    connection.h connection.c common.h common.c
 
216
 
 
217
@NETWORKPLUGIN_TRUE@LDADD = $(top_builddir)/common/libhelper.a \
 
218
@NETWORKPLUGIN_TRUE@            @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
 
219
 
 
220
AM_LDFLAGS = -module -avoid-version -no-undefined \
 
221
                        -export-symbols-regex bluetooth_plugin_desc
 
222
 
 
223
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
 
224
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
 
225
EXTRA_DIST = network.conf
 
226
MAINTAINERCLEANFILES = Makefile.in
 
227
all: all-am
 
228
 
 
229
.SUFFIXES:
 
230
.SUFFIXES: .c .lo .o .obj
 
231
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
232
        @for dep in $?; do \
 
233
          case '$(am__configure_deps)' in \
 
234
            *$$dep*) \
 
235
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
236
                && exit 0; \
 
237
              exit 1;; \
 
238
          esac; \
 
239
        done; \
 
240
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  network/Makefile'; \
 
241
        cd $(top_srcdir) && \
 
242
          $(AUTOMAKE) --gnu  network/Makefile
 
243
.PRECIOUS: Makefile
 
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
245
        @case '$?' in \
 
246
          *config.status*) \
 
247
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
248
          *) \
 
249
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
250
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
251
        esac;
 
252
 
 
253
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
255
 
 
256
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
261
        @$(NORMAL_INSTALL)
 
262
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
263
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
264
          if test -f $$p; then \
 
265
            f=$(am__strip_dir) \
 
266
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
267
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
268
          else :; fi; \
 
269
        done
 
270
 
 
271
uninstall-pluginLTLIBRARIES:
 
272
        @$(NORMAL_UNINSTALL)
 
273
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
274
          p=$(am__strip_dir) \
 
275
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
276
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
277
        done
 
278
 
 
279
clean-pluginLTLIBRARIES:
 
280
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
281
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
282
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
283
          test "$$dir" != "$$p" || dir=.; \
 
284
          echo "rm -f \"$${dir}/so_locations\""; \
 
285
          rm -f "$${dir}/so_locations"; \
 
286
        done
 
287
network.la: $(network_la_OBJECTS) $(network_la_DEPENDENCIES) 
 
288
        $(LINK) $(am_network_la_rpath) $(network_la_OBJECTS) $(network_la_LIBADD) $(LIBS)
 
289
 
 
290
mostlyclean-compile:
 
291
        -rm -f *.$(OBJEXT)
 
292
 
 
293
distclean-compile:
 
294
        -rm -f *.tab.c
 
295
 
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bridge.Plo@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.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)
 
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
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
511
# Otherwise a system limit (for SysV at least) may be exceeded.
 
512
.NOEXPORT: