~ubuntu-branches/ubuntu/trusty/presage/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/core/context_tracker/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matteo Vescovi
  • Date: 2011-08-06 09:26:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110806092615-0wvhajaht9974ncx
Tags: upstream-0.8.6
ImportĀ upstreamĀ versionĀ 0.8.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
##########
 
19
#  Presage, an extensible predictive text entry system
 
20
#  ------------------------------------------------------
 
21
#
 
22
#  Copyright (C) 2008  Matteo Vescovi <matteo.vescovi@yahoo.co.uk>
 
23
#
 
24
#  This program is free software; you can redistribute it and/or modify
 
25
#  it under the terms of the GNU General Public License as published by
 
26
#  the Free Software Foundation; either version 2 of the License, or
 
27
#  (at your option) any later version.
 
28
#
 
29
#  This program is distributed in the hope that it will be useful,
 
30
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
31
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
32
#  GNU General Public License for more details.
 
33
#
 
34
#  You should have received a copy of the GNU General Public License along
 
35
#  with this program; if not, write to the Free Software Foundation, Inc.,
 
36
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
37
 
 
38
VPATH = @srcdir@
 
39
pkgdatadir = $(datadir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
 
41
pkglibdir = $(libdir)/@PACKAGE@
 
42
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
build_triplet = @build@
 
56
host_triplet = @host@
 
57
subdir = src/lib/core/context_tracker
 
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
60
am__aclocal_m4_deps = $(top_srcdir)/m4/cppunit.m4 \
 
61
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
62
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
63
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
65
        $(ACLOCAL_M4)
 
66
mkinstalldirs = $(install_sh) -d
 
67
CONFIG_HEADER = $(top_builddir)/config.h
 
68
CONFIG_CLEAN_FILES =
 
69
CONFIG_CLEAN_VPATH_FILES =
 
70
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
71
libcontexttracker_la_LIBADD =
 
72
am_libcontexttracker_la_OBJECTS = contextTracker.lo \
 
73
        contextChangeDetector.lo
 
74
libcontexttracker_la_OBJECTS = $(am_libcontexttracker_la_OBJECTS)
 
75
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
76
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
77
am__depfiles_maybe = depfiles
 
78
am__mv = mv -f
 
79
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
80
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
81
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
82
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
83
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
84
CXXLD = $(CXX)
 
85
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
86
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
87
        $(LDFLAGS) -o $@
 
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
89
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
90
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
91
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
92
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
93
CCLD = $(CC)
 
94
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
95
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
96
        $(LDFLAGS) -o $@
 
97
SOURCES = $(libcontexttracker_la_SOURCES)
 
98
DIST_SOURCES = $(libcontexttracker_la_SOURCES)
 
99
ETAGS = etags
 
100
CTAGS = ctags
 
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
102
ACLOCAL = @ACLOCAL@
 
103
AMTAR = @AMTAR@
 
104
AR = @AR@
 
105
AS = @AS@
 
106
AUTOCONF = @AUTOCONF@
 
107
AUTOHEADER = @AUTOHEADER@
 
108
AUTOMAKE = @AUTOMAKE@
 
109
AWK = @AWK@
 
110
CC = @CC@
 
111
CCDEPMODE = @CCDEPMODE@
 
112
CFLAGS = @CFLAGS@
 
113
CPP = @CPP@
 
114
CPPFLAGS = @CPPFLAGS@
 
115
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
116
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
117
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
118
CXX = @CXX@
 
119
CXXCPP = @CXXCPP@
 
120
CXXDEPMODE = @CXXDEPMODE@
 
121
CXXFLAGS = @CXXFLAGS@
 
122
CYGPATH_W = @CYGPATH_W@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
DLLTOOL = @DLLTOOL@
 
126
DSYMUTIL = @DSYMUTIL@
 
127
DUMPBIN = @DUMPBIN@
 
128
ECHO_C = @ECHO_C@
 
129
ECHO_N = @ECHO_N@
 
130
ECHO_T = @ECHO_T@
 
131
EGREP = @EGREP@
 
132
EXEEXT = @EXEEXT@
 
133
FGREP = @FGREP@
 
134
GNOME_CFLAGS = @GNOME_CFLAGS@
 
135
GNOME_LIBS = @GNOME_LIBS@
 
136
GREP = @GREP@
 
137
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
138
GTHREAD_LIBS = @GTHREAD_LIBS@
 
139
HAVE_DOT = @HAVE_DOT@
 
140
HAVE_DOXYGEN = @HAVE_DOXYGEN@
 
141
HAVE_HELP2MAN = @HAVE_HELP2MAN@
 
142
IDNGRAM2LM = @IDNGRAM2LM@
 
143
INSTALL = @INSTALL@
 
144
INSTALL_DATA = @INSTALL_DATA@
 
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
LD = @LD@
 
149
LDFLAGS = @LDFLAGS@
 
150
LIBOBJS = @LIBOBJS@
 
151
LIBS = @LIBS@
 
152
LIBTOOL = @LIBTOOL@
 
153
LIPO = @LIPO@
 
154
LN_S = @LN_S@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAKEINFO = @MAKEINFO@
 
157
MKDIR_P = @MKDIR_P@
 
158
NM = @NM@
 
159
NMEDIT = @NMEDIT@
 
160
OBJDUMP = @OBJDUMP@
 
161
OBJEXT = @OBJEXT@
 
162
OTOOL = @OTOOL@
 
163
OTOOL64 = @OTOOL64@
 
164
PACKAGE = @PACKAGE@
 
165
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
166
PACKAGE_NAME = @PACKAGE_NAME@
 
167
PACKAGE_STRING = @PACKAGE_STRING@
 
168
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
169
PACKAGE_URL = @PACKAGE_URL@
 
170
PACKAGE_VERSION = @PACKAGE_VERSION@
 
171
PATH_SEPARATOR = @PATH_SEPARATOR@
 
172
PKG_CONFIG = @PKG_CONFIG@
 
173
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
174
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
175
PYTHON = @PYTHON@
 
176
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
177
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
178
PYTHON_PREFIX = @PYTHON_PREFIX@
 
179
PYTHON_VERSION = @PYTHON_VERSION@
 
180
RANLIB = @RANLIB@
 
181
SED = @SED@
 
182
SET_MAKE = @SET_MAKE@
 
183
SHELL = @SHELL@
 
184
SQLITE_LIBS = @SQLITE_LIBS@
 
185
STRIP = @STRIP@
 
186
SWIG = @SWIG@
 
187
TEXT2IDNGRAM = @TEXT2IDNGRAM@
 
188
TEXT2WFREQ = @TEXT2WFREQ@
 
189
VERSION = @VERSION@
 
190
WFREQ2VOCAB = @WFREQ2VOCAB@
 
191
abs_builddir = @abs_builddir@
 
192
abs_srcdir = @abs_srcdir@
 
193
abs_top_builddir = @abs_top_builddir@
 
194
abs_top_srcdir = @abs_top_srcdir@
 
195
ac_ct_CC = @ac_ct_CC@
 
196
ac_ct_CXX = @ac_ct_CXX@
 
197
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
198
am__include = @am__include@
 
199
am__leading_dot = @am__leading_dot@
 
200
am__quote = @am__quote@
 
201
am__tar = @am__tar@
 
202
am__untar = @am__untar@
 
203
bindir = @bindir@
 
204
build = @build@
 
205
build_alias = @build_alias@
 
206
build_cpu = @build_cpu@
 
207
build_os = @build_os@
 
208
build_vendor = @build_vendor@
 
209
builddir = @builddir@
 
210
datadir = @datadir@
 
211
datarootdir = @datarootdir@
 
212
docdir = @docdir@
 
213
dvidir = @dvidir@
 
214
exec_prefix = @exec_prefix@
 
215
host = @host@
 
216
host_alias = @host_alias@
 
217
host_cpu = @host_cpu@
 
218
host_os = @host_os@
 
219
host_vendor = @host_vendor@
 
220
htmldir = @htmldir@
 
221
includedir = @includedir@
 
222
infodir = @infodir@
 
223
install_sh = @install_sh@
 
224
libdir = @libdir@
 
225
libexecdir = @libexecdir@
 
226
localedir = @localedir@
 
227
localstatedir = @localstatedir@
 
228
lt_ECHO = @lt_ECHO@
 
229
mandir = @mandir@
 
230
mkdir_p = @mkdir_p@
 
231
oldincludedir = @oldincludedir@
 
232
pdfdir = @pdfdir@
 
233
pkgpyexecdir = @pkgpyexecdir@
 
234
pkgpythondir = @pkgpythondir@
 
235
prefix = @prefix@
 
236
program_transform_name = @program_transform_name@
 
237
psdir = @psdir@
 
238
pyexecdir = @pyexecdir@
 
239
pythondir = @pythondir@
 
240
sbindir = @sbindir@
 
241
sharedstatedir = @sharedstatedir@
 
242
srcdir = @srcdir@
 
243
sysconfdir = @sysconfdir@
 
244
target_alias = @target_alias@
 
245
top_build_prefix = @top_build_prefix@
 
246
top_builddir = @top_builddir@
 
247
top_srcdir = @top_srcdir@
 
248
noinst_LTLIBRARIES = \
 
249
        libcontexttracker.la
 
250
 
 
251
libcontexttracker_la_SOURCES = \
 
252
        contextTracker.cpp \
 
253
        contextTracker.h \
 
254
        contextChangeDetector.cpp \
 
255
        contextChangeDetector.h 
 
256
 
 
257
all: all-am
 
258
 
 
259
.SUFFIXES:
 
260
.SUFFIXES: .cpp .lo .o .obj
 
261
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
262
        @for dep in $?; do \
 
263
          case '$(am__configure_deps)' in \
 
264
            *$$dep*) \
 
