~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-3

« back to all changes in this revision

Viewing changes to data/gauges/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100809232612-pocdxliaxjdetm37
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

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