|
diff --git a/Makefile b/Makefile index 738f9d0..5264bb5 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -58,33 +58,33 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
58 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
58 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
59 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
59 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
60 | |
60 | |
61 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
61 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
62 | |
62 | |
63 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
63 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
64 | noncore/games/tetrix noncore/games/wordgame \ |
64 | noncore/games/tetrix noncore/games/wordgame \ |
65 | noncore/games/parashoot noncore/games/snake \ |
65 | noncore/games/parashoot noncore/games/snake \ |
66 | noncore/games/mindbreaker \ |
66 | noncore/games/mindbreaker \ |
67 | noncore/games/go noncore/games/qasteroids \ |
67 | noncore/games/go noncore/games/qasteroids \ |
68 | noncore/games/fifteen noncore/games/tictac \ |
68 | noncore/games/fifteen noncore/games/tictac \ |
69 | noncore/games/kcheckers noncore/games/kpacman \ |
69 | noncore/games/kcheckers noncore/games/kpacman \ |
70 | noncore/games/kbill noncore/games/buzzword \ |
70 | noncore/games/kbill noncore/games/buzzword \ |
71 | noncore/games/bounce |
71 | noncore/games/bounce |
72 | |
72 | |
73 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
73 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
74 | noncore/apps/opie-reader noncore/apps/checkbook \ |
74 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
75 | noncore/apps/sysinfo \ noncore/net/opieirc \ |
75 | noncore/apps/sysinfo \ noncore/net/opieirc \ |
76 | |
76 | |
77 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
77 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
78 | noncore/mail |
78 | noncore/mail |
79 | |
79 | |
80 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
80 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
81 | noncore/graphics/qpdf noncore/apps/confedit |
81 | noncore/graphics/qpdf noncore/apps/confedit |
82 | |
82 | |
83 | |
83 | |
84 | NONCOMM = noncore/comm/keypebble |
84 | NONCOMM = noncore/comm/keypebble |
85 | |
85 | |
86 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
86 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
87 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
87 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
88 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
88 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
89 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
89 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
90 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
90 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
|