PACKAGES = Print_Hello

ADAOPTS = -I../../framework/

include ../../makefile.inc

Print_Hello:
	gnatmake ${ADAOPTS} Print_Hello ${POSTOPTS}

