|
diff --git a/Makefile b/Makefile index 0280976..abdbd2f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -36,55 +36,57 @@ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
36 | core/apps/oipkg core/apps/qcop |
36 | core/apps/oipkg core/apps/qcop |
37 | |
37 | |
38 | COREMULTIMEDIA = core/multimedia/opieplayer |
38 | COREMULTIMEDIA = core/multimedia/opieplayer |
39 | |
39 | |
40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
41 | core/settings/systemtime core/settings/citytime \ |
41 | core/settings/systemtime core/settings/citytime \ |
42 | core/settings/wlansetup |
42 | core/settings/wlansetup |
43 | |
43 | |
44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
45 | noncore/settings/appearance noncore/settings/sound \ |
45 | noncore/settings/appearance noncore/settings/sound \ |
46 | noncore/settings/mediummount \ |
46 | noncore/settings/mediummount \ |
47 | noncore/settings/tabmanager noncore/settings/appskey |
47 | noncore/settings/tabmanager noncore/settings/appskey |
48 | |
48 | |
49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | |
51 | |
| |
52 | NONCORESTYLES = noncore/styles/liquid |
| |
53 | |
52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
54 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
53 | noncore/games/tetrix noncore/games/wordgame \ |
55 | noncore/games/tetrix noncore/games/wordgame \ |
54 | noncore/games/parashoot noncore/games/snake \ |
56 | noncore/games/parashoot noncore/games/snake \ |
55 | noncore/games/mindbreaker \ |
57 | noncore/games/mindbreaker \ |
56 | noncore/games/go noncore/games/qasteroids \ |
58 | noncore/games/go noncore/games/qasteroids \ |
57 | noncore/games/fifteen noncore/games/tictac \ |
59 | noncore/games/fifteen noncore/games/tictac \ |
58 | noncore/games/kcheckers noncore/games/kpacman \ |
60 | noncore/games/kcheckers noncore/games/kpacman \ |
59 | noncore/games/kbill |
61 | noncore/games/kbill |
60 | |
62 | |
61 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
63 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
62 | |
64 | |
63 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
65 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
64 | noncore/mail |
66 | noncore/mail |
65 | |
67 | |
66 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
68 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
67 | noncore/graphics/qpdf |
69 | noncore/graphics/qpdf |
68 | |
70 | |
69 | |
71 | |
70 | NONCOMM = noncore/comm/keypebble |
72 | NONCOMM = noncore/comm/keypebble |
71 | |
73 | |
72 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
74 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
75 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ |
76 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
75 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
77 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
76 | $(NONCOMM) $(GAMES) |
78 | $(NONCOMM) $(GAMES) |
77 | |
79 | |
78 | |
80 | |
79 | |
81 | |
80 | NONTMAKEAPPS := ipaq/opiealarm |
82 | NONTMAKEAPPS := ipaq/opiealarm |
81 | |
83 | |
82 | DOCS = docs/src/opie-policy |
84 | DOCS = docs/src/opie-policy |
83 | single: mpegplayer/libmpeg3 |
85 | single: mpegplayer/libmpeg3 |
84 | |
86 | |
85 | dynamic: $(APPS) $(NONTMAKEAPPS) |
87 | dynamic: $(APPS) $(NONTMAKEAPPS) |
86 | |
88 | |
87 | docs: $(DOCS) |
89 | docs: $(DOCS) |
88 | |
90 | |
89 | $(COMPONENTS): $(LIBS) |
91 | $(COMPONENTS): $(LIBS) |
90 | |
92 | |
|