Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « dist « verse « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69b5590b2bcbf47f20285a9580de55bfc9620dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for Verse core; API and reference server.
# This pretty much requires GNU Make, I think.
#
# This build is slightly complicated that part of the C code that
# needs to go into the API implementation is generated by building
# and running other C files (this is the protocol definition).
#

LIBNAME = verse
DIR = $(OCGDIR)/extern/$(LIBNAME)

include nan_compile.mk

# TARGETS = verse