author | zecke <zecke> | 2002-04-30 16:30:14 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-04-30 16:30:14 (UTC) |
commit | 1f6f336326e74534f65f88fe0045946b3d9f6d94 (patch) (unidiff) | |
tree | 46915139d48e441aacc0a986a2b27f20e98a0242 /Makefile | |
parent | 16e488f010e42436793619d918396f9453301d64 (diff) | |
download | opie-1f6f336326e74534f65f88fe0045946b3d9f6d94.zip opie-1f6f336326e74534f65f88fe0045946b3d9f6d94.tar.gz opie-1f6f336326e74534f65f88fe0045946b3d9f6d94.tar.bz2 |
make some people more happy Now the mediummount get's compiled
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,75 +1,76 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
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 | launcher/batteryapplet \ | 13 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ | 14 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ | 15 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ | 16 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ | 17 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ | 18 | launcher/screenshotapplet \ |
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 | settings/mediummount \ | ||
38 | solitaire spreadsheet tetrix textedit \ | 39 | solitaire spreadsheet tetrix textedit \ |
39 | todo wordgame embeddedkonsole launcher sysinfo \ | 40 | todo wordgame embeddedkonsole launcher sysinfo \ |
40 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ | 41 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 42 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ | 43 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
43 | noncore/kpacman noncore/advancedfm noncore/kbill | 44 | noncore/kpacman noncore/advancedfm noncore/kbill |
44 | 45 | ||
45 | NONTMAKEAPPS := noncore/nethack | 46 | NONTMAKEAPPS := noncore/nethack |
46 | 47 | ||
47 | DOCS = docs/src/opie-policy | 48 | DOCS = docs/src/opie-policy |
48 | single: mpegplayer/libmpeg3 | 49 | single: mpegplayer/libmpeg3 |
49 | 50 | ||
50 | dynamic: $(APPS) $(NONTMAKEAPPS) | 51 | dynamic: $(APPS) $(NONTMAKEAPPS) |
51 | 52 | ||
52 | docs: $(DOCS) | 53 | docs: $(DOCS) |
53 | 54 | ||
54 | $(COMPONENTS): $(LIBS) | 55 | $(COMPONENTS): $(LIBS) |
55 | 56 | ||
56 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 57 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
57 | 58 | ||
58 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 59 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
59 | $(MAKE) -C $@ -f Makefile | 60 | $(MAKE) -C $@ -f Makefile |
60 | 61 | ||
61 | showcomponents: | 62 | showcomponents: |
62 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 63 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
63 | 64 | ||
64 | clean: | 65 | clean: |
65 | $(MAKE) -C single -f Makefile $@ | 66 | $(MAKE) -C single -f Makefile $@ |
66 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 67 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
67 | 68 | ||
68 | lupdate: | 69 | lupdate: |
69 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 70 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
70 | 71 | ||
71 | lrelease: | 72 | lrelease: |
72 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 73 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
73 | 74 | ||
74 | 75 | ||
75 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 76 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |