|
diff --git a/Vars.make b/Vars.make index 1413282..6a52a93 100644 --- a/ Vars.make+++ b/ Vars.make |
|
@@ -1,72 +1,73 @@ |
1 | prefix=/opt/QtPalmtop |
1 | prefix=/opt/QtPalmtop |
2 | |
2 | |
3 | ifeq ($(OPIEDIR),) |
3 | ifeq ($(OPIEDIR),) |
4 | export OPIEDIR:=$(TOPDIR) |
4 | export OPIEDIR:=$(TOPDIR) |
5 | endif |
5 | endif |
6 | ifeq ($(IPK_DIR),) |
6 | ifeq ($(IPK_DIR),) |
7 | export IPK_DIR:=$(OPIEDIR) |
7 | export IPK_DIR:=$(OPIEDIR) |
8 | endif |
8 | endif |
9 | |
9 | |
10 | ifneq ($(wildcard $(TOPDIR)/.config),) |
10 | ifneq ($(wildcard $(TOPDIR)/.config),) |
11 | include $(TOPDIR)/.config |
11 | include $(TOPDIR)/.config |
12 | endif |
12 | endif |
13 | |
13 | |
14 | ifndef CONFIG_TARGET_OE |
14 | ifndef CONFIG_TARGET_OE |
15 | ifndef QTDIR |
15 | ifndef QTDIR |
16 | $(error QTDIR not set) |
16 | $(error QTDIR not set) |
17 | endif |
17 | endif |
18 | else |
18 | else |
19 | OEDIR:=$(shell echo $(CONFIG_OE_BUILD_DIR) | sed -e's/"//g') |
19 | OEDIR:=$(shell echo $(CONFIG_OE_BUILD_DIR) | sed -e's/"//g') |
20 | QTDIR:=$(shell echo $(OEDIR) | sed -e's/"//g')/tmp/staging/arm-linux/qt2 |
20 | OEHOSTSYS:=$(shell echo $(CONFIG_OE_HOST_SYS) | sed -e's/"//g') |
| |
21 | OETARGETSYS:=$(shell echo $(CONFIG_OE_TARGET_SYS) | sed -e's/"//g') |
| |
22 | QTDIR:=$(shell echo $(OEDIR) | sed -e's/"//g')/tmp/staging/$(OETARGETSYS)/qt2 |
21 | $(shell mkdir -p $(QTDIR)/src/moc) |
23 | $(shell mkdir -p $(QTDIR)/src/moc) |
22 | $(shell echo -e "all: \n\t" >>$(QTDIR)/src/moc/Makefile) |
24 | $(shell echo -e "all: \n\t" >>$(QTDIR)/src/moc/Makefile) |
23 | PLATFORM=sharp-linux |
25 | PLATFORM=sharp-linux |
24 | OEHOSTSYS:=$(shell echo $(CONFIG_OE_HOST_SYS) | sed -e's/"//g') |
| |
25 | endif |
26 | endif |
26 | |
27 | |
27 | ifdef CONFIG_TARGET_X86 |
28 | ifdef CONFIG_TARGET_X86 |
28 | PLATFORM=x86-linux |
29 | PLATFORM=x86-linux |
29 | endif |
30 | endif |
30 | ifdef CONFIG_TARGET_SHARP |
31 | ifdef CONFIG_TARGET_SHARP |
31 | PLATFORM=sharp-linux |
32 | PLATFORM=sharp-linux |
32 | endif |
33 | endif |
33 | ifdef CONFIG_TARGET_IPAQ |
34 | ifdef CONFIG_TARGET_IPAQ |
34 | PLATFORM=ipaq-linux |
35 | PLATFORM=ipaq-linux |
35 | endif |
36 | endif |
36 | ifdef CONFIG_TARGET_RAMSES |
37 | ifdef CONFIG_TARGET_RAMSES |
37 | PLATFORM=ramses-linux |
38 | PLATFORM=ramses-linux |
38 | endif |
39 | endif |
39 | ifdef CONFIG_TARGET_SIMPAD |
40 | ifdef CONFIG_TARGET_SIMPAD |
40 | PLATFORM=simpad-linux |
41 | PLATFORM=simpad-linux |
41 | endif |
42 | endif |
42 | |
43 | |
43 | ifdef CONFIG_TARGET_YOPY |
44 | ifdef CONFIG_TARGET_YOPY |
44 | PLATFORM=yopy-linux |
45 | PLATFORM=yopy-linux |
45 | endif |
46 | endif |
46 | ifdef CONFIG_TARGET_MACOSX |
47 | ifdef CONFIG_TARGET_MACOSX |
47 | PLATFORM=macx-darwin |
48 | PLATFORM=macx-darwin |
48 | endif |
49 | endif |
49 | |
50 | |
50 | export QMAKE:=$(OPIEDIR)/qmake/qmake |
51 | export QMAKE:=$(OPIEDIR)/qmake/qmake |
51 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
52 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
52 | |
53 | |
53 | ifeq ($(QPE_VERSION),) |
54 | ifeq ($(QPE_VERSION),) |
54 | VERSION_MAJ:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) |
55 | VERSION_MAJ:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) |
55 | VERSION_MIN:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) |
56 | VERSION_MIN:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$(OPIEDIR)/library/version.h)) |
56 | VERSION_PAT:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$(OPIEDIR)/library/version.h)) |
57 | VERSION_PAT:=$(shell echo $$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$(OPIEDIR)/library/version.h)) |
57 | QPE_VERSION:=$(VERSION_MAJ).$(VERSION_MIN).$(VERSION_PAT) |
58 | QPE_VERSION:=$(VERSION_MAJ).$(VERSION_MIN).$(VERSION_PAT) |
58 | |
59 | |
59 | ifeq ($(QPE_VERSION),..) |
60 | ifeq ($(QPE_VERSION),..) |
60 | QPE_VERSION=1.1.2 |
61 | QPE_VERSION=1.1.2 |
61 | endif |
62 | endif |
62 | endif |
63 | endif |
63 | export QPE_VERSION |
64 | export QPE_VERSION |
64 | |
65 | |
65 | SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h)) |
66 | SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h)) |
66 | ifeq ($(VERSION_CVS),) |
67 | ifeq ($(VERSION_CVS),) |
67 | VERSION_CVS:=$(shell date +%s) |
68 | VERSION_CVS:=$(shell date +%s) |
68 | endif |
69 | endif |
69 | ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) |
70 | ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) |
70 | SUB_VERSION:=$(VERSION_CVS) |
71 | SUB_VERSION:=$(VERSION_CVS) |
71 | endif |
72 | endif |
72 | export SUB_VERSION |
73 | export SUB_VERSION |
|