|
diff --git a/Makefile b/Makefile index 1a22d79..be61253 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -34,64 +34,65 @@ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
34 | core/apps/textedit core/apps/embeddedkonsole \ |
34 | core/apps/textedit core/apps/embeddedkonsole \ |
35 | core/launcher core/apps/sysinfo \ |
35 | core/launcher core/apps/sysinfo \ |
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 | noncore/settings/netsystemtime |
48 | noncore/settings/netsystemtime |
49 | |
49 | |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
52 | |
52 | |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
54 | noncore/styles/theme noncore/styles/theme/settings |
54 | noncore/styles/theme noncore/styles/theme/settings |
55 | |
55 | |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
58 | noncore/games/parashoot noncore/games/snake \ |
58 | noncore/games/parashoot noncore/games/snake \ |
59 | noncore/games/mindbreaker \ |
59 | noncore/games/mindbreaker \ |
60 | noncore/games/go noncore/games/qasteroids \ |
60 | noncore/games/go noncore/games/qasteroids \ |
61 | noncore/games/fifteen noncore/games/tictac \ |
61 | noncore/games/fifteen noncore/games/tictac \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ |
63 | noncore/games/kbill |
63 | noncore/games/kbill |
64 | |
64 | |
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
| |
66 | noncore/apps/opie-reader |
66 | |
67 | |
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | noncore/mail |
69 | noncore/mail |
69 | |
70 | |
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | noncore/graphics/qpdf |
72 | noncore/graphics/qpdf |
72 | |
73 | |
73 | |
74 | |
74 | NONCOMM = noncore/comm/keypebble |
75 | NONCOMM = noncore/comm/keypebble |
75 | |
76 | |
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
80 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
80 | $(NONCOMM) $(GAMES) |
81 | $(NONCOMM) $(GAMES) |
81 | |
82 | |
82 | |
83 | |
83 | |
84 | |
84 | NONTMAKEAPPS := ipaq/opiealarm |
85 | NONTMAKEAPPS := ipaq/opiealarm |
85 | |
86 | |
86 | DOCS = docs/src/opie-policy |
87 | DOCS = docs/src/opie-policy |
87 | single: mpegplayer/libmpeg3 |
88 | single: mpegplayer/libmpeg3 |
88 | |
89 | |
89 | dynamic: $(APPS) $(NONTMAKEAPPS) |
90 | dynamic: $(APPS) $(NONTMAKEAPPS) |
90 | |
91 | |
91 | docs: $(DOCS) |
92 | docs: $(DOCS) |
92 | |
93 | |
93 | $(COMPONENTS): $(LIBS) |
94 | $(COMPONENTS): $(LIBS) |
94 | |
95 | |
95 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
96 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
96 | |
97 | |
97 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
98 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
|