author | harlekin <harlekin> | 2002-04-24 07:54:06 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-24 07:54:06 (UTC) |
commit | d3fe6dead3c84f1cd94b913c3c6c8657485d70a1 (patch) (unidiff) | |
tree | da8af85051028c31ba6efbd8b79ac435d8b07b9c | |
parent | 219994e9d1de70b44c994ccee57060741f22d428 (diff) | |
download | opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.zip opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.gz opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.bz2 |
added kbill
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,49 +19,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | |||
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 | ||
29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 29 | APPS=$(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 | solitaire spreadsheet tetrix textedit \ | 38 | solitaire spreadsheet tetrix textedit \ |
39 | todo wordgame embeddedkonsole launcher sysinfo \ | 39 | todo wordgame embeddedkonsole launcher sysinfo \ |
40 | parashoot snake citytime showimg netsetup tableviewer \ | 40 | parashoot snake citytime showimg netsetup tableviewer \ |
41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ | 42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
43 | noncore/kpacman noncore/advancedfm | 43 | noncore/kpacman noncore/advancedfm noncore/kbill |
44 | 44 | ||
45 | NONTMAKEAPPS := noncore/nethack | 45 | NONTMAKEAPPS := noncore/nethack |
46 | 46 | ||
47 | DOCS = docs/src/opie-policy | 47 | DOCS = docs/src/opie-policy |
48 | single: mpegplayer/libmpeg3 | 48 | single: mpegplayer/libmpeg3 |
49 | 49 | ||
50 | dynamic: $(APPS) $(NONTMAKEAPPS) | 50 | dynamic: $(APPS) $(NONTMAKEAPPS) |
51 | 51 | ||
52 | docs: $(DOCS) | 52 | docs: $(DOCS) |
53 | 53 | ||
54 | $(COMPONENTS): $(LIBS) | 54 | $(COMPONENTS): $(LIBS) |
55 | 55 | ||
56 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 56 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
57 | 57 | ||
58 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 58 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
59 | $(MAKE) -C $@ -f Makefile | 59 | $(MAKE) -C $@ -f Makefile |
60 | 60 | ||
61 | showcomponents: | 61 | showcomponents: |
62 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 62 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
63 | 63 | ||
64 | clean: | 64 | clean: |
65 | $(MAKE) -C single -f Makefile $@ | 65 | $(MAKE) -C single -f Makefile $@ |
66 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 66 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
67 | 67 | ||