# this uses libpf build flags from Makefile.defs # the install and clean targets are currently not used all: target include ../../Makefile.defs TARGET = opencv.$(MODEXT) TARGET_DIR = $(PREFIX)/lib/pf/plugins CFLAGS += $(shell pkg-config --cflags opencv) LDFLAGS = $(LDFLAGS_MODULE) $(shell pkg-config --libs opencv) $(LIBS) $(LDFLAGS_PF) MODULE=plugins/opencv sources = opencv.c include $(BUILDDIR)/Makefile.rules