# this uses libpf build flags from Makefile.defs # the install and clean targets are currently not used all: target include ../../Makefile.defs TARGET = x11.$(MODEXT) TARGET_DIR = $(PREFIX)/lib/pf/plugins CPPFLAGS += -I/usr/X11R6/include LDFLAGS = $(LDFLAGS_MODULE) $(LIBS) $(LDFLAGS_PF) -L/usr/X11R6/lib -lX11 -lXext -lXv -lGL -lGLU MODULE=plugins/X11 # note: the 3 first files are independent of PF and can be reused. sources = xwindow.c xv.c glx.c pf_x11.c include $(BUILDDIR)/Makefile.rules