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

« back to all changes in this revision

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