1 # 2 # Copyright (c) 2012 Joyent, Inc. All rights reserved. 3 # 4 5 V8PLUS = .. 6 7 include $(V8PLUS)/Makefile.v8plus.defs 8 9 MODULE = example 10 MODULE_DIR = . 11 12 SRCS = \ 13 example.c 14 15 ERRNO_JSON = errno.json 16 17 PREFIX_NODE = /opt/local 18 CC = /opt/local/bin/gcc 19 CXX = /opt/local/bin/g++ 20 21 include $(V8PLUS)/Makefile.v8plus.targ