3 Star 4 Fork 4

openKylin-backup / pacemaker-mgmt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.am 3.59 KB
一键复制 编辑 原始数据 按行查看 历史
hjimmy 提交于 2020-03-28 07:54 . Init commit
#
# linux-ha: Linux-HA code
#
# Copyright (C) 2002 Alan Robertson
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
EXTRA_DIST = bootstrap ConfigureMe README.in libltdl.tar
AUTOMAKE_OPTIONS = foreign
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure DRF/config-h.in \
DRF/stamp-h.in libtool.m4 ltdl.m4 libltdl.tar
coredir = @HA_COREDIR@
hauser = @HA_CCMUSER@
TARFILE = pacemaker-mgmt.tar.gz
LAST_RELEASE = pacemaker-mgmt-1.99.2
if CIM_PROVIDER_BUILD
CIM_PROVIDER_DIR = cim
endif
if TSA_PLUGIN_BUILD
TSA_PLUGIN_DIR = tsa_plugin
endif
if SNMP_SUBAGENT_BUILD
SNMP_SUBAGENT_DIR = snmp_subagent
endif
SUBDIRS = $(LIBLTDL_DIR) replace include lib mgmt $(CIM_PROVIDER_DIR) $(TSA_PLUGIN_DIR) $(SNMP_SUBAGENT_DIR) doc
if MGMT_CLIENT_BUILD
SUBDIRS += po
endif
tgz:
rm -f $(TARFILE)
hg archive -t tgz $(TARFILE)
echo Rebuilt $(TARFILE) on `date`
changes:
printf "$(PACKAGE) ($(VERSION)-1) stable; urgency=medium\n"
printf " * Update source tarball to revision: `hg id`\n"
printf " * Statistics:\n"
printf " Changesets: `hg log -M --template "{desc|firstline|strip}\n" -r $(LAST_RELEASE):tip | wc -l`\n"
printf " Diff: "
hg diff -r $(LAST_RELEASE):tip | diffstat | tail -n 1
# printf "\n * Testing Notes:\n"
# printf "\n + Test hardware:\n"
# printf "\n + All testing was performed with STONITH enabled\n"
# printf "\n + Pending bugs encountered during testing:\n"
printf "\n * Changes since $(LAST_RELEASE)\n"
# hg log -M --template " + {desc|firstline|strip}\n" -r $(LAST_RELEASE):tip | grep -v Low: | sort -uf
hg log -M --template " + {desc|firstline|strip}\n" -r $(LAST_RELEASE):tip | sort -uf
printf "\n -- Gao,Yan <ygao@suse.com> `date +"%a, %d %b %Y %T %z"`\n"
OBS_PROJECT = pacemaker-mgmt
OBS_SERVER = c001n16.suse.de
OBS_PREFIX = Development/obs
OBS_FILES = .changes $(TARFILE)
stable: tgz
make changes > .changes
scp $(OBS_FILES) $(OBS_SERVER):$(OBS_PREFIX)/server:ha-clustering/$(OBS_PROJECT)/
unstable: tgz
make changes > .changes
scp $(OBS_FILES) $(OBS_SERVER):$(OBS_PREFIX)/server:ha-clustering:UNSTABLE/$(OBS_PROJECT)/
factory: tgz
make changes > .changes
ssh $(OBS_SERVER) -- 'cd $(OBS_PREFIX)/server:ha-clustering:Factory/$(OBS_PROJECT) ; /usr/bin/osc up'
scp $(OBS_FILES) $(OBS_SERVER):$(OBS_PREFIX)/server:ha-clustering:Factory/$(OBS_PROJECT)/
ssh $(OBS_SERVER) -- "cd $(OBS_PREFIX)/server:ha-clustering:Factory/$(OBS_PROJECT); /usr/bin/osc commit -m \"New $(OBS_PROJECT) snapshot - $(shell $(HG) id)\""
install-exec-local:
if MGMT_CLIENT_BUILD
-mkdir -p $(DESTDIR)$(bindir)
-cd $(DESTDIR)$(libdir)/heartbeat-gui && rm -f haclient.py && ln -s $(datadir)/heartbeat-gui/haclient.py .
-cd $(DESTDIR)$(bindir) && rm -f crm_gui && echo "python $(datadir)/heartbeat-gui/haclient.pyc" > crm_gui && chmod +x crm_gui
-cd $(DESTDIR)$(bindir) && rm -f hb_gui && ln -s $(bindir)/crm_gui hb_gui
endif
dist-clean-local:
rm -f autoconf automake autoheader
maintainer-clean-local:
rm -f libltdl.tar
C
1
https://gitee.com/openkylin-backup/pacemaker-mgmt.git
git@gitee.com:openkylin-backup/pacemaker-mgmt.git
openkylin-backup
pacemaker-mgmt
pacemaker-mgmt
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891