DCPPT=dcppt.pl
CONFIG=src/Config.dcppt
SRCDIR=src/itpass-xwindow-20080627

all: dcppt

dcppt:
	$(DCPPT) -c $(CONFIG) -d $(SRCDIR)
