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