265
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
266
                && { if test -f $@; then exit 0; else break; fi; }; \
 
267
              exit 1;; \
 
268
          esac; \
 
269
        done; \
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/core/context_tracker/Makefile'; \
 
271
        $(am__cd) $(top_srcdir) && \
 
272
          $(AUTOMAKE) --gnu src/lib/core/context_tracker/Makefile
 
273
.PRECIOUS: Makefile
 
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
275
        @case '$?' in \
 
276
          *config.status*) \
 
277
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
278
          *) \
 
279
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
280
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
281
        esac;
 
282
 
 
283
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
285
 
 
286
$(top_srcdir)/configure:  $(am__configure_deps)
 
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
$(am__aclocal_m4_deps):
 
291
 
 
292
clean-noinstLTLIBRARIES:
 
293
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
294
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
295
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
296
          test "$$dir" != "$$p" || dir=.; \
 
297
          echo "rm -f \"$${dir}/so_locations\""; \
 
298
          rm -f "$${dir}/so_locations"; \
 
299
        done
 
300
libcontexttracker.la: $(libcontexttracker_la_OBJECTS) $(libcontexttracker_la_DEPENDENCIES) 
 
301
        $(CXXLINK)  $(libcontexttracker_la_OBJECTS) $(libcontexttracker_la_LIBADD) $(LIBS)
 
