summaryrefslogtreecommitdiff
path: root/Makefile
authorllornkcor <llornkcor>2002-05-06 17:55:19 (UTC)
committer llornkcor <llornkcor>2002-05-06 17:55:19 (UTC)
commit8d0b11d830b11d92629cd08a2af2e7716b435e9f (patch) (unidiff)
tree629a9473f4d3a99f153e30342c9e489f84b8dc3a /Makefile
parent85de3a72de055e192b331248154dcce095377d1f (diff)
downloadopie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.zip
opie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.tar.gz
opie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.tar.bz2
added tabmanager
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1a0757..b178d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,76 +1,78 @@
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/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/vmemo \ 19 launcher/vmemo \
20 netsetup/dialup \ 20 netsetup/dialup \
21 netsetup/lan \ 21 netsetup/lan \
22 opiemail/ifaces/pop3 opiemail/ifaces/smtp \ 22 opiemail/ifaces/pop3 opiemail/ifaces/smtp \
23 core/opieplayer/libmpeg3 \ 23 core/opieplayer/libmpeg3 \
24 core/opieplayer/libmad \ 24 core/opieplayer/libmad \
25 core/opieplayer/wavplugin \ 25 core/opieplayer/wavplugin \
26 cardmon \ 26 cardmon \
27 sdmon 27 sdmon
28 28
29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ 29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
30 filebrowser helpbrowser minesweep core/opieplayer \ 30 filebrowser helpbrowser minesweep core/opieplayer \
31 settings/light-and-power \ 31 settings/light-and-power \
32 settings/language \ 32 settings/language \
33 settings/rotation \ 33 settings/rotation \
34 settings/appearance \ 34 settings/appearance \
35 settings/security \ 35 settings/security \
36 settings/sound \ 36 settings/sound \
37 settings/systemtime \ 37 settings/systemtime \
38 settings/mediummount \ 38 settings/mediummount \
39 settings/tabmanager \
39 solitaire spreadsheet tetrix textedit \ 40 solitaire spreadsheet tetrix textedit \
40 todo wordgame embeddedkonsole launcher sysinfo \ 41 todo wordgame embeddedkonsole launcher sysinfo \
41 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ 42 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \
42 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 \
43 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 \
44 noncore/kpacman noncore/advancedfm noncore/kbill 45 noncore/kpacman noncore/advancedfm noncore/kbill
45 46
46NONTMAKEAPPS := noncore/nethack 47NONTMAKEAPPS := noncore/nethack
47 48
48DOCS = docs/src/opie-policy 49DOCS = docs/src/opie-policy
49single: mpegplayer/libmpeg3 50single: mpegplayer/libmpeg3
50 51
51dynamic: $(APPS) $(NONTMAKEAPPS) 52dynamic: $(APPS) $(NONTMAKEAPPS)
52 53
53docs: $(DOCS) 54docs: $(DOCS)
54 55
55$(COMPONENTS): $(LIBS) 56$(COMPONENTS): $(LIBS)
56 57
57$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 58$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
58 59
59$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 60$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
60 $(MAKE) -C $@ -f Makefile 61 $(MAKE) -C $@ -f Makefile
61 62
62showcomponents: 63showcomponents:
63 @echo $(LIBS) $(APPS) $(COMPONENTS) single 64 @echo $(LIBS) $(APPS) $(COMPONENTS) single
64 65
65clean: 66clean:
66 $(MAKE) -C single -f Makefile $@ 67 $(MAKE) -C single -f Makefile $@
67 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
68 69
69lupdate: 70lupdate:
70 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
71 72
72lrelease: 73lrelease:
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 76
76.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 77.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
78AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean