代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。