Fixes for IVI-3190 - To get things to render normally
[profile/ivi/Modello_Hvac.git] / Makefile
1 PROJECT = Modello_Hvac
2
3 VERSION := 0.0.2
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 INSTALL_FILES = $(PROJECT).wgt
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
8
9 wgtPkg:
10         zip -r $(PROJECT).wgt config.xml css HVAC_icon.png index.html js
11
12 install:
13         @echo "Installing HVAC, stand by..."
14         mkdir -p $(INSTALL_DIR)/
15         mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
16         cp $(PROJECT).wgt $(INSTALL_DIR)/
17         cp HVAC_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
18
19 dist:
20         tar czf ../$(PACKAGE).tar.bz2 .