summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2002-10-17 03:46:39 (UTC)
committer kergoth <kergoth>2002-10-17 03:46:39 (UTC)
commit11cde43ced1c85ad350cd32ca72b75dcfbce5fce (patch) (unidiff)
tree6a0a431de330ebb3fcd672b4480844245b6eaab2 /Makefile
parent5b24db593c51fe2c548b8e343170ac9dbf78fc58 (diff)
downloadopie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.zip
opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.gz
opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.bz2
New network setup app now in root Makefile per max's suggestion. Ben meyer wrote it, much improved, though lacks some features. Also, needs an icon.
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b45bcc1..a191794 100644
--- a/Makefile
+++ b/Makefile
@@ -10,24 +10,25 @@ INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \
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 noncore/net/netsetup/dialup \
21 noncore/net/netsetup/lan \ 21 noncore/net/netsetup/lan \
22 noncore/net/networksetup/wlan \
22 noncore/applets/wirelessapplet noncore/applets/notesapplet 23 noncore/applets/wirelessapplet noncore/applets/notesapplet
23 24
24MAIL= noncore/mail/libmail noncore/mail/bend 25MAIL= noncore/mail/libmail noncore/mail/bend
25 26
26PLAYER = core/multimedia/opieplayer/libmpeg3 \ 27PLAYER = core/multimedia/opieplayer/libmpeg3 \
27 core/multimedia/opieplayer/libmad \ 28 core/multimedia/opieplayer/libmad \
28 core/multimedia/opieplayer/wavplugin \ 29 core/multimedia/opieplayer/wavplugin \
29 core/multimedia/opieplayer/modplug 30 core/multimedia/opieplayer/modplug
30 31
31 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 32 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
32 33
33 34
@@ -73,25 +74,26 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \
73 noncore/games/parashoot noncore/games/snake \ 74 noncore/games/parashoot noncore/games/snake \
74 noncore/games/mindbreaker \ 75 noncore/games/mindbreaker \
75 noncore/games/go noncore/games/qasteroids \ 76 noncore/games/go noncore/games/qasteroids \
76 noncore/games/fifteen noncore/games/tictac \ 77 noncore/games/fifteen noncore/games/tictac \
77 noncore/games/kcheckers noncore/games/kpacman \ 78 noncore/games/kcheckers noncore/games/kpacman \
78 noncore/games/kbill noncore/games/buzzword \ 79 noncore/games/kbill noncore/games/buzzword \
79 noncore/games/bounce 80 noncore/games/bounce
80 81
81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 82NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 83 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 84 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
84 85
85NONNET = noncore/net/netsetup noncore/net/opieftp \ 86NONNET = noncore/net/netsetup noncore/net/networksetup \
87 noncore/net/opieftp \
86 noncore/mail 88 noncore/mail
87 89
88NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 90NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
89 noncore/graphics/qpdf noncore/apps/confedit 91 noncore/graphics/qpdf noncore/apps/confedit
90 92
91 93
92NONCOMM = noncore/comm/keypebble 94NONCOMM = noncore/comm/keypebble
93 95
94APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 96APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
95 $(COREMULTIMEDIA) $(CORESETTINGS) \ 97 $(COREMULTIMEDIA) $(CORESETTINGS) \
96 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 98 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
97 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 99 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \