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