|
diff --git a/Makefile b/Makefile index 68707c3..3c9921f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -55,65 +55,65 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ |
55 | core/settings/launcher |
55 | core/settings/launcher |
56 | |
56 | |
57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
58 | noncore/settings/appearance2 noncore/settings/sound \ |
58 | noncore/settings/appearance2 noncore/settings/sound \ |
59 | noncore/settings/mediummount \ |
59 | noncore/settings/mediummount \ |
60 | noncore/settings/tabmanager noncore/settings/appskey \ |
60 | noncore/settings/tabmanager noncore/settings/appskey \ |
61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
62 | noncore/settings/backup |
62 | noncore/settings/backup |
63 | |
63 | |
64 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
65 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
66 | noncore/tools/formatter |
66 | noncore/tools/formatter |
67 | |
67 | |
68 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
68 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
69 | noncore/styles/flat noncore/styles/fresh |
69 | noncore/styles/flat noncore/styles/fresh |
70 | |
70 | |
71 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
71 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
72 | noncore/decorations/polished |
72 | noncore/decorations/polished |
73 | |
73 | |
74 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
74 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
75 | noncore/games/tetrix noncore/games/wordgame \ |
75 | noncore/games/tetrix noncore/games/wordgame \ |
76 | noncore/games/parashoot noncore/games/snake \ |
76 | noncore/games/parashoot noncore/games/snake \ |
77 | noncore/games/mindbreaker \ |
77 | noncore/games/mindbreaker \ |
78 | noncore/games/go noncore/games/qasteroids \ |
78 | noncore/games/go noncore/games/qasteroids \ |
79 | noncore/games/fifteen noncore/games/tictac \ |
79 | noncore/games/fifteen noncore/games/tictac \ |
80 | noncore/games/kcheckers noncore/games/kpacman \ |
80 | noncore/games/kcheckers noncore/games/kpacman \ |
81 | noncore/games/kbill noncore/games/buzzword \ |
81 | noncore/games/kbill noncore/games/buzzword \ |
82 | noncore/games/bounce |
82 | noncore/games/bounce |
83 | |
83 | |
84 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
84 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
85 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
85 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
86 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
86 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
87 | noncore/apps/opie-console |
87 | noncore/apps/opie-console noncore/apps/opie-write |
88 | |
88 | |
89 | NONNET = noncore/net/networksetup \ |
89 | NONNET = noncore/net/networksetup \ |
90 | noncore/net/ftplib noncore/net/opieftp \ |
90 | noncore/net/ftplib noncore/net/opieftp \ |
91 | noncore/mail |
91 | noncore/mail |
92 | |
92 | |
93 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
93 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
94 | noncore/graphics/qpdf noncore/apps/confedit |
94 | noncore/graphics/qpdf noncore/apps/confedit |
95 | |
95 | |
96 | |
96 | |
97 | NONCOMM = noncore/comm/keypebble |
97 | NONCOMM = noncore/comm/keypebble |
98 | |
98 | |
99 | PLUGINS = freetype |
99 | PLUGINS = freetype |
100 | |
100 | |
101 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
101 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
102 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
102 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
103 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
103 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
104 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
104 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
105 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
105 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
106 | |
106 | |
107 | |
107 | |
108 | |
108 | |
109 | NONTMAKEAPPS := ipaq/opiealarm |
109 | NONTMAKEAPPS := ipaq/opiealarm |
110 | |
110 | |
111 | DOCS = docs/src/opie-policy |
111 | DOCS = docs/src/opie-policy |
112 | |
112 | |
113 | dynamic: $(APPS) $(NONTMAKEAPPS) |
113 | dynamic: $(APPS) $(NONTMAKEAPPS) |
114 | |
114 | |
115 | docs: $(DOCS) |
115 | docs: $(DOCS) |
116 | |
116 | |
117 | $(COMPONENTS): $(LIBS) |
117 | $(COMPONENTS): $(LIBS) |
118 | |
118 | |
119 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
119 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
|