~ubuntu-branches/ubuntu/precise/sage/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2004-05-16 09:53:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040516095310-yt48w3ftegoo2p48
Tags: upstream-0.1.1
ImportĀ upstreamĀ versionĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = .
 
24
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
 
39
host_triplet = @host@
 
40
target_triplet = @target@
 
41
ACLOCAL = @ACLOCAL@
 
42
AMDEP_FALSE = @AMDEP_FALSE@
 
43
AMDEP_TRUE = @AMDEP_TRUE@
 
44
AMTAR = @AMTAR@
 
45
AR = @AR@
 
46
AS = @AS@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
 
50
AWK = @AWK@
 
51
BUILD_DLL_FALSE = @BUILD_DLL_FALSE@
 
52
BUILD_DLL_TRUE = @BUILD_DLL_TRUE@
 
53
BUILD_GLX_FALSE = @BUILD_GLX_FALSE@
 
54
BUILD_GLX_TRUE = @BUILD_GLX_TRUE@
 
55
BUILD_IT = @BUILD_IT@
 
56
BUILD_WGL_FALSE = @BUILD_WGL_FALSE@
 
57
BUILD_WGL_TRUE = @BUILD_WGL_TRUE@
 
58
CC = @CC@
 
59
CCDEPMODE = @CCDEPMODE@
 
60
CFLAGS = @CFLAGS@
 
61
CPP = @CPP@
 
62
CPPFLAGS = @CPPFLAGS@
 
63
CXX = @CXX@
 
64
CXXCPP = @CXXCPP@
 
65
CXXDEPMODE = @CXXDEPMODE@
 
66
CXXFLAGS = @CXXFLAGS@
 
67
CYGPATH_W = @CYGPATH_W@
 
68
DEFS = @DEFS@
 
69
DEPDIR = @DEPDIR@
 
70
DLLTOOL = @DLLTOOL@
 
71
DLLWRAP = @DLLWRAP@
 
72
ECHO = @ECHO@
 
73
ECHO_C = @ECHO_C@
 
74
ECHO_N = @ECHO_N@
 
75
ECHO_T = @ECHO_T@
 
76
EGREP = @EGREP@
 
77
EXEEXT = @EXEEXT@
 
78
F77 = @F77@
 
79
FFLAGS = @FFLAGS@
 
80
INSTALL_DATA = @INSTALL_DATA@
 
81
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
82
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
83
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
84
LDFLAGS = @LDFLAGS@
 
85
LIBOBJS = @LIBOBJS@
 
86
LIBS = @LIBS@
 
87
LIBTOOL = @LIBTOOL@
 
88
LN_S = @LN_S@
 
89
LTLIBOBJS = @LTLIBOBJS@
 
90
MAKEINFO = @MAKEINFO@
 
91
OBJDUMP = @OBJDUMP@
 
92
OBJEXT = @OBJEXT@
 
93
PACKAGE = @PACKAGE@
 
94
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
95
PACKAGE_NAME = @PACKAGE_NAME@
 
96
PACKAGE_STRING = @PACKAGE_STRING@
 
97
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
98
PACKAGE_VERSION = @PACKAGE_VERSION@
 
99
PATH_SEPARATOR = @PATH_SEPARATOR@
 
100
PREFIX = @PREFIX@
 
101
RANLIB = @RANLIB@
 
102
SAGE_CFLAGS = @SAGE_CFLAGS@
 
103
SAGE_DLL = @SAGE_DLL@
 
104
SAGE_LIBS = @SAGE_LIBS@
 
105
SAGE_REQUIRES = @SAGE_REQUIRES@
 
106
SAGE_VERSION = @SAGE_VERSION@
 
107
SAGE_VERSION_INFO = @SAGE_VERSION_INFO@
 
108
SDL_CFLAGS = @SDL_CFLAGS@
 
109
SDL_CONFIG = @SDL_CONFIG@
 
110
SDL_LIBS = @SDL_LIBS@
 
111
SDL_VERSION = @SDL_VERSION@
 
112
SET_MAKE = @SET_MAKE@
 
113
SHELL = @SHELL@
 
114
STRIP = @STRIP@
 
115
VERSION = @VERSION@
 
116
X_CFLAGS = @X_CFLAGS@
 
117
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
118
X_LIBS = @X_LIBS@
 
119
X_PRE_LIBS = @X_PRE_LIBS@
 
120
ac_ct_AR = @ac_ct_AR@
 
121
ac_ct_AS = @ac_ct_AS@
 
122
ac_ct_CC = @ac_ct_CC@
 
123
ac_ct_CXX = @ac_ct_CXX@
 
124
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
125
ac_ct_DLLWRAP = @ac_ct_DLLWRAP@
 
126
ac_ct_F77 = @ac_ct_F77@
 
127
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
128
ac_ct_RANLIB = @ac_ct_RANLIB@
 
129
ac_ct_STRIP = @ac_ct_STRIP@
 
130
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
131
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
132
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
133
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
134
am__include = @am__include@
 
135
am__leading_dot = @am__leading_dot@
 
136
am__quote = @am__quote@
 
137
bindir = @bindir@
 
138
build = @build@
 
139
build_alias = @build_alias@
 
140
build_cpu = @build_cpu@
 
141
build_os = @build_os@
 
142
build_vendor = @build_vendor@
 
143
datadir = @datadir@
 
144
exec_prefix = @exec_prefix@
 
145
host = @host@
 
146
host_alias = @host_alias@
 
147
host_cpu = @host_cpu@
 
148
host_os = @host_os@
 
149
host_vendor = @host_vendor@
 
150
includedir = @includedir@
 
151
infodir = @infodir@
 
152
install_sh = @install_sh@
 
153
libdir = @libdir@
 
154
libexecdir = @libexecdir@
 
155
localstatedir = @localstatedir@
 
156
mandir = @mandir@
 
157
oldincludedir = @oldincludedir@
 
158
prefix = @prefix@
 
159
program_transform_name = @program_transform_name@
 
160
sbindir = @sbindir@
 
161
sharedstatedir = @sharedstatedir@
 
162
sysconfdir = @sysconfdir@
 
163
target = @target@
 
164
target_alias = @target_alias@
 
165
target_cpu = @target_cpu@
 
166
target_os = @target_os@
 
167
target_vendor = @target_vendor@
 
168
SUBDIRS = templates sage
 
169
 
 
170
EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
 
171
 
 
172
pkgconfigdir = $(libdir)/pkgconfig
 
173
pkgconfig_DATA = sage.pc
 
174
subdir = .
 
175
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
176
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
177
CONFIG_HEADER = config.h
 
178
CONFIG_CLEAN_FILES = sage.spec sage.pc
 
179
DIST_SOURCES =
 
180
DATA = $(pkgconfig_DATA)
 
181
 
 
182
 
 
183
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
184
        ps-recursive install-info-recursive uninstall-info-recursive \
 
185
        all-recursive install-data-recursive install-exec-recursive \
 
186
        installdirs-recursive install-recursive uninstall-recursive \
 
187
        check-recursive installcheck-recursive
 
188
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
 
189
        COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \
 
190
        compile config.guess config.h.in config.sub configure \
 
191
        configure.in depcomp install-sh ltmain.sh missing mkinstalldirs \
 
192
        sage.pc.in sage.spec.in
 
193
DIST_SUBDIRS = $(SUBDIRS)
 
194
all: config.h
 
195
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
196
 
 
197
.SUFFIXES:
 
198
 
 
199
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
200
 configure.lineno
 
201
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
202
        cd $(top_srcdir) && \
 
203
          $(AUTOMAKE) --gnu  Makefile
 
204
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
205
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
206
 
 
207
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
208
        $(SHELL) ./config.status --recheck
 
209
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
210
        cd $(srcdir) && $(AUTOCONF)
 
211
 
 
212
$(ACLOCAL_M4):  configure.in 
 
213
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
214
 
 
215
config.h: stamp-h1
 
216
        @if test ! -f $@; then \
 
217
          rm -f stamp-h1; \
 
218
          $(MAKE) stamp-h1; \
 
219
        else :; fi
 
220
 
 
221
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
222
        @rm -f stamp-h1
 
223
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
224
 
 
225
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
226
        cd $(top_srcdir) && $(AUTOHEADER)
 
227
        touch $(srcdir)/config.h.in
 
228
 
 
229
distclean-hdr:
 
230
        -rm -f config.h stamp-h1
 
231
sage.spec: $(top_builddir)/config.status sage.spec.in
 
232
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
233
sage.pc: $(top_builddir)/config.status sage.pc.in
 
234
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
235
 
 
236
mostlyclean-libtool:
 
237
        -rm -f *.lo
 
238
 
 
239
clean-libtool:
 
240
        -rm -rf .libs _libs
 
241
 
 
242
distclean-libtool:
 
243
        -rm -f libtool
 
244
uninstall-info-am:
 
245
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
246
install-pkgconfigDATA: $(pkgconfig_DATA)
 
247
        @$(NORMAL_INSTALL)
 
248
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
 
249
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
250
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
251
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
252
          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
 
253
          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
 
254
        done
 
255
 
 
256
uninstall-pkgconfigDATA:
 
257
        @$(NORMAL_UNINSTALL)
 
258
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
259
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
260
          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
 
261
          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
 
262
        done
 
263
 
 
264
# This directory's subdirectories are mostly independent; you can cd
 
265
# into them and run `make' without going through this Makefile.
 
266
# To change the values of `make' variables: instead of editing Makefiles,
 
267
# (1) if the variable is set in `config.status', edit `config.status'
 
268
#     (which will cause the Makefiles to be regenerated when you run `make');
 
269
# (2) otherwise, pass the desired values on the `make' command line.
 
270
$(RECURSIVE_TARGETS):
 
271
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
272
        dot_seen=no; \
 
273
        target=`echo $@ | sed s/-recursive//`; \
 
274
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
275
          echo "Making $$target in $$subdir"; \
 
276
          if test "$$subdir" = "."; then \
 
277
            dot_seen=yes; \
 
278
            local_target="$$target-am"; \
 
279
          else \
 
280
            local_target="$$target"; \
 
281
          fi; \
 
282
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
283
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
284
        done; \
 
285
        if test "$$dot_seen" = "no"; then \
 
286
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
287
        fi; test -z "$$fail"
 
288
 
 
289
mostlyclean-recursive clean-recursive distclean-recursive \
 
290
maintainer-clean-recursive:
 
291
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
292
        dot_seen=no; \
 
293
        case "$@" in \
 
294
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
295
          *) list='$(SUBDIRS)' ;; \
 
296
        esac; \
 
297
        rev=''; for subdir in $$list; do \
 
298
          if test "$$subdir" = "."; then :; else \
 
299
            rev="$$subdir $$rev"; \
 
300
          fi; \
 
301
        done; \
 
302
        rev="$$rev ."; \
 
303
        target=`echo $@ | sed s/-recursive//`; \
 
304
        for subdir in $$rev; do \
 
305
          echo "Making $$target in $$subdir"; \
 
306
          if test "$$subdir" = "."; then \
 
307
            local_target="$$target-am"; \
 
308
          else \
 
309
            local_target="$$target"; \
 
310
          fi; \
 
311
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
312
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
313
        done && test -z "$$fail"
 
314
tags-recursive:
 
315
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
316
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
317
        done
 
318
ctags-recursive:
 
319
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
320
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
321
        done
 
322
 
 
323
ETAGS = etags
 
324
ETAGSFLAGS =
 
325
 
 
326
CTAGS = ctags
 
327
CTAGSFLAGS =
 
328
 
 
329
tags: TAGS
 
330
 
 
331
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
332
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
333
        unique=`for i in $$list; do \
 
334
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
335
          done | \
 
336
          $(AWK) '    { files[$$0] = 1; } \
 
337
               END { for (i in files) print i; }'`; \
 
338
        mkid -fID $$unique
 
339
 
 
340
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
341
                $(TAGS_FILES) $(LISP)
 
342
        tags=; \
 
343
        here=`pwd`; \
 
344
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
345
          include_option=--etags-include; \
 
346
        else \
 
347
          include_option=--include; \
 
348
        fi; \
 
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
350
          if test "$$subdir" = .; then :; else \
 
351
            test -f $$subdir/TAGS && \
 
352
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
353
          fi; \
 
354
        done; \
 
355
        list='$(SOURCES) $(HEADERS) config.h.in $(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; } \
 
360
               END { for (i in files) print i; }'`; \
 
361
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
362
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
363
             $$tags $$unique
 
364
 
 
365
ctags: CTAGS
 
366
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
367
                $(TAGS_FILES) $(LISP)
 
368
        tags=; \
 
369
        here=`pwd`; \
 
370
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
371
        unique=`for i in $$list; do \
 
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
373
          done | \
 
374
          $(AWK) '    { files[$$0] = 1; } \
 
375
               END { for (i in files) print i; }'`; \
 
376
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
377
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
378
             $$tags $$unique
 
379
 
 
380
GTAGS:
 
381
        here=`$(am__cd) $(top_builddir) && pwd` \
 
382
          && cd $(top_srcdir) \
 
383
          && gtags -i $(GTAGS_ARGS) $$here
 
384
 
 
385
distclean-tags:
 
386
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
387
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
388
 
 
389
top_distdir = .
 
390
distdir = $(PACKAGE)-$(VERSION)
 
391
 
 
392
am__remove_distdir = \
 
393
  { test ! -d $(distdir) \
 
394
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
395
         && rm -fr $(distdir); }; }
 
396
 
 
397
GZIP_ENV = --best
 
398
distuninstallcheck_listfiles = find . -type f -print
 
399
distcleancheck_listfiles = find . -type f -print
 
400
 
 
401
distdir: $(DISTFILES)
 
402
        $(am__remove_distdir)
 
403
        mkdir $(distdir)
 
404
        $(mkinstalldirs) $(distdir)/. $(distdir)/sage
 
405
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
406
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
407
        list='$(DISTFILES)'; for file in $$list; do \
 
408
          case $$file in \
 
409
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
410
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
411
          esac; \
 
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
413
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
414
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
415
            dir="/$$dir"; \
 
416
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
417
          else \
 
418
            dir=''; \
 
419
          fi; \
 
420
          if test -d $$d/$$file; then \
 
421
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
422
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
423
            fi; \
 
424
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
425
          else \
 
426
            test -f $(distdir)/$$file \
 
427
            || cp -p $$d/$$file $(distdir)/$$file \
 
428
            || exit 1; \
 
429
          fi; \
 
430
        done
 
431
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
432
          if test "$$subdir" = .; then :; else \
 
433
            test -d $(distdir)/$$subdir \
 
434
            || mkdir $(distdir)/$$subdir \
 
435
            || exit 1; \
 
436
            (cd $$subdir && \
 
437
              $(MAKE) $(AM_MAKEFLAGS) \
 
438
                top_distdir="$(top_distdir)" \
 
439
                distdir=../$(distdir)/$$subdir \
 
440
                distdir) \
 
441
              || exit 1; \
 
442
          fi; \
 
443
        done
 
444
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
445
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
446
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
447
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
448
        || chmod -R a+r $(distdir)
 
449
dist-gzip: distdir
 
450
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
451
        $(am__remove_distdir)
 
452
 
 
453
dist dist-all: distdir
 
454
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
455
        $(am__remove_distdir)
 
456
 
 
457
# This target untars the dist file and tries a VPATH configuration.  Then
 
458
# it guarantees that the distribution is self-contained by making another
 
459
# tarfile.
 
460
distcheck: dist
 
461
        $(am__remove_distdir)
 
462
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
463
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
464
        mkdir $(distdir)/_build
 
465
        mkdir $(distdir)/_inst
 
466
        chmod a-w $(distdir)
 
467
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
468
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
469
          && cd $(distdir)/_build \
 
470
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
471
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
472
          && $(MAKE) $(AM_MAKEFLAGS) \
 
473
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
474
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
475
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
476
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
477
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
478
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
479
                distuninstallcheck \
 
480
          && chmod -R a-w "$$dc_install_base" \
 
481
          && ({ \
 
482
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
483
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
484
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
485
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
486
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
487
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
488
          && rm -rf "$$dc_destdir" \
 
489
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
490
          && rm -f $(distdir).tar.gz \
 
491
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
492
        $(am__remove_distdir)
 
493
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
494
          sed 'h;s/./=/g;p;x;p;x'
 
495
distuninstallcheck:
 
496
        @cd $(distuninstallcheck_dir) \
 
497
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
498
           || { echo "ERROR: files left after uninstall:" ; \
 
499
                if test -n "$(DESTDIR)"; then \
 
500
                  echo "  (check DESTDIR support)"; \
 
501
                fi ; \
 
502
                $(distuninstallcheck_listfiles) ; \
 
503
                exit 1; } >&2
 
504
distcleancheck: distclean
 
505
        @if test '$(srcdir)' = . ; then \
 
506
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
507
          exit 1 ; \
 
508
        fi
 
509
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
510
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
511
               $(distcleancheck_listfiles) ; \
 
512
               exit 1; } >&2
 
513
check-am: all-am
 
514
check: check-recursive
 
515
all-am: Makefile $(DATA) config.h
 
516
installdirs: installdirs-recursive
 
517
installdirs-am:
 
518
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
 
519
 
 
520
install: install-recursive
 
521
install-exec: install-exec-recursive
 
522
install-data: install-data-recursive
 
523
uninstall: uninstall-recursive
 
524
 
 
525
install-am: all-am
 
526
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
527
 
 
528
installcheck: installcheck-recursive
 
529
install-strip:
 
530
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
531
          INSTALL_STRIP_FLAG=-s \
 
532
          `test -z '$(STRIP)' || \
 
533
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
534
mostlyclean-generic:
 
535
 
 
536
clean-generic:
 
537
 
 
538
distclean-generic:
 
539
        -rm -f $(CONFIG_CLEAN_FILES)
 
540
 
 
541
maintainer-clean-generic:
 
542
        @echo "This command is intended for maintainers to use"
 
543
        @echo "it deletes files that may require special tools to rebuild."
 
544
clean: clean-recursive
 
545
 
 
546
clean-am: clean-generic clean-libtool mostlyclean-am
 
547
 
 
548
distclean: distclean-recursive
 
549
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
550
        -rm -f Makefile
 
551
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
552
        distclean-tags
 
553
 
 
554
dvi: dvi-recursive
 
555
 
 
556
dvi-am:
 
557
 
 
558
info: info-recursive
 
559
 
 
560
info-am:
 
561
 
 
562
install-data-am: install-pkgconfigDATA
 
563
 
 
564
install-exec-am:
 
565
 
 
566
install-info: install-info-recursive
 
567
 
 
568
install-man:
 
569
 
 
570
installcheck-am:
 
571
 
 
572
maintainer-clean: maintainer-clean-recursive
 
573
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
574
        -rm -rf $(top_srcdir)/autom4te.cache
 
575
        -rm -f Makefile
 
576
maintainer-clean-am: distclean-am maintainer-clean-generic
 
577
 
 
578
mostlyclean: mostlyclean-recursive
 
579
 
 
580
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
581
 
 
582
pdf: pdf-recursive
 
583
 
 
584
pdf-am:
 
585
 
 
586
ps: ps-recursive
 
587
 
 
588
ps-am:
 
589
 
 
590
uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
 
591
 
 
592
uninstall-info: uninstall-info-recursive
 
593
 
 
594
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
595
        clean-generic clean-libtool clean-recursive ctags \
 
596
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
597
        distclean-generic distclean-hdr distclean-libtool \
 
598
        distclean-recursive distclean-tags distcleancheck distdir \
 
599
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
600
        info-recursive install install-am install-data install-data-am \
 
601
        install-data-recursive install-exec install-exec-am \
 
602
        install-exec-recursive install-info install-info-am \
 
603
        install-info-recursive install-man install-pkgconfigDATA \
 
604
        install-recursive install-strip installcheck installcheck-am \
 
605
        installdirs installdirs-am installdirs-recursive \
 
606
        maintainer-clean maintainer-clean-generic \
 
607
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
608
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
609
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
610
        uninstall uninstall-am uninstall-info-am \
 
611
        uninstall-info-recursive uninstall-pkgconfigDATA \
 
612
        uninstall-recursive
 
613
 
 
614
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
615
# Otherwise a system limit (for SysV at least) may be exceeded.
 
616
.NOEXPORT: