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