~ubuntu-branches/ubuntu/trusty/opensm/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2009-10-21 11:31:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091021113100-40r3ajbveyk8tp14
Tags: upstream-3.2.6-20090317
ImportĀ upstreamĀ versionĀ 3.2.6-20090317

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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)/opensm.spec.in \
 
37
        $(top_srcdir)/configure \
 
38
        $(top_srcdir)/include/opensm/osm_config.h.in \
 
39
        $(top_srcdir)/include/opensm/osm_version.h.in \
 
40
        $(top_srcdir)/man/opensm.8.in \
 
41
        $(top_srcdir)/scripts/opensm.init.in \
 
42
        $(top_srcdir)/scripts/redhat-opensm.init.in \
 
43
        $(top_srcdir)/scripts/sldd.sh.in AUTHORS COPYING ChangeLog \
 
44
        INSTALL NEWS config/config.guess config/config.sub \
 
45
        config/depcomp config/install-sh config/ltmain.sh \
 
46
        config/missing config/ylwrap
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
 
49
        $(top_srcdir)/config/ltoptions.m4 \
 
50
        $(top_srcdir)/config/ltsugar.m4 \
 
51
        $(top_srcdir)/config/ltversion.m4 \
 
52
        $(top_srcdir)/config/lt~obsolete.m4 \
 
53
        $(top_srcdir)/config/osmvsel.m4 $(top_srcdir)/configure.in
 
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
55
        $(ACLOCAL_M4)
 
56
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
57
 configure.lineno config.status.lineno
 
58
mkinstalldirs = $(install_sh) -d
 
59
CONFIG_HEADER = $(top_builddir)/include/config.h \
 
60
        $(top_builddir)/include/opensm/osm_config.h
 
61
CONFIG_CLEAN_FILES = man/opensm.8 scripts/opensm.init \
 
62
        scripts/redhat-opensm.init scripts/sldd.sh \
 
63
        include/opensm/osm_version.h opensm.spec
 
64
SOURCES =
 
65
DIST_SOURCES =
 
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
67
        html-recursive info-recursive install-data-recursive \
 
68
        install-dvi-recursive install-exec-recursive \
 
69
        install-html-recursive install-info-recursive \
 
70
        install-pdf-recursive install-ps-recursive install-recursive \
 
71
        installcheck-recursive installdirs-recursive pdf-recursive \
 
72
        ps-recursive uninstall-recursive
 
73
man8dir = $(mandir)/man8
 
74
am__installdirs = "$(DESTDIR)$(man8dir)"
 
75
NROFF = nroff
 
76
MANS = $(man_MANS)
 
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
78
  distclean-recursive maintainer-clean-recursive
 
79
ETAGS = etags
 
80
CTAGS = ctags
 
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
82
distdir = $(PACKAGE)-$(VERSION)
 
83
top_distdir = $(distdir)
 
84
am__remove_distdir = \
 
85
  { test ! -d $(distdir) \
 
86
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
87
         && rm -fr $(distdir); }; }
 
88
DIST_ARCHIVES = $(distdir).tar.gz
 
89
GZIP_ENV = --best
 
90
distuninstallcheck_listfiles = find . -type f -print
 
91
distcleancheck_listfiles = find . -type f -print
 
92
ACLOCAL = @ACLOCAL@
 
93
AMTAR = @AMTAR@
 
94
AR = @AR@
 
95
AUTOCONF = @AUTOCONF@
 
96
AUTOHEADER = @AUTOHEADER@
 
97
AUTOMAKE = @AUTOMAKE@
 
98
AWK = @AWK@
 
99
CC = @CC@
 
100
CCDEPMODE = @CCDEPMODE@
 
101
CFLAGS = @CFLAGS@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFAULT_EVENT_PLUGIN = @DEFAULT_EVENT_PLUGIN@
 
106
DEFS = @DEFS@
 
107
DEPDIR = @DEPDIR@
 
108
DSYMUTIL = @DSYMUTIL@
 
109
DUMPBIN = @DUMPBIN@
 
110
ECHO_C = @ECHO_C@
 
111
ECHO_N = @ECHO_N@
 
112
ECHO_T = @ECHO_T@
 
113
EGREP = @EGREP@
 
114
EXEEXT = @EXEEXT@
 
115
FGREP = @FGREP@
 
116
GREP = @GREP@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
LD = @LD@
 
123
LDFLAGS = @LDFLAGS@
 
124
LEX = @LEX@
 
125
LEXLIB = @LEXLIB@
 
126
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
127
LIBOBJS = @LIBOBJS@
 
128
LIBS = @LIBS@
 
129
LIBTOOL = @LIBTOOL@
 
130
LIPO = @LIPO@
 
131
LN_S = @LN_S@
 
132
LTLIBOBJS = @LTLIBOBJS@
 
133
MAKEINFO = @MAKEINFO@
 
134
MKDIR_P = @MKDIR_P@
 
135
NM = @NM@
 
136
NMEDIT = @NMEDIT@
 
137
NODENAMEMAPFILE = @NODENAMEMAPFILE@
 
138
OBJDUMP = @OBJDUMP@
 
139
OBJEXT = @OBJEXT@
 
140
OPENSM_CONFIG_DIR = @OPENSM_CONFIG_DIR@
 
141
OPENSM_CONFIG_FILE = @OPENSM_CONFIG_FILE@
 
142
OPENSM_CONFIG_SUB_DIR = @OPENSM_CONFIG_SUB_DIR@
 
143
OSMV_INCLUDES = @OSMV_INCLUDES@
 
144
OSMV_LDADD = @OSMV_LDADD@
 
145
OTOOL = @OTOOL@
 
146
OTOOL64 = @OTOOL64@
 
147
PACKAGE = @PACKAGE@
 
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
149
PACKAGE_NAME = @PACKAGE_NAME@
 
150
PACKAGE_STRING = @PACKAGE_STRING@
 
151
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PARTITION_CONFIG_FILE = @PARTITION_CONFIG_FILE@
 
154
PATH_SEPARATOR = @PATH_SEPARATOR@
 
155
PREFIX_ROUTES_FILE = @PREFIX_ROUTES_FILE@
 
156
QOS_POLICY_FILE = @QOS_POLICY_FILE@
 
157
RANLIB = @RANLIB@
 
158
RELEASE = @RELEASE@
 
159
SED = @SED@
 
160
SET_MAKE = @SET_MAKE@
 
161
SHELL = @SHELL@
 
162
STRIP = @STRIP@
 
163
TARBALL = @TARBALL@
 
164
VERSION = @VERSION@
 
165
YACC = @YACC@
 
166
YFLAGS = @YFLAGS@
 
167
_LEX_ = @_LEX_@
 
168
_YACC_ = @_YACC_@
 
169
abs_builddir = @abs_builddir@
 
170
abs_srcdir = @abs_srcdir@
 
171
abs_top_builddir = @abs_top_builddir@
 
172
abs_top_srcdir = @abs_top_srcdir@
 
173
ac_ct_CC = @ac_ct_CC@
 
174
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
175
am__include = @am__include@
 
176
am__leading_dot = @am__leading_dot@
 
177
am__quote = @am__quote@
 
178
am__tar = @am__tar@
 
179
am__untar = @am__untar@
 
180
bindir = @bindir@
 
181
build = @build@
 
182
build_alias = @build_alias@
 
183
build_cpu = @build_cpu@
 
184
build_os = @build_os@
 
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
 
187
datadir = @datadir@
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
 
191
exec_prefix = @exec_prefix@
 
192
host = @host@
 
193
host_alias = @host_alias@
 
194
host_cpu = @host_cpu@
 
195
host_os = @host_os@
 
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
 
198
includedir = @includedir@
 
199
infodir = @infodir@
 
200
install_sh = @install_sh@
 
201
libdir = @libdir@
 
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
 
204
localstatedir = @localstatedir@
 
205
lt_ECHO = @lt_ECHO@
 
206
mandir = @mandir@
 
207
mkdir_p = @mkdir_p@
 
208
oldincludedir = @oldincludedir@
 
209
pdfdir = @pdfdir@
 
210
prefix = @prefix@
 
211
program_transform_name = @program_transform_name@
 
212
psdir = @psdir@
 
213
sbindir = @sbindir@
 
214
sharedstatedir = @sharedstatedir@
 
215
srcdir = @srcdir@
 
216
sysconfdir = @sysconfdir@
 
217
target_alias = @target_alias@
 
218
top_build_prefix = @top_build_prefix@
 
219
top_builddir = @top_builddir@
 
220
top_srcdir = @top_srcdir@
 
221
 
 
222
# note that order matters: make the libs first then use them
 
223
SUBDIRS = complib libvendor opensm osmtest include $(DEFAULT_EVENT_PLUGIN)
 
224
DIST_SUBDIRS = complib libvendor opensm osmtest include osmeventplugin
 
225
ACLOCAL_AMFLAGS = -I config
 
226
man_MANS = man/opensm.8 man/osmtest.8
 
227
various_scripts = $(wildcard scripts/*)
 
228
docs = doc/performance-manager-HOWTO.txt doc/QoS_management_in_OpenSM.txt \
 
229
        doc/opensm_release_notes-3.2.txt
 
230
 
 
231
EXTRA_DIST = autogen.sh opensm.spec $(various_scripts) $(man_MANS) $(docs)
 
232
all: all-recursive
 
233
 
 
234
.SUFFIXES:
 
235
am--refresh:
 
236
        @:
 
237
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
238
        @for dep in $?; do \
 
239
          case '$(am__configure_deps)' in \
 
240
            *$$dep*) \
 
241
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
242
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
243
                && exit 0; \
 
244
              exit 1;; \
 
245
          esac; \
 
246
        done; \
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
248
        cd $(top_srcdir) && \
 
249
          $(AUTOMAKE) --foreign  Makefile
 
250
.PRECIOUS: Makefile
 
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
252
        @case '$?' in \
 
253
          *config.status*) \
 
254
            echo ' $(SHELL) ./config.status'; \
 
255
            $(SHELL) ./config.status;; \
 
256
          *) \
 
257
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
258
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
259
        esac;
 
260
 
 
261
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
262
        $(SHELL) ./config.status --recheck
 
263
 
 
264
$(top_srcdir)/configure:  $(am__configure_deps)
 
265
        cd $(srcdir) && $(AUTOCONF)
 
266
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
267
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
268
 
 
269
include/opensm/osm_config.h: include/opensm/stamp-h2
 
270
        @if test ! -f $@; then \
 
271
          rm -f include/opensm/stamp-h2; \
 
272
          $(MAKE) $(AM_MAKEFLAGS) include/opensm/stamp-h2; \
 
273
        else :; fi
 
274
 
 
275
include/opensm/stamp-h2: $(top_srcdir)/include/opensm/osm_config.h.in $(top_builddir)/config.status
 
276
        @rm -f include/opensm/stamp-h2
 
277
        cd $(top_builddir) && $(SHELL) ./config.status include/opensm/osm_config.h
 
278
$(top_srcdir)/include/opensm/osm_config.h.in:  $(am__configure_deps) 
 
279
        cd $(top_srcdir) && $(AUTOHEADER)
 
280
        rm -f include/opensm/stamp-h2
 
281
        touch $@
 
282
 
 
283
distclean-hdr:
 
284
        -rm -f include/opensm/osm_config.h include/opensm/stamp-h2
 
285
man/opensm.8: $(top_builddir)/config.status $(top_srcdir)/man/opensm.8.in
 
286
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
287
scripts/opensm.init: $(top_builddir)/config.status $(top_srcdir)/scripts/opensm.init.in
 
288
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
289
scripts/redhat-opensm.init: $(top_builddir)/config.status $(top_srcdir)/scripts/redhat-opensm.init.in
 
290
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
291
scripts/sldd.sh: $(top_builddir)/config.status $(top_srcdir)/scripts/sldd.sh.in
 
292
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
293
include/opensm/osm_version.h: $(top_builddir)/config.status $(top_srcdir)/include/opensm/osm_version.h.in
 
294
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
295
opensm.spec: $(top_builddir)/config.status $(srcdir)/opensm.spec.in
 
296
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
297
 
 
298
mostlyclean-libtool:
 
299
        -rm -f *.lo
 
300
 
 
301
clean-libtool:
 
302
        -rm -rf .libs _libs
 
303
 
 
304
distclean-libtool:
 
305
        -rm -f libtool config.lt
 
306
install-man8: $(man8_MANS) $(man_MANS)
 
307
        @$(NORMAL_INSTALL)
 
308
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
 
309
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
310
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
311
        for i in $$l2; do \
 
312
          case "$$i" in \
 
313
            *.8*) list="$$list $$i" ;; \
 
314
          esac; \
 
315
        done; \
 
316
        for i in $$list; do \
 
317
          if test -f $$i; then file=$$i; \
 
318
          else file=$(srcdir)/$$i; fi; \
 
319
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
320
          case "$$ext" in \
 
321
            8*) ;; \
 
322
            *) ext='8' ;; \
 
323
          esac; \
 
324
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
325
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
326
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
327
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
328
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
329
        done
 
330
uninstall-man8:
 
331
        @$(NORMAL_UNINSTALL)
 
332
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
333
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
334
        for i in $$l2; do \
 
335
          case "$$i" in \
 
336
            *.8*) list="$$list $$i" ;; \
 
337
          esac; \
 
338
        done; \
 
339
        for i in $$list; do \
 
340
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
341
          case "$$ext" in \
 
342
            8*) ;; \
 
343
            *) ext='8' ;; \
 
344
          esac; \
 
345
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
346
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
347
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
348
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
349
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
350
        done
 
351
 
 
352
# This directory's subdirectories are mostly independent; you can cd
 
353
# into them and run `make' without going through this Makefile.
 
354
# To change the values of `make' variables: instead of editing Makefiles,
 
355
# (1) if the variable is set in `config.status', edit `config.status'
 
356
#     (which will cause the Makefiles to be regenerated when you run `make');
 
357
# (2) otherwise, pass the desired values on the `make' command line.
 
358
$(RECURSIVE_TARGETS):
 
359
        @failcom='exit 1'; \
 
360
        for f in x $$MAKEFLAGS; do \
 
361
          case $$f in \
 
362
            *=* | --[!k]*);; \
 
363
            *k*) failcom='fail=yes';; \
 
364
          esac; \
 
365
        done; \
 
366
        dot_seen=no; \
 
367
        target=`echo $@ | sed s/-recursive//`; \
 
368
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
369
          echo "Making $$target in $$subdir"; \
 
370
          if test "$$subdir" = "."; then \
 
371
            dot_seen=yes; \
 
372
            local_target="$$target-am"; \
 
373
          else \
 
374
            local_target="$$target"; \
 
375
          fi; \
 
376
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
377
          || eval $$failcom; \
 
378
        done; \
 
379
        if test "$$dot_seen" = "no"; then \
 
380
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
381
        fi; test -z "$$fail"
 
382
 
 
383
$(RECURSIVE_CLEAN_TARGETS):
 
384
        @failcom='exit 1'; \
 
385
        for f in x $$MAKEFLAGS; do \
 
386
          case $$f in \
 
387
            *=* | --[!k]*);; \
 
388
            *k*) failcom='fail=yes';; \
 
389
          esac; \
 
390
        done; \
 
391
        dot_seen=no; \
 
392
        case "$@" in \
 
393
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
394
          *) list='$(SUBDIRS)' ;; \
 
395
        esac; \
 
396
        rev=''; for subdir in $$list; do \
 
397
          if test "$$subdir" = "."; then :; else \
 
398
            rev="$$subdir $$rev"; \
 
399
          fi; \
 
400
        done; \
 
401
        rev="$$rev ."; \
 
402
        target=`echo $@ | sed s/-recursive//`; \
 
403
        for subdir in $$rev; do \
 
404
          echo "Making $$target in $$subdir"; \
 
405
          if test "$$subdir" = "."; then \
 
406
            local_target="$$target-am"; \
 
407
          else \
 
408
            local_target="$$target"; \
 
409
          fi; \
 
410
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
411
          || eval $$failcom; \
 
412
        done && test -z "$$fail"
 
413
tags-recursive:
 
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
415
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
416
        done
 
417
ctags-recursive:
 
418
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
419
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
420
        done
 
421
 
 
422
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
423
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
429
        mkid -fID $$unique
 
430
tags: TAGS
 
431
 
 
432
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
433
                $(TAGS_FILES) $(LISP)
 
434
        tags=; \
 
435
        here=`pwd`; \
 
436
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
437
          include_option=--etags-include; \
 
438
          empty_fix=.; \
 
439
        else \
 
440
          include_option=--include; \
 
441
          empty_fix=; \
 
442
        fi; \
 
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
444
          if test "$$subdir" = .; then :; else \
 
445
            test ! -f $$subdir/TAGS || \
 
446
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
447
          fi; \
 
448
        done; \
 
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
450
        unique=`for i in $$list; do \
 
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
452
          done | \
 
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
455
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
          test -n "$$unique" || unique=$$empty_fix; \
 
457
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
458
            $$tags $$unique; \
 
459
        fi
 
460
ctags: CTAGS
 
461
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
462
                $(TAGS_FILES) $(LISP)
 
463
        tags=; \
 
464
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
465
        unique=`for i in $$list; do \
 
466
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
467
          done | \
 
468
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
469
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
470
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
471
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
472
             $$tags $$unique
 
473
 
 
474
GTAGS:
 
475
        here=`$(am__cd) $(top_builddir) && pwd` \
 
476
          && cd $(top_srcdir) \
 
477
          && gtags -i $(GTAGS_ARGS) $$here
 
478
 
 
479
distclean-tags:
 
480
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
481
 
 
482
distdir: $(DISTFILES)
 
483
        $(am__remove_distdir)
 
484
        test -d $(distdir) || mkdir $(distdir)
 
485
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
486
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
487
        list='$(DISTFILES)'; \
 
488
          dist_files=`for file in $$list; do echo $$file; done | \
 
489
          sed -e "s|^$$srcdirstrip/||;t" \
 
490
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
491
        case $$dist_files in \
 
492
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
493
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
494
                           sort -u` ;; \
 
495
        esac; \
 
496
        for file in $$dist_files; do \
 
497
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
498
          if test -d $$d/$$file; then \
 
499
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
500
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
501
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
502
            fi; \
 
503
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
504
          else \
 
505
            test -f $(distdir)/$$file \
 
506
            || cp -p $$d/$$file $(distdir)/$$file \
 
507
            || exit 1; \
 
508
          fi; \
 
509
        done
 
510
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
511
          if test "$$subdir" = .; then :; else \
 
512
            test -d "$(distdir)/$$subdir" \
 
513
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
514
            || exit 1; \
 
515
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
516
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
517
            (cd $$subdir && \
 
518
              $(MAKE) $(AM_MAKEFLAGS) \
 
519
                top_distdir="$$top_distdir" \
 
520
                distdir="$$distdir/$$subdir" \
 
521
                am__remove_distdir=: \
 
522
                am__skip_length_check=: \
 
523
                distdir) \
 
524
              || exit 1; \
 
525
          fi; \
 
526
        done
 
527
        $(MAKE) $(AM_MAKEFLAGS) \
 
528
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
529
          dist-hook
 
530
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
531
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
532
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
533
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
534
        || chmod -R a+r $(distdir)
 
535
dist-gzip: distdir
 
536
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
537
        $(am__remove_distdir)
 
538
 
 
539
dist-bzip2: distdir
 
540
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
541
        $(am__remove_distdir)
 
542
 
 
543
dist-lzma: distdir
 
544
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
545
        $(am__remove_distdir)
 
546
 
 
547
dist-tarZ: distdir
 
548
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
549
        $(am__remove_distdir)
 
550
 
 
551
dist-shar: distdir
 
552
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
553
        $(am__remove_distdir)
 
554
 
 
555
dist-zip: distdir
 
556
        -rm -f $(distdir).zip
 
557
        zip -rq $(distdir).zip $(distdir)
 
558
        $(am__remove_distdir)
 
559
 
 
560
dist dist-all: distdir
 
561
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
562
        $(am__remove_distdir)
 
563
 
 
564
# This target untars the dist file and tries a VPATH configuration.  Then
 
565
# it guarantees that the distribution is self-contained by making another
 
566
# tarfile.
 
567
distcheck: dist
 
568
        case '$(DIST_ARCHIVES)' in \
 
569
        *.tar.gz*) \
 
570
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
571
        *.tar.bz2*) \
 
572
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
573
        *.tar.lzma*) \
 
574
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
575
        *.tar.Z*) \
 
576
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
577
        *.shar.gz*) \
 
578
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
579
        *.zip*) \
 
580
          unzip $(distdir).zip ;;\
 
581
        esac
 
582
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
583
        mkdir $(distdir)/_build
 
584
        mkdir $(distdir)/_inst
 
585
        chmod a-w $(distdir)
 
586
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
587
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
588
          && cd $(distdir)/_build \
 
589
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
590
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
591
          && $(MAKE) $(AM_MAKEFLAGS) \
 
592
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
593
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
594
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
595
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
596
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
597
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
598
                distuninstallcheck \
 
599
          && chmod -R a-w "$$dc_install_base" \
 
600
          && ({ \
 
601
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
602
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
603
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
604
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
605
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
606
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
607
          && rm -rf "$$dc_destdir" \
 
608
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
609
          && rm -rf $(DIST_ARCHIVES) \
 
610
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
611
        $(am__remove_distdir)
 
612
        @(echo "$(distdir) archives ready for distribution: "; \
 
613
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
614
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
615
distuninstallcheck:
 
616
        @cd $(distuninstallcheck_dir) \
 
617
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
618
           || { echo "ERROR: files left after uninstall:" ; \
 
619
                if test -n "$(DESTDIR)"; then \
 
620
                  echo "  (check DESTDIR support)"; \
 
621
                fi ; \
 
622
                $(distuninstallcheck_listfiles) ; \
 
623
                exit 1; } >&2
 
624
distcleancheck: distclean
 
625
        @if test '$(srcdir)' = . ; then \
 
626
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
627
          exit 1 ; \
 
628
        fi
 
629
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
630
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
631
               $(distcleancheck_listfiles) ; \
 
632
               exit 1; } >&2
 
633
check-am: all-am
 
634
check: check-recursive
 
635
all-am: Makefile $(MANS)
 
636
installdirs: installdirs-recursive
 
637
installdirs-am:
 
638
        for dir in "$(DESTDIR)$(man8dir)"; do \
 
639
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
640
        done
 
641
install: install-recursive
 
642
install-exec: install-exec-recursive
 
643
install-data: install-data-recursive
 
644
uninstall: uninstall-recursive
 
645
 
 
646
install-am: all-am
 
647
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
648
 
 
649
installcheck: installcheck-recursive
 
650
install-strip:
 
651
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
652
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
653
          `test -z '$(STRIP)' || \
 
654
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
655
mostlyclean-generic:
 
656
 
 
657
clean-generic:
 
658
 
 
659
distclean-generic:
 
660
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
661
 
 
662
maintainer-clean-generic:
 
663
        @echo "This command is intended for maintainers to use"
 
664
        @echo "it deletes files that may require special tools to rebuild."
 
665
clean: clean-recursive
 
666
 
 
667
clean-am: clean-generic clean-libtool mostlyclean-am
 
668
 
 
669
distclean: distclean-recursive
 
670
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
671
        -rm -f Makefile
 
672
distclean-am: clean-am distclean-generic distclean-hdr \
 
673
        distclean-libtool distclean-tags
 
674
 
 
675
dvi: dvi-recursive
 
676
 
 
677
dvi-am:
 
678
 
 
679
html: html-recursive
 
680
 
 
681
info: info-recursive
 
682
 
 
683
info-am:
 
684
 
 
685
install-data-am: install-man
 
686
 
 
687
install-dvi: install-dvi-recursive
 
688
 
 
689
install-exec-am:
 
690
        @$(NORMAL_INSTALL)
 
691
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
692
 
 
693
install-html: install-html-recursive
 
694
 
 
695
install-info: install-info-recursive
 
696
 
 
697
install-man: install-man8
 
698
 
 
699
install-pdf: install-pdf-recursive
 
700
 
 
701
install-ps: install-ps-recursive
 
702
 
 
703
installcheck-am:
 
704
 
 
705
maintainer-clean: maintainer-clean-recursive
 
706
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
707
        -rm -rf $(top_srcdir)/autom4te.cache
 
708
        -rm -f Makefile
 
709
maintainer-clean-am: distclean-am maintainer-clean-generic
 
710
 
 
711
mostlyclean: mostlyclean-recursive
 
712
 
 
713
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
714
 
 
715
pdf: pdf-recursive
 
716
 
 
717
pdf-am:
 
718
 
 
719
ps: ps-recursive
 
720
 
 
721
ps-am:
 
722
 
 
723
uninstall-am: uninstall-man
 
724
 
 
725
uninstall-man: uninstall-man8
 
726
 
 
727
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
728
        install-exec-am install-strip
 
729
 
 
730
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
731
        all all-am am--refresh check check-am clean clean-generic \
 
732
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
733
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
734
        distcheck distclean distclean-generic distclean-hdr \
 
735
        distclean-libtool distclean-tags distcleancheck distdir \
 
736
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
737
        install install-am install-data install-data-am install-dvi \
 
738
        install-dvi-am install-exec install-exec-am install-exec-hook \
 
739
        install-html install-html-am install-info install-info-am \
 
740
        install-man install-man8 install-pdf install-pdf-am install-ps \
 
741
        install-ps-am install-strip installcheck installcheck-am \
 
742
        installdirs installdirs-am maintainer-clean \
 
743
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
744
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
745
        uninstall uninstall-am uninstall-man uninstall-man8
 
746
 
 
747
 
 
748
# we should provide a hint for other apps about the build mode of this project
 
749
install-exec-hook:
 
750
        mkdir -p $(DESTDIR)/$(includedir)
 
751
@DEBUG_TRUE@    echo "define osm_build_type \"debug\"" > $(DESTDIR)/$(includedir)/infiniband/opensm/osm_build_id.h
 
752
@DEBUG_FALSE@   echo "define osm_build_type \"free\"" > $(DESTDIR)/$(includedir)/infiniband/opensm/osm_build_id.h
 
753
        $(top_srcdir)/config/install-sh -m 755 -d $(DESTDIR)/$(sysconfdir)/init.d
 
754
        cp $(top_builddir)/scripts/opensm.init $(DESTDIR)/$(sysconfdir)/init.d/opensmd
 
755
        chmod 755 $(DESTDIR)/$(sysconfdir)/init.d/opensmd
 
756
 
 
757
dist-hook: $(EXTRA_DIST)
 
758
        if [ -x $(top_srcdir)/../gen_chlog.sh ] ; then \
 
759
                cd $(top_srcdir)/.. ; ./gen_chlog.sh $(PACKAGE) > $(distdir)/ChangeLog ; cd - ; \
 
760
        fi
 
761
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
762
# Otherwise a system limit (for SysV at least) may be exceeded.
 
763
.NOEXPORT: