~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

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
 
 
17
# Copyright (c) 2009 Red Hat, Inc.
 
18
#
 
19
# Authors: Andrew Beekhof
 
20
#          Steven Dake (sdake@redhat.com)
 
21
#
 
22
# This software licensed under BSD license, the text of which follows:
 
23
#
 
24
# Redistribution and use in source and binary forms, with or without
 
25
# modification, are permitted provided that the following conditions are met:
 
26
#
 
27
# - Redistributions of source code must retain the above copyright notice,
 
28
#   this list of conditions and the following disclaimer.
 
29
# - Redistributions in binary form must reproduce the above copyright notice,
 
30
#   this list of conditions and the following disclaimer in the documentation
 
31
#   and/or other materials provided with the distribution.
 
32
# - Neither the name of the MontaVista Software, Inc. nor the names of its
 
33
#   contributors may be used to endorse or promote products derived from this
 
34
#   software without specific prior written permission.
 
35
#
 
36
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
37
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
38
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
39
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
40
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
41
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
42
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
43
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
44
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
45
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 
46
# THE POSSIBILITY OF SUCH DAMAGE.
 
47
 
 
48
VPATH = @srcdir@
 
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkglibdir = $(libdir)/@PACKAGE@
 
51
pkgincludedir = $(includedir)/@PACKAGE@
 
52
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
53
install_sh_DATA = $(install_sh) -c -m 644
 
54
install_sh_PROGRAM = $(install_sh) -c
 
55
install_sh_SCRIPT = $(install_sh) -c
 
56
INSTALL_HEADER = $(INSTALL_DATA)
 
57
transform = $(program_transform_name)
 
58
NORMAL_INSTALL = :
 
59
PRE_INSTALL = :
 
60
POST_INSTALL = :
 
61
NORMAL_UNINSTALL = :
 
62
PRE_UNINSTALL = :
 
63
POST_UNINSTALL = :
 
64
build_triplet = @build@
 
65
host_triplet = @host@
 
66
subdir = .
 
67
DIST_COMMON = $(am__configure_deps) $(dist_doc_DATA) \
 
68
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
69
        $(top_srcdir)/configure \
 
70
        $(top_srcdir)/include/corosync/config.h.in \
 
71
        $(top_srcdir)/include/corosync/cs_config.h.in AUTHORS INSTALL \
 
72
        TODO config.guess config.sub depcomp install-sh missing
 
73
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
74
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
75
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
76
        $(ACLOCAL_M4)
 
77
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
78
 configure.lineno config.status.lineno
 
79
mkinstalldirs = $(install_sh) -d
 
80
CONFIG_HEADER = $(top_builddir)/include/corosync/config.h \
 
81
        $(top_builddir)/include/corosync/cs_config.h
 
82
CONFIG_CLEAN_FILES =
 
83
SOURCES =
 
84
DIST_SOURCES =
 
85
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
86
        html-recursive info-recursive install-data-recursive \
 
87
        install-dvi-recursive install-exec-recursive \
 
88
        install-html-recursive install-info-recursive \
 
89
        install-pdf-recursive install-ps-recursive install-recursive \
 
90
        installcheck-recursive installdirs-recursive pdf-recursive \
 
91
        ps-recursive uninstall-recursive
 
92
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
93
am__vpath_adj = case $$p in \
 
94
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
95
    *) f=$$p;; \
 
96
  esac;
 
97
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
98
am__installdirs = "$(DESTDIR)$(corosysconfdir)" "$(DESTDIR)$(docdir)"
 
99
corosysconfDATA_INSTALL = $(INSTALL_DATA)
 
100
dist_docDATA_INSTALL = $(INSTALL_DATA)
 
101
DATA = $(corosysconf_DATA) $(dist_doc_DATA)
 
102
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
103
  distclean-recursive maintainer-clean-recursive
 
104
ETAGS = etags
 
105
CTAGS = ctags
 
106
DIST_SUBDIRS = $(SUBDIRS)
 
107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
108
distdir = $(PACKAGE)-$(VERSION)
 
109
top_distdir = $(distdir)
 
110
am__remove_distdir = \
 
111
  { test ! -d $(distdir) \
 
112
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
113
         && rm -fr $(distdir); }; }
 
114
DIST_ARCHIVES = $(distdir).tar.gz
 
115
GZIP_ENV = --best
 
116
distuninstallcheck_listfiles = find . -type f -print
 
117
distcleancheck_listfiles = find . -type f -print
 
118
ACLOCAL = @ACLOCAL@
 
119
ALLOCA = @ALLOCA@
 
120
AMTAR = @AMTAR@
 
121
AUTOCONF = @AUTOCONF@
 
122
AUTOHEADER = @AUTOHEADER@
 
123
AUTOMAKE = @AUTOMAKE@
 
124
AWK = @AWK@
 
125
CC = @CC@
 
126
CCDEPMODE = @CCDEPMODE@
 
127
CFLAGS = @CFLAGS@
 
128
COROSYSCONFDIR = @COROSYSCONFDIR@
 
129
CP = @CP@
 
130
CPP = @CPP@
 
131
CPPFLAGS = @CPPFLAGS@
 
132
CYGPATH_W = @CYGPATH_W@
 
133
DARWIN_OPTS = @DARWIN_OPTS@
 
134
DEFS = @DEFS@
 
135
DEPDIR = @DEPDIR@
 
136
ECHO_C = @ECHO_C@
 
137
ECHO_N = @ECHO_N@
 
138
ECHO_T = @ECHO_T@
 
139
EGREP = @EGREP@
 
140
EXEEXT = @EXEEXT@
 
141
GREP = @GREP@
 
142
GROFF = @GROFF@
 
143
INSTALL = @INSTALL@
 
144
INSTALL_DATA = @INSTALL_DATA@
 
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
LCRSODIR = @LCRSODIR@
 
149
LDFLAGS = @LDFLAGS@
 
150
LIBOBJS = @LIBOBJS@
 
151
LIBS = @LIBS@
 
152
LINT_FLAGS = @LINT_FLAGS@
 
153
LN_S = @LN_S@
 
154
LTLIBOBJS = @LTLIBOBJS@
 
155
MAKEINFO = @MAKEINFO@
 
156
MKDIR_P = @MKDIR_P@
 
157
NSS_LDFLAGS = @NSS_LDFLAGS@
 
158
OBJEXT = @OBJEXT@
 
159
OS_DYFLAGS = @OS_DYFLAGS@
 
160
OS_LDL = @OS_LDL@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PKGCONFIG = @PKGCONFIG@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
RANLIB = @RANLIB@
 
171
SET_MAKE = @SET_MAKE@
 
172
SHELL = @SHELL@
 
173
SOCKETDIR = @SOCKETDIR@
 
174
SOLARIS_OPTS = @SOLARIS_OPTS@
 
175
SOMAJOR = @SOMAJOR@
 
176
SOMICRO = @SOMICRO@
 
177
SOMINOR = @SOMINOR@
 
178
SONAME = @SONAME@
 
179
STRIP = @STRIP@
 
180
VERSION = @VERSION@
 
181
abs_builddir = @abs_builddir@
 
182
abs_srcdir = @abs_srcdir@
 
183
abs_top_builddir = @abs_top_builddir@
 
184
abs_top_srcdir = @abs_top_srcdir@
 
185
ac_ct_CC = @ac_ct_CC@
 
186
am__include = @am__include@
 
187
am__leading_dot = @am__leading_dot@
 
188
am__quote = @am__quote@
 
189
am__tar = @am__tar@
 
190
am__untar = @am__untar@
 
191
bindir = @bindir@
 
192
build = @build@
 
193
build_alias = @build_alias@
 
194
build_cpu = @build_cpu@
 
195
build_os = @build_os@
 
196
build_vendor = @build_vendor@
 
197
builddir = @builddir@
 
198
datadir = @datadir@
 
199
datarootdir = @datarootdir@
 
200
docdir = @docdir@
 
201
dvidir = @dvidir@
 
202
exec_prefix = @exec_prefix@
 
203
host = @host@
 
204
host_alias = @host_alias@
 
205
host_cpu = @host_cpu@
 
206
host_os = @host_os@
 
207
host_vendor = @host_vendor@
 
208
htmldir = @htmldir@
 
209
includedir = @includedir@
 
210
infodir = @infodir@
 
211
install_sh = @install_sh@
 
