author | harlekin <harlekin> | 2002-05-30 22:38:35 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-05-30 22:38:35 (UTC) |
commit | 706841997a5d466f3b873ed79102e4abe0d745ae (patch) (unidiff) | |
tree | 72326ad67a3918ee81b1204bcfac2be41933955b | |
parent | 7eff37a7c8744fd0eee7bb93b42913fc9e213827 (diff) | |
download | opie-706841997a5d466f3b873ed79102e4abe0d745ae.zip opie-706841997a5d466f3b873ed79102e4abe0d745ae.tar.gz opie-706841997a5d466f3b873ed79102e4abe0d745ae.tar.bz2 |
added kjumpx - korean version of jumpx
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,77 +1,78 @@ | |||
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/kjumpx \ | ||
12 | inputmethods/dvorak \ | 13 | inputmethods/dvorak \ |
13 | launcher/batteryapplet \ | 14 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ | 15 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ | 16 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ | 17 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ | 18 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ | 19 | launcher/screenshotapplet \ |
19 | launcher/clipboardapplet \ | 20 | launcher/clipboardapplet \ |
20 | launcher/cardmon \ | 21 | launcher/cardmon \ |
21 | launcher/vmemo \ | 22 | launcher/vmemo \ |
22 | netsetup/dialup \ | 23 | netsetup/dialup \ |
23 | netsetup/lan \ | 24 | netsetup/lan \ |
24 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ | 25 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
25 | core/opieplayer/libmpeg3 \ | 26 | core/opieplayer/libmpeg3 \ |
26 | core/opieplayer/libmad \ | 27 | core/opieplayer/libmad \ |
27 | core/opieplayer/wavplugin \ | 28 | core/opieplayer/wavplugin \ |
28 | 29 | ||
29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
30 | filebrowser helpbrowser minesweep core/opieplayer \ | 31 | filebrowser helpbrowser minesweep core/opieplayer \ |
31 | settings/light-and-power \ | 32 | settings/light-and-power \ |
32 | settings/language \ | 33 | settings/language \ |
33 | settings/rotation \ | 34 | settings/rotation \ |
34 | settings/appearance \ | 35 | settings/appearance \ |
35 | settings/security \ | 36 | settings/security \ |
36 | settings/sound \ | 37 | settings/sound \ |
37 | settings/systemtime \ | 38 | settings/systemtime \ |
38 | settings/mediummount \ | 39 | settings/mediummount \ |
39 | settings/tabmanager \ | 40 | settings/tabmanager \ |
40 | solitaire spreadsheet tetrix textedit \ | 41 | solitaire spreadsheet tetrix textedit \ |
41 | todo wordgame embeddedkonsole launcher sysinfo \ | 42 | todo wordgame embeddedkonsole launcher sysinfo \ |
42 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ | 43 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
43 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 44 | 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 \ | 45 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
45 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh | 46 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
46 | 47 | ||
47 | NONTMAKEAPPS := noncore/nethack | 48 | NONTMAKEAPPS := noncore/nethack |
48 | 49 | ||
49 | DOCS = docs/src/opie-policy | 50 | DOCS = docs/src/opie-policy |
50 | single: mpegplayer/libmpeg3 | 51 | single: mpegplayer/libmpeg3 |
51 | 52 | ||
52 | dynamic: $(APPS) $(NONTMAKEAPPS) | 53 | dynamic: $(APPS) $(NONTMAKEAPPS) |
53 | 54 | ||
54 | docs: $(DOCS) | 55 | docs: $(DOCS) |
55 | 56 | ||
56 | $(COMPONENTS): $(LIBS) | 57 | $(COMPONENTS): $(LIBS) |
57 | 58 | ||
58 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 59 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
59 | 60 | ||
60 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 61 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
61 | $(MAKE) -C $@ -f Makefile | 62 | $(MAKE) -C $@ -f Makefile |
62 | 63 | ||
63 | showcomponents: | 64 | showcomponents: |
64 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 65 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
65 | 66 | ||
66 | clean: | 67 | clean: |
67 | $(MAKE) -C single -f Makefile $@ | 68 | $(MAKE) -C single -f Makefile $@ |
68 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 69 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
69 | 70 | ||
70 | lupdate: | 71 | lupdate: |
71 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 72 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
72 | 73 | ||
73 | lrelease: | 74 | lrelease: |
74 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 75 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
75 | 76 | ||
76 | 77 | ||
77 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 78 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |