--- /dev/null
+PLUGINS=xpcom-dbusservice
+LIBRARIES=jscorebus
+
+about:
+ @echo
+ @echo "This is the Browser D-Bus Bridge"
+ @echo "Originally developed by Movial"
+ @echo
+ @echo "The following build targets are available:"
+ @echo " xpcom The XPCOM D-Bus service"
+ @echo " jscore The JavaScriptCore (WebKit) D-Bus library"
+ @echo " all Build all above targets"
+ @echo " install Install all built targets"
+ @echo
+
+build: jscore xpcom
+
+jscore-print:
+ @echo
+ @echo Building JSCoreBus:
+jscore: jscore-print jscorebus-shared
+
+xpcom-print:
+ @echo
+ @echo Building XPCOM D-Bus service:
+xpcom: xpcom-print xpcom-dbusservice-plugin
+
+include build/project.mk
+
+.PHONY: build all jscorebus xpcom-dbusservice
+