~ubuntu-branches/ubuntu/raring/ibutils/raring-proposed

« back to all changes in this revision

Viewing changes to ibis/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-01-11 22:22:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100111222200-53kum2et5nh13rv3
Tags: upstream-1.2-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.2-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
#--
 
18
# Copyright (c) 2004 Mellanox Technologies LTD. All rights reserved.
 
19
#
 
20
# This software is available to you under a choice of one of two
 
21
# licenses.  You may choose to be licensed under the terms of the GNU
 
22
# General Public License (GPL) Version 2, available from the file
 
23
# COPYING in the main directory of this source tree, or the
 
24
# OpenIB.org BSD license below:
 
25
#
 
26
#     Redistribution and use in source and binary forms, with or
 
27
#     without modification, are permitted provided that the following
 
28
#     conditions are met:
 
29
#
 
30
#      - Redistributions of source code must retain the above
 
31
#        copyright notice, this list of conditions and the following
 
32
#        disclaimer.
 
33
#
 
34
#      - Redistributions in binary form must reproduce the above
 
35
#        copyright notice, this list of conditions and the following
 
36
#        disclaimer in the documentation and/or other materials
 
37
#        provided with the distribution.
 
38
#
 
39
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
40
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
41
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
42
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 
43
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 
44
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
45
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
46
# SOFTWARE.
 
47
#
 
48
# $Id$
 
49
#--
 
50
 
 
51
#AUTOMAKE_OPTIONS       = gnits
 
52
srcdir = @srcdir@
 
53
top_srcdir = @top_srcdir@
 
54
VPATH = @srcdir@
 
55
pkgdatadir = $(datadir)/@PACKAGE@
 
56
pkglibdir = $(libdir)/@PACKAGE@
 
57
pkgincludedir = $(includedir)/@PACKAGE@
 
58
top_builddir = .
 
59
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
60
INSTALL = @INSTALL@
 
61
install_sh_DATA = $(install_sh) -c -m 644
 
62
install_sh_PROGRAM = $(install_sh) -c
 
63
install_sh_SCRIPT = $(install_sh) -c
 
64
INSTALL_HEADER = $(INSTALL_DATA)
 
65
transform = $(program_transform_name)
 
66
NORMAL_INSTALL = :
 
67
PRE_INSTALL = :
 
68
POST_INSTALL = :
 
69
NORMAL_UNINSTALL = :
 
70
PRE_UNINSTALL = :
 
71
POST_UNINSTALL = :
 
72
build_triplet = @build@
 
73
host_triplet = @host@
 
74
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
75
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
76
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
77
        config/config.guess config/config.sub config/depcomp \
 
78
        config/install-sh config/ltmain.sh config/missing
 
79
subdir = .
 
80
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
81
am__aclocal_m4_deps = $(top_srcdir)/config/osm.m4 \
 
82
        $(top_srcdir)/config/swig.m4 $(top_srcdir)/config/tcl.m4 \
 
83
        $(top_srcdir)/configure.in
 
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
85
        $(ACLOCAL_M4)
 
86
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
87
 configure.lineno configure.status.lineno
 
88
mkinstalldirs = $(install_sh) -d
 
89
CONFIG_HEADER = config.h
 
90
CONFIG_CLEAN_FILES =
 
91
SOURCES =
 
92
DIST_SOURCES =
 
93
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
94
        html-recursive info-recursive install-data-recursive \
 
95
        install-exec-recursive install-info-recursive \
 
96
        install-recursive installcheck-recursive installdirs-recursive \
 
97
        pdf-recursive ps-recursive uninstall-info-recursive \
 
98
        uninstall-recursive
 
99
ETAGS = etags
 
100
CTAGS = ctags
 
101
DIST_SUBDIRS = $(SUBDIRS)
 
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
103
distdir = $(PACKAGE)-$(VERSION)
 
104
top_distdir = $(distdir)
 
105
am__remove_distdir = \
 
106
  { test ! -d $(distdir) \
 
107
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
108
         && rm -fr $(distdir); }; }
 
109
DIST_ARCHIVES = $(distdir).tar.gz
 
110
GZIP_ENV = --best
 
111
distuninstallcheck_listfiles = find . -type f -print
 
112
distcleancheck_listfiles = find . -type f -print
 
113
ACLOCAL = aclocal -I $(ac_aux_dir)
 
114
AMDEP_FALSE = @AMDEP_FALSE@
 
115
AMDEP_TRUE = @AMDEP_TRUE@
 
116
AMTAR = @AMTAR@
 
117
AR = @AR@
 
118
AUTOCONF = @AUTOCONF@
 
119
AUTOHEADER = @AUTOHEADER@
 
120
AUTOMAKE = @AUTOMAKE@
 
121
AWK = @AWK@
 
122
CC = @CC@
 
123
CCDEPMODE = @CCDEPMODE@
 
124
CFLAGS = @CFLAGS@
 
125
CPP = @CPP@
 
126
CPPFLAGS = @CPPFLAGS@
 
127
CXX = @CXX@
 
128
CXXCPP = @CXXCPP@
 
129
CXXDEPMODE = @CXXDEPMODE@
 
130
CXXFLAGS = @CXXFLAGS@
 
131
CYGPATH_W = @CYGPATH_W@
 
132
DEBUG_FALSE = @DEBUG_FALSE@
 
133
DEBUG_TRUE = @DEBUG_TRUE@
 
134
DEFS = @DEFS@
 
135
DEPDIR = @DEPDIR@
 
136
ECHO = @ECHO@
 
137
ECHO_C = @ECHO_C@
 
138
ECHO_N = @ECHO_N@
 
139
ECHO_T = @ECHO_T@
 
140
EGREP = @EGREP@
 
141
EXEEXT = @EXEEXT@
 
142
F77 = @F77@
 
143
FFLAGS = @FFLAGS@
 
144
HAS_SWIG_FALSE = @HAS_SWIG_FALSE@
 
145
HAS_SWIG_TRUE = @HAS_SWIG_TRUE@
 
146
INSTALL_DATA = @INSTALL_DATA@
 
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
150
LDFLAGS = @LDFLAGS@
 
151
LIBOBJS = @LIBOBJS@
 
152
LIBS = @LIBS@
 
153
LIBTOOL = @LIBTOOL@
 
154
LN_S = @LN_S@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAINT = @MAINT@
 
157
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
158
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
159
MAKEINFO = @MAKEINFO@
 
160
OBJEXT = @OBJEXT@
 
161
OSM_BUILD = @OSM_BUILD@
 
162
OSM_BUILD_OPENIB_FALSE = @OSM_BUILD_OPENIB_FALSE@
 
163
OSM_BUILD_OPENIB_TRUE = @OSM_BUILD_OPENIB_TRUE@
 
164
OSM_CFLAGS = @OSM_CFLAGS@
 
165
OSM_LDFLAGS = @OSM_LDFLAGS@
 
166
OSM_VENDOR = @OSM_VENDOR@
 
167
OSM_VENDOR_MTL_FALSE = @OSM_VENDOR_MTL_FALSE@
 
168
OSM_VENDOR_MTL_TRUE = @OSM_VENDOR_MTL_TRUE@
 
169
OSM_VENDOR_SIM_FALSE = @OSM_VENDOR_SIM_FALSE@
 
170
OSM_VENDOR_SIM_TRUE = @OSM_VENDOR_SIM_TRUE@
 
171
OSM_VENDOR_TS_FALSE = @OSM_VENDOR_TS_FALSE@
 
172
OSM_VENDOR_TS_TRUE = @OSM_VENDOR_TS_TRUE@
 
173
PACKAGE = @PACKAGE@
 
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
175
PACKAGE_NAME = @PACKAGE_NAME@
 
176
PACKAGE_STRING = @PACKAGE_STRING@
 
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_VERSION = @PACKAGE_VERSION@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
RANLIB = @RANLIB@
 
181
SET_MAKE = @SET_MAKE@
 
182
SHELL = @SHELL@
 
183
STRIP = @STRIP@
 
184
SWIG = @SWIG@
 
185
SWIG_LIB = @SWIG_LIB@
 
186
TCLSH = @TCLSH@
 
187
TCL_CPPFLAGS = @TCL_CPPFLAGS@
 
188
TCL_DEFS = @TCL_DEFS@
 
189
TCL_LIBS = @TCL_LIBS@
 
190
TCL_PREFIX = @TCL_PREFIX@
 
191
VERSION = @VERSION@
 
192
ac_ct_AR = @ac_ct_AR@
 
193
ac_ct_CC = @ac_ct_CC@
 
194
ac_ct_CXX = @ac_ct_CXX@
 
195
ac_ct_F77 = @ac_ct_F77@
 
196
ac_ct_RANLIB = @ac_ct_RANLIB@
 
197
ac_ct_STRIP = @ac_ct_STRIP@
 
198
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
199
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
200
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
201
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
202
am__include = @am__include@
 
203
am__leading_dot = @am__leading_dot@
 
204
am__quote = @am__quote@
 
205
am__tar = @am__tar@
 
206
am__untar = @am__untar@
 
207
bindir = @bindir@
 
208
build = @build@
 
209
build_alias = @build_alias@
 
210
build_cpu = @build_cpu@
 
211
build_os = @build_os@
 
212
build_vendor = @build_vendor@
 
213
datadir = @datadir@
 
214
exec_prefix = @exec_prefix@
 
215
host = @host@
 
216
host_alias = @host_alias@
 
217
host_cpu = @host_cpu@
 
218
host_os = @host_os@
 
219
host_vendor = @host_vendor@
 
220
includedir = @includedir@
 
221
infodir = @infodir@
 
222
install_sh = @install_sh@
 
223
libdir = @libdir@
 
224
libexecdir = @libexecdir@
 
225
localstatedir = @localstatedir@
 
226
mandir = @mandir@
 
227
mkdir_p = @mkdir_p@
 
228
oldincludedir = @oldincludedir@
 
229
prefix = @prefix@
 
230
program_transform_name = @program_transform_name@
 
231
sbindir = @sbindir@
 
232
sharedstatedir = @sharedstatedir@
 
233
sysconfdir = @sysconfdir@
 
234
target_alias = @target_alias@
 
235
with_osm = @with_osm@
 
236
 
 
237
#
 
238
SUBDIRS = src tests doc
 
239
 
 
240
# this will control the update of the files in order
 
241
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
 
242
all: config.h
 
243
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
244
 
 
245
.SUFFIXES:
 
246
am--refresh:
 
247
        @:
 
248
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
249
        @for dep in $?; do \
 
250
          case '$(am__configure_deps)' in \
 
251
            *$$dep*) \
 
252
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
253
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
254
                && exit 0; \
 
255
              exit 1;; \
 
256
          esac; \
 
257
        done; \
 
258
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
259
        cd $(top_srcdir) && \
 
260
          $(AUTOMAKE) --gnu  Makefile
 
261
.PRECIOUS: Makefile
 
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
263
        @case '$?' in \
 
264
          *config.status*) \
 
265
            echo ' $(SHELL) ./config.status'; \
 
266
            $(SHELL) ./config.status;; \
 
267
          *) \
 
268
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
269
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
270
        esac;
 
271
 
 
272
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
273
        $(SHELL) ./config.status --recheck
 
274
 
 
275
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
276
        cd $(srcdir) && $(AUTOCONF)
 
277
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
278
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
279
 
 
280
config.h: stamp-h1
 
281
        @if test ! -f $@; then \
 
282
          rm -f stamp-h1; \
 
283
          $(MAKE) stamp-h1; \
 
284
        else :; fi
 
285
 
 
286
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
287
        @rm -f stamp-h1
 
288
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
289
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
290
        cd $(top_srcdir) && $(AUTOHEADER)
 
291
        rm -f stamp-h1
 
292
        touch $@
 
293
 
 
294
distclean-hdr:
 
295
        -rm -f config.h stamp-h1
 
296
 
 
297
mostlyclean-libtool:
 
298
        -rm -f *.lo
 
299
 
 
300
clean-libtool:
 
301
        -rm -rf .libs _libs
 
302
 
 
303
distclean-libtool:
 
304
        -rm -f libtool
 
305
uninstall-info-am:
 
306
 
 
307
# This directory's subdirectories are mostly independent; you can cd
 
308
# into them and run `make' without going through this Makefile.
 
309
# To change the values of `make' variables: instead of editing Makefiles,
 
310
# (1) if the variable is set in `config.status', edit `config.status'
 
311
#     (which will cause the Makefiles to be regenerated when you run `make');
 
312
# (2) otherwise, pass the desired values on the `make' command line.
 
313
$(RECURSIVE_TARGETS):
 
314
        @failcom='exit 1'; \
 
315
        for f in x $$MAKEFLAGS; do \
 
316
          case $$f in \
 
317
            *=* | --[!k]*);; \
 
318
            *k*) failcom='fail=yes';; \
 
319
          esac; \
 
320
        done; \
 
321
        dot_seen=no; \
 
322
        target=`echo $@ | sed s/-recursive//`; \
 
323
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
324
          echo "Making $$target in $$subdir"; \
 
325
          if test "$$subdir" = "."; then \
 
326
            dot_seen=yes; \
 
327
            local_target="$$target-am"; \
 
328
          else \
 
329
            local_target="$$target"; \
 
330
          fi; \
 
331
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
332
          || eval $$failcom; \
 
333
        done; \
 
334
        if test "$$dot_seen" = "no"; then \
 
335
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
336
        fi; test -z "$$fail"
 
337
 
 
338
mostlyclean-recursive clean-recursive distclean-recursive \
 
339
maintainer-clean-recursive:
 
340
        @failcom='exit 1'; \
 
341
        for f in x $$MAKEFLAGS; do \
 
342
          case $$f in \
 
343
            *=* | --[!k]*);; \
 
344
            *k*) failcom='fail=yes';; \
 
345
          esac; \
 
346
        done; \
 
347
        dot_seen=no; \
 
348
        case "$@" in \
 
349
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
350
          *) list='$(SUBDIRS)' ;; \
 
351
        esac; \
 
352
        rev=''; for subdir in $$list; do \
 
353
          if test "$$subdir" = "."; then :; else \
 
354
            rev="$$subdir $$rev"; \
 
355
          fi; \
 
356
        done; \
 
357
        rev="$$rev ."; \
 
358
        target=`echo $@ | sed s/-recursive//`; \
 
359
        for subdir in $$rev; do \
 
360
          echo "Making $$target in $$subdir"; \
 
361
          if test "$$subdir" = "."; then \
 
362
            local_target="$$target-am"; \
 
363
          else \
 
364
            local_target="$$target"; \
 
365
          fi; \
 
366
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
367
          || eval $$failcom; \
 
368
        done && test -z "$$fail"
 
369
tags-recursive:
 
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
371
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
372
        done
 
373
ctags-recursive:
 
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
375
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
376
        done
 
377
 
 
378
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
379
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
380
        unique=`for i in $$list; do \
 
381
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
382
          done | \
 
383
          $(AWK) '    { files[$$0] = 1; } \
 
384
               END { for (i in files) print i; }'`; \
 
385
        mkid -fID $$unique
 
386
tags: TAGS
 
387
 
 
388
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
389
                $(TAGS_FILES) $(LISP)
 
390
        tags=; \
 
391
        here=`pwd`; \
 
392
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
393
          include_option=--etags-include; \
 
394
          empty_fix=.; \
 
395
        else \
 
396
          include_option=--include; \
 
397
          empty_fix=; \
 
398
        fi; \
 
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
          if test "$$subdir" = .; then :; else \
 
401
            test ! -f $$subdir/TAGS || \
 
402
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
403
          fi; \
 
404
        done; \
 
405
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
406
        unique=`for i in $$list; do \
 
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
408
          done | \
 
409
          $(AWK) '    { files[$$0] = 1; } \
 
410
               END { for (i in files) print i; }'`; \
 
411
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
412
          test -n "$$unique" || unique=$$empty_fix; \
 
413
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
414
            $$tags $$unique; \
 
415
        fi
 
416
ctags: CTAGS
 
417
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
418
                $(TAGS_FILES) $(LISP)
 
419
        tags=; \
 
420
        here=`pwd`; \
 
