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