# no default all: @echo nothing to make # load the config variables include ../Makefile.defs install: install -d $(PREFIX)/lib/pf/demo install -d $(PREFIX)/lib/pf/demo/stuff cd $(SRCDIR)/demo && install -m 644 *.pf $(PREFIX)/lib/pf/demo cd $(SRCDIR)/demo/stuff && install -m 644 * $(PREFIX)/lib/pf/demo/stuff