212
libdir = @libdir@
 
213
libexecdir = @libexecdir@
 
214
localedir = @localedir@
 
215
localstatedir = @localstatedir@
 
216
mandir = @mandir@
 
217
mkdir_p = @mkdir_p@
 
218
nss_CFLAGS = @nss_CFLAGS@
 
219
nss_LIBS = @nss_LIBS@
 
220
oldincludedir = @oldincludedir@
 
221
pdfdir = @pdfdir@
 
222
prefix = @prefix@
 
223
program_transform_name = @program_transform_name@
 
224
psdir = @psdir@
 
225
sbindir = @sbindir@
 
226
sharedstatedir = @sharedstatedir@
 
227
srcdir = @srcdir@
 
228
sysconfdir = @sysconfdir@
 
229
target_alias = @target_alias@
 
230
top_build_prefix = @top_build_prefix@
 
231
top_builddir = @top_builddir@
 
232
top_srcdir = @top_srcdir@
 
233
SPEC = $(PACKAGE_NAME).spec
 
234
TARFILE = $(PACKAGE_NAME)-$(VERSION).tar.gz
 
235
EXTRA_DIST = autogen.sh conf/corosync.conf.example $(SPEC).in
 
236
AUTOMAKE_OPTIONS = foreign
 
237
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure depcomp \
 
238
                          config.guess config.sub missing install-sh \
 
239
                          autoheader automake autoconf
 
240
 
 
241
dist_doc_DATA = LICENSE INSTALL README.devmap \
 
242
                          README.recovery SECURITY TODO AUTHORS
 
243
 
 
244
corosysconfdir = ${COROSYSCONFDIR}
 
245
corosysconf_DATA = conf/corosync.conf.example
 
246
SUBDIRS = include lcr lib exec services tools test pkgconfig \
 
247
                          man init
 
248
 
 
249
RPMBUILDOPTS = --define "_sourcedir $(abs_builddir)" \
 
250
                  --define "_specdir $(abs_builddir)" \
 
251
                  --define "_builddir $(abs_builddir)" \
 
252
                  --define "_srcrpmdir $(abs_builddir)" \
 
253
                  --define "_rpmdir $(abs_builddir)"
 
254
 
 
255
all: all-recursive
 
256
 
 
257
.SUFFIXES:
 
258
am--refresh:
 
259
        @:
 
260
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
        @for dep in $?; do \
 
262
          case '$(am__configure_deps)' in \
 
263
            *$$dep*) \
 
264
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
265
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
266
                && exit 0; \
 
267
              exit 1;; \
 
268
          esac; \
 
269
        done; \
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
271
        cd $(top_srcdir) && \
 
272
          $(AUTOMAKE) --foreign  Makefile
 
273
.PRECIOUS: Makefile
 
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
275
        @case '$?' in \
 
276
          *config.status*) \
 
277
            echo ' $(SHELL) ./config.status'; \
 
278
            $(SHELL) ./config.status;; \
 
279
          *) \
 
280
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
281
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
282
        esac;
 
283
 
 
284
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
285
        $(SHELL) ./config.status --recheck
 
286
 
 
287
$(top_srcdir)/configure:  $(am__configure_deps)
 
288
        cd $(srcdir) && $(AUTOCONF)
 
289
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
290
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
291
 
 
292
include/corosync/config.h: include/corosync/stamp-h1
 
293
        @if test ! -f $@; then \
 
294
          rm -f include/corosync/stamp-h1; \
 
295
          $(MAKE) $(AM_MAKEFLAGS) include/corosync/stamp-h1; \
 
296
        else :; fi
 
297
 
 
298
include/corosync/stamp-h1: $(top_srcdir)/include/corosync/config.h.in $(top_builddir)/config.status
 
299
        @rm -f include/corosync/stamp-h1
 
300
        cd $(top_builddir) && $(SHELL) ./config.status include/corosync/config.h
 
301
$(top_srcdir)/include/corosync/config.h.in:  $(am__configure_deps) 
 
302
        cd $(top_srcdir) && $(AUTOHEADER)
 
303
        rm -f include/corosync/stamp-h1
 
304
        touch $@
 
305
 
 
306
include/corosync/cs_config.h: include/corosync/stamp-h2
 
