author | sandman <sandman> | 2002-10-02 22:18:12 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-02 22:18:12 (UTC) |
commit | 7c0ba35db6a55806059bce25413c1a0e1ad939bf (patch) (unidiff) | |
tree | 9ccc7dcaa66dd7da13fb50f2f2224e9125d0603f | |
parent | 7e864eb22b5663ad9771b562fbe901042dc68657 (diff) | |
download | opie-7c0ba35db6a55806059bce25413c1a0e1ad939bf.zip opie-7c0ba35db6a55806059bce25413c1a0e1ad939bf.tar.gz opie-7c0ba35db6a55806059bce25413c1a0e1ad939bf.tar.bz2 |
Enable the menu-plugins in the main Makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,125 +1,126 @@ | |||
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/screenshotapplet core/applets/clipboardapplet \ | 17 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/cardmon core/applets/obex \ | 18 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ | 19 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | noncore/net/netsetup/lan \ | 20 | noncore/net/netsetup/lan \ |
20 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 21 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
21 | 22 | ||
22 | MAIL= noncore/mail/libmail noncore/mail/bend | 23 | MAIL= noncore/mail/libmail noncore/mail/bend |
23 | 24 | ||
24 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
25 | core/multimedia/opieplayer/libmad \ | 26 | core/multimedia/opieplayer/libmad \ |
26 | core/multimedia/opieplayer/wavplugin \ | 27 | core/multimedia/opieplayer/wavplugin \ |
27 | core/multimedia/opieplayer/modplug | 28 | core/multimedia/opieplayer/modplug |
28 | 29 | ||
29 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
30 | 31 | ||
31 | 32 | ||
32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
33 | core/pim/today core/pim/todo | 34 | core/pim/today core/pim/todo |
34 | 35 | ||
35 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
36 | core/pim/today/plugins/todolist \ | 37 | core/pim/today/plugins/todolist \ |
37 | core/pim/today/plugins/mail \ | 38 | core/pim/today/plugins/mail \ |
38 | 39 | ||
39 | 40 | ||
40 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 41 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
41 | core/apps/textedit core/apps/embeddedkonsole \ | 42 | core/apps/textedit core/apps/embeddedkonsole \ |
42 | core/launcher \ | 43 | core/launcher \ |
43 | core/opie-login \ | 44 | core/opie-login \ |
44 | core/apps/oipkg core/apps/qcop | 45 | core/apps/oipkg core/apps/qcop |
45 | 46 | ||
46 | COREMULTIMEDIA = core/multimedia/opieplayer | 47 | COREMULTIMEDIA = core/multimedia/opieplayer |
47 | 48 | ||
48 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 49 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
49 | core/settings/systemtime core/settings/citytime \ | 50 | core/settings/systemtime core/settings/citytime \ |
50 | core/settings/launcher | 51 | core/settings/launcher |
51 | 52 | ||
52 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 53 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
53 | noncore/settings/appearance2 noncore/settings/sound \ | 54 | noncore/settings/appearance2 noncore/settings/sound \ |
54 | noncore/settings/mediummount \ | 55 | noncore/settings/mediummount \ |
55 | noncore/settings/tabmanager noncore/settings/appskey \ | 56 | noncore/settings/tabmanager noncore/settings/appskey \ |
56 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 57 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
57 | noncore/settings/sshkeys noncore/settings/usermanager | 58 | noncore/settings/sshkeys noncore/settings/usermanager |
58 | 59 | ||
59 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 60 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
60 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 61 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
61 | 62 | ||
62 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal | 63 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
63 | 64 | ||
64 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 65 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
65 | noncore/games/tetrix noncore/games/wordgame \ | 66 | noncore/games/tetrix noncore/games/wordgame \ |
66 | noncore/games/parashoot noncore/games/snake \ | 67 | noncore/games/parashoot noncore/games/snake \ |
67 | noncore/games/mindbreaker \ | 68 | noncore/games/mindbreaker \ |
68 | noncore/games/go noncore/games/qasteroids \ | 69 | noncore/games/go noncore/games/qasteroids \ |
69 | noncore/games/fifteen noncore/games/tictac \ | 70 | noncore/games/fifteen noncore/games/tictac \ |
70 | noncore/games/kcheckers noncore/games/kpacman \ | 71 | noncore/games/kcheckers noncore/games/kpacman \ |
71 | noncore/games/kbill noncore/games/buzzword \ | 72 | noncore/games/kbill noncore/games/buzzword \ |
72 | noncore/games/bounce | 73 | noncore/games/bounce |
73 | 74 | ||
74 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 75 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
75 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 76 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
76 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\ | 77 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\ |
77 | 78 | ||
78 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 79 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
79 | noncore/mail | 80 | noncore/mail |
80 | 81 | ||
81 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 82 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
82 | noncore/graphics/qpdf noncore/apps/confedit | 83 | noncore/graphics/qpdf noncore/apps/confedit |
83 | 84 | ||
84 | 85 | ||
85 | NONCOMM = noncore/comm/keypebble | 86 | NONCOMM = noncore/comm/keypebble |
86 | 87 | ||
87 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 88 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
88 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 89 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
89 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 90 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
90 | $(NONAPPS) $(NONNET) $(NONMULT) \ | 91 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
91 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 92 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
92 | 93 | ||
93 | 94 | ||
94 | 95 | ||
95 | NONTMAKEAPPS := ipaq/opiealarm | 96 | NONTMAKEAPPS := ipaq/opiealarm |
96 | 97 | ||
97 | DOCS = docs/src/opie-policy | 98 | DOCS = docs/src/opie-policy |
98 | single: mpegplayer/libmpeg3 | 99 | single: mpegplayer/libmpeg3 |
99 | 100 | ||
100 | dynamic: $(APPS) $(NONTMAKEAPPS) | 101 | dynamic: $(APPS) $(NONTMAKEAPPS) |
101 | 102 | ||
102 | docs: $(DOCS) | 103 | docs: $(DOCS) |
103 | 104 | ||
104 | $(COMPONENTS): $(LIBS) | 105 | $(COMPONENTS): $(LIBS) |
105 | 106 | ||
106 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 107 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
107 | 108 | ||
108 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 109 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
109 | $(MAKE) -C $@ -f Makefile | 110 | $(MAKE) -C $@ -f Makefile |
110 | 111 | ||
111 | showcomponents: | 112 | showcomponents: |
112 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 113 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
113 | 114 | ||
114 | clean: | 115 | clean: |
115 | $(MAKE) -C single -f Makefile $@ | 116 | $(MAKE) -C single -f Makefile $@ |
116 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 117 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
117 | 118 | ||
118 | lupdate: | 119 | lupdate: |
119 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 120 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
120 | 121 | ||
121 | lrelease: | 122 | lrelease: |
122 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 123 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
123 | 124 | ||
124 | 125 | ||
125 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 126 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |