author | harlekin <harlekin> | 2002-10-17 20:38:39 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-17 20:38:39 (UTC) |
commit | 1acda09af779926cc0756d5e5cdf4a67b9dece98 (patch) (unidiff) | |
tree | 0a7c96794e94414d26ec7071a08307bbc8a72a01 | |
parent | 4e59b9d1a31a8805a6926a332b3a37e33c671e89 (diff) | |
download | opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.zip opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.tar.gz opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.tar.bz2 |
opie-console added
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,49 +59,50 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | |||
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | 59 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/apps/backup | 60 | noncore/apps/backup |
61 | 61 | ||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
64 | 64 | ||
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | noncore/styles/flat noncore/styles/fresh | 66 | noncore/styles/flat noncore/styles/fresh |
67 | 67 | ||
68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
69 | noncore/decorations/polished | 69 | noncore/decorations/polished |
70 | 70 | ||
71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
72 | noncore/games/tetrix noncore/games/wordgame \ | 72 | noncore/games/tetrix noncore/games/wordgame \ |
73 | noncore/games/parashoot noncore/games/snake \ | 73 | noncore/games/parashoot noncore/games/snake \ |
74 | noncore/games/mindbreaker \ | 74 | noncore/games/mindbreaker \ |
75 | noncore/games/go noncore/games/qasteroids \ | 75 | noncore/games/go noncore/games/qasteroids \ |
76 | noncore/games/fifteen noncore/games/tictac \ | 76 | noncore/games/fifteen noncore/games/tictac \ |
77 | noncore/games/kcheckers noncore/games/kpacman \ | 77 | noncore/games/kcheckers noncore/games/kpacman \ |
78 | noncore/games/kbill noncore/games/buzzword \ | 78 | noncore/games/kbill noncore/games/buzzword \ |
79 | noncore/games/bounce | 79 | noncore/games/bounce |
80 | 80 | ||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
84 | noncore/apps/opie-console | ||
84 | 85 | ||
85 | NONNET = noncore/net/networksetup \ | 86 | NONNET = noncore/net/networksetup \ |
86 | noncore/net/opieftp \ | 87 | noncore/net/opieftp \ |
87 | noncore/mail | 88 | noncore/mail |
88 | 89 | ||
89 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
90 | noncore/graphics/qpdf noncore/apps/confedit | 91 | noncore/graphics/qpdf noncore/apps/confedit |
91 | 92 | ||
92 | 93 | ||
93 | NONCOMM = noncore/comm/keypebble | 94 | NONCOMM = noncore/comm/keypebble |
94 | 95 | ||
95 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
96 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 97 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
97 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 98 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
98 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 99 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
99 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 100 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
100 | 101 | ||
101 | 102 | ||
102 | 103 | ||
103 | NONTMAKEAPPS := ipaq/opiealarm | 104 | NONTMAKEAPPS := ipaq/opiealarm |
104 | 105 | ||
105 | DOCS = docs/src/opie-policy | 106 | DOCS = docs/src/opie-policy |
106 | single: mpegplayer/libmpeg3 | 107 | single: mpegplayer/libmpeg3 |
107 | 108 | ||