#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties"

%:
	dh $@

override_dh_auto_build:
	cd $(CURDIR)/jay/yydebug && $(MAKE)

override_dh_auto_clean:
	cd $(CURDIR)/jay/yydebug && $(MAKE) distclean

