blender/extern/verse/dist/Makefile
Kent Mein 7fc699eea3 This updates the Makefiles for verse so they use the blender compiler
settings, and build system.  Now it builds the library in obj just like
other stuff instead of the source tree directly.
Its not doing the dynamic building of specific c files but JesterKing said
this should be ok.  So whine at him if its not.... ;)

Kent
2006-11-17 18:12:12 +00:00

16 lines
396 B
Makefile

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