author | llornkcor <llornkcor> | 2002-03-12 03:42:17 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-12 03:42:17 (UTC) |
commit | ffa1d178f1daedafe801183c8a41a06023423713 (patch) (unidiff) | |
tree | c48b50f0f68bf3a81b7e340c52eb583785e70f3f | |
parent | c10fa05d94418620a08f25fc8d1436a2787f1446 (diff) | |
download | opie-ffa1d178f1daedafe801183c8a41a06023423713.zip opie-ffa1d178f1daedafe801183c8a41a06023423713.tar.gz opie-ffa1d178f1daedafe801183c8a41a06023423713.tar.bz2 |
added noncore/opieftp
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,49 +17,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | |||
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 | noncore/tictac noncore/opieftp |
42 | 42 | ||
43 | DOCS = docs/src/opie-policy | 43 | DOCS = docs/src/opie-policy |
44 | single: mpegplayer/libmpeg3 | 44 | single: mpegplayer/libmpeg3 |
45 | 45 | ||
46 | dynamic: $(APPS) | 46 | dynamic: $(APPS) |
47 | 47 | ||
48 | docs: $(DOCS) | 48 | docs: $(DOCS) |
49 | 49 | ||
50 | $(COMPONENTS): $(LIBS) | 50 | $(COMPONENTS): $(LIBS) |
51 | 51 | ||
52 | $(APPS): $(LIBS) $(COMPONENTS) | 52 | $(APPS): $(LIBS) $(COMPONENTS) |
53 | 53 | ||
54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: | 54 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
55 | $(MAKE) -C $@ -f Makefile | 55 | $(MAKE) -C $@ -f Makefile |
56 | 56 | ||
57 | showcomponents: | 57 | showcomponents: |
58 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 58 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
59 | 59 | ||
60 | clean: | 60 | clean: |
61 | $(MAKE) -C single -f Makefile $@ | 61 | $(MAKE) -C single -f Makefile $@ |
62 | 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 |
63 | 63 | ||
64 | lupdate: | 64 | lupdate: |
65 | 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 |