summaryrefslogtreecommitdiff
path: root/Makefile
authorsandman <sandman>2002-10-04 01:04:48 (UTC)
committer sandman <sandman>2002-10-04 01:04:48 (UTC)
commit587124a7c62abd6f0fd38da6958adbd2587f3b9f (patch) (unidiff)
tree2203b54ef8548993fb1c0bcd5d4419b1c75afdac /Makefile
parent7f1029811faae4aa88c0c35157a33b95abffaae8 (diff)
downloadopie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.zip
opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.gz
opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.bz2
Added decos to the Makefile
Diffstat (limited to 'Makefile') (more/less context) (ignore 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
@@ -62,6 +62,9 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
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 \
@@ -88,7 +91,7 @@ NONCOMM = noncore/comm/keypebble
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