Mercurial > MadButterfly
comparison nodejs/Makefile.am @ 651:aa52883534fc
Code generated by generator can be built
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 31 Jul 2010 13:28:48 +0800 |
parents | 4f7b4ff31c0c |
children | 8b7964869f7a |
comparison
equal
deleted
inserted
replaced
650:123e7eeff10c | 651:aa52883534fc |
---|---|
15 CFLAGS="$(mbfly_node_CFLAGS)" \ | 15 CFLAGS="$(mbfly_node_CFLAGS)" \ |
16 CXXFLAGS="$(mbfly_node_CFLAGS)" \ | 16 CXXFLAGS="$(mbfly_node_CFLAGS)" \ |
17 LDFLAGS="$(mbfly_node_LDFLAGS)" \ | 17 LDFLAGS="$(mbfly_node_LDFLAGS)" \ |
18 TOP_BUILDDIR="$(abs_top_builddir)" \ | 18 TOP_BUILDDIR="$(abs_top_builddir)" \ |
19 WAFLOCK=$(abs_builddir)/objs/.lock-wscript \ | 19 WAFLOCK=$(abs_builddir)/objs/.lock-wscript \ |
20 $(NODE_WAF) configure build --blddir=$(abs_builddir)/objs | 20 $(NODE_WAF) configure build --srcdir=$(abs_srcdir) \ |
21 --blddir=$(abs_builddir)/objs | |
21 | 22 |
22 clean-mbfly-node: | 23 clean-mbfly-node: |
23 cd $(srcdir); \ | 24 cd $(srcdir); \ |
24 WAFLOCK=$(abs_builddir)/objs/.lock-wscript \ | 25 WAFLOCK=$(abs_builddir)/objs/.lock-wscript \ |
25 $(NODE_WAF) clean | 26 $(NODE_WAF) clean |