307
        @if test ! -f $@; then \
 
308
          rm -f include/corosync/stamp-h2; \
 
309
          $(MAKE) $(AM_MAKEFLAGS) include/corosync/stamp-h2; \
 
310
        else :; fi
 
311
 
 
312
include/corosync/stamp-h2: $(top_srcdir)/include/corosync/cs_config.h.in $(top_builddir)/config.status
 
313
        @rm -f include/corosync/stamp-h2
 
314
        cd $(top_builddir) && $(SHELL) ./config.status include/corosync/cs_config.h
 
315
 
 
316
distclean-hdr:
 
317
        -rm -f include/corosync/config.h include/corosync/stamp-h1 include/corosync/cs_config.h include/corosync/stamp-h2
 
318
install-corosysconfDATA: $(corosysconf_DATA)
 
319
        @$(NORMAL_INSTALL)
 
320
        test -z "$(corosysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(corosysconfdir)"
 
321
        @list='$(corosysconf_DATA)'; for p in $$list; do \
 
322
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
323
          f=$(am__strip_dir) \
 
324
          echo " $(corosysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(corosysconfdir)/$$f'"; \
 
325
          $(corosysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(corosysconfdir)/$$f"; \
 
326
        done
 
327
 
 
328
uninstall-corosysconfDATA:
 
329
        @$(NORMAL_UNINSTALL)
 
330
        @list='$(corosysconf_DATA)'; for p in $$list; do \
 
331
          f=$(am__strip_dir) \
 
332
          echo " rm -f '$(DESTDIR)$(corosysconfdir)/$$f'"; \
 
333
          rm -f "$(DESTDIR)$(corosysconfdir)/$$f"; \
 
334
        done
 
335
install-dist_docDATA: $(dist_doc_DATA)
 
336
        @$(NORMAL_INSTALL)
 
337
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
 
338
        @list='$(dist_doc_DATA)'; for p in $$list; do \
 
339
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
340
          f=$(am__strip_dir) \
 
341
          echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
 
342
          $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
 
343
        done
 
344
 
 
345
uninstall-dist_docDATA:
 
346
        @$(NORMAL_UNINSTALL)
 
347
        @list='$(dist_doc_DATA)'; for p in $$list; do \
 
348
          f=$(am__strip_dir) \
 
349
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
 
350
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
 
351
        done
 
352
 
 
353
# This directory's subdirectories are mostly independent; you can cd
 
354
# into them and run `make' without going through this Makefile.
 
355
# To change the values of `make' variables: instead of editing Makefiles,
 
356
# (1) if the variable is set in `config.status', edit `config.status'
 
357
#     (which will cause the Makefiles to be regenerated when you run `make');
 
358
# (2) otherwise, pass the desired values on the `make' command line.
 
359
$(RECURSIVE_TARGETS):
 
360
        @failcom='exit 1'; \
 
361
        for f in x $$MAKEFLAGS; do \
 
362
          case $$f in \
 
363
            *=* | --[!k]*);; \
 
364
            *k*) failcom='fail=yes';; \
 
365
          esac; \
 
366
        done; \
 
367
        dot_seen=no; \
 
368
        target=`echo $@ | sed s/-recursive//`; \
 
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
370
          echo "Making $$target in $$subdir"; \
 
371
          if test "$$subdir" = "."; then \
 
372
            dot_seen=yes; \
 
373
            local_target="$$target-am"; \
 
374
          else \
 
375
            local_target="$$target"; \
 
376
          fi; \
 
377
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
378
          || eval $$failcom; \
 
379
        done; \
 
380
        if test "$$dot_seen" = "no"; then \
 
381
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
382
        fi; test -z "$$fail"
 
383
 
 
384
$(RECURSIVE_CLEAN_TARGETS):
 
385
        @failcom='exit 1'; \
 
386
        for f in x $$MAKEFLAGS; do \
 
387
          case $$f in \
 
388
            *=* | --[!k]*);; \
 
389
            *k*) failcom='fail=yes';; \
 
390
          esac; \
 
391
        done; \
 
392
        dot_seen=no; \
 
393
        case "$@" in \
 
394
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
395
          *) list='$(SUBDIRS)' ;; \
 
396
        esac; \
 
397
        rev=''; for subdir in $$list; do \
 
398
          if test "$$subdir" = "."; then :; else \
 
399
            rev="$$subdir $$rev"; \
 
400
          fi; \
 
401
        done; \
 
402
        rev="$$rev ."; \
 
403
        target=`echo $@ | sed s/-recursive//`; \
 
404
        for subdir in $$rev; do \
 
405
          echo "Making $$target in $$subdir"; \
 
406
          if test "$$subdir" = "."; then \
 
407
            local_target="$$target-am"; \
 
408
          else \
 
409
            local_target="$$target"; \
 
410
          fi; \
 
411
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
412
          || eval $$failcom; \
 
413
        done && test -z "$$fail"
 
414
tags-recursive:
 
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
416
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
417
        done
 
418
ctags-recursive:
 
419
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
420
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
421
        done
 
422
 
 
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
424
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
425
        unique=`for i in $$list; do \
 
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
427
          done | \
 
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
430
        mkid -fID $$unique
 
431
tags: TAGS
 
432
 
 
433
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
434
                $(TAGS_FILES) $(LISP)
 
435
        tags=; \
 
436
        here=`pwd`; \
 
437
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
438
          include_option=--etags-include; \
 
439
          empty_fix=.; \
 
440
        else \
 
441
          include_option=--include; \
 
442
          empty_fix=; \
 
443
        fi; \
 
444
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
445
          if test "$$subdir" = .; then :; else \
 
446
            test ! -f $$subdir/TAGS || \
 
447
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
448
          fi; \
 
449
        done; \
 
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
451
        unique=`for i in $$list; do \
 
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
453
          done | \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
457
          test -n "$$unique" || unique=$$empty_fix; \
 
458
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
459
            $$tags $$unique; \
 
460
        fi
 
461
ctags: CTAGS
 
462
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
463
                $(TAGS_FILES) $(LISP)
 
464
        tags=; \
 
465
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
466
        unique=`for i in $$list; do \
 
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
468
          done | \
 
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
471
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
472
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
473
             $$tags $$unique
 
474
 
 
475
GTAGS:
 
476
        here=`$(am__cd) $(top_builddir) && pwd` \
 
477
          && cd $(top_srcdir) \
 
478
          && gtags -i $(GTAGS_ARGS) $$here
 
479
 
 
480
distclean-tags:
 
481
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
482
 
 
483
distdir: $(DISTFILES)
 
484
        $(am__remove_distdir)
 
485
        test -d $(distdir) || mkdir $(distdir)
 
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
488
        list='$(DISTFILES)'; \
 
489
          dist_files=`for file in $$list; do echo $$file; done | \
 
490
          sed -e "s|^$$srcdirstrip/||;t" \
 
491
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
492
        case $$dist_files in \
 
