1 PLUGINS=xpcom-dbusservice
6 @echo "This is the Browser D-Bus Bridge"
7 @echo "Originally developed by Movial"
9 @echo "The following build targets are available:"
10 @echo " xpcom The XPCOM D-Bus service"
11 @echo " jscore The JavaScriptCore (WebKit) D-Bus library"
12 @echo " all Build all above targets"
13 @echo " install Install all built targets"
20 @echo Building JSCoreBus:
21 jscore: jscore-print jscorebus-shared
25 @echo Building XPCOM D-Bus service:
26 xpcom: xpcom-print xpcom-dbusservice-plugin
28 include build/project.mk
30 .PHONY: build all jscorebus xpcom-dbusservice