summaryrefslogtreecommitdiff
authorconber <conber>2002-06-15 10:31:42 (UTC)
committer conber <conber>2002-06-15 10:31:42 (UTC)
commitdee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95 (patch) (unidiff)
treeaa2e10b82ea652f04a0792a1bc816457863abc4a
parent95af3cd6c1a68ddd9200d4f7e25baf5c560f071c (diff)
downloadopie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.zip
opie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.tar.gz
opie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.tar.bz2
added noncore/mail
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc31796..e25cb98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,80 +1,83 @@
1default: dynamic 1default: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ 7COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
8 inputmethods/pickboard \ 8 inputmethods/pickboard \
9 inputmethods/handwriting \ 9 inputmethods/handwriting \
10 inputmethods/unikeyboard \ 10 inputmethods/unikeyboard \
11 inputmethods/jumpx \ 11 inputmethods/jumpx \
12 inputmethods/kjumpx \ 12 inputmethods/kjumpx \
13 inputmethods/dvorak \ 13 inputmethods/dvorak \
14 launcher/batteryapplet \ 14 launcher/batteryapplet \
15 launcher/batteryapplet-ipaq \ 15 launcher/batteryapplet-ipaq \
16 launcher/irdaapplet \ 16 launcher/irdaapplet \
17 launcher/volumeapplet \ 17 launcher/volumeapplet \
18 launcher/clockapplet \ 18 launcher/clockapplet \
19 launcher/netmonapplet \ 19 launcher/netmonapplet \
20 launcher/screenshotapplet \ 20 launcher/screenshotapplet \
21 launcher/clipboardapplet \ 21 launcher/clipboardapplet \
22 launcher/cardmon \ 22 launcher/cardmon \
23 launcher/obex \ 23 launcher/obex \
24 launcher/vmemo \ 24 launcher/vmemo \
25 netsetup/dialup \ 25 netsetup/dialup \
26 netsetup/lan \ 26 netsetup/lan \
27 opiemail/ifaces/pop3 opiemail/ifaces/smtp \ 27 opiemail/ifaces/pop3 opiemail/ifaces/smtp \
28 core/opieplayer/libmpeg3 \ 28 core/opieplayer/libmpeg3 \
29 core/opieplayer/libmad \ 29 core/opieplayer/libmad \
30 core/opieplayer/wavplugin \ 30 core/opieplayer/wavplugin \
31 noncore/mail/libmail \
32 noncore/mail/bend \
31 33
32APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ 34APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
33 filebrowser helpbrowser minesweep core/opieplayer \ 35 filebrowser helpbrowser minesweep core/opieplayer \
34 settings/light-and-power \ 36 settings/light-and-power \
35 settings/language \ 37 settings/language \
36 settings/rotation \ 38 settings/rotation \
37 settings/appearance \ 39 settings/appearance \
38 settings/security \ 40 settings/security \
39 settings/sound \ 41 settings/sound \
40 settings/systemtime \ 42 settings/systemtime \
41 settings/mediummount \ 43 settings/mediummount \
42 settings/tabmanager \ 44 settings/tabmanager \
43 solitaire spreadsheet tetrix textedit \ 45 solitaire spreadsheet tetrix textedit \
44 todo wordgame embeddedkonsole launcher sysinfo \ 46 todo wordgame embeddedkonsole launcher sysinfo \
45 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ 47 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \
46 core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ 48 core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
47 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ 49 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \
48 noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh 50 noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh \
51 noncore/mail
49 52
50NONTMAKEAPPS := ipaq/opiealarm noncore/nethack 53NONTMAKEAPPS := ipaq/opiealarm noncore/nethack
51 54
52DOCS = docs/src/opie-policy 55DOCS = docs/src/opie-policy
53single: mpegplayer/libmpeg3 56single: mpegplayer/libmpeg3
54 57
55dynamic: $(APPS) $(NONTMAKEAPPS) 58dynamic: $(APPS) $(NONTMAKEAPPS)
56 59
57docs: $(DOCS) 60docs: $(DOCS)
58 61
59$(COMPONENTS): $(LIBS) 62$(COMPONENTS): $(LIBS)
60 63
61$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 64$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
62 65
63$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 66$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
64 $(MAKE) -C $@ -f Makefile 67 $(MAKE) -C $@ -f Makefile
65 68
66showcomponents: 69showcomponents:
67 @echo $(LIBS) $(APPS) $(COMPONENTS) single 70 @echo $(LIBS) $(APPS) $(COMPONENTS) single
68 71
69clean: 72clean:
70 $(MAKE) -C single -f Makefile $@ 73 $(MAKE) -C single -f Makefile $@
71 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 74 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
72 75
73lupdate: 76lupdate:
74 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 77 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
75 78
76lrelease: 79lrelease:
77 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 80 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
78 81
79 82
80.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 83.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean