~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to lib/recoverymgr/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-10 19:29:25 UTC
  • mfrom: (5.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090810192925-9zy2llcbgavbskf7
Tags: 2.99.2+sles11r9-5ubuntu1
* New upstream snapshot
* Adjusted heartbeat.install and rules for documentation path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# lib/recoverymgr/Makefile.  Generated from Makefile.in by configure.
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
 
 
16
 
 
17
 
 
18
 
pkgdatadir = $(datadir)/heartbeat
19
 
pkglibdir = $(libdir)/heartbeat
20
 
pkgincludedir = $(includedir)/heartbeat
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = i686-pc-linux-gnu
34
 
host_triplet = i686-pc-linux-gnu
35
 
subdir = lib/recoverymgr
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
 
        $(top_srcdir)/configure.in
40
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
 
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(install_sh) -d
43
 
CONFIG_HEADER = $(top_builddir)/include/config.h \
44
 
        $(top_builddir)/include/hb_config.h
45
 
CONFIG_CLEAN_FILES =
46
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
 
am__vpath_adj = case $$p in \
48
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
 
    *) f=$$p;; \
50
 
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
 
am__installdirs = "$(DESTDIR)$(libdir)"
53
 
libLTLIBRARIES_INSTALL = $(INSTALL)
54
 
LTLIBRARIES = $(lib_LTLIBRARIES)
55
 
librecoverymgr_la_LIBADD =
56
 
am_librecoverymgr_la_OBJECTS = recoverymgr.lo
57
 
librecoverymgr_la_OBJECTS = $(am_librecoverymgr_la_OBJECTS)
58
 
librecoverymgr_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
60
 
        $(librecoverymgr_la_LDFLAGS) $(LDFLAGS) -o $@
61
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
62
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
 
am__depfiles_maybe = depfiles
64
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
 
        $(LDFLAGS) -o $@
73
 
SOURCES = $(librecoverymgr_la_SOURCES)
74
 
DIST_SOURCES = $(librecoverymgr_la_SOURCES)
75
 
ETAGS = etags
76
 
CTAGS = ctags
77
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
 
ACLOCAL = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run aclocal-1.10
79
 
ALIGN = 
80
 
AMTAR = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run tar
81
 
AR = ar
82
 
AUTOCONF = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run autoconf
83
 
AUTOHEADER = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run autoheader
84
 
AUTOMAKE = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run automake-1.10
85
 
AWK = /usr/bin/mawk
86
 
CC = gcc -std=gnu99
87
 
CCDEPMODE = depmode=gcc3
88
 
CFLAGS = -Wall -g -O2  -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-qual -Wcast-align -Wbad-function-cast -Winline -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing   -ggdb3 -funsigned-char
89
 
CIMOM = 
90
 
CMPI_HEADER_PATH = 
91
 
CMPI_PROVIDER_DIR = 
92
 
CPP = gcc -std=gnu99 -E
93
 
CPPFLAGS =  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libxml2
94
 
CRM_DIR = crm
95
 
CRM_ENABLED = 1
96
 
CRYPTOLIB = -lcrypto
97
 
CURSESLIBS = -lncurses
98
 
CXX = g++
99
 
CXXCPP = g++ -E
100
 
CXXDEPMODE = depmode=gcc3
101
 
CXXFLAGS = -g -O2
102
 
CYGPATH_W = echo
103
 
DEFS = -DHAVE_CONFIG_H
104
 
DEPDIR = .deps
105
 
DISABLE_TIMES_KLUDGE = 
106
 
DISTDIR = heartbeat-2.1.4
107
 
DISTRO_STYLE_RPMS = 0
108
 
DLOPEN_FORCE_FLAGS = 
109
 
DSYMUTIL = 
110
 
ECHO = echo
111
 
ECHO_C = 
112
 
ECHO_CMD = echo
113
 
ECHO_E = 
114
 
ECHO_N = 
115
 
ECHO_T = 
116
 
EGREP = /bin/grep -E
117
 
EXEEXT = 
118
 
F77 = 
119
 
FFLAGS = -g -O2
120
 
GETENT = /usr/bin/getent
121
 
GLIBHEAD = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
122
 
GLIBLIB = -lglib-2.0  
123
 
GNUTLSHEAD = -I/usr/include -I/usr/include
124
 
GNUTLSLIBS = -lgnutls
125
 
GREP = /bin/grep
126
 
GZIP_PROG = /bin/gzip
127
 
HA_APIGID = 65
128
 
HA_APIGROUP = haclient
129
 
HA_CCMUID = 17
130
 
HA_CCMUSER = hacluster
131
 
HA_COREDIR = /var/lib/heartbeat/cores
132
 
HA_DATADIR = /usr/share
133
 
HA_HBCONF_DIR = /etc/ha.d
134
 
HA_LIBDIR = /usr/lib
135
 
HA_LIBHBDIR = /usr/lib/heartbeat
136
 
HA_LOGDAEMON_IPC = /var/lib/log_daemon
137
 
HA_NOARCHDATAHBDIR = /usr/share/heartbeat
138
 
HA_PLUGIN_DIR = /usr/lib/heartbeat/plugins
139
 
HA_RC_DIR = /etc/ha.d/rc.d
140
 
HA_URLBASE = http://linux-ha.org/
141
 
HA_VARLIBDIR = /var/lib
142
 
HA_VARLIBHBDIR = /var/lib/heartbeat
143
 
HA_VARLOCKDIR = /var/lock
144
 
HA_VARLOGDIR = /var/log
145
 
HA_VARRUNDIR = /var/run
146
 
HA_VARRUNHBDIR = /var/run/heartbeat
147
 
HA_VARRUNHBRSCDIR = /var/run/heartbeat/rsctmp
148
 
HB_INITSTARTPRI = 75
149
 
HB_INITSTOPPRI = 05
150
 
HB_PKG = heartbeat
151
 
HB_RA_DIR = /etc/ha.d/resource.d/
152
 
HG = /usr/local/hg
153
 
HTML2TXT = /usr/bin/lynx
154
 
IFCONFIG = /sbin/ifconfig
155
 
IFCONFIG_A_OPT = -a
156
 
INCLTDL = 
157
 
INITDIR = /etc/init.d
158
 
INIT_EXT = 
159
 
INSTALL = /usr/bin/install -c
160
 
INSTALL_DATA = ${INSTALL} -m 644
161
 
INSTALL_PROGRAM = ${INSTALL}
162
 
INSTALL_SCRIPT = ${INSTALL}
163
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
164
 
IP2UTIL = /sbin/ip
165
 
IPCSOCKET_C = ipcsocket.c
166
 
IPCSOCKET_LO = ipcsocket.lo
167
 
JAVA_HOME = 
168
 
LDFLAGS = 
169
 
LEX = flex
170
 
LEXLIB = -lfl
171
 
LEX_OUTPUT_ROOT = lex.yy
172
 
LIBADD_DL = -ldl
173
 
LIBADD_INTL = 
174
 
LIBGNUTLS_CONFIG = /usr/bin/libgnutls-config
175
 
LIBLTDL = 
176
 
LIBLTDL_DIR = 
177
 
LIBNETCONFIG = /usr/bin/libnet-config
178
 
LIBNETDEFINES = -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H 
179
 
LIBNETLIBS = -lnet
180
 
LIBOBJS =  ${LIBOBJDIR}NoSuchFunctionName$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o
181
 
LIBRT = 
182
 
LIBS = -lbz2 -lz -lxml2 -lc -luuid -lpam -lrt -ldl  -lltdl
183
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool --tag=CC $(QUIET_LIBTOOL_OPTS)
184
 
LN_S = ln -s
185
 
LOCALE = /usr/share/locale
186
 
LRM_ENABLED = 1
187
 
LRM_PLUGIN_DIR = /usr/lib/heartbeat/plugins/RAExec
188
 
LSB_RA_DIR = /etc/init.d
189
 
LTLIBOBJS =  ${LIBOBJDIR}NoSuchFunctionName$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo
190
 
MAILCMD = mailx
191
 
MAKE = make $(QUIET_MAKE_OPTS)
192
 
MAKEINFO = ${SHELL} /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/missing --run makeinfo
193
 
MD5 = 
194
 
MGMT_DIR = mgmt
195
 
MIBS_DIR = /usr/share/snmp/mibs
196
 
MKDIR_P = /bin/mkdir -p
197
 
MSGFMT = /usr/bin/msgfmt
198
 
MSGHDR_TYPE = msghdr
199
 
NETSTAT = /bin/netstat
200
 
NMEDIT = 
201
 
NON_FATAL_CFLAGS = -Wall -g -O2  -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-qual -Wcast-align -Wbad-function-cast -Winline -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing
202
 
OBJEXT = o
203
 
OCF_RA_DIR = /usr/lib/ocf/resource.d/
204
 
OCF_ROOT_DIR = /usr/lib/ocf
205
 
PACKAGE = heartbeat
206
 
PACKAGE_BUGREPORT = 
207
 
PACKAGE_NAME = 
208
 
PACKAGE_STRING = 
209
 
PACKAGE_TARNAME = 
210
 
PACKAGE_VERSION = 
211
 
PATH_SEPARATOR = :
212
 
PILSPKG = pils
213
 
PING = /bin/ping
214
 
PING_TIMEOUT_OPT = -w1
215
 
PKGCONFIG = /usr/bin/pkg-config
216
 
PKGNAME = LXHAhb
217
 
POD2MAN = /usr/bin/pod2man
218
 
POWEROFF_CMD = /sbin/poweroff
219
 
POWEROFF_OPTIONS = -nf
220
 
PRETTY_CC = 
221
 
PROCROUTE = 
222
 
PYTHON = /usr/bin/python
223
 
PYTHON_EXEC_PREFIX = ${exec_prefix}
224
 
PYTHON_INCLUDES = -I/usr/include/python2.5
225
 
PYTHON_PLATFORM = linux2
226
 
PYTHON_PREFIX = ${prefix}
227
 
PYTHON_VERSION = 2.5
228
 
QUIET_LIBTOOL_OPTS = 
229
 
QUIET_MAKE_OPTS = 
230
 
QUORUMD_ENABLED = 1
231
 
RANLIB = ranlib
232
 
REBOOT = /sbin/reboot
233
 
REBOOT_OPTIONS = -nf
234
 
ROUTE = /sbin/route
235
 
ROUTEPARM = 
236
 
RPM = 
237
 
RPMREL = 1
238
 
RPMTARGET = 
239
 
RPM_ENABLE_MGMT_CONFIG = 1
240
 
RPM_ENABLE_OPENHPI = 1
241
 
RPM_ENABLE_SNMP_SUBAGENT = 1
242
 
SCP = /usr/bin/scp
243
 
SED = /bin/sed
244
 
SET_MAKE = 
245
 
SHELL = /bin/sh
246
 
SNMPAGENTLIB = -L/usr/lib -lnetsnmpmibs -lnetsnmpagent -lnetsnmphelpers -lnetsnmp -Wl,-E -lwrap
247
 
SNMPCONFIG = /usr/bin/net-snmp-config
248
 
SNMPLIB = -L/usr/lib -lnetsnmp
249
 
SNMP_RPM_BUILD_REQUIRES = BuildRequires: net-snmp tcp_wrappers
250
 
SSH = /usr/bin/ssh
251
 
STONITHPKG = stonith
252
 
STONITH_RA_DIR = /usr/lib/heartbeat/stonith.d/
253
 
STRIP = strip
254
 
SWIG = /usr/bin/swig
255
 
TAR = /bin/tar
256
 
TARFILE = heartbeat-2.1.4.tar.gz
257
 
TEST = /usr/bin/test
258
 
TIPC_INCLUDE = 
259
 
TSA_DIR = 
260
 
UCDSNMPDEVEL = 
261
 
USE_MODULES = 1
262
 
VALGRIND_BIN = 
263
 
VERSION = 2.1.4
264
 
WHOAMI = /usr/bin/whoami
265
 
XML2CONFIG = /usr/bin/xml2-config
266
 
XPERIMENTALDIRS = 
267
 
YACC = bison -y
268
 
YFLAGS = 
269
 
abs_builddir = /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/lib/recoverymgr
270
 
abs_srcdir = /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/lib/recoverymgr
271
 
abs_top_builddir = /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4
272
 
abs_top_srcdir = /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4
273
 
