~ubuntu-branches/ubuntu/wily/libimobiledevice/wily

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki, Matthias Niess, Timo Jyrinki
  • Date: 2014-03-14 08:44:15 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140314084415-twglhjx6bqzmir8v
Tags: 1.1.5+git20140313.bafe6a9e-0ubuntu1
[ Matthias Niess ]
* Replace a duplicate 'backup' util man page with the one for 'crashreport'

[ Timo Jyrinki ]
* New upstream snapshot. (LP: #1207812)
* Drop patches include in the upstream snapshot:
  - debian/patches/CVE-2013-2142.patch
  - debian/patches/git_explicitly_cast_ssl_enabled.patch
* Drop the python patch, new upstream method seems to work:
  - debian/patches/09_use_python_config.patch
* Refreshed remaining patches:
  - debian/patches/01-libs.private.patch
  - debian/patches/02-fix-link-errors.patch
* Drop libimobiledevice-doc, the git does not include html documentation
* Updated libimobiledevice4.symbols 
* Add missing man page for the 'idevicename' util

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994-2012 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
 
 
17
 
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
21
 
    case $$MAKEFLAGS in \
22
 
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
35
 
pkgdatadir = $(datadir)/@PACKAGE@
36
 
pkgincludedir = $(includedir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
39
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40
 
install_sh_DATA = $(install_sh) -c -m 644
41
 
install_sh_PROGRAM = $(install_sh) -c
42
 
install_sh_SCRIPT = $(install_sh) -c
43
 
INSTALL_HEADER = $(INSTALL_DATA)
44
 
transform = $(program_transform_name)
45
 
NORMAL_INSTALL = :
46
 
PRE_INSTALL = :
47
 
POST_INSTALL = :
48
 
NORMAL_UNINSTALL = :
49
 
PRE_UNINSTALL = :
50
 
POST_UNINSTALL = :
51
 
build_triplet = @build@
52
 
host_triplet = @host@
53
 
subdir = include
54
 
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in
56
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_cython.m4 \
58
 
        $(top_srcdir)/m4/ac_python_devel.m4 \
59
 
        $(top_srcdir)/m4/as-compiler-flag.m4 \
60
 
        $(top_srcdir)/m4/cython_python.m4 $(top_srcdir)/m4/libtool.m4 \
61
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63
 
        $(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
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
71
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
72
 
am__v_GEN_0 = @echo "  GEN     " $@;
73
 
AM_V_at = $(am__v_at_@AM_V@)
74
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75
 
am__v_at_0 = @
76
 
SOURCES =
77
 
DIST_SOURCES =
78
 
am__can_run_installinfo = \
79
 
  case $$AM_UPDATE_INFO_DIR in \
80
 
    n|no|NO) false;; \
81
 
    *) (install-info --version) >/dev/null 2>&1;; \
82
 
  esac
83
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84
 
am__vpath_adj = case $$p in \
85
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86
 
    *) f=$$p;; \
87
 
  esac;
88
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
89
 
am__install_max = 40
90
 
am__nobase_strip_setup = \
91
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
92
 
am__nobase_strip = \
93
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
94
 
am__nobase_list = $(am__nobase_strip_setup); \
95
 
  for p in $$list; do echo "$$p $$p"; done | \
96
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
97
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
98
 
    if (++n[$$2] == $(am__install_max)) \
99
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
100
 
    END { for (dir in files) print dir, files[dir] }'
101
 
am__base_list = \
102
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104
 
am__uninstall_files_from_dir = { \
105
 
  test -z "$$files" \
106
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
107
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
108
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
109
 
  }
110
 
am__installdirs = "$(DESTDIR)$(includedir)"
111
 
HEADERS = $(nobase_include_HEADERS)
112
 
ETAGS = etags
113
 
CTAGS = ctags
114
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
 
ACLOCAL = @ACLOCAL@
116
 
AMTAR = @AMTAR@
117
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118
 
AR = @AR@
119
 
AUTOCONF = @AUTOCONF@
120
 
AUTOHEADER = @AUTOHEADER@
121
 
AUTOMAKE = @AUTOMAKE@
122
 
AWK = @AWK@
123
 
CC = @CC@
124
 
CCDEPMODE = @CCDEPMODE@
125
 
CFLAGS = @CFLAGS@
126
 
CPP = @CPP@
127
 
CPPFLAGS = @CPPFLAGS@
128
 
CXX = @CXX@
129
 
CXXCPP = @CXXCPP@
130
 
CXXDEPMODE = @CXXDEPMODE@
131
 
CXXFLAGS = @CXXFLAGS@
132
 
CYGPATH_W = @CYGPATH_W@
133
 
CYTHON = @CYTHON@
134
 
CYTHON_LIB = @CYTHON_LIB@
135
 
CYTHON_PLIST_INCLUDE_DIR = @CYTHON_PLIST_INCLUDE_DIR@
136
 
CYTHON_PYTHON_CPPFLAGS = @CYTHON_PYTHON_CPPFLAGS@
137
 
CYTHON_PYTHON_OPT = @CYTHON_PYTHON_OPT@
138
 
CYTHON_SUB = @CYTHON_SUB@
139
 
DEFS = @DEFS@
140
 
DEPDIR = @DEPDIR@
141
 
DEV_SUB = @DEV_SUB@
142
 
DLLTOOL = @DLLTOOL@
143
 
DSYMUTIL = @DSYMUTIL@
144
 
DUMPBIN = @DUMPBIN@
145
 
ECHO_C = @ECHO_C@
146
 
ECHO_N = @ECHO_N@
147
 
ECHO_T = @ECHO_T@
148
 
EGREP = @EGREP@
149
 
EXEEXT = @EXEEXT@
150
 
FGREP = @FGREP@
151
 
GLOBAL_CFLAGS = @GLOBAL_CFLAGS@
152
 
GREP = @GREP@
153
 
INSTALL = @INSTALL@
154
 
INSTALL_DATA = @INSTALL_DATA@
155
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
156
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
157
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158
 
LD = @LD@
159
 
LDFLAGS = @LDFLAGS@
160
 
LFS_CFLAGS = @LFS_CFLAGS@
161
 
LIBIMOBILEDEVICE_SO_VERSION = @LIBIMOBILEDEVICE_SO_VERSION@
162
 
LIBOBJS = @LIBOBJS@
163
 
LIBS = @LIBS@
164
 
LIBTOOL = @LIBTOOL@
165
 
LIPO = @LIPO@
166
 
LN_S = @LN_S@
167
 
LTLIBOBJS = @LTLIBOBJS@
168
 
MAKEINFO = @MAKEINFO@
169
 
MANIFEST_TOOL = @MANIFEST_TOOL@
170
 
MKDIR_P = @MKDIR_P@
171
 
NM = @NM@
172
 
NMEDIT = @NMEDIT@
173
 
OBJDUMP = @OBJDUMP@
174
 
OBJEXT = @OBJEXT@
175
 
OTOOL = @OTOOL@
176
 
OTOOL64 = @OTOOL64@
177
 
PACKAGE = @PACKAGE@
178
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179
 
PACKAGE_NAME = @PACKAGE_NAME@
180
 
PACKAGE_STRING = @PACKAGE_STRING@
181
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
182
 
PACKAGE_URL = @PACKAGE_URL@
183
 
PACKAGE_VERSION = @PACKAGE_VERSION@
184
 
PATH_SEPARATOR = @PATH_SEPARATOR@
185
 
PKG_CONFIG = @PKG_CONFIG@
186
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
187
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
188
 
PYTHON = @PYTHON@
189
 
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
190
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
191
 
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
192
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
193
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
194
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
195
 
PYTHON_PREFIX = @PYTHON_PREFIX@
196
 
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
197
 
PYTHON_VERSION = @PYTHON_VERSION@
198
 
RANLIB = @RANLIB@
199
 
SED = @SED@
200
 
SET_MAKE = @SET_MAKE@
201
 
SHELL = @SHELL@
202
 
STRIP = @STRIP@
203
 
VERSION = @VERSION@
204
 
WINDRES = @WINDRES@
205
 
abs_builddir = @abs_builddir@
206
 
