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
16 lines
396 B
Makefile
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
|