SPECDIR   = ${PLEUKSPECDIR}/HPSG-PL

PROGRAM   = HPSG-PL

PROLOG_OBJECTS = hpsg.pl \
		constraints.pl \
		io.pl \
		lex.pl \
		main.pl \
		parser.pl \
		systemx.pl \
		server.pl \
		treetool.pl \
		utils.pl \
		hpsgpleukvars.pl \
		hpsgprint.pl


SPECCODE =  	${SPECDIR}/constraints.pl \
		${SPECDIR}/io.pl \
		${SPECDIR}/lex.pl \
		${SPECDIR}/main.pl \
		${SPECDIR}/parser.pl \
		${SPECDIR}/systemx.pl \
		${SPECDIR}/server.pl \
		${SPECDIR}/treetool.pl \
		${SPECDIR}/utils.pl \
		${SPECDIR}/hpsgpleukvars.pl \
		${SPECDIR}/hpsgprint.pl 


		
