Adding back in tizen.vehicle reference. Also adding a check for which menu should...
[profile/ivi/MediaPlayer.git] / Makefile
1 PROJECT = MediaPlayer
2 INSTALL_FILES = images js MediaPlayer.png index.html
3
4 VERSION := 0.0.1
5 PACKAGE = $(PROJECT)-$(VERSION)
6
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
8
9 all:
10         @echo "Nothing to build"
11
12 wgtPkg:
13         zip -r $(PROJECT).wgt js images css index.html manifest.json config.xml MediaPlayer.png
14
15 install:
16         @echo "Installing MediaPlayer, stand by..."
17         mkdir -p $(INSTALL_DIR)/
18         cp $(PROJECT).wgt $(INSTALL_DIR)/
19
20 dist:
21         tar czf ../$(PACKAGE).tar.bz2 .