]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/segmentation/Makefile
Rename to TIDL
[tidl/tidl-api.git] / examples / segmentation / Makefile
1 EXE = segmentation
3 include ../make.common
5 CXXFLAGS += $(shell pkg-config --cflags opencv)
6 LIBS     += $(shell pkg-config --libs --static opencv)
8 SOURCES = main.cpp 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 overlay_*.png