~ubuntu-branches/ubuntu/maverick/libcgroup/maverick-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-08-26 11:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090826112917-402ews2uj6v350d2
Tags: upstream-0.34
ImportĀ upstreamĀ versionĀ 0.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = .
 
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
37
        $(top_srcdir)/configure \
 
38
        $(top_srcdir)/scripts/init.d/cgconfig.in \
 
39
        $(top_srcdir)/scripts/init.d/cgred.in COPYING INSTALL \
 
40
        config.guess config.sub depcomp install-sh ltmain.sh missing \
 
41
        ylwrap
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno config.status.lineno
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES = scripts/init.d/cgconfig scripts/init.d/cgred
 
51
SOURCES =
 
52
DIST_SOURCES =
 
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
54
        html-recursive info-recursive install-data-recursive \
 
55
        install-dvi-recursive install-exec-recursive \
 
56
        install-html-recursive install-info-recursive \
 
57
        install-pdf-recursive install-ps-recursive install-recursive \
 
58
        installcheck-recursive installdirs-recursive pdf-recursive \
 
59
        ps-recursive uninstall-recursive
 
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
61
  distclean-recursive maintainer-clean-recursive
 
62
ETAGS = etags
 
63
CTAGS = ctags
 
64
DIST_SUBDIRS = $(SUBDIRS)
 
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
66
distdir = $(PACKAGE)-$(VERSION)
 
67
top_distdir = $(distdir)
 
68
am__remove_distdir = \
 
69
  { test ! -d $(distdir) \
 
70
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
71
         && rm -fr $(distdir); }; }
 
72
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
73
GZIP_ENV = --best
 
74
distuninstallcheck_listfiles = find . -type f -print
 
75
distcleancheck_listfiles = find . -type f -print
 
76
ACLOCAL = @ACLOCAL@
 
77
AMTAR = @AMTAR@
 
78
AR = @AR@
 
79
AUTOCONF = @AUTOCONF@
 
80
AUTOHEADER = @AUTOHEADER@
 
81
AUTOMAKE = @AUTOMAKE@
 
82
AWK = @AWK@
 
83
CC = @CC@
 
84
CCDEPMODE = @CCDEPMODE@
 
85
CFLAGS = @CFLAGS@
 
86
CPP = @CPP@
 
87
CPPFLAGS = @CPPFLAGS@
 
88
CXX = @CXX@
 
89
CXXCPP = @CXXCPP@
 
90
CXXDEPMODE = @CXXDEPMODE@
 
91
CXXFLAGS = @CXXFLAGS@
 
92
CYGPATH_W = @CYGPATH_W@
 
93
DEFS = @DEFS@
 
94
DEPDIR = @DEPDIR@
 
95
DSYMUTIL = @DSYMUTIL@
 
96
ECHO = @ECHO@
 
97
ECHO_C = @ECHO_C@
 
98
ECHO_N = @ECHO_N@
 
99
ECHO_T = @ECHO_T@
 
100
EGREP = @EGREP@
 
101
EXEEXT = @EXEEXT@
 
102
F77 = @F77@
 
103
FFLAGS = @FFLAGS@
 
104
GREP = @GREP@
 
105
INSTALL = @INSTALL@
 
106
INSTALL_DATA = @INSTALL_DATA@
 
107
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
108
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
109
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
110
LDFLAGS = @LDFLAGS@
 
111
LEX = @LEX@
 
112
LEXLIB = @LEXLIB@
 
113
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBRARY_VERSION_MAJOR = @LIBRARY_VERSION_MAJOR@
 
116
LIBRARY_VERSION_MINOR = @LIBRARY_VERSION_MINOR@
 
117
LIBRARY_VERSION_RELEASE = @LIBRARY_VERSION_RELEASE@
 
118
LIBS = @LIBS@
 
119
LIBTOOL = @LIBTOOL@
 
120
LN_S = @LN_S@
 
121
LTLIBOBJS = @LTLIBOBJS@
 
122
MAKEINFO = @MAKEINFO@
 
123
MKDIR_P = @MKDIR_P@
 
124
NMEDIT = @NMEDIT@
 
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_VERSION = @PACKAGE_VERSION@
 
132
PATH_SEPARATOR = @PATH_SEPARATOR@
 
133
RANLIB = @RANLIB@
 
134
REALLY_YACC = @REALLY_YACC@
 
135
SED = @SED@
 
136
SET_MAKE = @SET_MAKE@
 
137
SHELL = @SHELL@
 
138
STRIP = @STRIP@
 
139
VERSION = @VERSION@
 
140
YACC = @YACC@
 
141
YFLAGS = @YFLAGS@
 
142
abs_builddir = @abs_builddir@
 
143
abs_srcdir = @abs_srcdir@
 
144
abs_top_builddir = @abs_top_builddir@
 
145
abs_top_srcdir = @abs_top_srcdir@
 
146
ac_ct_CC = @ac_ct_CC@
 
147
ac_ct_CXX = @ac_ct_CXX@
 
148
ac_ct_F77 = @ac_ct_F77@
 
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 = @build@
 
156
build_alias = @build_alias@
 
157
build_cpu = @build_cpu@
 
158
build_os = @build_os@
 
159
build_vendor = @build_vendor@
 
160
builddir = @builddir@
 
161
datadir = @datadir@
 
162
datarootdir = @datarootdir@
 
163
docdir = @docdir@
 
164
dvidir = @dvidir@
 
165
exec_prefix = @exec_prefix@
 
166
host = @host@
 
167
host_alias = @host_alias@
 
168
host_cpu = @host_cpu@
 
169
host_os = @host_os@
 
170
host_vendor = @host_vendor@
 
171
htmldir = @htmldir@
 
172
includedir = @includedir@
 
173
infodir = @infodir@
 
174
install_sh = @install_sh@
 
175
libdir = @libdir@
 
176
libexecdir = @libexecdir@
 
177
localedir = @localedir@
 
178
localstatedir = @localstatedir@
 
179
mandir = @mandir@
 
180
mkdir_p = @mkdir_p@
 
181
oldincludedir = @oldincludedir@
 
182
pdfdir = @pdfdir@
 
183
prefix = @prefix@
 
184
program_transform_name = @program_transform_name@
 
185
psdir = @psdir@
 
186
sbindir = @sbindir@
 
187
sharedstatedir = @sharedstatedir@
 
188
srcdir = @srcdir@
 
189
sysconfdir = @sysconfdir@
 
190
target_alias = @target_alias@
 
191
top_build_prefix = @top_build_prefix@
 
192
top_builddir = @top_builddir@
 
193
top_srcdir = @top_srcdir@
 
194
AUTOMAKE_OPTIONS = foreign
 
195
SUBDIRS = dist doc include samples scripts src tests
 
196
EXTRA_DIST = README_daemon libcgroup.doxyfile
 
197
all: config.h
 
198
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
199
 
 
200
.SUFFIXES:
 
201
am--refresh:
 
202
        @:
 
203
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
204
        @for dep in $?; do \
 
205
          case '$(am__configure_deps)' in \
 
206
            *$$dep*) \
 
207
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
208
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
209
                && exit 0; \
 
210
              exit 1;; \
 
211
          esac; \
 
212
        done; \
 
213
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
214
        cd $(top_srcdir) && \
 
215
          $(AUTOMAKE) --foreign  Makefile
 
216
.PRECIOUS: Makefile
 
217
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
218
        @case '$?' in \
 
219
          *config.status*) \
 
220
            echo ' $(SHELL) ./config.status'; \
 
221
            $(SHELL) ./config.status;; \
 
222
          *) \
 
223
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
224
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
225
        esac;
 
226
 
 
227
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
228
        $(SHELL) ./config.status --recheck
 
229
 
 
230
$(top_srcdir)/configure:  $(am__configure_deps)
 
231
        cd $(srcdir) && $(AUTOCONF)
 
232
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
233
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
234
 
 
235
config.h: stamp-h1
 
236
        @if test ! -f $@; then \
 
237
          rm -f stamp-h1; \
 
238
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
239
        else :; fi
 
240
 
 
241
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
242
        @rm -f stamp-h1
 
243
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
244
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
245
        cd $(top_srcdir) && $(AUTOHEADER)
 
246
        rm -f stamp-h1
 
247
        touch $@
 
248
 
 
249
distclean-hdr:
 
250
        -rm -f config.h stamp-h1
 
251
scripts/init.d/cgconfig: $(top_builddir)/config.status $(top_srcdir)/scripts/init.d/cgconfig.in
 
252
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
253
scripts/init.d/cgred: $(top_builddir)/config.status $(top_srcdir)/scripts/init.d/cgred.in
 
254
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
255
 
 
256
mostlyclean-libtool:
 
257
        -rm -f *.lo
 
258
 
 
259
clean-libtool:
 
260
        -rm -rf .libs _libs
 
261
 
 
262
distclean-libtool:
 
263
        -rm -f libtool
 
264
 
 
265
# This directory's subdirectories are mostly independent; you can cd
 
266
# into them and run `make' without going through this Makefile.
 
267
# To change the values of `make' variables: instead of editing Makefiles,
 
268
# (1) if the variable is set in `config.status', edit `config.status'
 
269
#     (which will cause the Makefiles to be regenerated when you run `make');
 
270
# (2) otherwise, pass the desired values on the `make' command line.
 
271
$(RECURSIVE_TARGETS):
 
272
        @failcom='exit 1'; \
 
273
        for f in x $$MAKEFLAGS; do \
 
274
          case $$f in \
 
275
            *=* | --[!k]*);; \
 
276
            *k*) failcom='fail=yes';; \
 
277
          esac; \
 
278
        done; \
 
279
        dot_seen=no; \
 
280
        target=`echo $@ | sed s/-recursive//`; \
 
281
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
282
          echo "Making $$target in $$subdir"; \
 
283
          if test "$$subdir" = "."; then \
 
284
            dot_seen=yes; \
 
285
            local_target="$$target-am"; \
 
286
          else \
 
287
            local_target="$$target"; \
 
288
          fi; \
 
289
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
290
          || eval $$failcom; \
 
291
        done; \
 
292
        if test "$$dot_seen" = "no"; then \
 
293
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
294
        fi; test -z "$$fail"
 
295
 
 
296
$(RECURSIVE_CLEAN_TARGETS):
 
297
        @failcom='exit 1'; \
 
298
        for f in x $$MAKEFLAGS; do \
 
299
          case $$f in \
 
300
            *=* | --[!k]*);; \
 
301
            *k*) failcom='fail=yes';; \
 
302
          esac; \
 
303
        done; \
 
304
        dot_seen=no; \
 
305
        case "$@" in \
 
306
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
307
          *) list='$(SUBDIRS)' ;; \
 
308
        esac; \
 
309
        rev=''; for subdir in $$list; do \
 
310
          if test "$$subdir" = "."; then :; else \
 
311
            rev="$$subdir $$rev"; \
 
312
          fi; \
 
313
        done; \
 
314
        rev="$$rev ."; \
 
315
        target=`echo $@ | sed s/-recursive//`; \
 
316
        for subdir in $$rev; do \
 
317
          echo "Making $$target in $$subdir"; \
 
318
          if test "$$subdir" = "."; then \
 
319
            local_target="$$target-am"; \
 
320
          else \
 
321
            local_target="$$target"; \
 
322
          fi; \
 
323
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
324
          || eval $$failcom; \
 
325
        done && test -z "$$fail"
 
326
tags-recursive:
 
327
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
328
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
329
        done
 
330
ctags-recursive:
 
331
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
332
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
333
        done
 
334
 
 
335
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
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; nonemtpy = 1; } \
 
341
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
342
        mkid -fID $$unique
 
343
tags: TAGS
 
344
 
 
345
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
346
                $(TAGS_FILES) $(LISP)
 
347
        tags=; \
 
348
        here=`pwd`; \
 
349
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
350
          include_option=--etags-include; \
 
351
          empty_fix=.; \
 
352
        else \
 
353
          include_option=--include; \
 
354
          empty_fix=; \
 
355
        fi; \
 
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
357
          if test "$$subdir" = .; then :; else \
 
358
            test ! -f $$subdir/TAGS || \
 
359
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
360
          fi; \
 
361
        done; \
 
362
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
363
        unique=`for i in $$list; do \
 
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
365
          done | \
 
366
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
368
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
369
          test -n "$$unique" || unique=$$empty_fix; \
 
370
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
371
            $$tags $$unique; \
 
372
        fi
 
373
ctags: CTAGS
 
374
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
375
                $(TAGS_FILES) $(LISP)
 
376
        tags=; \
 
377
        list='$(SOURCES) $(HEADERS) config.h.in $(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)$$tags$$unique" \
 
384
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
385
             $$tags $$unique
 
386
 
 
387
GTAGS:
 
388
        here=`$(am__cd) $(top_builddir) && pwd` \
 
389
          && 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
        $(am__remove_distdir)
 
397
        test -d $(distdir) || mkdir $(distdir)
 
398
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
399
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
400
        list='$(DISTFILES)'; \
 
401
          dist_files=`for file in $$list; do echo $$file; done | \
 
402
          sed -e "s|^$$srcdirstrip/||;t" \
 
403
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
404
        case $$dist_files in \
 
405
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
406
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
407
                           sort -u` ;; \
 
408
        esac; \
 
409
        for file in $$dist_files; do \
 
410
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
411
          if test -d $$d/$$file; then \
 
412
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
413
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
414
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
415
            fi; \
 
416
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
417
          else \
 
418
            test -f $(distdir)/$$file \
 
419
            || cp -p $$d/$$file $(distdir)/$$file \
 
420
            || exit 1; \
 
421
          fi; \
 
422
        done
 
423
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
424
          if test "$$subdir" = .; then :; else \
 
425
            test -d "$(distdir)/$$subdir" \
 
426
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
427
            || exit 1; \
 
428
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
429
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
430
            (cd $$subdir && \
 
431
              $(MAKE) $(AM_MAKEFLAGS) \
 
432
                top_distdir="$$top_distdir" \
 
433
                distdir="$$distdir/$$subdir" \
 
434
                am__remove_distdir=: \
 
435
                am__skip_length_check=: \
 
436
                distdir) \
 
437
              || exit 1; \
 
438
          fi; \
 
439
        done
 
440
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
441
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
442
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
443
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
444
        || chmod -R a+r $(distdir)
 
445
dist-gzip: distdir
 
446
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
447
        $(am__remove_distdir)
 
448
dist-bzip2: distdir
 
449
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
450
        $(am__remove_distdir)
 
451
 
 
452
dist-lzma: distdir
 
453
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
454
        $(am__remove_distdir)
 
455
 
 
456
dist-tarZ: distdir
 
457
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
458
        $(am__remove_distdir)
 
459
 
 
460
dist-shar: distdir
 
461
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
462
        $(am__remove_distdir)
 
463
 
 
464
dist-zip: distdir
 
465
        -rm -f $(distdir).zip
 
466
        zip -rq $(distdir).zip $(distdir)
 
467
        $(am__remove_distdir)
 
468
 
 
469
dist dist-all: distdir
 
470
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
471
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
472
        $(am__remove_distdir)
 
473
 
 
474
# This target untars the dist file and tries a VPATH configuration.  Then
 
475
# it guarantees that the distribution is self-contained by making another
 
476
# tarfile.
 
477
distcheck: dist
 
478
        case '$(DIST_ARCHIVES)' in \
 
479
        *.tar.gz*) \
 
480
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
481
        *.tar.bz2*) \
 
482
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
483
        *.tar.lzma*) \
 
484
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
485
        *.tar.Z*) \
 
486
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
487
        *.shar.gz*) \
 
488
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
489
        *.zip*) \
 
490
          unzip $(distdir).zip ;;\
 
491
        esac
 
492
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
493
        mkdir $(distdir)/_build
 
494
        mkdir $(distdir)/_inst
 
495
        chmod a-w $(distdir)
 
496
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
497
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
498
          && cd $(distdir)/_build \
 
499
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
500
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
501
          && $(MAKE) $(AM_MAKEFLAGS) \
 
502
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
503
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
504
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
505
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
506
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
507
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
508
                distuninstallcheck \
 
509
          && chmod -R a-w "$$dc_install_base" \
 
510
          && ({ \
 
511
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
512
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
513
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
514
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
515
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
516
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
517
          && rm -rf "$$dc_destdir" \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
519
          && rm -rf $(DIST_ARCHIVES) \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
521
        $(am__remove_distdir)
 
522
        @(echo "$(distdir) archives ready for distribution: "; \
 
523
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
524
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
525
distuninstallcheck:
 
526
        @cd $(distuninstallcheck_dir) \
 
527
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
528
           || { echo "ERROR: files left after uninstall:" ; \
 
529
                if test -n "$(DESTDIR)"; then \
 
530
                  echo "  (check DESTDIR support)"; \
 
531
                fi ; \
 
532
                $(distuninstallcheck_listfiles) ; \
 
533
                exit 1; } >&2
 
534
distcleancheck: distclean
 
535
        @if test '$(srcdir)' = . ; then \
 
536
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
537
          exit 1 ; \
 
538
        fi
 
539
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
540
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
541
               $(distcleancheck_listfiles) ; \
 
542
               exit 1; } >&2
 
543
check-am: all-am
 
544
check: check-recursive
 
545
all-am: Makefile config.h
 
546
installdirs: installdirs-recursive
 
547
installdirs-am:
 
548
install: install-recursive
 
549
install-exec: install-exec-recursive
 
550
install-data: install-data-recursive
 
551
uninstall: uninstall-recursive
 
552
 
 
553
install-am: all-am
 
554
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
555
 
 
556
installcheck: installcheck-recursive
 
557
install-strip:
 
558
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
559
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
560
          `test -z '$(STRIP)' || \
 
561
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
562
mostlyclean-generic:
 
563
 
 
564
clean-generic:
 
565
 
 
566
distclean-generic:
 
567
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
568
 
 
569
maintainer-clean-generic:
 
570
        @echo "This command is intended for maintainers to use"
 
571
        @echo "it deletes files that may require special tools to rebuild."
 
572
clean: clean-recursive
 
573
 
 
574
clean-am: clean-generic clean-libtool mostlyclean-am
 
575
 
 
576
distclean: distclean-recursive
 
577
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
578
        -rm -f Makefile
 
579
distclean-am: clean-am distclean-generic distclean-hdr \
 
580
        distclean-libtool distclean-tags
 
581
 
 
582
dvi: dvi-recursive
 
583
 
 
584
dvi-am:
 
585
 
 
586
html: html-recursive
 
587
 
 
588
info: info-recursive
 
589
 
 
590
info-am:
 
591
 
 
592
install-data-am:
 
593
 
 
594
install-dvi: install-dvi-recursive
 
595
 
 
596
install-exec-am:
 
597
 
 
598
install-html: install-html-recursive
 
599
 
 
600
install-info: install-info-recursive
 
601
 
 
602
install-man:
 
603
 
 
604
install-pdf: install-pdf-recursive
 
605
 
 
606
install-ps: install-ps-recursive
 
607
 
 
608
installcheck-am:
 
609
 
 
610
maintainer-clean: maintainer-clean-recursive
 
611
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
612
        -rm -rf $(top_srcdir)/autom4te.cache
 
613
        -rm -f Makefile
 
614
maintainer-clean-am: distclean-am maintainer-clean-generic
 
615
 
 
616
mostlyclean: mostlyclean-recursive
 
617
 
 
618
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
619
 
 
620
pdf: pdf-recursive
 
621
 
 
622
pdf-am:
 
623
 
 
624
ps: ps-recursive
 
625
 
 
626
ps-am:
 
627
 
 
628
uninstall-am:
 
629
 
 
630
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
631
        install-strip
 
632
 
 
633
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
634
        all all-am am--refresh check check-am clean clean-generic \
 
635
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
636
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
637
        distclean distclean-generic distclean-hdr distclean-libtool \
 
638
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
639
        dvi-am html html-am info info-am install install-am \
 
640
        install-data install-data-am install-dvi install-dvi-am \
 
641
        install-exec install-exec-am install-html install-html-am \
 
642
        install-info install-info-am install-man install-pdf \
 
643
        install-pdf-am install-ps install-ps-am install-strip \
 
644
        installcheck installcheck-am installdirs installdirs-am \
 
645
        maintainer-clean maintainer-clean-generic mostlyclean \
 
646
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
647
        tags tags-recursive uninstall uninstall-am
 
648
 
 
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
650
# Otherwise a system limit (for SysV at least) may be exceeded.
 
651
.NOEXPORT: