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