]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/ssd_multibox/Makefile
Add ssd_multibox example to tinn (Part 1)
[tidl/tidl-api.git] / examples / ssd_multibox / Makefile
1 EXE = ssd_multibox
3 include ../make.common
5 CXXFLAGS += $(shell pkg-config --cflags opencv)
6 LIBS     += $(shell pkg-config --libs --static opencv)
8 SOURCES = main.cpp ../segmentation/object_classes.cpp
10 $(EXE): $(TINN_LIB) $(HEADERS) $(SOURCES)
11         $(CXX) $(CXXFLAGS) $(SOURCES) $(TINN_LIB) \
12             $(LDFLAGS) $(LIBS) -o $@
14 clean::
15         $(RM) -f frame_*.png multibox_*.png