1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-GraphPipe

Клонировать/Скачать
Makefile 745
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Vishvananda Ishaya Abrams Отправлено 17.10.2018 01:56 224c321
# 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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-GraphPipe.git
git@api.gitlife.ru:oschina-mirror/mirrors-GraphPipe.git
oschina-mirror
mirrors-GraphPipe
mirrors-GraphPipe
master