|
diff --git a/Makefile b/Makefile index 3c11656..def0021 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -63,49 +63,49 @@ 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 | noncore/tools/formatter |
64 | noncore/tools/formatter |
65 | |
65 | |
66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
67 | noncore/styles/flat noncore/styles/fresh |
67 | noncore/styles/flat noncore/styles/fresh |
68 | |
68 | |
69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
70 | noncore/decorations/polished |
70 | noncore/decorations/polished |
71 | |
71 | |
72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
73 | noncore/games/tetrix noncore/games/wordgame \ |
73 | noncore/games/tetrix noncore/games/wordgame \ |
74 | noncore/games/parashoot noncore/games/snake \ |
74 | noncore/games/parashoot noncore/games/snake \ |
75 | noncore/games/mindbreaker \ |
75 | noncore/games/mindbreaker \ |
76 | noncore/games/go noncore/games/qasteroids \ |
76 | noncore/games/go noncore/games/qasteroids \ |
77 | noncore/games/fifteen noncore/games/tictac \ |
77 | noncore/games/fifteen noncore/games/tictac \ |
78 | noncore/games/kcheckers noncore/games/kpacman \ |
78 | noncore/games/kcheckers noncore/games/kpacman \ |
79 | noncore/games/kbill noncore/games/buzzword \ |
79 | noncore/games/kbill noncore/games/buzzword \ |
80 | noncore/games/bounce |
80 | noncore/games/bounce |
81 | |
81 | |
82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
85 | noncore/apps/opie-console |
85 | noncore/apps/opie-console |
86 | |
86 | |
87 | NONNET = noncore/net/networksetup \ |
87 | NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \ |
88 | noncore/net/opieftp \ |
88 | noncore/net/opieftp \ |
89 | noncore/mail |
89 | noncore/mail |
90 | |
90 | |
91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
92 | noncore/graphics/qpdf noncore/apps/confedit |
92 | noncore/graphics/qpdf noncore/apps/confedit |
93 | |
93 | |
94 | |
94 | |
95 | NONCOMM = noncore/comm/keypebble |
95 | NONCOMM = noncore/comm/keypebble |
96 | |
96 | |
97 | PLUGINS = freetype |
97 | PLUGINS = freetype |
98 | |
98 | |
99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
100 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
100 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
101 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
101 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
102 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
102 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
103 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
103 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
104 | |
104 | |
105 | |
105 | |
106 | |
106 | |
107 | NONTMAKEAPPS := ipaq/opiealarm |
107 | NONTMAKEAPPS := ipaq/opiealarm |
108 | |
108 | |
109 | DOCS = docs/src/opie-policy |
109 | DOCS = docs/src/opie-policy |
110 | single: mpegplayer/libmpeg3 |
110 | single: mpegplayer/libmpeg3 |
111 | |
111 | |
|