|
diff --git a/Makefile b/Makefile index 1a22d79..be61253 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -50,32 +50,33 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
52 | |
52 | |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
54 | noncore/styles/theme noncore/styles/theme/settings |
54 | noncore/styles/theme noncore/styles/theme/settings |
55 | |
55 | |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
58 | noncore/games/parashoot noncore/games/snake \ |
58 | noncore/games/parashoot noncore/games/snake \ |
59 | noncore/games/mindbreaker \ |
59 | noncore/games/mindbreaker \ |
60 | noncore/games/go noncore/games/qasteroids \ |
60 | noncore/games/go noncore/games/qasteroids \ |
61 | noncore/games/fifteen noncore/games/tictac \ |
61 | noncore/games/fifteen noncore/games/tictac \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ |
63 | noncore/games/kbill |
63 | noncore/games/kbill |
64 | |
64 | |
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
| |
66 | noncore/apps/opie-reader |
66 | |
67 | |
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | noncore/mail |
69 | noncore/mail |
69 | |
70 | |
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | noncore/graphics/qpdf |
72 | noncore/graphics/qpdf |
72 | |
73 | |
73 | |
74 | |
74 | NONCOMM = noncore/comm/keypebble |
75 | NONCOMM = noncore/comm/keypebble |
75 | |
76 | |
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
80 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
80 | $(NONCOMM) $(GAMES) |
81 | $(NONCOMM) $(GAMES) |
81 | |
82 | |
|