lua integration
This commit is contained in:
12
scripting/Makefile
Normal file
12
scripting/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
include ../common.mk
|
||||
|
||||
SWIG := swig
|
||||
SWIG_OPTS := -lua
|
||||
|
||||
all: couch_wrap.o
|
||||
|
||||
couch_wrap.o: couch_wrap.cpp
|
||||
$(CXX) $(CXXFLAGS) -I../core -c -o $@ $^
|
||||
|
||||
couch_wrap.cpp: couch.i
|
||||
$(SWIG) -c++ $(SWIG_OPTS) -I../core -o $@ $^
|
||||
Reference in New Issue
Block a user