Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 4cc4c50..2ee322b 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -20,33 +20,33 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
20 | mpegplayer/wavplugin \ |
20 | mpegplayer/wavplugin \ |
21 | cardmon \ |
21 | cardmon \ |
22 | sdmon |
22 | sdmon |
23 | |
23 | |
24 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
24 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
25 | filebrowser helpbrowser minesweep mpegplayer \ |
25 | filebrowser helpbrowser minesweep mpegplayer \ |
26 | settings/light-and-power \ |
26 | settings/light-and-power \ |
27 | settings/language \ |
27 | settings/language \ |
28 | settings/rotation \ |
28 | settings/rotation \ |
29 | settings/appearance \ |
29 | settings/appearance \ |
30 | settings/security \ |
30 | settings/security \ |
31 | settings/sound \ |
31 | settings/sound \ |
32 | settings/systemtime \ |
32 | settings/systemtime \ |
33 | solitaire spreadsheet tetrix textedit \ |
33 | solitaire spreadsheet tetrix textedit \ |
34 | todo tux wordgame embeddedkonsole taskbar sysinfo \ |
34 | todo tux wordgame embeddedkonsole taskbar sysinfo \ |
35 | parashoot snake citytime showimg netsetup \ |
35 | parashoot snake citytime showimg netsetup \ |
36 | qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/converter opiemail/lib opiemail |
36 | qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/converter opiemail today |
37 | |
37 | |
38 | DOCS = docs/src/opie-policy |
38 | DOCS = docs/src/opie-policy |
39 | single: mpegplayer/libmpeg3 |
39 | single: mpegplayer/libmpeg3 |
40 | |
40 | |
41 | dynamic: $(APPS) |
41 | dynamic: $(APPS) |
42 | |
42 | |
43 | docs: $(DOCS) |
43 | docs: $(DOCS) |
44 | |
44 | |
45 | $(COMPONENTS): $(LIBS) |
45 | $(COMPONENTS): $(LIBS) |
46 | |
46 | |
47 | $(APPS): $(LIBS) $(COMPONENTS) |
47 | $(APPS): $(LIBS) $(COMPONENTS) |
48 | |
48 | |
49 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
49 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
50 | $(MAKE) -C $@ -f Makefile |
50 | $(MAKE) -C $@ -f Makefile |
51 | |
51 | |
52 | showcomponents: |
52 | showcomponents: |
|