author | harlekin <harlekin> | 2002-08-04 19:35:28 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-08-04 19:35:28 (UTC) |
commit | 7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3 (patch) (unidiff) | |
tree | efd4b9ac79f99e5a0feb4ef5cdb0b0a5c5ee42b9 | |
parent | c6d8cb36aac8cd8a8adb8eb21e5ff05e8cf21d34 (diff) | |
download | opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.zip opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.tar.gz opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.tar.bz2 |
wirelessapplet added
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,43 +1,44 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak | 11 | inputmethods/dvorak |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 16 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/cardmon core/applets/obex \ | 17 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ | 18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | noncore/net/netsetup/lan | 19 | noncore/net/netsetup/lan \ |
20 | noncore/applets/wirelessapplet | ||
20 | 21 | ||
21 | MAIL= noncore/mail/libmail noncore/mail/bend | 22 | MAIL= noncore/mail/libmail noncore/mail/bend |
22 | 23 | ||
23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 24 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
24 | core/multimedia/opieplayer/libmad \ | 25 | core/multimedia/opieplayer/libmad \ |
25 | core/multimedia/opieplayer/wavplugin \ | 26 | core/multimedia/opieplayer/wavplugin \ |
26 | core/multimedia/opieplayer/modplug | 27 | core/multimedia/opieplayer/modplug |
27 | 28 | ||
28 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 29 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
29 | 30 | ||
30 | 31 | ||
31 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
32 | core/pim/today core/pim/todo | 33 | core/pim/today core/pim/todo |
33 | 34 | ||
34 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 35 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
35 | core/apps/textedit core/apps/embeddedkonsole \ | 36 | core/apps/textedit core/apps/embeddedkonsole \ |
36 | core/launcher \ | 37 | core/launcher \ |
37 | core/opie-login \ | 38 | core/opie-login \ |
38 | core/apps/oipkg core/apps/qcop | 39 | core/apps/oipkg core/apps/qcop |
39 | 40 | ||
40 | COREMULTIMEDIA = core/multimedia/opieplayer | 41 | COREMULTIMEDIA = core/multimedia/opieplayer |
41 | 42 | ||
42 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 43 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
43 | core/settings/systemtime core/settings/citytime \ | 44 | core/settings/systemtime core/settings/citytime \ |