blender/extern/verse/dist/Makefile

16 lines
396 B
Makefile
Raw Normal View History

#
# 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