4 # set the OS type for compilation
6 # compile a binary only
9 # define executable name
12 # define library sources
16 #define library objects
18 $(BIN_CPP_SRC:.cpp=.o)
20 # additional things needed to link
23 # additional things needed to compile
24 ADD_COMPILE=-I../../../src
26 # include the definitions now
27 include ../../../../../template.mak