2 references = -r:../webkit-sharp.dll -pkg:gtk-sharp-2.0
4 all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll
8 make -C SoupSettings clean
10 .PHONY: SoupSettings.dll
14 %.dll: %.cs ../WebThing.dll
15 gmcs $(CSFLAGS) $(references) -r:../WebThing.dll -target:library -out:$@ $<