6 Star 5 Fork 0

Gitee 极速下载 / InfiniDB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/infinidb/infinidb
克隆/下载
Makefile.am 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
Bob Dempsey 提交于 2014-03-20 11:18 . 4.5 merge #4: more autoconf
# Copyright (C) 2014 InfiniDB, Inc.
#
# 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; version 2 of
# the License.
#
# 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., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
# $Id$
ACLOCAL_AMFLAGS = -I ./m4
all-local: bootstrap
cd utils && $(MAKE) && $(MAKE) install
cd oam; \
$(MAKE) -C oamcpp install
cd snmpd && $(MAKE) && $(MAKE) install
cd dbcon; \
$(MAKE) -C execplan install; \
$(MAKE) -C joblist install
cd versioning && $(MAKE) && $(MAKE) install
cd oam && $(MAKE) && $(MAKE) install
cd versioning && $(MAKE) dbrm tools && $(MAKE) install_dbrm install_tools
cd writeengine; \
$(MAKE) -C wrapper install; \
$(MAKE) -C client install; \
$(MAKE) -C xml install; \
$(MAKE) -C redistribute install
cd dbcon; \
$(MAKE) -C ddlpackage install; \
$(MAKE) -C ddlpackageproc install; \
$(MAKE) -C dmlpackage install; \
$(MAKE) -C dmlpackageproc install
cd dbcon && $(MAKE) && $(MAKE) install
cd exemgr && $(MAKE) && $(MAKE) install
cd ddlproc && $(MAKE) && $(MAKE) install
cd dmlproc && $(MAKE) && $(MAKE) install
cd procmon && $(MAKE) && $(MAKE) install
cd procmgr && $(MAKE) && $(MAKE) install
cd oamapps && $(MAKE) && $(MAKE) install
cd decomsvr && $(MAKE) && $(MAKE) install
cd primitives && $(MAKE) && $(MAKE) install
cd tools && $(MAKE) && $(MAKE) install
cd versioning && $(MAKE) tools install_tools
$(MAKE) -C writeengine/server install_server
$(MAKE) -C writeengine/bulk install_bulk
$(MAKE) -C writeengine/splitter install_splitter
echo $(CXXFLAGS) $(DEBUG_FLAGS) > buildFlags
compile: all-local
.PHONY: test coverage leakcheck docs bootstrap
test:
coverage:
leakcheck:
docs:
bootstrap:
./build/genVersion.sh --prefix=$(prefix)
for subdir in dbcon ddlproc dmlproc exemgr mysql net-snmp oam \
oamapps decomsvr primitives procmgr procmon qa snmpd tools utils versioning \
writeengine ; do \
if test -f $$subdir/Makefile; then \
$(MAKE) BOOTSTRAP=1 -C $$subdir bootstrap || exit $$?; \
fi; \
done
clean: clean-am
for subdir in dbcon ddlproc dmlproc exemgr mysql net-snmp oam \
oamapps decomsvr primitives procmgr procmon qa snmpd tools utils versioning \
writeengine ; do \
if test -f $$subdir/Makefile; then \
$(MAKE) BOOTSTRAP=1 -C $$subdir clean || exit $$?; \
fi; \
done
C++
1
https://gitee.com/mirrors/infinidb.git
git@gitee.com:mirrors/infinidb.git
mirrors
infinidb
InfiniDB
master

搜索帮助