/plugins/Makefile
CSFLAGS = -debug
references = -r:../webkit-sharp.dll -pkg:gtk-sharp-2.0

all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll QuickSearch.dll Session.dll Fullscreen.dll

clean:
	rm -f *.dll *.mdb *.so

%.dll: %.cs ../WebThing.dll
	gmcs $(CSFLAGS) $(references) -r:../WebThing.dll -target:library -out:$@ $<