SpiderScript - Fixed array behaviour, removed memory leaks
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / Makefile
1 # Acess 2
2 #
3
4 include ../Makefile.cfg
5
6 CPPFLAGS +=
7 CFLAGS   += -Wall
8 LDFLAGS  += -lc -lgcc -soname libspiderscript.so --no-allow-shlib-undefined
9
10 OBJ  = main.o lex.o parse.o ast.o exports.o values.o
11 OBJ += ast_to_bytecode.o bytecode_gen.o bytecode_makefile.o
12 OBJ += exec.o exec_bytecode.o
13 BIN = libspiderscript.so
14
15 include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au