|
diff --git a/Makefile b/Makefile index cdfdc36..cc31796 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,62 +1,63 @@ |
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/irdaapplet \ |
16 | launcher/irdaapplet \ |
16 | launcher/volumeapplet \ |
17 | launcher/volumeapplet \ |
17 | launcher/clockapplet \ |
18 | launcher/clockapplet \ |
18 | launcher/netmonapplet \ |
19 | launcher/netmonapplet \ |
19 | launcher/screenshotapplet \ |
20 | launcher/screenshotapplet \ |
20 | launcher/clipboardapplet \ |
21 | launcher/clipboardapplet \ |
21 | launcher/cardmon \ |
22 | launcher/cardmon \ |
22 | launcher/obex \ |
23 | launcher/obex \ |
23 | launcher/vmemo \ |
24 | launcher/vmemo \ |
24 | netsetup/dialup \ |
25 | netsetup/dialup \ |
25 | netsetup/lan \ |
26 | netsetup/lan \ |
26 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
27 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
27 | core/opieplayer/libmpeg3 \ |
28 | core/opieplayer/libmpeg3 \ |
28 | core/opieplayer/libmad \ |
29 | core/opieplayer/libmad \ |
29 | core/opieplayer/wavplugin \ |
30 | core/opieplayer/wavplugin \ |
30 | |
31 | |
31 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
32 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
32 | filebrowser helpbrowser minesweep core/opieplayer \ |
33 | filebrowser helpbrowser minesweep core/opieplayer \ |
33 | settings/light-and-power \ |
34 | settings/light-and-power \ |
34 | settings/language \ |
35 | settings/language \ |
35 | settings/rotation \ |
36 | settings/rotation \ |
36 | settings/appearance \ |
37 | settings/appearance \ |
37 | settings/security \ |
38 | settings/security \ |
38 | settings/sound \ |
39 | settings/sound \ |
39 | settings/systemtime \ |
40 | settings/systemtime \ |
40 | settings/mediummount \ |
41 | settings/mediummount \ |
41 | settings/tabmanager \ |
42 | settings/tabmanager \ |
42 | solitaire spreadsheet tetrix textedit \ |
43 | solitaire spreadsheet tetrix textedit \ |
43 | todo wordgame embeddedkonsole launcher sysinfo \ |
44 | todo wordgame embeddedkonsole launcher sysinfo \ |
44 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
45 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
45 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
46 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
46 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
47 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
47 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
48 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
48 | |
49 | |
49 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
50 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
50 | |
51 | |
51 | DOCS = docs/src/opie-policy |
52 | DOCS = docs/src/opie-policy |
52 | single: mpegplayer/libmpeg3 |
53 | single: mpegplayer/libmpeg3 |
53 | |
54 | |
54 | dynamic: $(APPS) $(NONTMAKEAPPS) |
55 | dynamic: $(APPS) $(NONTMAKEAPPS) |
55 | |
56 | |
56 | docs: $(DOCS) |
57 | docs: $(DOCS) |
57 | |
58 | |
58 | $(COMPONENTS): $(LIBS) |
59 | $(COMPONENTS): $(LIBS) |
59 | |
60 | |
60 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
61 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
61 | |
62 | |
62 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
63 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
|