|
diff --git a/Makefile b/Makefile index 3c11656..def0021 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -71,33 +71,33 @@ NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
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) |
|