PACKAGES = db_view

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

include ../../makefile.inc

db_view:
	gnatmake ${ADAOPTS} db_view ${POSTOPTS}

