summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-13 20:53:56 (UTC)
committer harlekin <harlekin>2002-06-13 20:53:56 (UTC)
commit8764c71b50fab1e4dcbc61f23dbd4fd3969e4090 (patch) (unidiff)
tree8606af468f8f597b3bbba01b53ba3a3d68c6c681
parent21ad567831e0be83156d5023d93aac42a60a2af3 (diff)
downloadopie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.zip
opie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.tar.gz
opie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.tar.bz2
added launcher/obex
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3db1766..cdfdc36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,69 +1,70 @@
1default: dynamic 1default: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ 7COMPONENTS=$(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
30APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ 31APPS=$(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
48NONTMAKEAPPS := ipaq/opiealarm noncore/nethack 49NONTMAKEAPPS := ipaq/opiealarm noncore/nethack
49 50
50DOCS = docs/src/opie-policy 51DOCS = docs/src/opie-policy
51single: mpegplayer/libmpeg3 52single: mpegplayer/libmpeg3
52 53
53dynamic: $(APPS) $(NONTMAKEAPPS) 54dynamic: $(APPS) $(NONTMAKEAPPS)
54 55
55docs: $(DOCS) 56docs: $(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
64showcomponents: 65showcomponents:
65 @echo $(LIBS) $(APPS) $(COMPONENTS) single 66 @echo $(LIBS) $(APPS) $(COMPONENTS) single
66 67
67clean: 68clean:
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