X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=7b5910404f36a615177b02c5d6040738bc14ce5a;hb=244a23ca48e6cf2d863870f5a9e4253693183ad5;hp=7d1fe86e9f7525d1d2c2687e6f4358536482a061;hpb=2744fefc32dbe9b59a570f6515d51121b8fcfbe3;p=WebThing.git diff --git a/Makefile b/Makefile index 7d1fe86..7b59104 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ all: WebThingMain.exe plugins searchplugins tags: ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnpfes' *.cs -WebThingMain.exe: WebThingMain.cs WebThing.dll SoupSettings.so +WebThingMain.exe: WebThingMain.cs WebThing.dll lib/SoupSettings.so $(CS) $(CSFLAGS) -r:WebThing.dll -out:$@ WebThingMain.cs WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs PluginManager.cs SearchHandler.cs $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^ -SoupSettings.so: SoupSettings.c +lib/SoupSettings.so: SoupSettings.c $(CC) $(CFLAGS) -shared $(LDFLAGS) $< -o $@ plugins: