]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/ssd_multibox/Makefile
559067c25277f470bb11901b508ad7d79b368148
[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 opencv)
8 SOURCES = main.cpp ../segmentation/object_classes.cpp
10 $(EXE): $(TIDL_API_LIB) $(HEADERS) $(SOURCES)
11         $(CXX) $(CXXFLAGS) $(SOURCES) $(TIDL_API_LIB) \
12             $(LDFLAGS) $(LIBS) -o $@
14 clean::
15         $(RM) -f frame_*.png multibox_*.png