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

« back to all changes in this revision

Viewing changes to serial/Makefile.in

ImportĀ upstreamĀ versionĀ 4.81

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