author | kergoth <kergoth> | 2002-11-05 02:46:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 02:46:40 (UTC) |
commit | 400ab91d83abc1247de58351ceed7d698bd61623 (patch) (unidiff) | |
tree | 5337b269b044a16869b90d844210eee8460caf16 | |
parent | 7a54e3486479a4097a1c4e03b5ee6903358983fb (diff) | |
download | opie-400ab91d83abc1247de58351ceed7d698bd61623.zip opie-400ab91d83abc1247de58351ceed7d698bd61623.tar.gz opie-400ab91d83abc1247de58351ceed7d698bd61623.tar.bz2 |
Add fortune today plugin
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,137 +1,138 @@ | |||
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 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib | 41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune | ||
42 | 43 | ||
43 | 44 | ||
44 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
45 | core/apps/textedit core/apps/embeddedkonsole \ | 46 | core/apps/textedit core/apps/embeddedkonsole \ |
46 | core/launcher \ | 47 | core/launcher \ |
47 | core/opie-login \ | 48 | core/opie-login \ |
48 | core/apps/oipkg core/apps/qcop | 49 | core/apps/oipkg core/apps/qcop |
49 | 50 | ||
50 | COREMULTIMEDIA = core/multimedia/opieplayer | 51 | COREMULTIMEDIA = core/multimedia/opieplayer |
51 | 52 | ||
52 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | noncore/settings/netsystemtime core/settings/citytime \ | 54 | noncore/settings/netsystemtime core/settings/citytime \ |
54 | core/settings/launcher | 55 | core/settings/launcher |
55 | 56 | ||
56 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 57 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
57 | noncore/settings/appearance2 noncore/settings/sound \ | 58 | noncore/settings/appearance2 noncore/settings/sound \ |
58 | noncore/settings/mediummount \ | 59 | noncore/settings/mediummount \ |
59 | noncore/settings/tabmanager noncore/settings/appskey \ | 60 | noncore/settings/tabmanager noncore/settings/appskey \ |
60 | noncore/settings/sshkeys noncore/settings/usermanager \ | 61 | noncore/settings/sshkeys noncore/settings/usermanager \ |
61 | noncore/settings/backup | 62 | noncore/settings/backup |
62 | 63 | ||
63 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 64 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
64 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ | 65 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
65 | noncore/tools/formatter | 66 | noncore/tools/formatter |
66 | 67 | ||
67 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 68 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
68 | noncore/styles/flat noncore/styles/fresh | 69 | noncore/styles/flat noncore/styles/fresh |
69 | 70 | ||
70 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 71 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
71 | noncore/decorations/polished | 72 | noncore/decorations/polished |
72 | 73 | ||
73 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 74 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
74 | noncore/games/tetrix noncore/games/wordgame \ | 75 | noncore/games/tetrix noncore/games/wordgame \ |
75 | noncore/games/parashoot noncore/games/snake \ | 76 | noncore/games/parashoot noncore/games/snake \ |
76 | noncore/games/mindbreaker \ | 77 | noncore/games/mindbreaker \ |
77 | noncore/games/go noncore/games/qasteroids \ | 78 | noncore/games/go noncore/games/qasteroids \ |
78 | noncore/games/fifteen noncore/games/tictac \ | 79 | noncore/games/fifteen noncore/games/tictac \ |
79 | noncore/games/kcheckers noncore/games/kpacman \ | 80 | noncore/games/kcheckers noncore/games/kpacman \ |
80 | noncore/games/kbill noncore/games/buzzword \ | 81 | noncore/games/kbill noncore/games/buzzword \ |
81 | noncore/games/bounce | 82 | noncore/games/bounce |
82 | 83 | ||
83 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 84 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
84 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 85 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
85 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 86 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
86 | noncore/apps/opie-console | 87 | noncore/apps/opie-console |
87 | 88 | ||
88 | NONNET = noncore/net/networksetup \ | 89 | NONNET = noncore/net/networksetup \ |
89 | noncore/net/opieftp \ | 90 | noncore/net/opieftp \ |
90 | noncore/mail | 91 | noncore/mail |
91 | 92 | ||
92 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 93 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
93 | noncore/graphics/qpdf noncore/apps/confedit | 94 | noncore/graphics/qpdf noncore/apps/confedit |
94 | 95 | ||
95 | 96 | ||
96 | NONCOMM = noncore/comm/keypebble | 97 | NONCOMM = noncore/comm/keypebble |
97 | 98 | ||
98 | PLUGINS = freetype | 99 | PLUGINS = freetype |
99 | 100 | ||
100 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 101 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
101 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 102 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
102 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 103 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
103 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 104 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
104 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) | 105 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
105 | 106 | ||
106 | 107 | ||
107 | 108 | ||
108 | NONTMAKEAPPS := ipaq/opiealarm | 109 | NONTMAKEAPPS := ipaq/opiealarm |
109 | 110 | ||
110 | DOCS = docs/src/opie-policy | 111 | DOCS = docs/src/opie-policy |
111 | single: mpegplayer/libmpeg3 | 112 | single: mpegplayer/libmpeg3 |
112 | 113 | ||
113 | dynamic: $(APPS) $(NONTMAKEAPPS) | 114 | dynamic: $(APPS) $(NONTMAKEAPPS) |
114 | 115 | ||
115 | docs: $(DOCS) | 116 | docs: $(DOCS) |
116 | 117 | ||
117 | $(COMPONENTS): $(LIBS) | 118 | $(COMPONENTS): $(LIBS) |
118 | 119 | ||
119 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 120 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
120 | 121 | ||
121 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 122 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
122 | $(MAKE) -C $@ -f Makefile | 123 | $(MAKE) -C $@ -f Makefile |
123 | 124 | ||
124 | showcomponents: | 125 | showcomponents: |
125 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 126 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
126 | 127 | ||
127 | clean: | 128 | clean: |
128 | $(MAKE) -C single -f Makefile $@ | 129 | $(MAKE) -C single -f Makefile $@ |
129 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 130 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
130 | 131 | ||
131 | lupdate: | 132 | lupdate: |
132 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 133 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
133 | 134 | ||
134 | lrelease: | 135 | lrelease: |
135 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 136 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
136 | 137 | ||
137 | 138 | ||