493
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
494
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
495
                           sort -u` ;; \
 
496
        esac; \
 
497
        for file in $$dist_files; do \
 
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
499
          if test -d $$d/$$file; then \
 
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
502
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
503
            fi; \
 
504
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
          else \
 
506
            test -f $(distdir)/$$file \
 
507
            || cp -p $$d/$$file $(distdir)/$$file \
 
508
            || exit 1; \
 
509
          fi; \
 
510
        done
 
511
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
          if test "$$subdir" = .; then :; else \
 
513
            test -d "$(distdir)/$$subdir" \
 
514
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
515
            || exit 1; \
 
516
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
517
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
518
            (cd $$subdir && \
 
519
              $(MAKE) $(AM_MAKEFLAGS) \
 
520
                top_distdir="$$top_distdir" \
 
521
                distdir="$$distdir/$$subdir" \
 
522
                am__remove_distdir=: \
 
523
                am__skip_length_check=: \
 
524
                distdir) \
 
525
              || exit 1; \
 
526
          fi; \
 
527
        done
 
528
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
529
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
530
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
531
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
532
        || chmod -R a+r $(distdir)
 
533
dist-gzip: distdir
 
534
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
535
        $(am__remove_distdir)
 
536
 
 
537
dist-bzip2: distdir
 
538
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
539
        $(am__remove_distdir)
 
540
 
 
541
dist-lzma: distdir
 
542
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
543
        $(am__remove_distdir)
 
544
 
 
545
dist-tarZ: distdir
 
546
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
547
        $(am__remove_distdir)
 
548
 
 
549
dist-shar: distdir
 
550
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
551
        $(am__remove_distdir)
 
552
 
 
553
dist-zip: distdir
 
554
        -rm -f $(distdir).zip
 
555
        zip -rq $(distdir).zip $(distdir)
 
556
        $(am__remove_distdir)
 
557
 
 
558
dist dist-all: distdir
 
559
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
560
        $(am__remove_distdir)
 
561
 
 
562
# This target untars the dist file and tries a VPATH configuration.  Then
 
563
# it guarantees that the distribution is self-contained by making another
 
564
# tarfile.
 
565
distcheck: dist
 
566
        case '$(DIST_ARCHIVES)' in \
 
567
        *.tar.gz*) \
 
568
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
569
        *.tar.bz2*) \
 
570
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
571
        *.tar.lzma*) \
 
572
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
573
        *.tar.Z*) \
 
574
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
575
        *.shar.gz*) \
 
576
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
577
        *.zip*) \
 
578
          unzip $(distdir).zip ;;\
 
579
        esac
 
580
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
581
        mkdir $(distdir)/_build
 
582
        mkdir $(distdir)/_inst
 
583
        chmod a-w $(distdir)
 
584
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
585
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
586
          && cd $(distdir)/_build \
 
587
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
588
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
589
          && $(MAKE) $(AM_MAKEFLAGS) \
 
590
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
591
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
592
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
593
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
594
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
595
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
596
                distuninstallcheck \
 
597
          && chmod -R a-w "$$dc_install_base" \
 
598
          && ({ \
 
599
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
600
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
601
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
602
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
603
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
604
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
605
          && rm -rf "$$dc_destdir" \
 
606
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
607
          && rm -rf $(DIST_ARCHIVES) \
 
608
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
609
        $(am__remove_distdir)
 
610
        @(echo "$(distdir) archives ready for distribution: "; \
 
611
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
612
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
613
distuninstallcheck:
 
614
        @cd $(distuninstallcheck_dir) \
 
615
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
616
           || { echo "ERROR: files left after uninstall:" ; \
 
617
                if test -n "$(DESTDIR)"; then \
 
618
                  echo "  (check DESTDIR support)"; \
 
619
                fi ; \
 
620
                $(distuninstallcheck_listfiles) ; \
 
621
                exit 1; } >&2
 
622
distcleancheck: distclean
 
623
        @if test '$(srcdir)' = . ; then \
 
624
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
625
          exit 1 ; \
 
626
        fi
 
627
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
628
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
629
               $(distcleancheck_listfiles) ; \
 
630
               exit 1; } >&2
 
631
check-am: all-am
 
632
check: check-recursive
 
633
all-am: Makefile $(DATA)
 
634
installdirs: installdirs-recursive
 
635
installdirs-am:
 
636
        for dir in "$(DESTDIR)$(corosysconfdir)" "$(DESTDIR)$(docdir)"; do \
 
637
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
638
        done
 
639
install: install-recursive
 
640
install-exec: install-exec-recursive
 
641
install-data: install-data-recursive
 
642
uninstall: uninstall-recursive
 
643
 
 
644
install-am: all-am
 
645
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
646
 
 
647
installcheck: installcheck-recursive
 
648
install-strip:
 
649
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
650
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
651
          `test -z '$(STRIP)' || \
 
652
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
653
mostlyclean-generic:
 
654
 
 
655
distclean-generic:
 
656
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
657
 
 
658
maintainer-clean-generic:
 
659
        @echo "This command is intended for maintainers to use"
 
660
        @echo "it deletes files that may require special tools to rebuild."
 
661
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
662
clean: clean-recursive
 
663
 
 
664
clean-am: clean-generic mostlyclean-am
 
665
 
 
666
distclean: distclean-recursive
 
667
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
668
        -rm -f Makefile
 
669
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
670
 
 
671
dvi: dvi-recursive
 
672
 
 
673
dvi-am:
 
674
 
 
675
html: html-recursive
 
676
 
 
677
info: info-recursive
 
678
 
 
679
info-am:
 
680
 
 
681
install-data-am: install-corosysconfDATA install-dist_docDATA
 
682
 
 
683
install-dvi: install-dvi-recursive
 
684
 
 
685
install-exec-am: install-exec-local
 
686
 
 
687
install-html: install-html-recursive
 
688
 
 
689
install-info: install-info-recursive
 
690
 
 
691
install-man:
 
692
 
 
693
install-pdf: install-pdf-recursive
 
694
 
 
695
install-ps: install-ps-recursive
 
696
 
 
697
installcheck-am:
 
698
 
 
699
maintainer-clean: maintainer-clean-recursive
 
700
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
701
        -rm -rf $(top_srcdir)/autom4te.cache
 
702
        -rm -f Makefile
 
703
maintainer-clean-am: distclean-am maintainer-clean-generic
 
704
 
 
705
mostlyclean: mostlyclean-recursive
 
706
 
 
707
mostlyclean-am: mostlyclean-generic
 
708
 
 
709
pdf: pdf-recursive
 
710
 
 
711
pdf-am:
 
712
 
 
713
ps: ps-recursive
 
714
 
 
715
ps-am:
 
716
 
 
717
uninstall-am: uninstall-corosysconfDATA uninstall-dist_docDATA \
 
718
        uninstall-local
 
719
 
 
720
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
721
        install-strip
 
722
 
 
723
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
724
        all all-am am--refresh check check-am clean clean-generic \
 
725
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
726
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
 
727
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
728
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
729
        info-am install install-am install-corosysconfDATA \
 
730
        install-data install-data-am install-dist_docDATA install-dvi \
 
731
        install-dvi-am install-exec install-exec-am install-exec-local \
 
732
        install-html install-html-am install-info install-info-am \
 
733
        install-man install-pdf install-pdf-am install-ps \
 
734
        install-ps-am install-strip installcheck installcheck-am \
 
735
        installdirs installdirs-am maintainer-clean \
 
736
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
737
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
738
        uninstall-corosysconfDATA uninstall-dist_docDATA \
 
739
        uninstall-local
 
740
 
 
741
 
 
742
install-exec-local:
 
743
        $(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/uidgid.d
 
744
        $(INSTALL) -d $(DESTDIR)/${localstatedir}/lib/corosync
 
745
        $(INSTALL) -d $(DESTDIR)/${SOCKETDIR}
 
746
 
 
747
uninstall-local:
 
748
        rmdir $(DESTDIR)/${COROSYSCONFDIR}/uidgid.d || :;
 
749
        rmdir $(DESTDIR)/${localstatedir}/lib/corosync || :;
 
750
        rmdir $(DESTDIR)/${SOCKETDIR} || :;
 
751
 
 
752
lint:
 
753
        for dir in lcr lib exec services tools test; do make -C $$dir lint; done
 
754
 
 
755
doxygen:
 
756
        mkdir -p doc/api && doxygen
 
757
 
 
758
dist-clean-local:
 
759
        rm -f autoconf automake autoheader
 
760
 
 
761
clean-generic:
 
762
        rm -rf doc/api $(SPEC) $(TARFILE) 
 
763
 
 
764
$(SPEC): $(SPEC).in
 
765
        rm -f $@-t $@
 
766
        LC_ALL=C date="$(shell date "+%a %b %d %Y")" && \
 
767
        alphatag="$(shell svnversion | sed -e "s#.*:##g" -e "s#[MS]##g")" && \
 
768
        sed \
 
769
                -e "s#@alphatag@#r$$alphatag#g" \
 
770
                -e "s#@version@#$(VERSION)#g" \
 
771
                -e "s#@date@#$$date#g" \
 
772
        $< > $@-t
 
773
        chmod a-w $@-t
 
774
        mv $@-t $@
 
775
 
 
776
$(TARFILE):
 
777
        $(MAKE) dist
 
778
 
 
779
srpm: clean
 
780
        $(MAKE) $(SPEC) $(TARFILE)
 
781
        rpmbuild $(RPMBUILDOPTS) --nodeps -bs $(SPEC)
 
782
 
 
783
rpm: clean
 
784
        $(MAKE) $(SPEC) $(TARFILE)
 
785
        rpmbuild $(RPMBUILDOPTS) -ba $(SPEC)
 
786
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
787
# Otherwise a system limit (for SysV at least) may be exceeded.
 
788
.NOEXPORT: