3 CXXFLAGS = -I ../include
7 targets: example1_ml_stc example2_ml_stc
8 example1_ml_stc: example1_ml_stc.o stc_embed_c.o stc_extract_c.o common.o stc_ml_c.o
9 example2_ml_stc: example2_ml_stc.o stc_embed_c.o stc_extract_c.o common.o stc_ml_c.o
12 make -f ../Makefile -C release "CPPFLAGS=-O3" "LDFLAGS=-O3" targets
14 make -f ../Makefile -C debug "CPPFLAGS=-ggdb" "LDFLAGS=-ggdb" targets
16 rm -f debug/* release/*
17 # use this configuration for valgrind tests
19 valgrind --leak-check=full ./debug/example2_ml_stc