author | tille <tille> | 2002-10-31 18:09:04 (UTC) |
---|---|---|
committer | tille <tille> | 2002-10-31 18:09:04 (UTC) |
commit | f567e3bfc77cf2c28f0b195ed5f7a4ae5b9610d4 (patch) (unidiff) | |
tree | 847e3ebc5e8613179fdeb92991e5e9309f7d40b2 | |
parent | 71218f8e9eba7b0f5d3deb9f584a6c862d221f6a (diff) | |
download | opie-f567e3bfc77cf2c28f0b195ed5f7a4ae5b9610d4.zip opie-f567e3bfc77cf2c28f0b195ed5f7a4ae5b9610d4.tar.gz opie-f567e3bfc77cf2c28f0b195ed5f7a4ae5b9610d4.tar.bz2 |
systemtime gone
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | Makefile.x11 | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,138 +1,137 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | 17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo \ | 20 | core/applets/vmemo \ |
21 | noncore/net/networksetup/interfaces \ | 21 | noncore/net/networksetup/interfaces \ |
22 | noncore/net/networksetup/wlan \ | 22 | noncore/net/networksetup/wlan \ |
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
24 | 24 | ||
25 | MAIL= noncore/mail/libmail noncore/mail/bend | 25 | MAIL= noncore/mail/libmail noncore/mail/bend |
26 | 26 | ||
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
28 | core/multimedia/opieplayer/libmad \ | 28 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ | 29 | core/multimedia/opieplayer/wavplugin \ |
30 | core/multimedia/opieplayer/modplug | 30 | core/multimedia/opieplayer/modplug |
31 | 31 | ||
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | 33 | ||
34 | 34 | ||
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
36 | core/pim/today core/pim/todo | 36 | core/pim/today core/pim/todo |
37 | 37 | ||
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
39 | core/pim/today/plugins/todolist \ | 39 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ | 40 | core/pim/today/plugins/mail \ |
41 | 41 | ||
42 | 42 | ||
43 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 43 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
44 | core/apps/textedit core/apps/embeddedkonsole \ | 44 | core/apps/textedit core/apps/embeddedkonsole \ |
45 | core/launcher \ | 45 | core/launcher \ |
46 | core/opie-login \ | 46 | core/opie-login \ |
47 | core/apps/oipkg core/apps/qcop | 47 | core/apps/oipkg core/apps/qcop |
48 | 48 | ||
49 | COREMULTIMEDIA = core/multimedia/opieplayer | 49 | COREMULTIMEDIA = core/multimedia/opieplayer |
50 | 50 | ||
51 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 51 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
52 | core/settings/systemtime core/settings/citytime \ | 52 | noncore/settings/netsystemtime core/settings/citytime \ |
53 | core/settings/launcher | 53 | core/settings/launcher |
54 | 54 | ||
55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 55 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
56 | noncore/settings/appearance2 noncore/settings/sound \ | 56 | noncore/settings/appearance2 noncore/settings/sound \ |
57 | noncore/settings/mediummount \ | 57 | noncore/settings/mediummount \ |
58 | noncore/settings/tabmanager noncore/settings/appskey \ | 58 | noncore/settings/tabmanager noncore/settings/appskey \ |
59 | noncore/settings/netsystemtime \ | ||
60 | noncore/settings/sshkeys noncore/settings/usermanager \ | 59 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/backup | 60 | noncore/settings/backup |
62 | 61 | ||
63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ | 63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/formatter | 64 | noncore/tools/formatter |
66 | 65 | ||
67 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
68 | noncore/styles/flat noncore/styles/fresh | 67 | noncore/styles/flat noncore/styles/fresh |
69 | 68 | ||
70 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
71 | noncore/decorations/polished | 70 | noncore/decorations/polished |
72 | 71 | ||
73 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
74 | noncore/games/tetrix noncore/games/wordgame \ | 73 | noncore/games/tetrix noncore/games/wordgame \ |
75 | noncore/games/parashoot noncore/games/snake \ | 74 | noncore/games/parashoot noncore/games/snake \ |
76 | noncore/games/mindbreaker \ | 75 | noncore/games/mindbreaker \ |
77 | noncore/games/go noncore/games/qasteroids \ | 76 | noncore/games/go noncore/games/qasteroids \ |
78 | noncore/games/fifteen noncore/games/tictac \ | 77 | noncore/games/fifteen noncore/games/tictac \ |
79 | noncore/games/kcheckers noncore/games/kpacman \ | 78 | noncore/games/kcheckers noncore/games/kpacman \ |
80 | noncore/games/kbill noncore/games/buzzword \ | 79 | noncore/games/kbill noncore/games/buzzword \ |
81 | noncore/games/bounce | 80 | noncore/games/bounce |
82 | 81 | ||
83 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
84 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
85 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
86 | noncore/apps/opie-console | 85 | noncore/apps/opie-console |
87 | 86 | ||
88 | NONNET = noncore/net/networksetup \ | 87 | NONNET = noncore/net/networksetup \ |
89 | noncore/net/opieftp \ | 88 | noncore/net/opieftp \ |
90 | noncore/mail | 89 | noncore/mail |
91 | 90 | ||
92 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
93 | noncore/graphics/qpdf noncore/apps/confedit | 92 | noncore/graphics/qpdf noncore/apps/confedit |
94 | 93 | ||
95 | 94 | ||
96 | NONCOMM = noncore/comm/keypebble | 95 | NONCOMM = noncore/comm/keypebble |
97 | 96 | ||
98 | PLUGINS = freetype | 97 | PLUGINS = freetype |
99 | 98 | ||
100 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
101 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 100 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
102 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 101 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
103 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 102 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
104 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) | 103 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
105 | 104 | ||
106 | 105 | ||
107 | 106 | ||
108 | NONTMAKEAPPS := ipaq/opiealarm | 107 | NONTMAKEAPPS := ipaq/opiealarm |
109 | 108 | ||
110 | DOCS = docs/src/opie-policy | 109 | DOCS = docs/src/opie-policy |
111 | single: mpegplayer/libmpeg3 | 110 | single: mpegplayer/libmpeg3 |
112 | 111 | ||
113 | dynamic: $(APPS) $(NONTMAKEAPPS) | 112 | dynamic: $(APPS) $(NONTMAKEAPPS) |
114 | 113 | ||
115 | docs: $(DOCS) | 114 | docs: $(DOCS) |
116 | 115 | ||
117 | $(COMPONENTS): $(LIBS) | 116 | $(COMPONENTS): $(LIBS) |
118 | 117 | ||
119 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 118 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
120 | 119 | ||
121 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 120 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
122 | $(MAKE) -C $@ -f Makefile | 121 | $(MAKE) -C $@ -f Makefile |
123 | 122 | ||
124 | showcomponents: | 123 | showcomponents: |
125 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 124 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
126 | 125 | ||
127 | clean: | 126 | clean: |
128 | $(MAKE) -C single -f Makefile $@ | 127 | $(MAKE) -C single -f Makefile $@ |
129 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 128 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
130 | 129 | ||
131 | lupdate: | 130 | lupdate: |
132 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 131 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
133 | 132 | ||
134 | lrelease: | 133 | lrelease: |
135 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 134 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
136 | 135 | ||
137 | 136 | ||
138 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 137 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
diff --git a/Makefile.x11 b/Makefile.x11 index 8f37db5..4733e10 100644 --- a/Makefile.x11 +++ b/Makefile.x11 | |||
@@ -1,132 +1,132 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=x11/libqpe-x11 libopie | 5 | LIBS=x11/libqpe-x11 libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | 17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo noncore/net/netsetup/dialup \ | 20 | core/applets/vmemo noncore/net/netsetup/dialup \ |
21 | noncore/net/netsetup/lan \ | 21 | noncore/net/netsetup/lan \ |
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | 23 | ||
24 | MAIL= noncore/mail/libmail noncore/mail/bend | 24 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | 25 | ||
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | core/multimedia/opieplayer/libmad \ | 27 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/wavplugin \ | 28 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/modplug | 29 | core/multimedia/opieplayer/modplug |
30 | 30 | ||
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | 32 | ||
33 | 33 | ||
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/pim/today core/pim/todo | 35 | core/pim/today core/pim/todo |
36 | 36 | ||
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | core/pim/today/plugins/todolist \ | 38 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/mail \ | 39 | core/pim/today/plugins/mail \ |
40 | 40 | ||
41 | 41 | ||
42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
43 | core/apps/textedit core/apps/embeddedkonsole \ | 43 | core/apps/textedit core/apps/embeddedkonsole \ |
44 | core/launcher \ | 44 | core/launcher \ |
45 | core/opie-login \ | 45 | core/opie-login \ |
46 | core/apps/oipkg core/apps/qcop | 46 | core/apps/oipkg core/apps/qcop |
47 | 47 | ||
48 | COREMULTIMEDIA = core/multimedia/opieplayer | 48 | COREMULTIMEDIA = core/multimedia/opieplayer |
49 | 49 | ||
50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
51 | core/settings/systemtime core/settings/citytime \ | 51 | noncore/settings/netsystemtime core/settings/citytime \ |
52 | core/settings/launcher | 52 | core/settings/launcher |
53 | 53 | ||
54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
55 | noncore/settings/appearance2 noncore/settings/sound \ | 55 | noncore/settings/appearance2 noncore/settings/sound \ |
56 | noncore/settings/mediummount \ | 56 | noncore/settings/mediummount \ |
57 | noncore/settings/tabmanager noncore/settings/appskey \ | 57 | noncore/settings/tabmanager noncore/settings/appskey \ |
58 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 58 | noncore/settings/wlansetup \ |
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | 59 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/apps/backup | 60 | noncore/apps/backup |
61 | 61 | ||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
64 | 64 | ||
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | noncore/styles/flat noncore/styles/fresh | 66 | noncore/styles/flat noncore/styles/fresh |
67 | 67 | ||
68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
69 | noncore/decorations/polished | 69 | noncore/decorations/polished |
70 | 70 | ||
71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
72 | noncore/games/tetrix noncore/games/wordgame \ | 72 | noncore/games/tetrix noncore/games/wordgame \ |
73 | noncore/games/parashoot noncore/games/snake \ | 73 | noncore/games/parashoot noncore/games/snake \ |
74 | noncore/games/mindbreaker \ | 74 | noncore/games/mindbreaker \ |
75 | noncore/games/go noncore/games/qasteroids \ | 75 | noncore/games/go noncore/games/qasteroids \ |
76 | noncore/games/fifteen noncore/games/tictac \ | 76 | noncore/games/fifteen noncore/games/tictac \ |
77 | noncore/games/kcheckers noncore/games/kpacman \ | 77 | noncore/games/kcheckers noncore/games/kpacman \ |
78 | noncore/games/kbill noncore/games/buzzword \ | 78 | noncore/games/kbill noncore/games/buzzword \ |
79 | noncore/games/bounce | 79 | noncore/games/bounce |
80 | 80 | ||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
84 | 84 | ||
85 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 85 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
86 | noncore/mail | 86 | noncore/mail |
87 | 87 | ||
88 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 88 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
89 | noncore/graphics/qpdf noncore/apps/confedit | 89 | noncore/graphics/qpdf noncore/apps/confedit |
90 | 90 | ||
91 | 91 | ||
92 | NONCOMM = noncore/comm/keypebble | 92 | NONCOMM = noncore/comm/keypebble |
93 | 93 | ||
94 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 94 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
95 | $(CORESETTINGS) \ | 95 | $(CORESETTINGS) \ |
96 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 96 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
97 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 97 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
98 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 98 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
99 | 99 | ||
100 | 100 | ||
101 | 101 | ||
102 | NONTMAKEAPPS := ipaq/opiealarm | 102 | NONTMAKEAPPS := ipaq/opiealarm |
103 | 103 | ||
104 | DOCS = docs/src/opie-policy | 104 | DOCS = docs/src/opie-policy |
105 | single: mpegplayer/libmpeg3 | 105 | single: mpegplayer/libmpeg3 |
106 | 106 | ||
107 | dynamic: $(APPS) $(NONTMAKEAPPS) | 107 | dynamic: $(APPS) $(NONTMAKEAPPS) |
108 | 108 | ||
109 | docs: $(DOCS) | 109 | docs: $(DOCS) |
110 | 110 | ||
111 | $(COMPONENTS): $(LIBS) | 111 | $(COMPONENTS): $(LIBS) |
112 | 112 | ||
113 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 113 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
114 | 114 | ||
115 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 115 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
116 | $(MAKE) -C $@ -f Makefile | 116 | $(MAKE) -C $@ -f Makefile |
117 | 117 | ||
118 | showcomponents: | 118 | showcomponents: |
119 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 119 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
120 | 120 | ||
121 | clean: | 121 | clean: |
122 | $(MAKE) -C single -f Makefile $@ | 122 | $(MAKE) -C single -f Makefile $@ |
123 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 123 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
124 | 124 | ||
125 | lupdate: | 125 | lupdate: |
126 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 126 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
127 | 127 | ||
128 | lrelease: | 128 | lrelease: |
129 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 129 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
130 | 130 | ||
131 | 131 | ||
132 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 132 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |