~ubuntu-branches/ubuntu/precise/virt-manager/precise-updates

« back to all changes in this revision

Viewing changes to pixmaps/hicolor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-03-25 09:14:38 UTC
  • mto: (1.2.1 upstream) (2.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100325091438-03vv382wj8jqgr26
Tags: upstream-0.8.4
Import upstream version 0.8.4

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