8 test_construction.
cpp \
13 test_null_pointer.
cpp \
14 test_implicit_cast.
cpp \
16 test_free_functions.
cpp \
27 OBJECTS
= $(SOURCES
:.
cpp=.o
)
32 $(CXX
) -O3
$(OBJECTS
) $(LUA_LIB_PATH
) -L..
/lib
-lluabind
-llua
-llualib
-o
$@
35 $(CXX
) -Wall
-ftemplate-depth-50
-O3
$(CONFIG
) $(LUA_PATH
) -I.
-I-
-I..
/ $(BOOST_PATH
) -c
$?
-o
$@
42 rm -f
$(OBJECTS
) $(TARGET
) core