author | harlekin <harlekin> | 2003-01-15 01:09:27 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-01-15 01:09:27 (UTC) |
commit | 7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f (patch) (unidiff) | |
tree | 671b35ae8ea17985a06edda88015798d2416a87f | |
parent | 1a1326c471553b40c5e763e58b271da0f6206c76 (diff) | |
download | opie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.zip opie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.tar.gz opie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.tar.bz2 |
no more special ipaq applet
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,37 +1,37 @@ | |||
1 | hehindefault: dynamic | 1 | hehindefault: 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 inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet \ | 15 | core/applets/clockapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | 17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo \ | 20 | core/applets/vmemo \ |
21 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 21 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | 22 | ||
23 | MAIL= noncore/mail/libmail noncore/mail/bend | 23 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | 24 | ||
25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | core/multimedia/opieplayer/libmad \ | 26 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/wavplugin \ | 27 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/modplug | 28 | core/multimedia/opieplayer/modplug |
29 | 29 | ||
30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | 31 | ||
32 | 32 | ||
33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
34 | core/pim/today core/pim/todo | 34 | core/pim/today core/pim/todo |
35 | 35 | ||
36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
37 | core/pim/today/plugins/addressbook \ | 37 | core/pim/today/plugins/addressbook \ |