X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=249504ae76cf416647a7f11d2e8c39e403e89fd1;hb=bf0210888b2c1a7eb26656fdcaec4e0559569772;hp=ea5eb46aa7a2d8ff23db8ab6418fe23031641a36;hpb=1d96cf129e438f1d5a377a2358e3441678e31578;p=WebThing.git diff --git a/Makefile b/Makefile index ea5eb46..249504a 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=cimnpfes' *.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 PluginManager.cs $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^ SoupSettings.so: SoupSettings.c