author | conber <conber> | 2002-06-15 10:31:42 (UTC) |
---|---|---|
committer | conber <conber> | 2002-06-15 10:31:42 (UTC) |
commit | dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95 (patch) (unidiff) | |
tree | aa2e10b82ea652f04a0792a1bc816457863abc4a /Makefile | |
parent | 95af3cd6c1a68ddd9200d4f7e25baf5c560f071c (diff) | |
download | opie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.zip opie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.tar.gz opie-dee2fa1b7895c81c4ffc111b957ae8c2ac3f3c95.tar.bz2 |
added noncore/mail
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,66 +7,69 @@ LIBS=library libopie | |||
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | 7 | COMPONENTS=$(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 | ||
32 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 34 | APPS=$(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 | ||
50 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack | 53 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
51 | 54 | ||
52 | DOCS = docs/src/opie-policy | 55 | DOCS = docs/src/opie-policy |
53 | single: mpegplayer/libmpeg3 | 56 | single: mpegplayer/libmpeg3 |
54 | 57 | ||
55 | dynamic: $(APPS) $(NONTMAKEAPPS) | 58 | dynamic: $(APPS) $(NONTMAKEAPPS) |
56 | 59 | ||
57 | docs: $(DOCS) | 60 | docs: $(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 | ||
66 | showcomponents: | 69 | showcomponents: |
67 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 70 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
68 | 71 | ||
69 | clean: | 72 | clean: |
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 | ||