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