Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4623906
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile.am
View Options
#
# Copyright 2008-2021 the Pacemaker project contributors
#
# The version control history for this file may have further details.
#
# This source code is licensed under the GNU General Public License version 2
# or later (GPLv2+) WITHOUT ANY WARRANTY.
#
include $(top_srcdir)/mk/common.mk
include $(top_srcdir)/mk/man.mk
ocfdir = @OCF_RA_INSTALL_DIR@/pacemaker
dist_ocf_SCRIPTS = attribute \
controld \
Dummy \
HealthCPU \
HealthIOWait \
ping \
remote \
Stateful \
SystemHealth
ocf_SCRIPTS = ClusterMon \
HealthSMART \
ifspeed \
o2cb \
SysInfo
if BUILD_XML_HELP
man7_MANS = $(ocf_SCRIPTS:%=ocf_pacemaker_%.7) $(dist_ocf_SCRIPTS:%=ocf_pacemaker_%.7)
DBOOK_OPTS = --stringparam command.prefix ocf_pacemaker_ --stringparam variable.prefix OCF_RESKEY_ --param man.vol 7
ocf_pacemaker_%.xml: %
$(AM_V_GEN)OCF_FUNCTIONS=/dev/null OCF_ROOT=$(OCF_ROOT_DIR) $(abs_builddir)/$< meta-data > $@
endif
# Pass correct local values to validate target manually
RNG := /dev/null
OCF_ROOT := /usr/lib/ocf
.PHONY: validate
validate: all
@cat "$(RNG)" >/dev/null 2>/dev/null || { echo "Must specify valid RNG" && false; }
@[ -x "$(OCF_ROOT)/lib/heartbeat" ] || { echo "Must specify valid OCF_ROOT" && false; }
@for AGENT in $(dist_ocf_SCRIPTS) $(ocf_SCRIPTS); do \
echo -e "\n\n## $$AGENT:"; \
OCF_ROOT="$(OCF_ROOT)" "$(builddir)/$$AGENT" meta-data \
| xmllint --noout --relaxng $(RNG) - || break; \
done
clean-generic:
rm -f $(man7_MANS) $(ocf_SCRIPTS:%=%.xml) $(dist_ocf_SCRIPTS:%=%.xml) *~
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 8, 5:09 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1997940
Default Alt Text
Makefile.am (1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment