~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to liblttng-ust-java-agent/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2015-06-24 14:18:03 UTC
  • mfrom: (11.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20150624141803-zfj6xzpr7dlxiysg
Tags: 2.6.2-1ubuntu1
* Merge from Debian unstable. (LP: #1468345) Remaining changes:
  - debian/control, debian/patches/use-python3.patch:
    + Switch to use python3. (Closes: #789790)
* Drop following changes, fixed in Debian / upstream:
  - debian/patches/0001-Add-aarch64-host-cpu-in-configure.ac.patch:
    + Add arm64 host_cpu stanzas in configure.ac
  - debian/liblttng-ust0.symbols:
    + Update symbols file.
  - debian/control:
    + Enable builds on arm64 and ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
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
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
pkglibdir = $(libdir)/@PACKAGE@
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
70
INSTALL_HEADER = $(INSTALL_DATA)
 
71
transform = $(program_transform_name)
 
72
NORMAL_INSTALL = :
 
73
PRE_INSTALL = :
 
74
POST_INSTALL = :
 
75
NORMAL_UNINSTALL = :
 
76
PRE_UNINSTALL = :
 
77
POST_UNINSTALL = :
 
78
build_triplet = @build@
 
79
host_triplet = @host@
 
80
target_triplet = @target@
 
81
subdir = liblttng-ust-java-agent
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
84
am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_class.m4 \
 
85
        $(top_srcdir)/config/ax_check_classpath.m4 \
 
86
        $(top_srcdir)/config/ax_java_options.m4 \
 
87
        $(top_srcdir)/config/ax_jni_include_dir.m4 \
 
88
        $(top_srcdir)/config/ax_prog_jar.m4 \
 
89
        $(top_srcdir)/config/ax_prog_java.m4 \
 
90
        $(top_srcdir)/config/ax_prog_java_works.m4 \
 
91
        $(top_srcdir)/config/ax_prog_javac.m4 \
 
92
        $(top_srcdir)/config/ax_prog_javac_works.m4 \
 
93
        $(top_srcdir)/config/ax_prog_javah.m4 \
 
94
        $(top_srcdir)/config/ax_sys_weak_alias.m4 \
 
95
        $(top_srcdir)/config/ax_try_compile_java.m4 \
 
96
        $(top_srcdir)/config/libtool.m4 \
 
97
        $(top_srcdir)/config/ltoptions.m4 \
 
98
        $(top_srcdir)/config/ltsugar.m4 \
 
99
        $(top_srcdir)/config/ltversion.m4 \
 
100
        $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
101
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
102
        $(ACLOCAL_M4)
 
103
mkinstalldirs = $(install_sh) -d
 
104
CONFIG_HEADER = $(top_builddir)/config.h \
 
105
        $(top_builddir)/include/lttng/ust-config.h
 
106
CONFIG_CLEAN_FILES =
 
107
CONFIG_CLEAN_VPATH_FILES =
 
108
AM_V_P = $(am__v_P_@AM_V@)
 
109
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
110
am__v_P_0 = false
 
111
am__v_P_1 = :
 
112
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
113
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
114
am__v_GEN_0 = @echo "  GEN     " $@;
 
115
am__v_GEN_1 = 
 
116
AM_V_at = $(am__v_at_@AM_V@)
 
117
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
118
am__v_at_0 = @
 
119
am__v_at_1 = 
 
120
SOURCES =
 
121
DIST_SOURCES =
 
122
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
123
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
124
        install-data-recursive install-dvi-recursive \
 
125
        install-exec-recursive install-html-recursive \
 
126
        install-info-recursive install-pdf-recursive \
 
127
        install-ps-recursive install-recursive installcheck-recursive \
 
128
        installdirs-recursive pdf-recursive ps-recursive \
 
129
        tags-recursive uninstall-recursive
 
130
am__can_run_installinfo = \
 
131
  case $$AM_UPDATE_INFO_DIR in \
 
132
    n|no|NO) false;; \
 
133
    *) (install-info --version) >/dev/null 2>&1;; \
 
134
  esac
 
135
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
136
  distclean-recursive maintainer-clean-recursive
 
137
am__recursive_targets = \
 
138
  $(RECURSIVE_TARGETS) \
 
139
  $(RECURSIVE_CLEAN_TARGETS) \
 
140
  $(am__extra_recursive_targets)
 
141
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
142
        distdir
 
143
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
144
# Read a list of newline-separated strings from the standard input,
 
145
# and print each of them once, without duplicates.  Input order is
 
146
# *not* preserved.
 
147
am__uniquify_input = $(AWK) '\
 
148
  BEGIN { nonempty = 0; } \
 
149
  { items[$$0] = 1; nonempty = 1; } \
 
150
  END { if (nonempty) { for (i in items) print i; }; } \
 
151
'
 
152
# Make sure the list of sources is unique.  This is necessary because,
 
153
# e.g., the same source file might be shared among _SOURCES variables
 
154
# for different programs/libraries.
 
155
am__define_uniq_tagged_files = \
 
156
  list='$(am__tagged_files)'; \
 
157
  unique=`for i in $$list; do \
 
158
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
159
  done | $(am__uniquify_input)`
 
160
ETAGS = etags
 
161
CTAGS = ctags
 
162
DIST_SUBDIRS = $(SUBDIRS)
 
163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
164
am__relativize = \
 
165
  dir0=`pwd`; \
 
166
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
167
  sed_rest='s,^[^/]*/*,,'; \
 
168
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
169
  sed_butlast='s,/*[^/]*$$,,'; \
 
170
  while test -n "$$dir1"; do \
 
171
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
172
    if test "$$first" != "."; then \
 
173
      if test "$$first" = ".."; then \
 
174
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
175
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
176
      else \
 
177
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
178
        if test "$$first2" = "$$first"; then \
 
179
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
180
        else \
 
181
          dir2="../$$dir2"; \
 
182
        fi; \
 
183
        dir0="$$dir0"/"$$first"; \
 
184
      fi; \
 
185
    fi; \
 
186
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
187
  done; \
 
188
  reldir="$$dir2"
 
189
ACLOCAL = @ACLOCAL@
 
190
AMTAR = @AMTAR@
 
191
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
192
AR = @AR@
 
193
AUTOCONF = @AUTOCONF@
 
194
AUTOHEADER = @AUTOHEADER@
 
195
AUTOMAKE = @AUTOMAKE@
 
196
AWK = @AWK@
 
197
CC = @CC@
 
198
CCDEPMODE = @CCDEPMODE@
 
199
CFLAGS = @CFLAGS@
 
200
CPP = @CPP@
 
201
CPPFLAGS = @CPPFLAGS@
 
202
CXX = @CXX@
 
203
CXXCPP = @CXXCPP@
 
204
CXXDEPMODE = @CXXDEPMODE@
 
205
CXXFLAGS = @CXXFLAGS@
 
206
CYGPATH_W = @CYGPATH_W@
 
207
DEFS = @DEFS@
 
208
DEPDIR = @DEPDIR@
 
209
DLLTOOL = @DLLTOOL@
 
210
DSYMUTIL = @DSYMUTIL@
 
211
DUMPBIN = @DUMPBIN@
 
212
ECHO_C = @ECHO_C@
 
213
ECHO_N = @ECHO_N@
 
214
ECHO_T = @ECHO_T@
 
215
EGREP = @EGREP@
 
216
EXEEXT = @EXEEXT@
 
217
FGREP = @FGREP@
 
218
GREP = @GREP@
 
219
INSTALL = @INSTALL@
 
220
INSTALL_DATA = @INSTALL_DATA@
 
221
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
222
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
223
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
224
JAR = @JAR@
 
225
JAVA = @JAVA@
 
226
JAVAC = @JAVAC@
 
227
JAVACFLAGS = @JAVACFLAGS@
 
228
JAVAFLAGS = @JAVAFLAGS@
 
229
JAVAH = @JAVAH@
 
230
JAVAPREFIX = @JAVAPREFIX@
 
231
LD = @LD@
 
232
LDFLAGS = @LDFLAGS@
 
233
LIBOBJS = @LIBOBJS@
 
234
LIBS = @LIBS@
 
235
LIBTOOL = @LIBTOOL@
 
236
LIPO = @LIPO@
 
237
LN_S = @LN_S@
 
238
LTLIBOBJS = @LTLIBOBJS@
 
239
LTTNG_UST_CTL_LIBRARY_VERSION = @LTTNG_UST_CTL_LIBRARY_VERSION@
 
240
LTTNG_UST_LIBRARY_VERSION = @LTTNG_UST_LIBRARY_VERSION@
 
241
MAINT = @MAINT@
 
242
MAJOR_VERSION = @MAJOR_VERSION@
 
243
MAKEINFO = @MAKEINFO@
 
244
MANIFEST_TOOL = @MANIFEST_TOOL@
 
245
MINOR_VERSION = @MINOR_VERSION@
 
246
MKDIR_P = @MKDIR_P@
 
247
NM = @NM@
 
248
NMEDIT = @NMEDIT@
 
249
OBJDUMP = @OBJDUMP@
 
250
OBJEXT = @OBJEXT@
 
251
OTOOL = @OTOOL@
 
252
OTOOL64 = @OTOOL64@
 
253
PACKAGE = @PACKAGE@
 
254
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
255
PACKAGE_NAME = @PACKAGE_NAME@
 
256
PACKAGE_STRING = @PACKAGE_STRING@
 
257
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
258
PACKAGE_URL = @PACKAGE_URL@
 
259
PACKAGE_VERSION = @PACKAGE_VERSION@
 
260
PATCHLEVEL_VERSION = @PATCHLEVEL_VERSION@
 
261
PATH_SEPARATOR = @PATH_SEPARATOR@
 
262
PYTHON = @PYTHON@
 
263
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
264
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
265
PYTHON_PREFIX = @PYTHON_PREFIX@
 
266
PYTHON_VERSION = @PYTHON_VERSION@
 
267
RANLIB = @RANLIB@
 
268
SED = @SED@
 
269
SET_MAKE = @SET_MAKE@
 
270
SHELL = @SHELL@
 
271
STRIP = @STRIP@
 
272
UUDECODE = @UUDECODE@
 
273
VERSION = @VERSION@
 
274
WEAK_ALIAS = @WEAK_ALIAS@
 
275
WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
 
276
_ACJNI_JAVAC = @_ACJNI_JAVAC@
 
277
abs_builddir = @abs_builddir@
 
278
abs_srcdir = @abs_srcdir@
 
279
abs_top_builddir = @abs_top_builddir@
 
280
abs_top_srcdir = @abs_top_srcdir@
 
281
ac_ct_AR = @ac_ct_AR@
 
282
ac_ct_CC = @ac_ct_CC@
 
283
ac_ct_CXX = @ac_ct_CXX@
 
284
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
285
am__include = @am__include@
 
286
am__leading_dot = @am__leading_dot@
 
287
am__quote = @am__quote@
 
288
am__tar = @am__tar@
 
289
am__untar = @am__untar@
 
290
bindir = @bindir@
 
291
build = @build@
 
292
build_alias = @build_alias@
 
293
build_cpu = @build_cpu@
 
294
build_os = @build_os@
 
295
build_vendor = @build_vendor@
 
296
builddir = @builddir@
 
297
datadir = @datadir@
 
298
datarootdir = @datarootdir@
 
299
docdir = @docdir@
 
300
dvidir = @dvidir@
 
301
exec_prefix = @exec_prefix@
 
302
host = @host@
 
303
host_alias = @host_alias@
 
304
host_cpu = @host_cpu@
 
305
host_os = @host_os@
 
306
host_vendor = @host_vendor@
 
307
htmldir = @htmldir@
 
308
includedir = @includedir@
 
309
infodir = @infodir@
 
310
install_sh = @install_sh@
 
311
libdir = @libdir@
 
312
libexecdir = @libexecdir@
 
313
localedir = @localedir@
 
314
localstatedir = @localstatedir@
 
315
mandir = @mandir@
 
316
mkdir_p = @mkdir_p@
 
317
oldincludedir = @oldincludedir@
 
318
pdfdir = @pdfdir@
 
319
pkgpyexecdir = @pkgpyexecdir@
 
320
pkgpythondir = @pkgpythondir@
 
321
prefix = @prefix@
 
322
program_transform_name = @program_transform_name@
 
323
psdir = @psdir@
 
324
pyexecdir = @pyexecdir@
 
325
pythondir = @pythondir@
 
326
sbindir = @sbindir@
 
327
sharedstatedir = @sharedstatedir@
 
328
srcdir = @srcdir@
 
329
sysconfdir = @sysconfdir@
 
330
target = @target@
 
331
target_alias = @target_alias@
 
332
target_cpu = @target_cpu@
 
333
target_os = @target_os@
 
334
target_vendor = @target_vendor@
 
335
top_build_prefix = @top_build_prefix@
 
336
top_builddir = @top_builddir@
 
337
top_srcdir = @top_srcdir@
 
338
SUBDIRS = java jni
 
339
all: all-recursive
 
340
 
 
341
.SUFFIXES:
 
342
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
343
        @for dep in $?; do \
 
344
          case '$(am__configure_deps)' in \
 
345
            *$$dep*) \
 
346
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
347
                && { if test -f $@; then exit 0; else break; fi; }; \
 
348
              exit 1;; \
 
349
          esac; \
 
350
        done; \
 
351
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign liblttng-ust-java-agent/Makefile'; \
 
352
        $(am__cd) $(top_srcdir) && \
 
353
          $(AUTOMAKE) --foreign liblttng-ust-java-agent/Makefile
 
354
.PRECIOUS: Makefile
 
355
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
356
        @case '$?' in \
 
357
          *config.status*) \
 
358
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
359
          *) \
 
360
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
361
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
362
        esac;
 
363
 
 
364
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
366
 
 
367
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
368
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
369
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
371
$(am__aclocal_m4_deps):
 
372
 
 
373
mostlyclean-libtool:
 
374
        -rm -f *.lo
 
375
 
 
376
clean-libtool:
 
377
        -rm -rf .libs _libs
 
378
 
 
379
# This directory's subdirectories are mostly independent; you can cd
 
380
# into them and run 'make' without going through this Makefile.
 
381
# To change the values of 'make' variables: instead of editing Makefiles,
 
382
# (1) if the variable is set in 'config.status', edit 'config.status'
 
383
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
384
# (2) otherwise, pass the desired values on the 'make' command line.
 
385
$(am__recursive_targets):
 
386
        @fail=; \
 
387
        if $(am__make_keepgoing); then \
 
388
          failcom='fail=yes'; \
 
389
        else \
 
390
          failcom='exit 1'; \
 
391
        fi; \
 
392
        dot_seen=no; \
 
393
        target=`echo $@ | sed s/-recursive//`; \
 
394
        case "$@" in \
 
395
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
396
          *) list='$(SUBDIRS)' ;; \
 
397
        esac; \
 
398
        for subdir in $$list; do \
 
399
          echo "Making $$target in $$subdir"; \
 
400
          if test "$$subdir" = "."; then \
 
401
            dot_seen=yes; \
 
402
            local_target="$$target-am"; \
 
403
          else \
 
404
            local_target="$$target"; \
 
405
          fi; \
 
406
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
407
          || eval $$failcom; \
 
408
        done; \
 
409
        if test "$$dot_seen" = "no"; then \
 
410
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
411
        fi; test -z "$$fail"
 
412
 
 
413
ID: $(am__tagged_files)
 
414
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
415
tags: tags-recursive
 
416
TAGS: tags
 
417
 
 
418
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
419
        set x; \
 
420
        here=`pwd`; \
 
421
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
422
          include_option=--etags-include; \
 
423
          empty_fix=.; \
 
424
        else \
 
425
          include_option=--include; \
 
426
          empty_fix=; \
 
427
        fi; \
 
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
429
          if test "$$subdir" = .; then :; else \
 
430
            test ! -f $$subdir/TAGS || \
 
431
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
432
          fi; \
 
433
        done; \
 
434
        $(am__define_uniq_tagged_files); \
 
435
        shift; \
 
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
437
          test -n "$$unique" || unique=$$empty_fix; \
 
438
          if test $$# -gt 0; then \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              "$$@" $$unique; \
 
441
          else \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              $$unique; \
 
444
          fi; \
 
445
        fi
 
446
ctags: ctags-recursive
 
447
 
 
448
CTAGS: ctags
 
449
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
450
        $(am__define_uniq_tagged_files); \
 
451
        test -z "$(CTAGS_ARGS)$$unique" \
 
452
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
453
             $$unique
 
454
 
 
455
GTAGS:
 
456
        here=`$(am__cd) $(top_builddir) && pwd` \
 
457
          && $(am__cd) $(top_srcdir) \
 
458
          && gtags -i $(GTAGS_ARGS) "$$here"
 
459
cscopelist: cscopelist-recursive
 
460
 
 
461
cscopelist-am: $(am__tagged_files)
 
462
        list='$(am__tagged_files)'; \
 
463
        case "$(srcdir)" in \
 
464
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
465
          *) sdir=$(subdir)/$(srcdir) ;; \
 
466
        esac; \
 
467
        for i in $$list; do \
 
468
          if test -f "$$i"; then \
 
469
            echo "$(subdir)/$$i"; \
 
470
          else \
 
471
            echo "$$sdir/$$i"; \
 
472
          fi; \
 
473
        done >> $(top_builddir)/cscope.files
 
474
 
 
475
distclean-tags:
 
476
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
477
 
 
478
distdir: $(DISTFILES)
 
479
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
480
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
481
        list='$(DISTFILES)'; \
 
482
          dist_files=`for file in $$list; do echo $$file; done | \
 
483
          sed -e "s|^$$srcdirstrip/||;t" \
 
484
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
485
        case $$dist_files in \
 
486
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
487
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
488
                           sort -u` ;; \
 
489
        esac; \
 
490
        for file in $$dist_files; do \
 
491
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
492
          if test -d $$d/$$file; then \
 
493
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
494
            if test -d "$(distdir)/$$file"; then \
 
495
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
496
            fi; \
 
497
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
498
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
 
501
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
502
          else \
 
503
            test -f "$(distdir)/$$file" \
 
504
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
505
            || exit 1; \
 
506
          fi; \
 
507
        done
 
508
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
509
          if test "$$subdir" = .; then :; else \
 
510
            $(am__make_dryrun) \
 
511
              || test -d "$(distdir)/$$subdir" \
 
512
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
513
              || exit 1; \
 
514
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
515
            $(am__relativize); \
 
516
            new_distdir=$$reldir; \
 
517
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
518
            $(am__relativize); \
 
519
            new_top_distdir=$$reldir; \
 
520
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
521
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
522
            ($(am__cd) $$subdir && \
 
523
              $(MAKE) $(AM_MAKEFLAGS) \
 
524
                top_distdir="$$new_top_distdir" \
 
525
                distdir="$$new_distdir" \
 
526
                am__remove_distdir=: \
 
527
                am__skip_length_check=: \
 
528
                am__skip_mode_fix=: \
 
529
                distdir) \
 
530
              || exit 1; \
 
531
          fi; \
 
532
        done
 
533
check-am: all-am
 
534
check: check-recursive
 
535
all-am: Makefile
 
536
installdirs: installdirs-recursive
 
537
installdirs-am:
 
538
install: install-recursive
 
539
install-exec: install-exec-recursive
 
540
install-data: install-data-recursive
 
541
uninstall: uninstall-recursive
 
542
 
 
543
install-am: all-am
 
544
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
545
 
 
546
installcheck: installcheck-recursive
 
547
install-strip:
 
548
        if test -z '$(STRIP)'; then \
 
549
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
550
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
551
              install; \
 
552
        else \
 
553
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
554
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
555
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
556
        fi
 
557
mostlyclean-generic:
 
558
 
 
559
clean-generic:
 
560
 
 
561
distclean-generic:
 
562
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
563
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
564
 
 
565
maintainer-clean-generic:
 
566
        @echo "This command is intended for maintainers to use"
 
567
        @echo "it deletes files that may require special tools to rebuild."
 
568
clean: clean-recursive
 
569
 
 
570
clean-am: clean-generic clean-libtool mostlyclean-am
 
571
 
 
572
distclean: distclean-recursive
 
573
        -rm -f Makefile
 
574
distclean-am: clean-am distclean-generic distclean-tags
 
575
 
 
576
dvi: dvi-recursive
 
577
 
 
578
dvi-am:
 
579
 
 
580
html: html-recursive
 
581
 
 
582
html-am:
 
583
 
 
584
info: info-recursive
 
585
 
 
586
info-am:
 
587
 
 
588
install-data-am:
 
589
 
 
590
install-dvi: install-dvi-recursive
 
591
 
 
592
install-dvi-am:
 
593
 
 
594
install-exec-am:
 
595
 
 
596
install-html: install-html-recursive
 
597
 
 
598
install-html-am:
 
599
 
 
600
install-info: install-info-recursive
 
601
 
 
602
install-info-am:
 
603
 
 
604
install-man:
 
605
 
 
606
install-pdf: install-pdf-recursive
 
607
 
 
608
install-pdf-am:
 
609
 
 
610
install-ps: install-ps-recursive
 
611
 
 
612
install-ps-am:
 
613
 
 
614
installcheck-am:
 
615
 
 
616
maintainer-clean: maintainer-clean-recursive
 
617
        -rm -f Makefile
 
618
maintainer-clean-am: distclean-am maintainer-clean-generic
 
619
 
 
620
mostlyclean: mostlyclean-recursive
 
621
 
 
622
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
623
 
 
624
pdf: pdf-recursive
 
625
 
 
626
pdf-am:
 
627
 
 
628
ps: ps-recursive
 
629
 
 
630
ps-am:
 
631
 
 
632
uninstall-am:
 
633
 
 
634
.MAKE: $(am__recursive_targets) install-am install-strip
 
635
 
 
636
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
637
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
638
        ctags-am distclean distclean-generic distclean-libtool \
 
639
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
640
        install install-am install-data install-data-am install-dvi \
 
641
        install-dvi-am install-exec install-exec-am install-html \
 
642
        install-html-am install-info install-info-am install-man \
 
643
        install-pdf install-pdf-am install-ps install-ps-am \
 
644
        install-strip installcheck installcheck-am installdirs \
 
645
        installdirs-am maintainer-clean maintainer-clean-generic \
 
646
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
647
        ps ps-am tags tags-am uninstall uninstall-am
 
648
 
 
649
 
 
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
651
# Otherwise a system limit (for SysV at least) may be exceeded.
 
652
.NOEXPORT: