author | sandman <sandman> | 2002-10-04 01:04:48 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-04 01:04:48 (UTC) |
commit | 587124a7c62abd6f0fd38da6958adbd2587f3b9f (patch) (unidiff) | |
tree | 2203b54ef8548993fb1c0bcd5d4419b1c75afdac | |
parent | 7f1029811faae4aa88c0c35157a33b95abffaae8 (diff) | |
download | opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.zip opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.gz opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.bz2 |
Added decos to the Makefile
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -53,24 +53,27 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ | |||
53 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 53 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
54 | noncore/settings/appearance2 noncore/settings/sound \ | 54 | noncore/settings/appearance2 noncore/settings/sound \ |
55 | noncore/settings/mediummount \ | 55 | noncore/settings/mediummount \ |
56 | noncore/settings/tabmanager noncore/settings/appskey \ | 56 | noncore/settings/tabmanager noncore/settings/appskey \ |
57 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 57 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
58 | noncore/settings/sshkeys noncore/settings/usermanager | 58 | noncore/settings/sshkeys noncore/settings/usermanager |
59 | 59 | ||
60 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 60 | NONCORETOOLS = 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 | ||
63 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal | 63 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
64 | 64 | ||
65 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | ||
66 | noncore/decorations/polished | ||
67 | |||
65 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 68 | GAMES = 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 \ |
71 | noncore/games/kcheckers noncore/games/kpacman \ | 74 | noncore/games/kcheckers noncore/games/kpacman \ |
72 | noncore/games/kbill noncore/games/buzzword \ | 75 | noncore/games/kbill noncore/games/buzzword \ |
73 | noncore/games/bounce | 76 | noncore/games/bounce |
74 | 77 | ||
75 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 78 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
76 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 79 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
@@ -79,25 +82,25 @@ NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | |||
79 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 82 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
80 | noncore/mail | 83 | noncore/mail |
81 | 84 | ||
82 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 85 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
83 | noncore/graphics/qpdf noncore/apps/confedit | 86 | noncore/graphics/qpdf noncore/apps/confedit |
84 | 87 | ||
85 | 88 | ||
86 | NONCOMM = noncore/comm/keypebble | 89 | NONCOMM = noncore/comm/keypebble |
87 | 90 | ||
88 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 91 | APPS=$(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 | ||
96 | NONTMAKEAPPS := ipaq/opiealarm | 99 | NONTMAKEAPPS := ipaq/opiealarm |
97 | 100 | ||
98 | DOCS = docs/src/opie-policy | 101 | DOCS = docs/src/opie-policy |
99 | single: mpegplayer/libmpeg3 | 102 | single: mpegplayer/libmpeg3 |
100 | 103 | ||
101 | dynamic: $(APPS) $(NONTMAKEAPPS) | 104 | dynamic: $(APPS) $(NONTMAKEAPPS) |
102 | 105 | ||
103 | docs: $(DOCS) | 106 | docs: $(DOCS) |