75d452f1a75f73b051ef560c4fcf476a069d38e4
[profile/ivi/Modello_Common.git] / Makefile
1 PROJECT = html5_UI_Common
2
3 VERSION := 0.0.1
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 #INSTALL_FILES = $(PROJECT).wgt
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/_common
8
9 all:
10         #zip -r $(PROJECT).wgt config.xml index.html icon.png js css
11
12 install:
13         @echo "Installing Common UI files package, stand by..."
14         mkdir -p $(INSTALL_DIR)/
15         cp -r css $(INSTALL_DIR)/
16         cp -r js $(INSTALL_DIR)/
17
18 dist:
19         tar czf ../$(PACKAGE).tar.bz2 .
20