3 Star 1 Fork 0

Gitee 极速下载 / orlydb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/cmaloney/orly
克隆/下载
Makefile 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
.NOTPARALLEL:
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
PACKAGE_DIR=$(PREFIX)/packages
DATA_DIR=$(PREFIX)/data
RELEASE_OUT=../out/release/
#Apps get installed on 'make install'
ORLY_APPS=orly/orlyc orly/server/orlyi orly/spa/spa orly/client/orly_client orly/indy/disk/util/orly_dm orly/core_import
ORLY_DATASET_GEN=beer complete_graph game_of_thrones money_laundering belgian_beer friends_of_friends matrix shakespeare social_graph twitter twitter_ego twitter_live
JHM_CMD=jhm $(JHM_FLAGS)
.PHONY: apps debug release bootstrap nycr test test_lang clean install
debug: bootstrap
$(JHM_CMD)
release: bootstrap
$(JHM_CMD) -c release
bootstrap: tools/jhm nycr
tools/jhm:
./bootstrap.sh
nycr: tools/jhm
$(JHM_CMD) -c bootstrap
test: bootstrap
$(JHM_CMD) --test
test_lang: debug
lang_test.py -d orly/data orly/lang_tests
clean:
rm -rf ../out/
rm -rf ../.jhm
rm -f tools/jhm
rm -f tools/make_dep_file
install: release
install -d $(BINDIR) $(PACKAGE_DIR) $(DATA_DIR)
install -m755 -t $(BINDIR) $(addprefix $(RELEASE_OUT), $(ORLY_APPS))
install -m755 -t $(BINDIR) $(addprefix $(RELEASE_OUT), $(addprefix orly/data/,$(ORLY_DATASET_GEN)))
#Mark the root of the package repository
touch $(PACKAGE_DIR)/__orly__
install -m644 -t $(PACKAGE_DIR) $(wildcard orly/data/*.orly)
C
1
https://gitee.com/mirrors/orlydb.git
git@gitee.com:mirrors/orlydb.git
mirrors
orlydb
orlydb
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891