|
diff --git a/Makefile b/Makefile index cc31796..e25cb98 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,80 +1,83 @@ |
1 | default: dynamic |
1 | default: dynamic |
2 | |
2 | |
3 | all: default docs |
3 | all: default docs |
4 | |
4 | |
5 | LIBS=library libopie |
5 | LIBS=library libopie |
6 | |
6 | |
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
8 | inputmethods/pickboard \ |
8 | inputmethods/pickboard \ |
9 | inputmethods/handwriting \ |
9 | inputmethods/handwriting \ |
10 | inputmethods/unikeyboard \ |
10 | inputmethods/unikeyboard \ |
11 | inputmethods/jumpx \ |
11 | inputmethods/jumpx \ |
12 | inputmethods/kjumpx \ |
12 | inputmethods/kjumpx \ |
13 | inputmethods/dvorak \ |
13 | inputmethods/dvorak \ |
14 | launcher/batteryapplet \ |
14 | launcher/batteryapplet \ |
15 | launcher/batteryapplet-ipaq \ |
15 | launcher/batteryapplet-ipaq \ |
16 | launcher/irdaapplet \ |
16 | launcher/irdaapplet \ |
17 | launcher/volumeapplet \ |
17 | launcher/volumeapplet \ |
18 | launcher/clockapplet \ |
18 | launcher/clockapplet \ |
19 | launcher/netmonapplet \ |
19 | launcher/netmonapplet \ |
20 | launcher/screenshotapplet \ |
20 | launcher/screenshotapplet \ |
21 | launcher/clipboardapplet \ |
21 | launcher/clipboardapplet \ |
22 | launcher/cardmon \ |
22 | launcher/cardmon \ |
23 | launcher/obex \ |
23 | launcher/obex \ |
24 | launcher/vmemo \ |
24 | launcher/vmemo \ |
25 | netsetup/dialup \ |
25 | netsetup/dialup \ |
26 | netsetup/lan \ |
26 | netsetup/lan \ |
27 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
27 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
28 | core/opieplayer/libmpeg3 \ |
28 | core/opieplayer/libmpeg3 \ |
29 | core/opieplayer/libmad \ |
29 | core/opieplayer/libmad \ |
30 | core/opieplayer/wavplugin \ |
30 | core/opieplayer/wavplugin \ |
| |
31 | noncore/mail/libmail \ |
| |
32 | noncore/mail/bend \ |
31 | |
33 | |
32 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
34 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
33 | filebrowser helpbrowser minesweep core/opieplayer \ |
35 | filebrowser helpbrowser minesweep core/opieplayer \ |
34 | settings/light-and-power \ |
36 | settings/light-and-power \ |
35 | settings/language \ |
37 | settings/language \ |
36 | settings/rotation \ |
38 | settings/rotation \ |
37 | settings/appearance \ |
39 | settings/appearance \ |
38 | settings/security \ |
40 | settings/security \ |
39 | settings/sound \ |
41 | settings/sound \ |
40 | settings/systemtime \ |
42 | settings/systemtime \ |
41 | settings/mediummount \ |
43 | settings/mediummount \ |
42 | settings/tabmanager \ |
44 | settings/tabmanager \ |
43 | solitaire spreadsheet tetrix textedit \ |
45 | solitaire spreadsheet tetrix textedit \ |
44 | todo wordgame embeddedkonsole launcher sysinfo \ |
46 | todo wordgame embeddedkonsole launcher sysinfo \ |
45 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
47 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
46 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
48 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
47 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
49 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
48 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
50 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh \ |
| |
51 | noncore/mail |
49 | |
52 | |
50 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
53 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
51 | |
54 | |
52 | DOCS = docs/src/opie-policy |
55 | DOCS = docs/src/opie-policy |
53 | single: mpegplayer/libmpeg3 |
56 | single: mpegplayer/libmpeg3 |
54 | |
57 | |
55 | dynamic: $(APPS) $(NONTMAKEAPPS) |
58 | dynamic: $(APPS) $(NONTMAKEAPPS) |
56 | |
59 | |
57 | docs: $(DOCS) |
60 | docs: $(DOCS) |
58 | |
61 | |
59 | $(COMPONENTS): $(LIBS) |
62 | $(COMPONENTS): $(LIBS) |
60 | |
63 | |
61 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
64 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
62 | |
65 | |
63 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
66 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
64 | $(MAKE) -C $@ -f Makefile |
67 | $(MAKE) -C $@ -f Makefile |
65 | |
68 | |
66 | showcomponents: |
69 | showcomponents: |
67 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
70 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
68 | |
71 | |
69 | clean: |
72 | clean: |
70 | $(MAKE) -C single -f Makefile $@ |
73 | $(MAKE) -C single -f Makefile $@ |
71 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
74 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
72 | |
75 | |
73 | lupdate: |
76 | lupdate: |
74 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
77 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
75 | |
78 | |
76 | lrelease: |
79 | lrelease: |
77 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
80 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
78 | |
81 | |
79 | |
82 | |
80 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
83 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
|