author | dwmw2 <dwmw2> | 2002-04-01 21:41:37 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-04-01 21:41:37 (UTC) |
commit | 23479aa3f4cfe67b4d3c90b43ec931547ee7d827 (patch) (unidiff) | |
tree | 6efc4dbd9e6ded8ad82279eccd7a34d7f44d8785 | |
parent | 22183e22f3d1776c6c73219bd1a07ddf6bb8d670 (diff) | |
download | opie-23479aa3f4cfe67b4d3c90b43ec931547ee7d827.zip opie-23479aa3f4cfe67b4d3c90b43ec931547ee7d827.tar.gz opie-23479aa3f4cfe67b4d3c90b43ec931547ee7d827.tar.bz2 |
Enable IrDA enable/disable applet
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,71 +1,72 @@ | |||
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/volumeapplet \ | 15 | launcher/volumeapplet \ |
15 | launcher/clockapplet \ | 16 | launcher/clockapplet \ |
16 | launcher/netmonapplet \ | 17 | launcher/netmonapplet \ |
17 | launcher/screenshotapplet \ | 18 | launcher/screenshotapplet \ |
18 | launcher/vmemo \ | 19 | launcher/vmemo \ |
19 | netsetup/dialup \ | 20 | netsetup/dialup \ |
20 | netsetup/lan \ | 21 | netsetup/lan \ |
21 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ | 22 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
22 | mpegplayer/libmpeg3 \ | 23 | mpegplayer/libmpeg3 \ |
23 | mpegplayer/libmad \ | 24 | mpegplayer/libmad \ |
24 | mpegplayer/wavplugin \ | 25 | mpegplayer/wavplugin \ |
25 | cardmon \ | 26 | cardmon \ |
26 | sdmon | 27 | sdmon |
27 | 28 | ||
28 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
29 | filebrowser helpbrowser minesweep mpegplayer \ | 30 | filebrowser helpbrowser minesweep mpegplayer \ |
30 | settings/light-and-power \ | 31 | settings/light-and-power \ |
31 | settings/language \ | 32 | settings/language \ |
32 | settings/rotation \ | 33 | settings/rotation \ |
33 | settings/appearance \ | 34 | settings/appearance \ |
34 | settings/security \ | 35 | settings/security \ |
35 | settings/sound \ | 36 | settings/sound \ |
36 | settings/systemtime \ | 37 | settings/systemtime \ |
37 | solitaire spreadsheet tetrix textedit \ | 38 | solitaire spreadsheet tetrix textedit \ |
38 | todo wordgame embeddedkonsole taskbar sysinfo \ | 39 | todo wordgame embeddedkonsole launcher sysinfo \ |
39 | parashoot snake citytime showimg netsetup tableviewer \ | 40 | parashoot snake citytime showimg netsetup tableviewer \ |
40 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
41 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers | 42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers |
42 | 43 | ||
43 | DOCS = docs/src/opie-policy | 44 | DOCS = docs/src/opie-policy |
44 | single: mpegplayer/libmpeg3 | 45 | single: mpegplayer/libmpeg3 |
45 | 46 | ||
46 | dynamic: $(APPS) | 47 | dynamic: $(APPS) |
47 | 48 | ||
48 | docs: $(DOCS) | 49 | docs: $(DOCS) |
49 | 50 | ||
50 | $(COMPONENTS): $(LIBS) | 51 | $(COMPONENTS): $(LIBS) |
51 | 52 | ||
52 | $(APPS): $(LIBS) $(COMPONENTS) | 53 | $(APPS): $(LIBS) $(COMPONENTS) |
53 | 54 | ||
54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: | 55 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
55 | $(MAKE) -C $@ -f Makefile | 56 | $(MAKE) -C $@ -f Makefile |
56 | 57 | ||
57 | showcomponents: | 58 | showcomponents: |
58 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 59 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
59 | 60 | ||
60 | clean: | 61 | clean: |
61 | $(MAKE) -C single -f Makefile $@ | 62 | $(MAKE) -C single -f Makefile $@ |
62 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 63 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
63 | 64 | ||
64 | lupdate: | 65 | lupdate: |
65 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 66 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
66 | 67 | ||
67 | lrelease: | 68 | lrelease: |
68 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 69 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
69 | 70 | ||
70 | 71 | ||
71 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 72 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |