export INPUT = $(HOME)/Developer/xia/src/XPath.g
include $(HOME)/Developer/adagoop/Makefile.inc
# Makefile.inc includes target 'products', which generates all the Ada source
# (and some other artefacts by-the-way)

all: products

clean:
	rm *.ad? *.l *.y *.log