abs_srcdir = @abs_srcdir@
207
 
abs_top_builddir = @abs_top_builddir@
208
 
abs_top_srcdir = @abs_top_srcdir@
209
 
ac_ct_AR = @ac_ct_AR@
210
 
ac_ct_CC = @ac_ct_CC@
211
 
ac_ct_CXX = @ac_ct_CXX@
212
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213
 
am__include = @am__include@
214
 
am__leading_dot = @am__leading_dot@
215
 
am__quote = @am__quote@
216
 
am__tar = @am__tar@
217
 
am__untar = @am__untar@
218
 
bindir = @bindir@
219
 
build = @build@
220
 
build_alias = @build_alias@
221
 
build_cpu = @build_cpu@
222
 
build_os = @build_os@
223
 
build_vendor = @build_vendor@
224
 
builddir = @builddir@
225
 
datadir = @datadir@
226
 
datarootdir = @datarootdir@
227
 
docdir = @docdir@
228
 
dvidir = @dvidir@
229
 
exec_prefix = @exec_prefix@
230
 
host = @host@
231
 
host_alias = @host_alias@
232
 
host_cpu = @host_cpu@
233
 
host_os = @host_os@
234
 
host_vendor = @host_vendor@
235
 
htmldir = @htmldir@
236
 
includedir = @includedir@
237
 
infodir = @infodir@
238
 
install_sh = @install_sh@
239
 
libdir = @libdir@
240
 
libexecdir = @libexecdir@
241
 
libgcrypt_LIBS = @libgcrypt_LIBS@
242
 
libgnutls_CFLAGS = @libgnutls_CFLAGS@
243
 
libgnutls_LIBS = @libgnutls_LIBS@
244
 
libplist_CFLAGS = @libplist_CFLAGS@
245
 
libplist_LIBS = @libplist_LIBS@
246
 
libplistmm_CFLAGS = @libplistmm_CFLAGS@
247
 
libplistmm_LIBS = @libplistmm_LIBS@
248
 
libpthread_LIBS = @libpthread_LIBS@
249
 
libtasn1_CFLAGS = @libtasn1_CFLAGS@
250
 
libtasn1_LIBS = @libtasn1_LIBS@
251
 
libusbmuxd_CFLAGS = @libusbmuxd_CFLAGS@
252
 
libusbmuxd_LIBS = @libusbmuxd_LIBS@
253
 
localedir = @localedir@
254
 
localstatedir = @localstatedir@
255
 
mandir = @mandir@
256
 
mkdir_p = @mkdir_p@
257
 
oldincludedir = @oldincludedir@
258
 
openssl_CFLAGS = @openssl_CFLAGS@
259
 
openssl_LIBS = @openssl_LIBS@
260
 
pdfdir = @pdfdir@
261
 
pkgpyexecdir = @pkgpyexecdir@
262
 
pkgpythondir = @pkgpythondir@
263
 
prefix = @prefix@
264
 
program_transform_name = @program_transform_name@
265
 
psdir = @psdir@
266
 
pyexecdir = @pyexecdir@
267
 
pythondir = @pythondir@
268
 
sbindir = @sbindir@
269
 
sharedstatedir = @sharedstatedir@
270
 
srcdir = @srcdir@
271
 
ssl_requires = @ssl_requires@
272
 
sysconfdir = @sysconfdir@
273
 
target_alias = @target_alias@
274
 
top_build_prefix = @top_build_prefix@
275
 
top_builddir = @top_builddir@
276
 
top_srcdir = @top_srcdir@
277
 
EXTRA_DIST = asprintf.h endianness.h
278
 
nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \
279
 
                         libimobiledevice/lockdown.h \
280
 
                         libimobiledevice/afc.h \
281
 
                         libimobiledevice/file_relay.h \
282
 
                         libimobiledevice/notification_proxy.h \
283
 
                         libimobiledevice/installation_proxy.h \
284
 
                         libimobiledevice/sbservices.h \
285
 
                         libimobiledevice/mobile_image_mounter.h \
286
 
                         libimobiledevice/screenshotr.h \
287
 
                         libimobiledevice/mobilesync.h \
288
 
                         libimobiledevice/mobilebackup.h \
289
 
                         libimobiledevice/house_arrest.h \
290
 
                         libimobiledevice/mobilebackup2.h \
291
 
                         libimobiledevice/misagent.h \
292
 
                         libimobiledevice/restore.h\
293
 
                         libimobiledevice/webinspector.h\
294
 
                         libimobiledevice/heartbeat.h\
295
 
                         libimobiledevice/diagnostics_relay.h
296
 
 
297
 
all: all-am
298
 
 
299
 
.SUFFIXES:
300
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
301
 
        @for dep in $?; do \
302
 
          case '$(am__configure_deps)' in \
303
 
            *$$dep*) \
304
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305
 
                && { if test -f $@; then exit 0; else break; fi; }; \
306
 
              exit 1;; \
307
 
          esac; \
308
 
        done; \
309
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
310
 
        $(am__cd) $(top_srcdir) && \
311
 
          $(AUTOMAKE) --foreign include/Makefile
312
 
.PRECIOUS: Makefile
313
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314
 
        @case '$?' in \
315
 
          *config.status*) \
316
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317
 
          *) \
318
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320
 
        esac;
321
 
 
322
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
 
 
325
 
$(top_srcdir)/configure:  $(am__configure_deps)
326
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
328
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
 
$(am__aclocal_m4_deps):
330
 
 
331
 
mostlyclean-libtool:
332
 
        -rm -f *.lo
333
 
 
334
 
clean-libtool:
335
 
        -rm -rf .libs _libs
336
 
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
337
 
        @$(NORMAL_INSTALL)
338
 
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
339
 
        if test -n "$$list"; then \
340
 
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
341
 
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
342
 
        fi; \
343
 
        $(am__nobase_list) | while read dir files; do \
344
 
          xfiles=; for file in $$files; do \
345
 
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
346
 
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
347
 
          test -z "$$xfiles" || { \
348
 
            test "x$$dir" = x. || { \
349
 
              echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
350
 
              $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
351
 
            echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
352
 
            $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
353
 
        done
354
 
 
355
 
uninstall-nobase_includeHEADERS:
356
 
        @$(NORMAL_UNINSTALL)
357
 
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
358
 
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
359
 
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
360
 
 
361
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363
 
        unique=`for i in $$list; do \
364
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
 
          done | \
366
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
 
        mkid -fID $$unique
369
 
tags: TAGS
370
 
 
371
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
 
                $(TAGS_FILES) $(LISP)
373
 
        set x; \
374
 
        here=`pwd`; \
375
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
 
        unique=`for i in $$list; do \
377
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
 
          done | \
379
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        shift; \
382
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383
 
          test -n "$$unique" || unique=$$empty_fix; \
384
 
          if test $$# -gt 0; then \
385
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
              "$$@" $$unique; \
387
 
          else \
388
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
              $$unique; \
390
 
          fi; \
391
 
        fi
392
 
ctags: CTAGS
393
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
 
                $(TAGS_FILES) $(LISP)
395
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
 
        unique=`for i in $$list; do \
397
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
 
          done | \
399
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$unique" \
402
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$unique
404
 
 
405
 
GTAGS:
406
 
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && $(am__cd) $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) "$$here"
409
 
 
410
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
411
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
412
 
        case "$(srcdir)" in \
413
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
414
 
          *) sdir=$(subdir)/$(srcdir) ;; \
415
 
        esac; \
416
 
        for i in $$list; do \
417
 
          if test -f "$$i"; then \
418
 
            echo "$(subdir)/$$i"; \
419
 
          else \
420
 
            echo "$$sdir/$$i"; \
421
 
          fi; \
422
 
        done >> $(top_builddir)/cscope.files
423
 
 
424
 
distclean-tags:
425
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
 
 
427
 
distdir: $(DISTFILES)
428
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430
 
        list='$(DISTFILES)'; \
431
 
          dist_files=`for file in $$list; do echo $$file; done | \
432
 
          sed -e "s|^$$srcdirstrip/||;t" \
433
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434
 
        case $$dist_files in \
435
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
436
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437
 
                           sort -u` ;; \
438
 
        esac; \
439
 
        for file in $$dist_files; do \
440
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441
 
          if test -d $$d/$$file; then \
442
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443
 
            if test -d "$(distdir)/$$file"; then \
444
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445
 
            fi; \
446
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449
 
            fi; \
450
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451
 
          else \
452
 
            test -f "$(distdir)/$$file" \
453
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
454
 
            || exit 1; \
455
 
          fi; \
456
 
        done
457
 
check-am: all-am
458
 
check: check-am
459
 
all-am: Makefile $(HEADERS)
460
 
installdirs:
461
 
        for dir in "$(DESTDIR)$(includedir)"; do \
462
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
463
 
        done
464
 
install: install-am
465
 
install-exec: install-exec-am
466
 
install-data: install-data-am
467
 
uninstall: uninstall-am
468
 
 
469
 
install-am: all-am
470
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
 
 
472
 
installcheck: installcheck-am
473
 
install-strip:
474
 
        if test -z '$(STRIP)'; then \
475
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
476
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
477
 
              install; \
478
 
        else \
479
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
482
 
        fi
483
 
mostlyclean-generic:
484
 
 
485
 
clean-generic:
486
 
 
487
 
distclean-generic:
488
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490
 
 
491
 
maintainer-clean-generic:
492
 
        @echo "This command is intended for maintainers to use"
493
 
        @echo "it deletes files that may require special tools to rebuild."
494
 
clean: clean-am
495
 
 
496
 
clean-am: clean-generic clean-libtool mostlyclean-am
497
 
 
498
 
distclean: distclean-am
499
 
        -rm -f Makefile
500
 
distclean-am: clean-am distclean-generic distclean-tags
501
 
 
502
 
dvi: dvi-am
503
 
 
504
 
dvi-am:
505
 
 
506
 
html: html-am
507
 
 
508
 
html-am:
509
 
 
510
 
info: info-am
511
 
 
512
 
info-am:
513
 
 
514
 
install-data-am: install-nobase_includeHEADERS
515
 
 
516
 
install-dvi: install-dvi-am
517
 
 
518
 
install-dvi-am:
519
 
 
520
 
install-exec-am:
521
 
 
522
 
install-html: install-html-am
523
 
 
524
 
install-html-am:
525
 
 
526
 
install-info: install-info-am
527
 
 
528
 
install-info-am:
529
 
 
530
 
install-man:
531
 
 
532
 
install-pdf: install-pdf-am
533
 
 
534
 
install-pdf-am:
535
 
 
536
 
install-ps: install-ps-am
537
 
 
538
 
install-ps-am:
539
 
 
540
 
installcheck-am:
541
 
 
542
 
maintainer-clean: maintainer-clean-am
543
 
        -rm -f Makefile
544
 
maintainer-clean-am: distclean-am maintainer-clean-generic
545
 
 
546
 
mostlyclean: mostlyclean-am
547
 
 
548
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
549
 
 
550
 
pdf: pdf-am
551
 
 
552
 
pdf-am:
553
 
 
554
 
ps: ps-am
555
 
 
556
 
ps-am:
557
 
 
558
 
uninstall-am: uninstall-nobase_includeHEADERS
559
 
 
560
 
.MAKE: install-am install-strip
561
 
 
562
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
563
 
        clean-libtool cscopelist ctags distclean distclean-generic \
564
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
565
 
        html-am info info-am install install-am install-data \
566
 
        install-data-am install-dvi install-dvi-am install-exec \
567
 
        install-exec-am install-html install-html-am install-info \
568
 
        install-info-am install-man install-nobase_includeHEADERS \
569
 
        install-pdf install-pdf-am install-ps install-ps-am \
570
 
        install-strip installcheck installcheck-am installdirs \
571
 
        maintainer-clean maintainer-clean-generic mostlyclean \
572
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
573
 
        tags uninstall uninstall-am uninstall-nobase_includeHEADERS
574
 
 
575
 
 
576
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
577
 
# Otherwise a system limit (for SysV at least) may be exceeded.
578
 
.NOEXPORT: