# Use this Makefile to regenerate bindings # # Needs gir2pascal tool from the Lazarus project all: gir2pas \ --input /usr/share/gir-1.0/Gtk-3.0.gir \ --output-directory . \ --overwrite-files \ --declare-enums-as Set \ --unit-prefix laz \ clean: rm -f *.pas *.o *.a *.d *.s *.ppu *.dcu *.rst *~ *.~*