X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=plugins%2FMakefile;fp=plugins%2FMakefile;h=77b79a2a533e93acd1811b568a932458f811ac34;hb=de68be10ae8d84f85431c704bb06d89e4d93cc98;hp=d09a8c411e67111e4e8896a9e288e294b1876cf6;hpb=2be31e14fb4593a82a52219e534a61a2613ead34;p=WebThing.git diff --git a/plugins/Makefile b/plugins/Makefile index d09a8c4..77b79a2 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1,15 +1,10 @@ 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 GoogleSearch.dll WikipediaSearch.dll +all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll QuickSearch.dll Session.dll Fullscreen.dll clean: rm -f *.dll *.mdb *.so - make -C SoupSettings clean - -.PHONY: SoupSettings.dll -SoupSettings.dll: - make -C SoupSettings %.dll: %.cs ../WebThing.dll gmcs $(CSFLAGS) $(references) -r:../WebThing.dll -target:library -out:$@ $<