X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=8cf0ed8dd766338a4c432e9548468f718a5ae88b;hb=85b244419aec2552d114990aa86900aeac83a7e0;hp=ea5eb46aa7a2d8ff23db8ab6418fe23031641a36;hpb=d76e00c61a81db8a74b57ebd8d5abb6042164df9;p=WebThing.git diff --git a/Makefile b/Makefile index ea5eb46..8cf0ed8 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,14 @@ references = -r:webkit-sharp.dll -pkg:gtk-sharp-2.0 all: WebThingMain.exe plugins +.PHONY: tags +tags: + ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnp' *.cs + WebThingMain.exe: WebThingMain.cs WebThing.dll SoupSettings.so $(CS) $(CSFLAGS) -r:WebThing.dll -out:$@ WebThingMain.cs -WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs +WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^ SoupSettings.so: SoupSettings.c