author | llornkcor <llornkcor> | 2002-03-09 22:17:47 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-09 22:17:47 (UTC) |
commit | 1ad5936cfea54786379c58200d7bbf321dcd6185 (patch) (unidiff) | |
tree | 7271f53c565fed78a3b2f122315f3a83c1defd3c /Makefile | |
parent | a07cd819c6ce288e6b4426ce1668e57bb629c868 (diff) | |
download | opie-1ad5936cfea54786379c58200d7bbf321dcd6185.zip opie-1ad5936cfea54786379c58200d7bbf321dcd6185.tar.gz opie-1ad5936cfea54786379c58200d7bbf321dcd6185.tar.bz2 |
added tictac to Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,70 +1,71 @@ | |||
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 opiemail/ifaces/smtp \ | 21 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
22 | mpegplayer/libmpeg3 \ | 22 | mpegplayer/libmpeg3 \ |
23 | mpegplayer/libmad \ | 23 | mpegplayer/libmad \ |
24 | mpegplayer/wavplugin \ | 24 | mpegplayer/wavplugin \ |
25 | cardmon \ | 25 | cardmon \ |
26 | sdmon | 26 | sdmon |
27 | 27 | ||
28 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ | 28 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
29 | filebrowser helpbrowser minesweep mpegplayer \ | 29 | filebrowser helpbrowser minesweep mpegplayer \ |
30 | settings/light-and-power \ | 30 | settings/light-and-power \ |
31 | settings/language \ | 31 | settings/language \ |
32 | settings/rotation \ | 32 | settings/rotation \ |
33 | settings/appearance \ | 33 | settings/appearance \ |
34 | settings/security \ | 34 | settings/security \ |
35 | settings/sound \ | 35 | settings/sound \ |
36 | settings/systemtime \ | 36 | settings/systemtime \ |
37 | solitaire spreadsheet tetrix textedit \ | 37 | solitaire spreadsheet tetrix textedit \ |
38 | todo wordgame embeddedkonsole taskbar sysinfo \ | 38 | todo wordgame embeddedkonsole taskbar sysinfo \ |
39 | parashoot snake citytime showimg netsetup tableviewer \ | 39 | parashoot snake citytime showimg netsetup tableviewer \ |
40 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail | 40 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
41 | noncore/tictac | ||
41 | 42 | ||
42 | DOCS = docs/src/opie-policy | 43 | DOCS = docs/src/opie-policy |
43 | single: mpegplayer/libmpeg3 | 44 | single: mpegplayer/libmpeg3 |
44 | 45 | ||
45 | dynamic: $(APPS) | 46 | dynamic: $(APPS) |
46 | 47 | ||
47 | docs: $(DOCS) | 48 | docs: $(DOCS) |
48 | 49 | ||
49 | $(COMPONENTS): $(LIBS) | 50 | $(COMPONENTS): $(LIBS) |
50 | 51 | ||
51 | $(APPS): $(LIBS) $(COMPONENTS) | 52 | $(APPS): $(LIBS) $(COMPONENTS) |
52 | 53 | ||
53 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: | 54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
54 | $(MAKE) -C $@ -f Makefile | 55 | $(MAKE) -C $@ -f Makefile |
55 | 56 | ||
56 | showcomponents: | 57 | showcomponents: |
57 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 58 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
58 | 59 | ||
59 | clean: | 60 | clean: |
60 | $(MAKE) -C single -f Makefile $@ | 61 | $(MAKE) -C single -f Makefile $@ |
61 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 62 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
62 | 63 | ||
63 | lupdate: | 64 | lupdate: |
64 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 65 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
65 | 66 | ||
66 | lrelease: | 67 | lrelease: |
67 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 68 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
68 | 69 | ||
69 | 70 | ||
70 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 71 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |