

.PHONY: clean

wx.binding: binding $(wildcard *.inc)
	echo '@define wxVERSION '$(WXVERSION) > version.inc
	echo '@define wxPORT '$(WXPORT) >> version.inc
	pike ../gpp -ppd@ binding wx.binding

clean:
	rm -f wx.binding
