4 # set the OS type for compilation
6 # compile a binary only
9 # define exexutable name
11 # define library sources
18 #define library objects
20 $(BIN_CPP_SRC:.cpp=.o)
22 # additional things needed to link
25 # additional things needed to compile
26 ADD_COMPILE=-I../../../src
28 # include the definitions now
29 include ../../../../../template.mak