421
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
422
        unique=`for i in $$list; do \
 
423
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
424
          done | \
 
425
          $(AWK) '    { files[$$0] = 1; } \
 
426
               END { for (i in files) print i; }'`; \
 
427
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
428
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
429
             $$tags $$unique
 
430
 
 
431
GTAGS:
 
432
        here=`$(am__cd) $(top_builddir) && pwd` \
 
433
          && cd $(top_srcdir) \
 
434
          && gtags -i $(GTAGS_ARGS) $$here
 
435
 
 
436
distclean-tags:
 
437
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
438
 
 
439
distdir: $(DISTFILES)
 
440
        $(am__remove_distdir)
 
441
        mkdir $(distdir)
 
442
        $(mkdir_p) $(distdir)/config
 
443
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
444
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
445
        list='$(DISTFILES)'; for file in $$list; do \
 
446
          case $$file in \
 
447
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
448
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
449
          esac; \
 
450
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
451
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
452
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
453
            dir="/$$dir"; \
 
454
            $(mkdir_p) "$(distdir)$$dir"; \
 
455
          else \
 
456
            dir=''; \
 
457
          fi; \
 
458
          if test -d $$d/$$file; then \
 
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
460
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
461
            fi; \
 
462
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
463
          else \
 
464
            test -f $(distdir)/$$file \
 
465
            || cp -p $$d/$$file $(distdir)/$$file \
 
466
            || exit 1; \
 
467
          fi; \
 
468
        done
 
469
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
470
          if test "$$subdir" = .; then :; else \
 
471
            test -d "$(distdir)/$$subdir" \
 
472
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
473
            || exit 1; \
 
474
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
475
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
476
            (cd $$subdir && \
 
477
              $(MAKE) $(AM_MAKEFLAGS) \
 
478
                top_distdir="$$top_distdir" \
 
479
                distdir="$$distdir/$$subdir" \
 
480
                distdir) \
 
481
              || exit 1; \
 
482
          fi; \
 
483
        done
 
484
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
485
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
486
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
487
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
488
        || chmod -R a+r $(distdir)
 
489
dist-gzip: distdir
 
490
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
491
        $(am__remove_distdir)
 
492
 
 
493
dist-bzip2: distdir
 
494
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
495
        $(am__remove_distdir)
 
496
 
 
497
dist-tarZ: distdir
 
498
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
499
        $(am__remove_distdir)
 
500
 
 
501
dist-shar: distdir
 
502
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
503
        $(am__remove_distdir)
 
504
 
 
505
dist-zip: distdir
 
506
        -rm -f $(distdir).zip
 
507
        zip -rq $(distdir).zip $(distdir)
 
508
        $(am__remove_distdir)
 
509
 
 
510
dist dist-all: distdir
 
511
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
512
        $(am__remove_distdir)
 
513
 
 
514
# This target untars the dist file and tries a VPATH configuration.  Then
 
515
# it guarantees that the distribution is self-contained by making another
 
516
# tarfile.
 
517
distcheck: dist
 
518
        case '$(DIST_ARCHIVES)' in \
 
519
        *.tar.gz*) \
 
520
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
521
        *.tar.bz2*) \
 
522
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
523
        *.tar.Z*) \
 
524
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
525
        *.shar.gz*) \
 
526
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
527
        *.zip*) \
 
528
          unzip $(distdir).zip ;;\
 
529
        esac
 
530
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
531
        mkdir $(distdir)/_build
 
532
        mkdir $(distdir)/_inst
 
533
        chmod a-w $(distdir)
 
534
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
535
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
536
          && cd $(distdir)/_build \
 
537
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
538
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
539
          && $(MAKE) $(AM_MAKEFLAGS) \
 
540
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
541
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
542
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
543
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
544
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
545
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
546
                distuninstallcheck \
 
547
          && chmod -R a-w "$$dc_install_base" \
 
548
          && ({ \
 
549
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
550
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
551
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
552
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
553
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
554
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
555
          && rm -rf "$$dc_destdir" \
 
556
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
557
          && rm -rf $(DIST_ARCHIVES) \
 
558
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
559
        $(am__remove_distdir)
 
560
        @(echo "$(distdir) archives ready for distribution: "; \
 
561
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
562
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
563
distuninstallcheck:
 
564
        @cd $(distuninstallcheck_dir) \
 
565
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
566
           || { echo "ERROR: files left after uninstall:" ; \
 
567
                if test -n "$(DESTDIR)"; then \
 
568
                  echo "  (check DESTDIR support)"; \
 
569
                fi ; \
 
570
                $(distuninstallcheck_listfiles) ; \
 
571
                exit 1; } >&2
 
572
distcleancheck: distclean
 
573
        @if test '$(srcdir)' = . ; then \
 
574
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
575
          exit 1 ; \
 
576
        fi
 
577
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
578
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
579
               $(distcleancheck_listfiles) ; \
 
580
               exit 1; } >&2
 
581
check-am: all-am
 
582
check: check-recursive
 
583
all-am: Makefile config.h
 
584
installdirs: installdirs-recursive
 
585
installdirs-am:
 
586
install: install-recursive
 
587
install-exec: install-exec-recursive
 
588
install-data: install-data-recursive
 
589
uninstall: uninstall-recursive
 
590
 
 
591
install-am: all-am
 
592
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
593
 
 
594
installcheck: installcheck-recursive
 
595
install-strip:
 
596
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
597
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
598
          `test -z '$(STRIP)' || \
 
599
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
600
mostlyclean-generic:
 
601
 
 
602
clean-generic:
 
603
 
 
604
distclean-generic:
 
605
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
606
 
 
607
maintainer-clean-generic:
 
608
        @echo "This command is intended for maintainers to use"
 
609
        @echo "it deletes files that may require special tools to rebuild."
 
610
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
611
clean: clean-recursive
 
612
 
 
613
clean-am: clean-generic clean-libtool mostlyclean-am
 
614
 
 
615
distclean: distclean-recursive
 
616
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
617
        -rm -f Makefile
 
618
distclean-am: clean-am distclean-generic distclean-hdr \
 
619
        distclean-libtool distclean-tags
 
620
 
 
621
dvi: dvi-recursive
 
622
 
 
623
dvi-am:
 
624
 
 
625
html: html-recursive
 
626
 
 
627
info: info-recursive
 
628
 
 
629
info-am:
 
630
 
 
631
install-data-am:
 
632
 
 
633
install-exec-am:
 
634
 
 
635
install-info: install-info-recursive
 
636
 
 
637
install-man:
 
638
 
 
639
installcheck-am:
 
640
 
 
641
maintainer-clean: maintainer-clean-recursive
 
642
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
643
        -rm -rf $(top_srcdir)/autom4te.cache
 
644
        -rm -f Makefile
 
645
maintainer-clean-am: distclean-am maintainer-clean-generic
 
646
 
 
647
mostlyclean: mostlyclean-recursive
 
648
 
 
649
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
650
 
 
651
pdf: pdf-recursive
 
652
 
 
653
pdf-am:
 
654
 
 
655
ps: ps-recursive
 
656
 
 
657
ps-am:
 
658
 
 
659
uninstall-am: uninstall-info-am
 
660
 
 
661
uninstall-info: uninstall-info-recursive
 
662
 
 
663
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
664
        check-am clean clean-generic clean-libtool clean-recursive \
 
665
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
666
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
667
        distclean-generic distclean-hdr distclean-libtool \
 
668
        distclean-recursive distclean-tags distcleancheck distdir \
 
669
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
670
        install install-am install-data install-data-am install-exec \
 
671
        install-exec-am install-info install-info-am install-man \
 
672
        install-strip installcheck installcheck-am installdirs \
 
673
        installdirs-am maintainer-clean maintainer-clean-generic \
 
674
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
675
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
676
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
677
 
 
678
 
 
679
# Support cleanup of swig wrappers
 
680
swigclean:
 
681
        for dir in src; do make -C $$dir swigclean; done
 
682
 
 
683
#dist-hook:
 
684
#       cd $(distdir)
 
685
#       cp -rf $(top_srcdir)/Clusters Clusters
 
686
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
687
# Otherwise a system limit (for SysV at least) may be exceeded.
 
688
.NOEXPORT: