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