Settings app now tries to reconnect if it's disconnected by Settings-daemon
[profile/ivi/SettingsApp.git] / Makefile
1 PROJECT = Settings
2
3 VERSION := 0.0.4
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
7
8 FILES = js images css index.html manifest.json config.xml *.png
9
10 all:
11         @echo "Nothing to build"
12
13 wgtPkg:
14         zip -r $(PROJECT).wgt $(FILES)
15
16 install:
17         @echo "Installing Settings, stand by..."
18         mkdir -p $(INSTALL_DIR)/
19         cp $(PROJECT).wgt $(INSTALL_DIR)/
20
21 dist:
22         tar czf ../$(PACKAGE).tar.bz2 .