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

« back to all changes in this revision

Viewing changes to include/clplumbing/Makefile.in

  • 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
 
# @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
 
#
18
 
# linux-ha: Linux-HA heartbeat code
19
 
#
20
 
# Copyright (C) 2002 International Business Machines.
21
 
# Author:       Alan Robertson <alanr@unix.sh>
22
 
#
23
 
# This program is free software; you can redistribute it and/or modify
24
 
# it under the terms of the GNU General Public License as published by
25
 
# the Free Software Foundation; either version 2 of the License, or
26
 
# (at your option) any later version.
27
 
#
28
 
# This program is distributed in the hope that it will be useful,
29
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
30
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31
 
# GNU General Public License for more details.
32
 
#
33
 
# You should have received a copy of the GNU General Public License
34
 
# along with this program; if not, write to the Free Software
35
 
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
36
 
 
37
 
VPATH = @srcdir@
38
 
pkgdatadir = $(datadir)/@PACKAGE@
39
 
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkgincludedir = $(includedir)/@PACKAGE@
41
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
install_sh_DATA = $(install_sh) -c -m 644
43
 
install_sh_PROGRAM = $(install_sh) -c
44
 
install_sh_SCRIPT = $(install_sh) -c
45
 
INSTALL_HEADER = $(INSTALL_DATA)
46
 
transform = $(program_transform_name)
47
 
NORMAL_INSTALL = :
48
 
PRE_INSTALL = :
49
 
POST_INSTALL = :
50
 
NORMAL_UNINSTALL = :
51
 
PRE_UNINSTALL = :
52
 
POST_UNINSTALL = :
53
 
build_triplet = @build@
54
 
host_triplet = @host@
55
 
subdir = include/clplumbing
56
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in
58
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60
 
        $(top_srcdir)/configure.in
61
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
 
        $(ACLOCAL_M4)
63
 
mkinstalldirs = $(install_sh) -d
64
 
CONFIG_HEADER = $(top_builddir)/include/config.h \
65
 
        $(top_builddir)/include/hb_config.h
66
 
CONFIG_CLEAN_FILES =
67
 
SOURCES =
68
 
DIST_SOURCES =
69
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70
 
am__vpath_adj = case $$p in \
71
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
 
    *) f=$$p;; \
73
 
  esac;
74
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
75
 
am__installdirs = "$(DESTDIR)$(includedir)"
76
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
77
 
HEADERS = $(include_HEADERS)
78
 
ETAGS = etags
79
 
CTAGS = ctags
80
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
 
ACLOCAL = @ACLOCAL@
82
 
ALIGN = @ALIGN@
83
 
AMTAR = @AMTAR@
84
 
AR = @AR@
85
 
AUTOCONF = @AUTOCONF@
86
 
AUTOHEADER = @AUTOHEADER@
87
 
AUTOMAKE = @AUTOMAKE@
88
 
AWK = @AWK@
89
 
CC = @CC@
90
 
CCDEPMODE = @CCDEPMODE@
91
 
CFLAGS = @CFLAGS@
92
 
CIMOM = @CIMOM@
93
 
CMPI_HEADER_PATH = @CMPI_HEADER_PATH@
94
 
CMPI_PROVIDER_DIR = @CMPI_PROVIDER_DIR@
95
 
CPP = @CPP@
96
 
CPPFLAGS = @CPPFLAGS@
97
 
CRM_DIR = @CRM_DIR@
98
 
CRM_ENABLED = @CRM_ENABLED@
99
 
CRYPTOLIB = @CRYPTOLIB@
100
 
CURSESLIBS = @CURSESLIBS@
101
 
CXX = @CXX@
102
 
CXXCPP = @CXXCPP@
103
 
CXXDEPMODE = @CXXDEPMODE@
104
 
CXXFLAGS = @CXXFLAGS@
105
 
CYGPATH_W = @CYGPATH_W@
106
 
DEFS = @DEFS@
107
 
DEPDIR = @DEPDIR@
108
 
DISABLE_TIMES_KLUDGE = @DISABLE_TIMES_KLUDGE@
109
 
DISTDIR = @DISTDIR@
110
 
DISTRO_STYLE_RPMS = @DISTRO_STYLE_RPMS@
111
 
DLOPEN_FORCE_FLAGS = @DLOPEN_FORCE_FLAGS@
112
 
DSYMUTIL = @DSYMUTIL@
113
 
ECHO = @ECHO@
114
 
ECHO_C = @ECHO_C@
115
 
ECHO_CMD = @ECHO_CMD@
116
 
ECHO_E = @ECHO_E@
117
 
ECHO_N = @ECHO_N@
118
 
ECHO_T = @ECHO_T@
119
 
EGREP = @EGREP@
120
 
EXEEXT = @EXEEXT@
121
 
F77 = @F77@
122
 
FFLAGS = @FFLAGS@
123
 
GETENT = @GETENT@
124
 
GLIBHEAD = @GLIBHEAD@
125
 
GLIBLIB = @GLIBLIB@
126
 
GNUTLSHEAD = @GNUTLSHEAD@
127
 
GNUTLSLIBS = @GNUTLSLIBS@
128
 
GREP = @GREP@
129
 
GZIP_PROG = @GZIP_PROG@
130
 
HA_APIGID = @HA_APIGID@
131
 
HA_APIGROUP = @HA_APIGROUP@
132
 
HA_CCMUID = @HA_CCMUID@
133
 
HA_CCMUSER = @HA_CCMUSER@
134
 
HA_COREDIR = @HA_COREDIR@
135
 
HA_DATADIR = @HA_DATADIR@
136
 
HA_HBCONF_DIR = @HA_HBCONF_DIR@
137
 
HA_LIBDIR = @HA_LIBDIR@
138
 
HA_LIBHBDIR = @HA_LIBHBDIR@
139
 
HA_LOGDAEMON_IPC = @HA_LOGDAEMON_IPC@
140
 
HA_NOARCHDATAHBDIR = @HA_NOARCHDATAHBDIR@
141
 
HA_PLUGIN_DIR = @HA_PLUGIN_DIR@
142
 
HA_RC_DIR = @HA_RC_DIR@
143
 
HA_URLBASE = @HA_URLBASE@
144
 
HA_VARLIBDIR = @HA_VARLIBDIR@
145
 
HA_VARLIBHBDIR = @HA_VARLIBHBDIR@
146
 
HA_VARLOCKDIR = @HA_VARLOCKDIR@
147
 
HA_VARLOGDIR = @HA_VARLOGDIR@
148
 
HA_VARRUNDIR = @HA_VARRUNDIR@
149
 
HA_VARRUNHBDIR = @HA_VARRUNHBDIR@
150
 
HA_VARRUNHBRSCDIR = @HA_VARRUNHBRSCDIR@
151
 
HB_INITSTARTPRI = @HB_INITSTARTPRI@
152
 
HB_INITSTOPPRI = @HB_INITSTOPPRI@
153
 
HB_PKG = @HB_PKG@
154
 
HB_RA_DIR = @HB_RA_DIR@
155
 
HG = @HG@
156
 
HTML2TXT = @HTML2TXT@
157
 
IFCONFIG = @IFCONFIG@
158
 
IFCONFIG_A_OPT = @IFCONFIG_A_OPT@
159
 
INCLTDL = @INCLTDL@
160
 
INITDIR = @INITDIR@
161
 
INIT_EXT = @INIT_EXT@
162
 
INSTALL = @INSTALL@
163
 
INSTALL_DATA = @INSTALL_DATA@
164
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
166
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167
 
IP2UTIL = @IP2UTIL@
168
 
IPCSOCKET_C = @IPCSOCKET_C@
169
 
IPCSOCKET_LO = @IPCSOCKET_LO@
170
 
JAVA_HOME = @JAVA_HOME@
171
 
LDFLAGS = @LDFLAGS@
172
 
LEX = @LEX@
173
 
LEXLIB = @LEXLIB@
174
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
175
 
LIBADD_DL = @LIBADD_DL@
176
 
LIBADD_INTL = @LIBADD_INTL@
177
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
178
 
LIBLTDL = @LIBLTDL@
179
 
LIBLTDL_DIR = @LIBLTDL_DIR@
180
 
