File: makefile

package info (click to toggle)
luabind 0.7.dfsg-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,340 kB
  • ctags: 2,336
  • sloc: cpp: 13,505; makefile: 237
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
include ../../config

all: regexp

regexp: regex_wrap.cpp
	$(CXX) regex_wrap.cpp -o regex_wrap -I$(LUA_PATH)/include -I- -I$(BOOST_ROOT) -I../../ -L. -L../../lib -L$(LUA_PATH)/lib -lluabind -lboost_regex -llua -llualib

clean:
	rm -f regex_wrap.o