all: force
	gnatmake packbox_test `gtkada-config`
clean: 
	rm -f *.o *~ *.ali packbox_test
force:
