~ubuntu-branches/ubuntu/natty/gnome-icon-theme/natty

« back to all changes in this revision

Viewing changes to 8x8/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-10 11:50:31 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100610115031-d5kn01lfqthbzcim
Tags: 2.30.3-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Add Vcs-Bzr link
* debian/rules:
  - Install distributor icons
  - Use the --enable-icon-mapping configure option
* debian/prerm:
* debian/postinst:
  - Update alternatives for Ubuntu icon
* debian/source:
  - Use source version 3.0
* debian/ubuntu-icons: 
  - Ubuntu logo and cd isos logos
* debian/watch: 
  - Watch unstable versions

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