6 Star 13 Fork 6

Gitee 极速下载/GraphPipe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oracle/graphpipe
克隆/下载
Makefile 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vishvananda Ishaya Abrams 提交于 2018-10-17 06:56 +08:00 . add copyrights
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
FLATC=flatc
ROOT=.
ifeq ('$(USE_DOCKER)', '1')
ROOT=/src
FLATC=docker run --rm -it \
--user $$(id -u):$$(id -g) \
-v $(PWD):/src neomantra/flatbuffers:v1.9.0 flatc
endif
all: cpp/graphpipe_generated.h go/graphpipe python/graphpipe
.PHONY: go python cpp
go: go/graphpipe
cpp: cpp/graphpipe_generated.h
python: python/graphpipe
cpp/graphpipe_generated.h:
$(FLATC) --cpp -o $(ROOT)/cpp $(ROOT)/graphpipe.fbs
go/graphpipe:
$(FLATC) --go -o $(ROOT)/go $(ROOT)/graphpipe.fbs
python/graphpipe:
$(FLATC) --python -o $(ROOT)/python $(ROOT)/graphpipe.fbs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/GraphPipe.git
git@gitee.com:mirrors/GraphPipe.git
mirrors
GraphPipe
GraphPipe
master

搜索帮助