author | zecke <zecke> | 2002-03-09 18:18:25 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-03-09 18:18:25 (UTC) |
commit | e1d66f627634b95bdc9c63ce14eefa1707f9dad8 (patch) (unidiff) | |
tree | c81c94e95cff8f7c8853f265a8f8e58cd639b89e | |
parent | 307ecafa73a7902aeadfeec9b5c2c064b68aed37 (diff) | |
download | opie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.zip opie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.tar.gz opie-e1d66f627634b95bdc9c63ce14eefa1707f9dad8.tar.bz2 |
ahhh hmm my fault remove the #
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,71 +1,70 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library | 5 | LIBS=library |
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 | 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 | ||
29 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ | 28 | APPS=$(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 | ||
43 | DOCS = docs/src/opie-policy | 42 | DOCS = docs/src/opie-policy |
44 | single: mpegplayer/libmpeg3 | 43 | single: mpegplayer/libmpeg3 |
45 | 44 | ||
46 | dynamic: $(APPS) | 45 | dynamic: $(APPS) |
47 | 46 | ||
48 | docs: $(DOCS) | 47 | docs: $(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 | ||
57 | showcomponents: | 56 | showcomponents: |
58 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 57 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
59 | 58 | ||
60 | clean: | 59 | clean: |
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 | ||
64 | lupdate: | 63 | lupdate: |
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 | ||
67 | lrelease: | 66 | lrelease: |
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 |