author | harlekin <harlekin> | 2002-06-23 09:06:50 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-23 09:06:50 (UTC) |
commit | 026b4db9ecd26b14ba8b510669cbcc033e420b65 (patch) (unidiff) | |
tree | 1b886823eba85fc1e518b5ef5a84436472ccebb4 | |
parent | f3aa76578638116c92652e37b57075850ee17dd3 (diff) | |
download | opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.zip opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.gz opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.bz2 |
fixed typo: NONAPPS
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,110 +1,110 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak | 11 | inputmethods/dvorak |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 16 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/cardmon core/applets/obex \ | 17 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/vmemo noncore/net/netsetup/dialup \ | 18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | noncore/net/netsetup/lan | 19 | noncore/net/netsetup/lan |
20 | 20 | ||
21 | MAIL= noncore/mail/libmail noncore/mail/bend | 21 | MAIL= noncore/mail/libmail noncore/mail/bend |
22 | 22 | ||
23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
24 | core/multimedia/opieplayer/libmad \ | 24 | core/multimedia/opieplayer/libmad \ |
25 | core/multimedia/opieplayer/wavplugin | 25 | core/multimedia/opieplayer/wavplugin |
26 | 26 | ||
27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
28 | 28 | ||
29 | 29 | ||
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | core/pim/today core/pim/todo | 31 | core/pim/today core/pim/todo |
32 | 32 | ||
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
34 | core/apps/textedit core/apps/embeddedkonsole \ | 34 | core/apps/textedit core/apps/embeddedkonsole \ |
35 | core/launcher core/apps/sysinfo \ | 35 | core/launcher core/apps/sysinfo \ |
36 | core/apps/oipkg core/apps/qcop | 36 | core/apps/oipkg core/apps/qcop |
37 | 37 | ||
38 | COREMULTIMEDIA = core/multimedia/opieplayer | 38 | COREMULTIMEDIA = core/multimedia/opieplayer |
39 | 39 | ||
40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
41 | core/settings/systemtime core/settings/citytime \ | 41 | core/settings/systemtime core/settings/citytime \ |
42 | core/settings/wlansetup | 42 | core/settings/wlansetup |
43 | 43 | ||
44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
45 | noncore/settings/appearance noncore/settings/sound \ | 45 | noncore/settings/appearance noncore/settings/sound \ |
46 | noncore/settings/mediummount \ | 46 | noncore/settings/mediummount \ |
47 | noncore/settings/tabmanager noncore/settings/appskey | 47 | noncore/settings/tabmanager noncore/settings/appskey |
48 | 48 | ||
49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | 51 | ||
52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
53 | noncore/games/tetrix noncore/games/wordgame \ | 53 | noncore/games/tetrix noncore/games/wordgame \ |
54 | noncore/games/parashoot noncore/games/snake \ | 54 | noncore/games/parashoot noncore/games/snake \ |
55 | noncore/games/mindbreaker \ | 55 | noncore/games/mindbreaker \ |
56 | noncore/games/go noncore/games/qasteroids \ | 56 | noncore/games/go noncore/games/qasteroids \ |
57 | noncore/games/fifteen noncore/games/tictac \ | 57 | noncore/games/fifteen noncore/games/tictac \ |
58 | noncore/games/kcheckers noncore/games/kpacman \ | 58 | noncore/games/kcheckers noncore/games/kpacman \ |
59 | noncore/games/kbill | 59 | noncore/games/kbill |
60 | 60 | ||
61 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ | 61 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
62 | 62 | ||
63 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 63 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
64 | noncore/mail | 64 | noncore/mail |
65 | 65 | ||
66 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 66 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
67 | noncore/graphics/qpdf | 67 | noncore/graphics/qpdf |
68 | 68 | ||
69 | 69 | ||
70 | NONCOMM = noncore/comm/keypebble | 70 | NONCOMM = noncore/comm/keypebble |
71 | 71 | ||
72 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 72 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ | 74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ |
75 | $(NOAPPS) $(NONNET) $(NONMULT) \ | 75 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
76 | $(NONCOMM) $(GAMES) | 76 | $(NONCOMM) $(GAMES) |
77 | 77 | ||
78 | 78 | ||
79 | 79 | ||
80 | NONTMAKEAPPS := ipaq/opiealarm | 80 | NONTMAKEAPPS := ipaq/opiealarm |
81 | 81 | ||
82 | DOCS = docs/src/opie-policy | 82 | DOCS = docs/src/opie-policy |
83 | single: mpegplayer/libmpeg3 | 83 | single: mpegplayer/libmpeg3 |
84 | 84 | ||
85 | dynamic: $(APPS) $(NONTMAKEAPPS) | 85 | dynamic: $(APPS) $(NONTMAKEAPPS) |
86 | 86 | ||
87 | docs: $(DOCS) | 87 | docs: $(DOCS) |
88 | 88 | ||
89 | $(COMPONENTS): $(LIBS) | 89 | $(COMPONENTS): $(LIBS) |
90 | 90 | ||
91 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 91 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
92 | 92 | ||
93 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 93 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
94 | $(MAKE) -C $@ -f Makefile | 94 | $(MAKE) -C $@ -f Makefile |
95 | 95 | ||
96 | showcomponents: | 96 | showcomponents: |
97 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 97 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
98 | 98 | ||
99 | clean: | 99 | clean: |
100 | $(MAKE) -C single -f Makefile $@ | 100 | $(MAKE) -C single -f Makefile $@ |
101 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 101 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
102 | 102 | ||
103 | lupdate: | 103 | lupdate: |
104 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 104 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
105 | 105 | ||
106 | lrelease: | 106 | lrelease: |
107 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 107 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
108 | 108 | ||
109 | 109 | ||
110 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 110 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |