|
diff --git a/Makefile b/Makefile index 1e60978..1a22d79 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -29,49 +29,50 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
29 | |
29 | |
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | core/pim/today core/pim/todo |
31 | core/pim/today core/pim/todo |
32 | |
32 | |
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
33 | 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 | |
55 | |
55 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/parashoot noncore/games/snake \ |
58 | noncore/games/parashoot noncore/games/snake \ |
58 | noncore/games/mindbreaker \ |
59 | noncore/games/mindbreaker \ |
59 | noncore/games/go noncore/games/qasteroids \ |
60 | noncore/games/go noncore/games/qasteroids \ |
60 | noncore/games/fifteen noncore/games/tictac \ |
61 | noncore/games/fifteen noncore/games/tictac \ |
61 | noncore/games/kcheckers noncore/games/kpacman \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ |
62 | noncore/games/kbill |
63 | noncore/games/kbill |
63 | |
64 | |
64 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
65 | |
66 | |
66 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
67 | noncore/mail |
68 | noncore/mail |
68 | |
69 | |
69 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
70 | noncore/graphics/qpdf |
71 | noncore/graphics/qpdf |
71 | |
72 | |
72 | |
73 | |
73 | NONCOMM = noncore/comm/keypebble |
74 | NONCOMM = noncore/comm/keypebble |
74 | |
75 | |
75 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
76 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
77 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
|