MCS=mcs RUNTIME=mono all: linux windows: *.cs $(CSC) /unsafe /out:codegen.exe *.cs ./codegen gtkapi.xml linux: gapi_codegen.exe clean: rm -f *.exe prefix=/usr install: all cp gapi_codegen.exe $(DESTDIR)$(prefix)/bin gapi_codegen.exe: *.cs $(MCS) --unsafe -o gapi_codegen.exe -r System.Xml *.cs