|
diff --git a/config.in b/config.in index 166332a..e93eac8 100644 --- a/ config.in+++ b/ config.in |
|
@@ -19,64 +19,68 @@ choice |
19 | boolean "Sharp Zaurus" |
19 | boolean "Sharp Zaurus" |
20 | |
20 | |
21 | config TARGET_IPAQ |
21 | config TARGET_IPAQ |
22 | boolean "iPAQ" |
22 | boolean "iPAQ" |
23 | |
23 | |
24 | config TARGET_RAMSES |
24 | config TARGET_RAMSES |
25 | boolean "Ramses" |
25 | boolean "Ramses" |
26 | |
26 | |
27 | config TARGET_SIMPAD |
27 | config TARGET_SIMPAD |
28 | boolean "SIMpad" |
28 | boolean "SIMpad" |
29 | |
29 | |
30 | config TARGET_YOPY |
30 | config TARGET_YOPY |
31 | boolean "Yopy 3500/3700" |
31 | boolean "Yopy 3500/3700" |
32 | |
32 | |
33 | endchoice |
33 | endchoice |
34 | |
34 | |
35 | config OPTIMIZE |
35 | config OPTIMIZE |
36 | boolean "Use optimizations" |
36 | boolean "Use optimizations" |
37 | default "y" if ! TARGET_X86 |
37 | default "y" if ! TARGET_X86 |
38 | |
38 | |
39 | config DEBUG |
39 | config DEBUG |
40 | boolean "Enable debug builds" |
40 | boolean "Enable debug builds" |
41 | default n |
41 | default n |
42 | config RELEASE |
42 | config RELEASE |
43 | bool |
43 | bool |
44 | default y |
44 | default y |
45 | depends !DEBUG |
45 | depends !DEBUG |
46 | |
46 | |
47 | config QUICK_LAUNCH |
47 | config QUICK_LAUNCH |
48 | boolean "Enable Quick Launch" |
48 | boolean "Enable Quick Launch" |
49 | default n |
49 | default n |
50 | |
50 | |
| |
51 | config QUICKLAUNCH_PATH |
| |
52 | string "Path to quicklauncher" |
| |
53 | default "./quicklauncher" if TARGET_X86 |
| |
54 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 |
51 | |
55 | |
52 | config SPECFILE |
56 | config SPECFILE |
53 | string |
57 | string |
54 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
58 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
55 | default "linux-g++" if TARGET_X86 && X11 |
59 | default "linux-g++" if TARGET_X86 && X11 |
56 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
60 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
57 | default "linux-g++" if TARGET_SHARP && X11 |
61 | default "linux-g++" if TARGET_SHARP && X11 |
58 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
62 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
59 | default "linux-g++" if TARGET_IPAQ && X11 |
63 | default "linux-g++" if TARGET_IPAQ && X11 |
60 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
64 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
61 | default "linux-g++" if TARGET_RAMSES && X11 |
65 | default "linux-g++" if TARGET_RAMSES && X11 |
62 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
66 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
63 | default "linux-g++" if TARGET_SIMPAD && X11 |
67 | default "linux-g++" if TARGET_SIMPAD && X11 |
64 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
68 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
65 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
69 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
66 | |
70 | |
67 | config CUSTOMFILE |
71 | config CUSTOMFILE |
68 | string |
72 | string |
69 | default "custom-ipaq.h" if TARGET_IPAQ |
73 | default "custom-ipaq.h" if TARGET_IPAQ |
70 | default "custom-sharp.h" if TARGET_SHARP |
74 | default "custom-sharp.h" if TARGET_SHARP |
71 | default "custom-ramses.h" if TARGET_RAMSES |
75 | default "custom-ramses.h" if TARGET_RAMSES |
72 | default "custom-ipaq.h" if TARGET_SIMPAD |
76 | default "custom-ipaq.h" if TARGET_SIMPAD |
73 | default "custom-yopy.h" if TARGET_YOPY |
77 | default "custom-yopy.h" if TARGET_YOPY |
74 | |
78 | |
75 | config OPTIMIZATIONS |
79 | config OPTIMIZATIONS |
76 | string "Optimization flags" |
80 | string "Optimization flags" |
77 | depends OPTIMIZE |
81 | depends OPTIMIZE |
78 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
79 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
80 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
85 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
86 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
|