# Imakefile for Control-D  -*- text -*-

SRC = control-d.pl

all: control-d

MakefileTarget ()

control-d: ${SRC}
	${SED} '1s@^.*$@#! $${PERL}@' ${SRC} > control-d

InstallTarget (install,control-d,${QXTLIB})

clean::
	-${RM} -f control-d
