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