summaryrefslogtreecommitdiff
authorzecke <zecke>2002-03-09 18:18:25 (UTC)
committer zecke <zecke>2002-03-09 18:18:25 (UTC)
commite1d66f627634b95bdc9c63ce14eefa1707f9dad8 (patch) (unidiff)
treec81c94e95cff8f7c8853f265a8f8e58cd639b89e
parent307ecafa73a7902aeadfeec9b5c2c064b68aed37 (diff)
downloadopie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.zip
opie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.tar.gz
opie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.tar.bz2
ahhh hmm my fault remove the #
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ca6ad7..0d822e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,71 +1,70 @@
1default: dynamic 1default: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library 5LIBS=library
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 taskbar/batteryapplet \ 13 taskbar/batteryapplet \
14 taskbar/volumeapplet \ 14 taskbar/volumeapplet \
15 taskbar/clockapplet \ 15 taskbar/clockapplet \
16 taskbar/netmonapplet \ 16 taskbar/netmonapplet \
17 taskbar/screenshotapplet \ 17 taskbar/screenshotapplet \
18 #taskbar/vmemo \ 18 taskbar/vmemo \
19 netsetup/dialup \ 19 netsetup/dialup \
20 netsetup/lan \ 20 netsetup/lan \
21 opiemail/ifaces/pop3 \ 21 opiemail/ifaces/pop3 opiemail/ifaces/smtp \
22 opiemail/ifaces/smtp \
23 mpegplayer/libmpeg3 \ 22 mpegplayer/libmpeg3 \
24 mpegplayer/libmad \ 23 mpegplayer/libmad \
25 mpegplayer/wavplugin \ 24 mpegplayer/wavplugin \
26 cardmon \ 25 cardmon \
27 sdmon 26 sdmon
28 27
29APPS=$(LOCALAPPS) addressbook calculator clock datebook \ 28APPS=$(LOCALAPPS) addressbook calculator clock datebook \
30 filebrowser helpbrowser minesweep \ 29 filebrowser helpbrowser minesweep \
31 settings/light-and-power \ 30 settings/light-and-power \
32 settings/language \ 31 settings/language \
33 settings/rotation \ 32 settings/rotation \
34 settings/appearance \ 33 settings/appearance \
35 settings/security \ 34 settings/security \
36 settings/sound \ 35 settings/sound \
37 settings/systemtime \ 36 settings/systemtime \
38 solitaire spreadsheet tetrix textedit \ 37 solitaire spreadsheet tetrix textedit \
39 todo wordgame embeddedkonsole taskbar sysinfo \ 38 todo wordgame embeddedkonsole taskbar sysinfo \
40 parashoot snake citytime showimg netsetup \ 39 parashoot snake citytime showimg netsetup \
41 qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail 40 qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail
42 41
43DOCS = docs/src/opie-policy 42DOCS = docs/src/opie-policy
44single: mpegplayer/libmpeg3 43single: mpegplayer/libmpeg3
45 44
46dynamic: $(APPS) 45dynamic: $(APPS)
47 46
48docs: $(DOCS) 47docs: $(DOCS)
49 48
50$(COMPONENTS): $(LIBS) 49$(COMPONENTS): $(LIBS)
51 50
52$(APPS): $(LIBS) $(COMPONENTS) 51$(APPS): $(LIBS) $(COMPONENTS)
53 52
54$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: 53$(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single:
55 $(MAKE) -C $@ -f Makefile 54 $(MAKE) -C $@ -f Makefile
56 55
57showcomponents: 56showcomponents:
58 @echo $(LIBS) $(APPS) $(COMPONENTS) single 57 @echo $(LIBS) $(APPS) $(COMPONENTS) single
59 58
60clean: 59clean:
61 $(MAKE) -C single -f Makefile $@ 60 $(MAKE) -C single -f Makefile $@
62 for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 61 for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
63 62
64lupdate: 63lupdate:
65 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 64 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
66 65
67lrelease: 66lrelease:
68 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 67 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
69 68
70 69
71.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 70.PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean