summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (show whitespace changes)
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5808811..bce4ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -59,12 +59,15 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
59 59
60NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 60NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
61 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 61 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
62 62
63NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 63NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
64 64
65NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
66 noncore/decorations/polished
67
65GAMES = noncore/games/minesweep noncore/games/solitaire \ 68GAMES = noncore/games/minesweep noncore/games/solitaire \
66 noncore/games/tetrix noncore/games/wordgame \ 69 noncore/games/tetrix noncore/games/wordgame \
67 noncore/games/parashoot noncore/games/snake \ 70 noncore/games/parashoot noncore/games/snake \
68 noncore/games/mindbreaker \ 71 noncore/games/mindbreaker \
69 noncore/games/go noncore/games/qasteroids \ 72 noncore/games/go noncore/games/qasteroids \
70 noncore/games/fifteen noncore/games/tictac \ 73 noncore/games/fifteen noncore/games/tictac \
@@ -85,13 +88,13 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
85 88
86NONCOMM = noncore/comm/keypebble 89NONCOMM = noncore/comm/keypebble
87 90
88APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 91APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
89 $(COREMULTIMEDIA) $(CORESETTINGS) \ 92 $(COREMULTIMEDIA) $(CORESETTINGS) \
90 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 93 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
91 $(NONAPPS) $(NONNET) $(NONMULT) \ 94 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
92 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) 95 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
93 96
94 97
95 98
96NONTMAKEAPPS := ipaq/opiealarm 99NONTMAKEAPPS := ipaq/opiealarm
97 100