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