~ubuntu-branches/ubuntu/vivid/yelp-xsl/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-29 10:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20101129100013-1fxze8fm1fegxl8w
Tags: upstream-2.31.6
ImportĀ upstreamĀ versionĀ 2.31.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
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
subdir = doc
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
38
        $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(install_sh) -d
 
42
CONFIG_CLEAN_FILES =
 
43
CONFIG_CLEAN_VPATH_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
47
        html-recursive info-recursive install-data-recursive \
 
48
        install-dvi-recursive install-exec-recursive \
 
49
        install-html-recursive install-info-recursive \
 
50
        install-pdf-recursive install-ps-recursive install-recursive \
 
51
        installcheck-recursive installdirs-recursive pdf-recursive \
 
52
        ps-recursive uninstall-recursive
 
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
54
  distclean-recursive maintainer-clean-recursive
 
55
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
56
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
57
        distdir
 
58
ETAGS = etags
 
59
CTAGS = ctags
 
60
DIST_SUBDIRS = $(SUBDIRS)
 
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
62
am__relativize = \
 
63
  dir0=`pwd`; \
 
64
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
65
  sed_rest='s,^[^/]*/*,,'; \
 
66
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
67
  sed_butlast='s,/*[^/]*$$,,'; \
 
68
  while test -n "$$dir1"; do \
 
69
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
70
    if test "$$first" != "."; then \
 
71
      if test "$$first" = ".."; then \
 
72
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
73
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
74
      else \
 
75
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
76
        if test "$$first2" = "$$first"; then \
 
77
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
78
        else \
 
79
          dir2="../$$dir2"; \
 
80
        fi; \
 
81
        dir0="$$dir0"/"$$first"; \
 
82
      fi; \
 
83
    fi; \
 
84
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
85
  done; \
 
86
  reldir="$$dir2"
 
87
ACLOCAL = @ACLOCAL@
 
88
ALL_LINGUAS = @ALL_LINGUAS@
 
89
AMTAR = @AMTAR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
CFLAGS = @CFLAGS@
 
97
CPPFLAGS = @CPPFLAGS@
 
98
CYGPATH_W = @CYGPATH_W@
 
99
DATADIRNAME = @DATADIRNAME@
 
100
DEFS = @DEFS@
 
101
DEPDIR = @DEPDIR@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EXEEXT = @EXEEXT@
 
106
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
107
GMSGFMT = @GMSGFMT@
 
108
INSTALL = @INSTALL@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
114
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
115
INTLTOOL_PERL = @INTLTOOL_PERL@
 
116
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
117
LDFLAGS = @LDFLAGS@
 
118
LIBOBJS = @LIBOBJS@
 
119
LIBS = @LIBS@
 
120
LTLIBOBJS = @LTLIBOBJS@
 
121
MAKEINFO = @MAKEINFO@
 
122
MKDIR_P = @MKDIR_P@
 
123
MSGFMT = @MSGFMT@
 
124
MSGMERGE = @MSGMERGE@
 
125
OBJEXT = @OBJEXT@
 
126
PACKAGE = @PACKAGE@
 
127
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
128
PACKAGE_NAME = @PACKAGE_NAME@
 
129
PACKAGE_STRING = @PACKAGE_STRING@
 
130
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
131
PACKAGE_URL = @PACKAGE_URL@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PKG_CONFIG = @PKG_CONFIG@
 
135
SET_MAKE = @SET_MAKE@
 
136
SHELL = @SHELL@
 
137
STRIP = @STRIP@
 
138
USE_NLS = @USE_NLS@
 
139
VERSION = @VERSION@
 
140
XGETTEXT = @XGETTEXT@
 
141
YELP_XSL_AWK = @YELP_XSL_AWK@
 
142
YELP_XSL_CFLAGS = @YELP_XSL_CFLAGS@
 
143
YELP_XSL_LIBS = @YELP_XSL_LIBS@
 
144
abs_builddir = @abs_builddir@
 
145
abs_srcdir = @abs_srcdir@
 
146
abs_top_builddir = @abs_top_builddir@
 
147
abs_top_srcdir = @abs_top_srcdir@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
am__include = @am__include@
 
150
am__leading_dot = @am__leading_dot@
 
151
am__quote = @am__quote@
 
152
am__tar = @am__tar@
 
153
am__untar = @am__untar@
 
154
bindir = @bindir@
 
155
build_alias = @build_alias@
 
156
builddir = @builddir@
 
157
datadir = @datadir@
 
158
datarootdir = @datarootdir@
 
159
docdir = @docdir@
 
160
dvidir = @dvidir@
 
161
exec_prefix = @exec_prefix@
 
162
host_alias = @host_alias@
 
163
htmldir = @htmldir@
 
164
includedir = @includedir@
 
165
infodir = @infodir@
 
166
install_sh = @install_sh@
 
167
libdir = @libdir@
 
168
libexecdir = @libexecdir@
 
169
localedir = @localedir@
 
170
localstatedir = @localstatedir@
 
171
mandir = @mandir@
 
172
mkdir_p = @mkdir_p@
 
173
oldincludedir = @oldincludedir@
 
174
pdfdir = @pdfdir@
 
175
prefix = @prefix@
 
176
program_transform_name = @program_transform_name@
 
177
psdir = @psdir@
 
178
sbindir = @sbindir@
 
179
sharedstatedir = @sharedstatedir@
 
180
srcdir = @srcdir@
 
181
sysconfdir = @sysconfdir@
 
182
target_alias = @target_alias@
 
183
top_build_prefix = @top_build_prefix@
 
184
top_builddir = @top_builddir@
 
185
top_srcdir = @top_srcdir@
 
186
SUBDIRS = yelp-xsl
 
187
all: all-recursive
 
188
 
 
189
.SUFFIXES:
 
190
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
191
        @for dep in $?; do \
 
192
          case '$(am__configure_deps)' in \
 
193
            *$$dep*) \
 
194
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
195
                && { if test -f $@; then exit 0; else break; fi; }; \
 
196
              exit 1;; \
 
197
          esac; \
 
198
        done; \
 
199
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
200
        $(am__cd) $(top_srcdir) && \
 
201
          $(AUTOMAKE) --gnu doc/Makefile
 
202
.PRECIOUS: Makefile
 
203
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
204
        @case '$?' in \
 
205
          *config.status*) \
 
206
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
207
          *) \
 
208
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
209
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
210
        esac;
 
211
 
 
212
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
213
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
214
 
 
215
$(top_srcdir)/configure:  $(am__configure_deps)
 
216
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
217
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
219
$(am__aclocal_m4_deps):
 
220
 
 
221
# This directory's subdirectories are mostly independent; you can cd
 
222
# into them and run `make' without going through this Makefile.
 
223
# To change the values of `make' variables: instead of editing Makefiles,
 
224
# (1) if the variable is set in `config.status', edit `config.status'
 
225
#     (which will cause the Makefiles to be regenerated when you run `make');
 
226
# (2) otherwise, pass the desired values on the `make' command line.
 
227
$(RECURSIVE_TARGETS):
 
228
        @fail= failcom='exit 1'; \
 
229
        for f in x $$MAKEFLAGS; do \
 
230
          case $$f in \
 
231
            *=* | --[!k]*);; \
 
232
            *k*) failcom='fail=yes';; \
 
233
          esac; \
 
234
        done; \
 
235
        dot_seen=no; \
 
236
        target=`echo $@ | sed s/-recursive//`; \
 
237
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
238
          echo "Making $$target in $$subdir"; \
 
239
          if test "$$subdir" = "."; then \
 
240
            dot_seen=yes; \
 
241
            local_target="$$target-am"; \
 
242
          else \
 
243
            local_target="$$target"; \
 
244
          fi; \
 
245
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
246
          || eval $$failcom; \
 
247
        done; \
 
248
        if test "$$dot_seen" = "no"; then \
 
249
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
250
        fi; test -z "$$fail"
 
251
 
 
252
$(RECURSIVE_CLEAN_TARGETS):
 
253
        @fail= failcom='exit 1'; \
 
254
        for f in x $$MAKEFLAGS; do \
 
255
          case $$f in \
 
256
            *=* | --[!k]*);; \
 
257
            *k*) failcom='fail=yes';; \
 
258
          esac; \
 
259
        done; \
 
260
        dot_seen=no; \
 
261
        case "$@" in \
 
262
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
263
          *) list='$(SUBDIRS)' ;; \
 
264
        esac; \
 
265
        rev=''; for subdir in $$list; do \
 
266
          if test "$$subdir" = "."; then :; else \
 
267
            rev="$$subdir $$rev"; \
 
268
          fi; \
 
269
        done; \
 
270
        rev="$$rev ."; \
 
271
        target=`echo $@ | sed s/-recursive//`; \
 
272
        for subdir in $$rev; do \
 
273
          echo "Making $$target in $$subdir"; \
 
274
          if test "$$subdir" = "."; then \
 
275
            local_target="$$target-am"; \
 
276
          else \
 
277
            local_target="$$target"; \
 
278
          fi; \
 
279
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
280
          || eval $$failcom; \
 
281
        done && test -z "$$fail"
 
282
tags-recursive:
 
283
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
284
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
285
        done
 
286
ctags-recursive:
 
287
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
288
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
289
        done
 
290
 
 
291
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
292
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
293
        unique=`for i in $$list; do \
 
294
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
295
          done | \
 
296
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
297
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
298
        mkid -fID $$unique
 
299
tags: TAGS
 
300
 
 
301
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
302
                $(TAGS_FILES) $(LISP)
 
303
        set x; \
 
304
        here=`pwd`; \
 
305
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
306
          include_option=--etags-include; \
 
307
          empty_fix=.; \
 
308
        else \
 
309
          include_option=--include; \
 
310
          empty_fix=; \
 
311
        fi; \
 
312
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
313
          if test "$$subdir" = .; then :; else \
 
314
            test ! -f $$subdir/TAGS || \
 
315
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
316
          fi; \
 
317
        done; \
 
318
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
319
        unique=`for i in $$list; do \
 
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
          done | \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
324
        shift; \
 
325
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
326
          test -n "$$unique" || unique=$$empty_fix; \
 
327
          if test $$# -gt 0; then \
 
328
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
329
              "$$@" $$unique; \
 
330
          else \
 
331
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
332
              $$unique; \
 
333
          fi; \
 
334
        fi
 
335
ctags: CTAGS
 
336
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
337
                $(TAGS_FILES) $(LISP)
 
338
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
339
        unique=`for i in $$list; do \
 
340
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
341
          done | \
 
342
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
343
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
344
        test -z "$(CTAGS_ARGS)$$unique" \
 
345
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
346
             $$unique
 
347
 
 
348
GTAGS:
 
349
        here=`$(am__cd) $(top_builddir) && pwd` \
 
350
          && $(am__cd) $(top_srcdir) \
 
351
          && gtags -i $(GTAGS_ARGS) "$$here"
 
352
 
 
353
distclean-tags:
 
354
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
355
 
 
356
distdir: $(DISTFILES)
 
357
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
358
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
359
        list='$(DISTFILES)'; \
 
360
          dist_files=`for file in $$list; do echo $$file; done | \
 
361
          sed -e "s|^$$srcdirstrip/||;t" \
 
362
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
363
        case $$dist_files in \
 
364
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
365
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
366
                           sort -u` ;; \
 
367
        esac; \
 
368
        for file in $$dist_files; do \
 
369
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
370
          if test -d $$d/$$file; then \
 
371
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
372
            if test -d "$(distdir)/$$file"; then \
 
373
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
374
            fi; \
 
375
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
376
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
377
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
378
            fi; \
 
379
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
380
          else \
 
381
            test -f "$(distdir)/$$file" \
 
382
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
383
            || exit 1; \
 
384
          fi; \
 
385
        done
 
386
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
387
          if test "$$subdir" = .; then :; else \
 
388
            test -d "$(distdir)/$$subdir" \
 
389
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
390
            || exit 1; \
 
391
          fi; \
 
392
        done
 
393
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
394
          if test "$$subdir" = .; then :; else \
 
395
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
396
            $(am__relativize); \
 
397
            new_distdir=$$reldir; \
 
398
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
399
            $(am__relativize); \
 
400
            new_top_distdir=$$reldir; \
 
401
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
402
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
403
            ($(am__cd) $$subdir && \
 
404
              $(MAKE) $(AM_MAKEFLAGS) \
 
405
                top_distdir="$$new_top_distdir" \
 
406
                distdir="$$new_distdir" \
 
407
                am__remove_distdir=: \
 
408
                am__skip_length_check=: \
 
409
                am__skip_mode_fix=: \
 
410
                distdir) \
 
411
              || exit 1; \
 
412
          fi; \
 
413
        done
 
414
check-am: all-am
 
415
check: check-recursive
 
416
all-am: Makefile
 
417
installdirs: installdirs-recursive
 
418
installdirs-am:
 
419
install: install-recursive
 
420
install-exec: install-exec-recursive
 
421
install-data: install-data-recursive
 
422
uninstall: uninstall-recursive
 
423
 
 
424
install-am: all-am
 
425
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
426
 
 
427
installcheck: installcheck-recursive
 
428
install-strip:
 
429
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
430
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
431
          `test -z '$(STRIP)' || \
 
432
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
433
mostlyclean-generic:
 
434
 
 
435
clean-generic:
 
436
 
 
437
distclean-generic:
 
438
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
439
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
440
 
 
441
maintainer-clean-generic:
 
442
        @echo "This command is intended for maintainers to use"
 
443
        @echo "it deletes files that may require special tools to rebuild."
 
444
clean: clean-recursive
 
445
 
 
446
clean-am: clean-generic mostlyclean-am
 
447
 
 
448
distclean: distclean-recursive
 
449
        -rm -f Makefile
 
450
distclean-am: clean-am distclean-generic distclean-tags
 
451
 
 
452
dvi: dvi-recursive
 
453
 
 
454
dvi-am:
 
455
 
 
456
html: html-recursive
 
457
 
 
458
html-am:
 
459
 
 
460
info: info-recursive
 
461
 
 
462
info-am:
 
463
 
 
464
install-data-am:
 
465
 
 
466
install-dvi: install-dvi-recursive
 
467
 
 
468
install-dvi-am:
 
469
 
 
470
install-exec-am:
 
471
 
 
472
install-html: install-html-recursive
 
473
 
 
474
install-html-am:
 
475
 
 
476
install-info: install-info-recursive
 
477
 
 
478
install-info-am:
 
479
 
 
480
install-man:
 
481
 
 
482
install-pdf: install-pdf-recursive
 
483
 
 
484
install-pdf-am:
 
485
 
 
486
install-ps: install-ps-recursive
 
487
 
 
488
install-ps-am:
 
489
 
 
490
installcheck-am:
 
491
 
 
492
maintainer-clean: maintainer-clean-recursive
 
493
        -rm -f Makefile
 
494
maintainer-clean-am: distclean-am maintainer-clean-generic
 
495
 
 
496
mostlyclean: mostlyclean-recursive
 
497
 
 
498
mostlyclean-am: mostlyclean-generic
 
499
 
 
500
pdf: pdf-recursive
 
501
 
 
502
pdf-am:
 
503
 
 
504
ps: ps-recursive
 
505
 
 
506
ps-am:
 
507
 
 
508
uninstall-am:
 
509
 
 
510
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
511
        install-am install-strip tags-recursive
 
512
 
 
513
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
514
        all all-am check check-am clean clean-generic ctags \
 
515
        ctags-recursive distclean distclean-generic distclean-tags \
 
516
        distdir dvi dvi-am html html-am info info-am install \
 
517
        install-am install-data install-data-am install-dvi \
 
518
        install-dvi-am install-exec install-exec-am install-html \
 
519
        install-html-am install-info install-info-am install-man \
 
520
        install-pdf install-pdf-am install-ps install-ps-am \
 
521
        install-strip installcheck installcheck-am installdirs \
 
522
        installdirs-am maintainer-clean maintainer-clean-generic \
 
523
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
524
        tags-recursive uninstall uninstall-am
 
525
 
 
526
 
 
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
528
# Otherwise a system limit (for SysV at least) may be exceeded.
 
529
.NOEXPORT: