all: subdirs include ../Makefile.defs # OPT_MODULES # linux -> rtc v4l SUBDIRS = x11 lqt png jpeg gsl opengl \ gmp ascii scaf osc Freetype ip opencv $(OPT_MODULES) # disabled: # SDL fbcon ftgl #SUBDIRS = console image v4l x11 lqt fbcon png jpeg gsl guile opengl Freetype SDL gmp livido .PHONY: subdirs $(SUBDIRS) subdirs: $(SUBDIRS) $(SUBDIRS): @cd $@ && $(MAKE) 2>>$(LOG) || echo "[ skipping $@ plugin ]" clean: rm -f */*.$(MODEXT) */*~ */*.d */*.d.* */*.o install: subdirs install -d $(PREFIX)/lib/pf/plugins 2>>$(LOG) install -m 755 */*.$(MODEXT) $(PREFIX)/lib/pf/plugins 2>>$(LOG)