302
 
 
303
mostlyclean-compile:
 
304
        -rm -f *.$(OBJEXT)
 
305
 
 
306
distclean-compile:
 
307
        -rm -f *.tab.c
 
308
 
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contextChangeDetector.Plo@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contextTracker.Plo@am__quote@
 
311
 
 
312
.cpp.o:
 
313
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
314
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
315
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
316
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
318
 
 
319
.cpp.obj:
 
320
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
321
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
322
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
325
 
 
326
.cpp.lo:
 
327
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
328
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
332
 
 
333
mostlyclean-libtool:
 
334
        -rm -f *.lo
 
335
 
 
336
clean-libtool:
 
337
        -rm -rf .libs _libs
 
338
 
 
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
340
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
346
        mkid -fID $$unique
 
347
tags: TAGS
 
348
 
 
349
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
350
                $(TAGS_FILES) $(LISP)
 
351
        set x; \
 
352
        here=`pwd`; \
 
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
361
          test -n "$$unique" || unique=$$empty_fix; \
 
362
          if test $$# -gt 0; then \
 
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
364
              "$$@" $$unique; \
 
365
          else \
 
366
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
              $$unique; \
 
368
          fi; \
 
369
        fi
 
370
ctags: CTAGS
 
371
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
372
                $(TAGS_FILES) $(LISP)
 
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
374
        unique=`for i in $$list; do \
 
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
376
          done | \
 
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
379
        test -z "$(CTAGS_ARGS)$$unique" \
 
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
381
             $$unique
 
382
 
 
383
GTAGS:
 
384
        here=`$(am__cd) $(top_builddir) && pwd` \
 
385
          && $(am__cd) $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) "$$here"
 
387
 
 
388
distclean-tags:
 
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
390
 
 
391
distdir: $(DISTFILES)
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
394
        list='$(DISTFILES)'; \
 
395
          dist_files=`for file in $$list; do echo $$file; done | \
 
