author | harlekin <harlekin> | 2002-05-28 13:38:05 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-05-28 13:38:05 (UTC) |
commit | befb2f2d72eab67ac4f916653e188e1bd6389e07 (patch) (unidiff) | |
tree | a899cd6f2d7ab8d3b483ee833c00d9356f72bf75 /Makefile | |
parent | ac5b5e7ecd8972f867aa4c3fa2b055f5789842c1 (diff) | |
download | opie-befb2f2d72eab67ac4f916653e188e1bd6389e07.zip opie-befb2f2d72eab67ac4f916653e188e1bd6389e07.tar.gz opie-befb2f2d72eab67ac4f916653e188e1bd6389e07.tar.bz2 |
took cardmon and sdmon out and added my cardmon .-), but the other 2 are still in cvs until all bugs in new one are fixed
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,76 +1,75 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
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/dvorak \ | 12 | inputmethods/dvorak \ |
13 | launcher/batteryapplet \ | 13 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ | 14 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ | 15 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ | 16 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ | 17 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ | 18 | launcher/screenshotapplet \ |
19 | launcher/clipboardapplet \ | 19 | launcher/clipboardapplet \ |
20 | launcher/cardmon \ | ||
20 | launcher/vmemo \ | 21 | launcher/vmemo \ |
21 | netsetup/dialup \ | 22 | netsetup/dialup \ |
22 | netsetup/lan \ | 23 | netsetup/lan \ |
23 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ | 24 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
24 | core/opieplayer/libmpeg3 \ | 25 | core/opieplayer/libmpeg3 \ |
25 | core/opieplayer/libmad \ | 26 | core/opieplayer/libmad \ |
26 | core/opieplayer/wavplugin \ | 27 | core/opieplayer/wavplugin \ |
27 | cardmon \ | ||
28 | sdmon | ||
29 | 28 | ||
30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
31 | filebrowser helpbrowser minesweep core/opieplayer \ | 30 | filebrowser helpbrowser minesweep core/opieplayer \ |
32 | settings/light-and-power \ | 31 | settings/light-and-power \ |
33 | settings/language \ | 32 | settings/language \ |
34 | settings/rotation \ | 33 | settings/rotation \ |
35 | settings/appearance \ | 34 | settings/appearance \ |
36 | settings/security \ | 35 | settings/security \ |
37 | settings/sound \ | 36 | settings/sound \ |
38 | settings/systemtime \ | 37 | settings/systemtime \ |
39 | settings/mediummount \ | 38 | settings/mediummount \ |
40 | settings/tabmanager \ | 39 | settings/tabmanager \ |
41 | solitaire spreadsheet tetrix textedit \ | 40 | solitaire spreadsheet tetrix textedit \ |
42 | todo wordgame embeddedkonsole launcher sysinfo \ | 41 | todo wordgame embeddedkonsole launcher sysinfo \ |
43 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ | 42 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
44 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 43 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
45 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ | 44 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
46 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh | 45 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
47 | 46 | ||
48 | NONTMAKEAPPS := noncore/nethack | 47 | NONTMAKEAPPS := noncore/nethack |
49 | 48 | ||
50 | DOCS = docs/src/opie-policy | 49 | DOCS = docs/src/opie-policy |
51 | single: mpegplayer/libmpeg3 | 50 | single: mpegplayer/libmpeg3 |
52 | 51 | ||
53 | dynamic: $(APPS) $(NONTMAKEAPPS) | 52 | dynamic: $(APPS) $(NONTMAKEAPPS) |
54 | 53 | ||
55 | docs: $(DOCS) | 54 | docs: $(DOCS) |
56 | 55 | ||
57 | $(COMPONENTS): $(LIBS) | 56 | $(COMPONENTS): $(LIBS) |
58 | 57 | ||
59 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 58 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
60 | 59 | ||
61 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 60 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
62 | $(MAKE) -C $@ -f Makefile | 61 | $(MAKE) -C $@ -f Makefile |
63 | 62 | ||
64 | showcomponents: | 63 | showcomponents: |
65 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 64 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
66 | 65 | ||
67 | clean: | 66 | clean: |
68 | $(MAKE) -C single -f Makefile $@ | 67 | $(MAKE) -C single -f Makefile $@ |
69 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 68 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
70 | 69 | ||
71 | lupdate: | 70 | lupdate: |
72 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 71 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
73 | 72 | ||
74 | lrelease: | 73 | lrelease: |
75 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 74 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
76 | 75 | ||