~ubuntu-branches/ubuntu/wily/libee/wily

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-12-11 12:37:09 UTC
  • Revision ID: james.westby@ubuntu.com-20101211123709-i8v7mpdtzhgjoqn5
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

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