|
diff --git a/Makefile b/Makefile index e1a0757..b178d3f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -27,24 +27,25 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
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 | settings/tabmanager \ |
39 | solitaire spreadsheet tetrix textedit \ |
40 | solitaire spreadsheet tetrix textedit \ |
40 | todo wordgame embeddedkonsole launcher sysinfo \ |
41 | todo wordgame embeddedkonsole launcher sysinfo \ |
41 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
42 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
42 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
43 | 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 \ |
44 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
44 | noncore/kpacman noncore/advancedfm noncore/kbill |
45 | noncore/kpacman noncore/advancedfm noncore/kbill |
45 | |
46 | |
46 | NONTMAKEAPPS := noncore/nethack |
47 | NONTMAKEAPPS := noncore/nethack |
47 | |
48 | |
48 | DOCS = docs/src/opie-policy |
49 | DOCS = docs/src/opie-policy |
49 | single: mpegplayer/libmpeg3 |
50 | single: mpegplayer/libmpeg3 |
50 | |
51 | |
@@ -65,12 +66,13 @@ showcomponents: |
65 | clean: |
66 | clean: |
66 | $(MAKE) -C single -f Makefile $@ |
67 | $(MAKE) -C single -f Makefile $@ |
67 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
68 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
68 | |
69 | |
69 | lupdate: |
70 | lupdate: |
70 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
71 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
71 | |
72 | |
72 | lrelease: |
73 | lrelease: |
73 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
74 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
74 | |
75 | |
75 | |
76 | |
76 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
77 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
| |
78 | AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
|
|