396
          sed -e "s|^$$srcdirstrip/||;t" \
 
397
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
398
        case $$dist_files in \
 
399
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
400
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
401
                           sort -u` ;; \
 
402
        esac; \
 
403
        for file in $$dist_files; do \
 
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
405
          if test -d $$d/$$file; then \
 
406
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
407
            if test -d "$(distdir)/$$file"; then \
 
408
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
409
            fi; \
 
410
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
411
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
412
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
413
            fi; \
 
414
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
415
          else \
 
416
            test -f "$(distdir)/$$file" \
 
417
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
418
            || exit 1; \
 
419
          fi; \
 
420
        done
 
421
check-am: all-am
 
422
check: check-am
 
423
all-am: Makefile $(LTLIBRARIES)
 
424
installdirs:
 
425
install: install-am
 
426
install-exec: install-exec-am
 
427
install-data: install-data-am
 
428
uninstall: uninstall-am
 
429
 
 
430
install-am: all-am
 
431
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
432
 
 
433
installcheck: installcheck-am
 
434
install-strip:
 
435
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
436
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
437
          `test -z '$(STRIP)' || \
 
438
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
439
mostlyclean-generic:
 
440
 
 
441
clean-generic:
 
442
 
 
443
distclean-generic:
 
444
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
445
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
446
 
 
447
maintainer-clean-generic:
 
448
        @echo "This command is intended for maintainers to use"
 
449
        @echo "it deletes files that may require special tools to rebuild."
 
450
clean: clean-am
 
451
 
 
452
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
453
        mostlyclean-am
 
454
 
 
455
distclean: distclean-am
 
456
        -rm -rf ./$(DEPDIR)
 
457
        -rm -f Makefile
 
458
distclean-am: clean-am distclean-compile distclean-generic \
 
459
        distclean-tags
 
460
 
 
461
dvi: dvi-am
 
462
 
 
463
dvi-am:
 
464
 
 
465
html: html-am
 
466
 
 
467
html-am:
 
468
 
 
469
info: info-am
 
470
 
 
471
info-am:
 
472
 
 
473
install-data-am:
 
474
 
 
475
install-dvi: install-dvi-am
 
476
 
 
477
install-dvi-am:
 
478
 
 
479
install-exec-am:
 
480
 
 
481
install-html: install-html-am
 
482
 
 
483
install-html-am:
 
484
 
 
485
install-info: install-info-am
 
486
 
 
487
install-info-am:
 
488
 
 
489
install-man:
 
490
 
 
491
install-pdf: install-pdf-am
 
492
 
 
493
install-pdf-am:
 
494
 
 
495
install-ps: install-ps-am
 
496
 
 
497
install-ps-am:
 
498
 
 
499
installcheck-am:
 
500
 
 
501
maintainer-clean: maintainer-clean-am
 
502
        -rm -rf ./$(DEPDIR)
 
503
        -rm -f Makefile
 
504
maintainer-clean-am: distclean-am maintainer-clean-generic
 
505
 
 
506
mostlyclean: mostlyclean-am
 
507
 
 
508
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
509
        mostlyclean-libtool
 
510
 
 
511
pdf: pdf-am
 
512
 
 
513
pdf-am:
 
514
 
 
515
ps: ps-am
 
516
 
 
517
ps-am:
 
518
 
 
519
uninstall-am:
 
520
 
 
521
.MAKE: install-am install-strip
 
522
 
 
523
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
524
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
525
        distclean-compile distclean-generic distclean-libtool \
 
526
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
527
        install install-am install-data install-data-am install-dvi \
 
528
        install-dvi-am install-exec install-exec-am install-html \
 
529
        install-html-am install-info install-info-am install-man \
 
530
        install-pdf install-pdf-am install-ps install-ps-am \
 
531
        install-strip installcheck installcheck-am installdirs \
 
532
        maintainer-clean maintainer-clean-generic mostlyclean \
 
533
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
534
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
535
 
 
536
 
 
537
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
538
# Otherwise a system limit (for SysV at least) may be exceeded.
 
539
.NOEXPORT: