summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2002-10-17 16:09:21 (UTC)
committer kergoth <kergoth>2002-10-17 16:09:21 (UTC)
commit75f078ec92376db2c90a327bbc50d9bb5c1fb57a (patch) (unidiff)
tree4eb1efe903b1f1e0dbef92b427440f17aa262e21 /Makefile
parente1005c586b436d8edb7958632c7d71b4f5b00c2f (diff)
downloadopie-75f078ec92376db2c90a327bbc50d9bb5c1fb57a.zip
opie-75f078ec92376db2c90a327bbc50d9bb5c1fb57a.tar.gz
opie-75f078ec92376db2c90a327bbc50d9bb5c1fb57a.tar.bz2
Bye bye netsetup, you're unsupported now.
Diffstat (limited to 'Makefile') (more/less context) (show whitespace changes)
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a191794..87151df 100644
--- a/Makefile
+++ b/Makefile
@@ -8,26 +8,25 @@ LIBS=library libopie
8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ 8INPUTCOMPONENTS= 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
13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ 13APPLETS= 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/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 noncore/net/netsetup/dialup \ 20 core/applets/vmemo \
21 noncore/net/netsetup/lan \
22 noncore/net/networksetup/wlan \ 21 noncore/net/networksetup/wlan \
23 noncore/applets/wirelessapplet noncore/applets/notesapplet 22 noncore/applets/wirelessapplet noncore/applets/notesapplet
24 23
25MAIL= noncore/mail/libmail noncore/mail/bend 24MAIL= noncore/mail/libmail noncore/mail/bend
26 25
27PLAYER = core/multimedia/opieplayer/libmpeg3 \ 26PLAYER = core/multimedia/opieplayer/libmpeg3 \
28 core/multimedia/opieplayer/libmad \ 27 core/multimedia/opieplayer/libmad \
29 core/multimedia/opieplayer/wavplugin \ 28 core/multimedia/opieplayer/wavplugin \
30 core/multimedia/opieplayer/modplug 29 core/multimedia/opieplayer/modplug
31 30
32 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 31 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
33 32
@@ -74,25 +73,25 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \
74 noncore/games/parashoot noncore/games/snake \ 73 noncore/games/parashoot noncore/games/snake \
75 noncore/games/mindbreaker \ 74 noncore/games/mindbreaker \
76 noncore/games/go noncore/games/qasteroids \ 75 noncore/games/go noncore/games/qasteroids \
77 noncore/games/fifteen noncore/games/tictac \ 76 noncore/games/fifteen noncore/games/tictac \
78 noncore/games/kcheckers noncore/games/kpacman \ 77 noncore/games/kcheckers noncore/games/kpacman \
79 noncore/games/kbill noncore/games/buzzword \ 78 noncore/games/kbill noncore/games/buzzword \
80 noncore/games/bounce 79 noncore/games/bounce
81 80
82NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
83 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
84 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
85 84
86NONNET = noncore/net/netsetup noncore/net/networksetup \ 85NONNET = noncore/net/networksetup \
87 noncore/net/opieftp \ 86 noncore/net/opieftp \
88 noncore/mail 87 noncore/mail
89 88
90NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 89NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
91 noncore/graphics/qpdf noncore/apps/confedit 90 noncore/graphics/qpdf noncore/apps/confedit
92 91
93 92
94NONCOMM = noncore/comm/keypebble 93NONCOMM = noncore/comm/keypebble
95 94
96APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 95APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
97 $(COREMULTIMEDIA) $(CORESETTINGS) \ 96 $(COREMULTIMEDIA) $(CORESETTINGS) \
98 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 97 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \