~ubuntu-branches/ubuntu/oneiric/hal/oneiric

« back to all changes in this revision

Viewing changes to .pc/99-autoreconf.patch/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-14 11:45:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110214114559-g5ti3fxottbysekt
Tags: 0.5.14-5+svn1
Upload current Debian svn head to fix FTBFS.

* Add 00upstream_video4linux_check.patch: Do not build
  hald-probe-video4linux if v4l1 is not available. (LP: #721399)
* Refresh 99-autoreconf.patch for above.
* 45-fix-libusb-detection.patch: Unfuzz.

Show diffs side-by-side

added added

removed removed

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