# no default all: @echo nothing to make # special objects: the rest is mapped in the setup scripts BIN_OBJ = pf-play.mencoder pf-play.ffmpeg # load the config variables include ../Makefile.defs install: install -d $(PREFIX)/bin cd $(SRCDIR)/bin && install -m 755 $(BIN_OBJ) $(PREFIX)/bin cd $(SRCDIR)/bin && install -m 755 *.pf $(PREFIX)/bin