LIBNETCONFIG = @LIBNETCONFIG@
181
 
LIBNETDEFINES = @LIBNETDEFINES@
182
 
LIBNETLIBS = @LIBNETLIBS@
183
 
LIBOBJS = @LIBOBJS@
184
 
LIBRT = @LIBRT@
185
 
LIBS = @LIBS@
186
 
LIBTOOL = @LIBTOOL@
187
 
LN_S = @LN_S@
188
 
LOCALE = @LOCALE@
189
 
LRM_ENABLED = @LRM_ENABLED@
190
 
LRM_PLUGIN_DIR = @LRM_PLUGIN_DIR@
191
 
LSB_RA_DIR = @LSB_RA_DIR@
192
 
LTLIBOBJS = @LTLIBOBJS@
193
 
MAILCMD = @MAILCMD@
194
 
MAKE = @MAKE@
195
 
MAKEINFO = @MAKEINFO@
196
 
MD5 = @MD5@
197
 
MGMT_DIR = @MGMT_DIR@
198
 
MIBS_DIR = @MIBS_DIR@
199
 
MKDIR_P = @MKDIR_P@
200
 
MSGFMT = @MSGFMT@
201
 
MSGHDR_TYPE = @MSGHDR_TYPE@
202
 
NETSTAT = @NETSTAT@
203
 
NMEDIT = @NMEDIT@
204
 
NON_FATAL_CFLAGS = @NON_FATAL_CFLAGS@
205
 
OBJEXT = @OBJEXT@
206
 
OCF_RA_DIR = @OCF_RA_DIR@
207
 
OCF_ROOT_DIR = @OCF_ROOT_DIR@
208
 
PACKAGE = @PACKAGE@
209
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210
 
PACKAGE_NAME = @PACKAGE_NAME@
211
 
PACKAGE_STRING = @PACKAGE_STRING@
212
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
213
 
PACKAGE_VERSION = @PACKAGE_VERSION@
214
 
PATH_SEPARATOR = @PATH_SEPARATOR@
215
 
PILSPKG = @PILSPKG@
216
 
PING = @PING@
217
 
PING_TIMEOUT_OPT = @PING_TIMEOUT_OPT@
218
 
PKGCONFIG = @PKGCONFIG@
219
 
PKGNAME = @PKGNAME@
220
 
POD2MAN = @POD2MAN@
221
 
POWEROFF_CMD = @POWEROFF_CMD@
222
 
POWEROFF_OPTIONS = @POWEROFF_OPTIONS@
223
 
PRETTY_CC = @PRETTY_CC@
224
 
PROCROUTE = @PROCROUTE@
225
 
PYTHON = @PYTHON@
226
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
227
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
228
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
229
 
PYTHON_PREFIX = @PYTHON_PREFIX@
230
 
PYTHON_VERSION = @PYTHON_VERSION@
231
 
QUIET_LIBTOOL_OPTS = @QUIET_LIBTOOL_OPTS@
232
 
QUIET_MAKE_OPTS = @QUIET_MAKE_OPTS@
233
 
QUORUMD_ENABLED = @QUORUMD_ENABLED@
234
 
RANLIB = @RANLIB@
235
 
REBOOT = @REBOOT@
236
 
REBOOT_OPTIONS = @REBOOT_OPTIONS@
237
 
ROUTE = @ROUTE@
238
 
ROUTEPARM = @ROUTEPARM@
239
 
RPM = @RPM@
240
 
RPMREL = @RPMREL@
241
 
RPMTARGET = @RPMTARGET@
242
 
RPM_ENABLE_MGMT_CONFIG = @RPM_ENABLE_MGMT_CONFIG@
243
 
RPM_ENABLE_OPENHPI = @RPM_ENABLE_OPENHPI@
244
 
RPM_ENABLE_SNMP_SUBAGENT = @RPM_ENABLE_SNMP_SUBAGENT@
245
 
SCP = @SCP@
246
 
SED = @SED@
247
 
SET_MAKE = @SET_MAKE@
248
 
SHELL = @SHELL@
249
 
SNMPAGENTLIB = @SNMPAGENTLIB@
250
 
SNMPCONFIG = @SNMPCONFIG@
251
 
SNMPLIB = @SNMPLIB@
252
 
SNMP_RPM_BUILD_REQUIRES = @SNMP_RPM_BUILD_REQUIRES@
253
 
SSH = @SSH@
254
 
STONITHPKG = @STONITHPKG@
255
 
STONITH_RA_DIR = @STONITH_RA_DIR@
256
 
STRIP = @STRIP@
257
 
SWIG = @SWIG@
258
 
TAR = @TAR@
259
 
TARFILE = @TARFILE@
260
 
TEST = @TEST@
261
 
TIPC_INCLUDE = @TIPC_INCLUDE@
262
 
TSA_DIR = @TSA_DIR@
263
 
UCDSNMPDEVEL = @UCDSNMPDEVEL@
264
 
USE_MODULES = @USE_MODULES@
265
 
VALGRIND_BIN = @VALGRIND_BIN@
266
 
VERSION = @VERSION@
267
 
WHOAMI = @WHOAMI@
268
 
XML2CONFIG = @XML2CONFIG@
269
 
XPERIMENTALDIRS = @XPERIMENTALDIRS@
270
 
YACC = @YACC@
271
 
YFLAGS = @YFLAGS@
272
 
abs_builddir = @abs_builddir@
273
 
abs_srcdir = @abs_srcdir@
274
 
abs_top_builddir = @abs_top_builddir@
275
 
abs_top_srcdir = @abs_top_srcdir@
276
 
ac_configure_args = @ac_configure_args@
277
 
ac_ct_CC = @ac_ct_CC@
278
 
ac_ct_CXX = @ac_ct_CXX@
279
 
ac_ct_F77 = @ac_ct_F77@
280
 
am__include = @am__include@
281
 
am__leading_dot = @am__leading_dot@
282
 
am__quote = @am__quote@
283
 
am__tar = @am__tar@
284
 
am__untar = @am__untar@
285
 
base_includedir = @base_includedir@
286
 
bindir = @bindir@
287
 
build = @build@
288
 
build_alias = @build_alias@
289
 
build_cpu = @build_cpu@
290
 
build_os = @build_os@
291
 
build_vendor = @build_vendor@
292
 
builddir = @builddir@
293
 
cleaned_configure_args = @cleaned_configure_args@
294
 
datadir = @datadir@
295
 
datarootdir = @datarootdir@
296
 
docdir = @docdir@
297
 
dvidir = @dvidir@
298
 
exec_prefix = @exec_prefix@
299
 
hb_libdir = @hb_libdir@
300
 
host = @host@
301
 
host_alias = @host_alias@
302
 
host_cpu = @host_cpu@
303
 
host_os = @host_os@
304
 
host_vendor = @host_vendor@
305
 
htmldir = @htmldir@
306
 
includedir = $(base_includedir)/clplumbing
307
 
infodir = @infodir@
308
 
install_sh = @install_sh@
309
 
libdir = @libdir@
310
 
libexecdir = @libexecdir@
311
 
localedir = @localedir@
312
 
localstatedir = @localstatedir@
313
 
mandir = @mandir@
314
 
mkdir_p = @mkdir_p@
315
 
oldincludedir = @oldincludedir@
316
 
pdfdir = @pdfdir@
317
 
pils_includedir = @pils_includedir@
318
 
pils_plugindir = @pils_plugindir@
319
 
pkgpyexecdir = @pkgpyexecdir@
320
 
pkgpythondir = @pkgpythondir@
321
 
prefix = @prefix@
322
 
program_transform_name = @program_transform_name@
323
 
psdir = @psdir@
324
 
pyexecdir = @pyexecdir@
325
 
pythondir = @pythondir@
326
 
saf_includedir = @saf_includedir@
327
 
sbindir = @sbindir@
328
 
sharedstatedir = @sharedstatedir@
329
 
srcdir = @srcdir@
330
 
stonith_ext_plugindir = @stonith_ext_plugindir@
331
 
stonith_includedir = @stonith_includedir@
332
 
stonith_plugindir = @stonith_plugindir@
333
 
subdirs = @subdirs@
334
 
sysconfdir = @sysconfdir@
335
 
target_alias = @target_alias@
336
 
top_builddir = @top_builddir@
337
 
top_srcdir = @top_srcdir@
338
 
 
339
 
#
340
 
MAINTAINERCLEANFILES = Makefile.in
341
 
include_HEADERS = \
342
 
        Gmain_timeout.h \
343
 
        GSource.h       \
344
 
        GSource_internal.h      \
345
 
        apphb_cs.h      \
346
 
        base64.h        \
347
 
        cl_log.h        \
348
 
        cl_malloc.h     \
349
 
        cl_poll.h       \
350
 
        cl_signal.h     \
351
 
        cl_pidfile.h    \
352
 
        cl_random.h     \
353
 
        cl_reboot.h     \
354
 
        cl_syslog.h     \
355
 
        cl_uuid.h       \
356
 
        coredumps.h     \
357
 
        cpulimits.h     \
358
 
        ipc.h           \
359
 
        lsb_exitcodes.h \
360
 
        loggingdaemon.h \
361
 
        longclock.h     \
362
 
        mkstemp_mode.h  \
363
 
        netstring.h     \
364
 
        proctrack.h     \
365
 
        realtime.h      \
366
 
        replytrack.h    \
367
 
        setproctitle.h  \
368
 
        recoverymgr_cs.h\
369
 
        timers.h        \
370
 
        uids.h          \
371
 
        cl_misc.h       \
372
 
        md5.h           \
373
 
        cl_plugin.h     \
374
 
        cl_tiebreaker.h \
375
 
        cl_quorum.h     \
376
 
        cl_quorumd.h
377
 
 
378
 
all: all-am
379
 
 
380
 
.SUFFIXES:
381
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
382
 
        @for dep in $?; do \
383
 
          case '$(am__configure_deps)' in \
384
 
            *$$dep*) \
385
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
386
 
                && exit 0; \
387
 
              exit 1;; \
388
 
          esac; \
389
 
        done; \
390
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/clplumbing/Makefile'; \
391
 
        cd $(top_srcdir) && \
392
 
          $(AUTOMAKE) --gnu  include/clplumbing/Makefile
393
 
.PRECIOUS: Makefile
394
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
395
 
        @case '$?' in \
396
 
          *config.status*) \
397
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
398
 
          *) \
399
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
400
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
401
 
        esac;
402
 
 
403
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405
 
 
406
 
$(top_srcdir)/configure:  $(am__configure_deps)
407
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
409
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410
 
 
411
 
mostlyclean-libtool:
412
 
        -rm -f *.lo
413
 
 
414
 
clean-libtool:
415
 
        -rm -rf .libs _libs
416
 
install-includeHEADERS: $(include_HEADERS)
417
 
        @$(NORMAL_INSTALL)
418
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
419
 
        @list='$(include_HEADERS)'; for p in $$list; do \
420
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
421
 
          f=$(am__strip_dir) \
422
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
423
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
424
 
        done
425
 
 
426
 
uninstall-includeHEADERS:
427
 
        @$(NORMAL_UNINSTALL)
428
 
        @list='$(include_HEADERS)'; for p in $$list; do \
429
 
          f=$(am__strip_dir) \
430
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
431
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
432
 
        done
433
 
 
434
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
435
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436
 
        unique=`for i in $$list; do \
437
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438
 
          done | \
439
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
440
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
441
 
        mkid -fID $$unique
442
 
tags: TAGS
443
 
 
444
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
 
                $(TAGS_FILES) $(LISP)
446
 
        tags=; \
447
 
        here=`pwd`; \
448
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
 
        unique=`for i in $$list; do \
450
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
 
          done | \
452
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
455
 
          test -n "$$unique" || unique=$$empty_fix; \
456
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457
 
            $$tags $$unique; \
458
 
        fi
459
 
ctags: CTAGS
460
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461
 
                $(TAGS_FILES) $(LISP)
462
 
        tags=; \
463
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
 
        unique=`for i in $$list; do \
465
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
 
          done | \
467
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
470
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471
 
             $$tags $$unique
472
 
 
473
 
GTAGS:
474
 
        here=`$(am__cd) $(top_builddir) && pwd` \
475
 
          && cd $(top_srcdir) \
476
 
          && gtags -i $(GTAGS_ARGS) $$here
477
 
 
478
 
distclean-tags:
479
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
 
 
481
 
distdir: $(DISTFILES)
482
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484
 
        list='$(DISTFILES)'; \
485
 
          dist_files=`for file in $$list; do echo $$file; done | \
486
 
          sed -e "s|^$$srcdirstrip/||;t" \
487
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488
 
        case $$dist_files in \
489
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
490
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491
 
                           sort -u` ;; \
492
 
        esac; \
493
 
        for file in $$dist_files; do \
494
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495
 
          if test -d $$d/$$file; then \
496
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
499
 
            fi; \
500
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
501
 
          else \
502
 
            test -f $(distdir)/$$file \
503
 
            || cp -p $$d/$$file $(distdir)/$$file \
504
 
            || exit 1; \
505
 
          fi; \
506
 
        done
507
 
check-am: all-am
508
 
check: check-am
509
 
all-am: Makefile $(HEADERS)
510
 
installdirs:
511
 
        for dir in "$(DESTDIR)$(includedir)"; do \
512
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
513
 
        done
514
 
install: install-am
515
 
install-exec: install-exec-am
516
 
install-data: install-data-am
517
 
uninstall: uninstall-am
518
 
 
519
 
install-am: all-am
520
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521
 
 
522
 
installcheck: installcheck-am
523
 
install-strip:
524
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526
 
          `test -z '$(STRIP)' || \
527
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
528
 
mostlyclean-generic:
529
 
 
530
 
clean-generic:
531
 
 
532
 
distclean-generic:
533
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
534
 
 
535
 
maintainer-clean-generic:
536
 
        @echo "This command is intended for maintainers to use"
537
 
        @echo "it deletes files that may require special tools to rebuild."
538
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
539
 
clean: clean-am
540
 
 
541
 
clean-am: clean-generic clean-libtool mostlyclean-am
542
 
 
543
 
distclean: distclean-am
544
 
        -rm -f Makefile
545
 
distclean-am: clean-am distclean-generic distclean-tags
546
 
 
547
 
dvi: dvi-am
548
 
 
549
 
dvi-am:
550
 
 
551
 
html: html-am
552
 
 
553
 
info: info-am
554
 
 
555
 
info-am:
556
 
 
557
 
install-data-am: install-includeHEADERS
558
 
 
559
 
install-dvi: install-dvi-am
560
 
 
561
 
install-exec-am:
562
 
 
563
 
install-html: install-html-am
564
 
 
565
 
install-info: install-info-am
566
 
 
567
 
install-man:
568
 
 
569
 
install-pdf: install-pdf-am
570
 
 
571
 
install-ps: install-ps-am
572
 
 
573
 
installcheck-am:
574
 
 
575
 
maintainer-clean: maintainer-clean-am
576
 
        -rm -f Makefile
577
 
maintainer-clean-am: distclean-am maintainer-clean-generic
578
 
 
579
 
mostlyclean: mostlyclean-am
580
 
 
581
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
582
 
 
583
 
pdf: pdf-am
584
 
 
585
 
pdf-am:
586
 
 
587
 
ps: ps-am
588
 
 
589
 
ps-am:
590
 
 
591
 
uninstall-am: uninstall-includeHEADERS
592
 
 
593
 
.MAKE: install-am install-strip
594
 
 
595
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
596
 
        clean-libtool ctags distclean distclean-generic \
597
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
598
 
        html-am info info-am install install-am install-data \
599
 
        install-data-am install-dvi install-dvi-am install-exec \
600
 
        install-exec-am install-html install-html-am \
601
 
        install-includeHEADERS install-info install-info-am \
602
 
        install-man install-pdf install-pdf-am install-ps \
603
 
        install-ps-am install-strip installcheck installcheck-am \
604
 
        installdirs maintainer-clean maintainer-clean-generic \
605
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
606
 
        ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS
607
 
 
608
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
609
 
# Otherwise a system limit (for SysV at least) may be exceeded.
610
 
.NOEXPORT: