|
diff --git a/Makefile b/Makefile index 1370f24..17d23ef 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -25,33 +25,33 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
25 | cardmon \ |
25 | cardmon \ |
26 | sdmon |
26 | sdmon |
27 | |
27 | |
28 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
28 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
29 | filebrowser helpbrowser minesweep mpegplayer \ |
29 | filebrowser helpbrowser minesweep mpegplayer \ |
30 | settings/light-and-power \ |
30 | settings/light-and-power \ |
31 | settings/language \ |
31 | settings/language \ |
32 | settings/rotation \ |
32 | settings/rotation \ |
33 | settings/appearance \ |
33 | settings/appearance \ |
34 | settings/security \ |
34 | settings/security \ |
35 | settings/sound \ |
35 | settings/sound \ |
36 | settings/systemtime \ |
36 | settings/systemtime \ |
37 | solitaire spreadsheet tetrix textedit \ |
37 | solitaire spreadsheet tetrix textedit \ |
38 | todo wordgame embeddedkonsole taskbar sysinfo \ |
38 | todo wordgame embeddedkonsole taskbar sysinfo \ |
39 | parashoot snake citytime showimg netsetup tableviewer \ |
39 | parashoot snake citytime showimg netsetup tableviewer \ |
40 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
40 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
41 | noncore/tictac noncore/opieftp |
41 | noncore/tictac noncore/opieftp noncore/kcheckers |
42 | |
42 | |
43 | DOCS = docs/src/opie-policy |
43 | DOCS = docs/src/opie-policy |
44 | single: mpegplayer/libmpeg3 |
44 | single: mpegplayer/libmpeg3 |
45 | |
45 | |
46 | dynamic: $(APPS) |
46 | dynamic: $(APPS) |
47 | |
47 | |
48 | docs: $(DOCS) |
48 | docs: $(DOCS) |
49 | |
49 | |
50 | $(COMPONENTS): $(LIBS) |
50 | $(COMPONENTS): $(LIBS) |
51 | |
51 | |
52 | $(APPS): $(LIBS) $(COMPONENTS) |
52 | $(APPS): $(LIBS) $(COMPONENTS) |
53 | |
53 | |
54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
55 | $(MAKE) -C $@ -f Makefile |
55 | $(MAKE) -C $@ -f Makefile |
56 | |
56 | |
57 | showcomponents: |
57 | showcomponents: |
|