ac_configure_args =  '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--with-group-name=haclient' '--with-ccmuser-name=hacluster' '--enable-snmp-subagent' '--with-mibsdir=/usr/share/snmp/mibs' '--disable-fatal-warnings' '--enable-mgmt' '--enable-libc-malloc' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' 'FFLAGS=-g -O2' --enable-ltdl-convenience
274
 
ac_ct_CC = gcc
275
 
ac_ct_CXX = g++
276
 
ac_ct_F77 = 
277
 
am__include = include
278
 
am__leading_dot = .
279
 
am__quote = 
280
 
am__tar = ${AMTAR} chof - "$$tardir"
281
 
am__untar = ${AMTAR} xf -
282
 
base_includedir = /usr/include
283
 
bindir = /usr/bin
284
 
build = i686-pc-linux-gnu
285
 
build_alias = 
286
 
build_cpu = i686
287
 
build_os = linux-gnu
288
 
build_vendor = pc
289
 
builddir = .
290
 
cleaned_configure_args =  '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/share/man' '--with-group-name=haclient' '--with-ccmuser-name=hacluster' '--enable-snmp-subagent' '--with-mibsdir=/usr/share/snmp/mibs' '--disable-fatal-warnings' '--enable-mgmt' '--enable-libc-malloc' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' 'FFLAGS=-g -O2'
291
 
datadir = /usr/share
292
 
datarootdir = /usr/share
293
 
docdir = /usr/share/doc/heartbeat-2.1.4
294
 
dvidir = ${docdir}
295
 
exec_prefix = /usr
296
 
hb_libdir = /usr/lib/heartbeat
297
 
host = i686-pc-linux-gnu
298
 
host_alias = 
299
 
host_cpu = i686
300
 
host_os = linux-gnu
301
 
host_vendor = pc
302
 
htmldir = ${docdir}
303
 
includedir = /usr/include
304
 
infodir = /usr/share/info
305
 
install_sh = $(SHELL) /home/horms/projects/linux-ha/debian/sid/heartbeat-2.1.4/heartbeat-2.1.4/install-sh
306
 
libdir = /usr/lib
307
 
libexecdir = /usr/lib
308
 
localedir = ${datarootdir}/locale
309
 
localstatedir = /var
310
 
mandir = /usr/share/man
311
 
mkdir_p = /bin/mkdir -p
312
 
oldincludedir = /usr/include
313
 
pdfdir = ${docdir}
314
 
pils_includedir = /usr/include/pils
315
 
pils_plugindir = /usr/lib/pils/plugins
316
 
pkgpyexecdir = ${pyexecdir}/heartbeat
317
 
pkgpythondir = ${pythondir}/heartbeat
318
 
prefix = /usr
319
 
program_transform_name = s,x,x,
320
 
psdir = ${docdir}
321
 
pyexecdir = ${exec_prefix}/lib/python2.5/site-packages
322
 
pythondir = ${prefix}/lib/python2.5/site-packages
323
 
saf_includedir = /usr/include/saf
324
 
sbindir = /usr/sbin
325
 
sharedstatedir = /usr/com
326
 
srcdir = .
327
 
stonith_ext_plugindir = /usr/lib/stonith/plugins/external
328
 
stonith_includedir = /usr/include/stonith
329
 
stonith_plugindir = /usr/lib/stonith/plugins
330
 
subdirs = 
331
 
sysconfdir = /etc
332
 
target_alias = 
333
 
top_builddir = ../..
334
 
top_srcdir = ../..
335
 
 
336
 
#
337
 
# recoverymgr: Library that facilitates connecting to apphbd 
338
 
#              RecoveryMgr plugin
339
 
#
340
 
# Copyright (C) 2002 Intel Corporation, 
341
 
#
342
 
# This program is free software; you can redistribute it and/or
343
 
# modify it under the terms of the GNU General Public License
344
 
# as published by the Free Software Foundation; either version 2
345
 
# of the License, or (at your option) any later version.
346
 
347
 
# This program is distributed in the hope that it will be useful,
348
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
349
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
350
 
# GNU General Public License for more details.
351
 
352
 
# You should have received a copy of the GNU General Public License
353
 
# along with this program; if not, write to the Free Software
354
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
355
 
#
356
 
MAINTAINERCLEANFILES = Makefile.in
357
 
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
358
 
                        -I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha
359
 
 
360
 
AM_CFLAGS = -Wall -g -O2  -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-qual -Wcast-align -Wbad-function-cast -Winline -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing   -ggdb3 -funsigned-char
361
 
lib_LTLIBRARIES = librecoverymgr.la
362
 
librecoverymgr_la_SOURCES = \
363
 
                                recoverymgr.c   
364
 
 
365
 
librecoverymgr_la_LDFLAGS = -version-info 1:0:0 
366
 
all: all-am
367
 
 
368
 
.SUFFIXES:
369
 
.SUFFIXES: .c .lo .o .obj
370
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
371
 
        @for dep in $?; do \
372
 
          case '$(am__configure_deps)' in \
373
 
            *$$dep*) \
374
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
375
 
                && exit 0; \
376
 
              exit 1;; \
377
 
          esac; \
378
 
        done; \
379
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/recoverymgr/Makefile'; \
380
 
        cd $(top_srcdir) && \
381
 
          $(AUTOMAKE) --gnu  lib/recoverymgr/Makefile
382
 
.PRECIOUS: Makefile
383
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384
 
        @case '$?' in \
385
 
          *config.status*) \
386
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387
 
          *) \
388
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
389
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
390
 
        esac;
391
 
 
392
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394
 
 
395
 
$(top_srcdir)/configure:  $(am__configure_deps)
396
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
398
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
400
 
        @$(NORMAL_INSTALL)
401
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
402
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
403
 
          if test -f $$p; then \
404
 
            f=$(am__strip_dir) \
405
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
406
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
407
 
          else :; fi; \
408
 
        done
409
 
 
410
 
uninstall-libLTLIBRARIES:
411
 
        @$(NORMAL_UNINSTALL)
412
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
413
 
          p=$(am__strip_dir) \
414
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
415
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
416
 
        done
417
 
 
418
 
clean-libLTLIBRARIES:
419
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
420
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
421
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
422
 
          test "$$dir" != "$$p" || dir=.; \
423
 
          echo "rm -f \"$${dir}/so_locations\""; \
424
 
          rm -f "$${dir}/so_locations"; \
425
 
        done
426
 
librecoverymgr.la: $(librecoverymgr_la_OBJECTS) $(librecoverymgr_la_DEPENDENCIES) 
427
 
        $(librecoverymgr_la_LINK) -rpath $(libdir) $(librecoverymgr_la_OBJECTS) $(librecoverymgr_la_LIBADD) $(LIBS)
428
 
 
429
 
mostlyclean-compile:
430
 
        -rm -f *.$(OBJEXT)
431
 
 
432
 
distclean-compile:
433
 
        -rm -f *.tab.c
434
 
 
435
 
include ./$(DEPDIR)/recoverymgr.Plo
436
 
 
437
 
.c.o:
438
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
439
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440
 
#       source='$<' object='$@' libtool=no \
441
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
442
 
#       $(COMPILE) -c $<
443
 
 
444
 
.c.obj:
445
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
446
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
447
 
#       source='$<' object='$@' libtool=no \
448
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
449
 
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
450
 
 
451
 
.c.lo:
452
 
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
454
 
#       source='$<' object='$@' libtool=yes \
455
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
456
 
#       $(LTCOMPILE) -c -o $@ $<
457
 
 
458
 
mostlyclean-libtool:
459
 
        -rm -f *.lo
460
 
 
461
 
clean-libtool:
462
 
        -rm -rf .libs _libs
463
 
 
464
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonemtpy = 1; } \
470
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
 
        mkid -fID $$unique
472
 
tags: TAGS
473
 
 
474
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
 
                $(TAGS_FILES) $(LISP)
476
 
        tags=; \
477
 
        here=`pwd`; \
478
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
485
 
          test -n "$$unique" || unique=$$empty_fix; \
486
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
 
            $$tags $$unique; \
488
 
        fi
489
 
ctags: CTAGS
490
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491
 
                $(TAGS_FILES) $(LISP)
492
 
        tags=; \
493
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
 
        unique=`for i in $$list; do \
495
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
 
          done | \
497
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
500
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
 
             $$tags $$unique
502
 
 
503
 
GTAGS:
504
 
        here=`$(am__cd) $(top_builddir) && pwd` \
505
 
          && cd $(top_srcdir) \
506
 
          && gtags -i $(GTAGS_ARGS) $$here
507
 
 
508
 
distclean-tags:
509
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
 
 
511
 
distdir: $(DISTFILES)
512
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514
 
        list='$(DISTFILES)'; \
515
 
          dist_files=`for file in $$list; do echo $$file; done | \
516
 
          sed -e "s|^$$srcdirstrip/||;t" \
517
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518
 
        case $$dist_files in \
519
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
520
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521
 
                           sort -u` ;; \
522
 
        esac; \
523
 
        for file in $$dist_files; do \
524
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525
 
          if test -d $$d/$$file; then \
526
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
529
 
            fi; \
530
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
531
 
          else \
532
 
            test -f $(distdir)/$$file \
533
 
            || cp -p $$d/$$file $(distdir)/$$file \
534
 
            || exit 1; \
535
 
          fi; \
536
 
        done
537
 
check-am: all-am
538
 
check: check-am
539
 
all-am: Makefile $(LTLIBRARIES)
540
 
installdirs:
541
 
        for dir in "$(DESTDIR)$(libdir)"; do \
542
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543
 
        done
544
 
install: install-am
545
 
install-exec: install-exec-am
546
 
install-data: install-data-am
547
 
uninstall: uninstall-am
548
 
 
549
 
install-am: all-am
550
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
 
 
552
 
installcheck: installcheck-am
553
 
install-strip:
554
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556
 
          `test -z '$(STRIP)' || \
557
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558
 
mostlyclean-generic:
559
 
 
560
 
clean-generic:
561
 
 
562
 
distclean-generic:
563
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564
 
 
565
 
maintainer-clean-generic:
566
 
        @echo "This command is intended for maintainers to use"
567
 
        @echo "it deletes files that may require special tools to rebuild."
568
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
569
 
clean: clean-am
570
 
 
571
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
572
 
        mostlyclean-am
573
 
 
574
 
distclean: distclean-am
575
 
        -rm -rf ./$(DEPDIR)
576
 
        -rm -f Makefile
577
 
distclean-am: clean-am distclean-compile distclean-generic \
578
 
        distclean-tags
579
 
 
580
 
dvi: dvi-am
581
 
 
582
 
dvi-am:
583
 
 
584
 
html: html-am
585
 
 
586
 
info: info-am
587
 
 
588
 
info-am:
589
 
 
590
 
install-data-am:
591
 
 
592
 
install-dvi: install-dvi-am
593
 
 
594
 
install-exec-am: install-libLTLIBRARIES
595
 
 
596
 
install-html: install-html-am
597
 
 
598
 
install-info: install-info-am
599
 
 
600
 
install-man:
601
 
 
602
 
install-pdf: install-pdf-am
603
 
 
604
 
install-ps: install-ps-am
605
 
 
606
 
installcheck-am:
607
 
 
608
 
maintainer-clean: maintainer-clean-am
609
 
        -rm -rf ./$(DEPDIR)
610
 
        -rm -f Makefile
611
 
maintainer-clean-am: distclean-am maintainer-clean-generic
612
 
 
613
 
mostlyclean: mostlyclean-am
614
 
 
615
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
616
 
        mostlyclean-libtool
617
 
 
618
 
pdf: pdf-am
619
 
 
620
 
pdf-am:
621
 
 
622
 
ps: ps-am
623
 
 
624
 
ps-am:
625
 
 
626
 
uninstall-am: uninstall-libLTLIBRARIES
627
 
 
628
 
.MAKE: install-am install-strip
629
 
 
630
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
631
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
632
 
        distclean-compile distclean-generic distclean-libtool \
633
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
634
 
        install install-am install-data install-data-am install-dvi \
635
 
        install-dvi-am install-exec install-exec-am install-html \
636
 
        install-html-am install-info install-info-am \
637
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
638
 
        install-ps install-ps-am install-strip installcheck \
639
 
        installcheck-am installdirs maintainer-clean \
640
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
641
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
642
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
643
 
 
644
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
645
 
# Otherwise a system limit (for SysV at least) may be exceeded.
646
 
.NOEXPORT: