author | llornkcor <llornkcor> | 2002-07-03 02:31:06 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-03 02:31:06 (UTC) |
commit | 61770de77f2abe8012d44cce49d04489e4187644 (patch) (unidiff) | |
tree | deeacd78b9e5aebd849910268628c0c606b31d81 | |
parent | 9579fde0f62704e77fc8a11575b85298f229de85 (diff) | |
download | opie-61770de77f2abe8012d44cce49d04489e4187644.zip opie-61770de77f2abe8012d44cce49d04489e4187644.tar.gz opie-61770de77f2abe8012d44cce49d04489e4187644.tar.bz2 |
added metal style
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,115 +1,116 @@ | |||
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 | noncore/settings/netsystemtime | 48 | noncore/settings/netsystemtime |
49 | 49 | ||
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
52 | 52 | ||
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ | 53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
54 | noncore/styles/theme noncore/styles/theme/settings | 54 | noncore/styles/theme noncore/styles/theme/settings \ |
55 | noncore/styles/metal | ||
55 | 56 | ||
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 57 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
57 | noncore/games/tetrix noncore/games/wordgame \ | 58 | noncore/games/tetrix noncore/games/wordgame \ |
58 | noncore/games/parashoot noncore/games/snake \ | 59 | noncore/games/parashoot noncore/games/snake \ |
59 | noncore/games/mindbreaker \ | 60 | noncore/games/mindbreaker \ |
60 | noncore/games/go noncore/games/qasteroids \ | 61 | noncore/games/go noncore/games/qasteroids \ |
61 | noncore/games/fifteen noncore/games/tictac \ | 62 | noncore/games/fifteen noncore/games/tictac \ |
62 | noncore/games/kcheckers noncore/games/kpacman \ | 63 | noncore/games/kcheckers noncore/games/kpacman \ |
63 | noncore/games/kbill | 64 | noncore/games/kbill |
64 | 65 | ||
65 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ | 66 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ |
66 | noncore/apps/opie-reader | 67 | noncore/apps/opie-reader |
67 | 68 | ||
68 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 69 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
69 | noncore/mail | 70 | noncore/mail |
70 | 71 | ||
71 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 72 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
72 | noncore/graphics/qpdf | 73 | noncore/graphics/qpdf |
73 | 74 | ||
74 | 75 | ||
75 | NONCOMM = noncore/comm/keypebble | 76 | NONCOMM = noncore/comm/keypebble |
76 | 77 | ||
77 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 78 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
78 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 79 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
79 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 80 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
80 | $(NONAPPS) $(NONNET) $(NONMULT) \ | 81 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
81 | $(NONCOMM) $(GAMES) | 82 | $(NONCOMM) $(GAMES) |
82 | 83 | ||
83 | 84 | ||
84 | 85 | ||
85 | NONTMAKEAPPS := ipaq/opiealarm | 86 | NONTMAKEAPPS := ipaq/opiealarm |
86 | 87 | ||
87 | DOCS = docs/src/opie-policy | 88 | DOCS = docs/src/opie-policy |
88 | single: mpegplayer/libmpeg3 | 89 | single: mpegplayer/libmpeg3 |
89 | 90 | ||
90 | dynamic: $(APPS) $(NONTMAKEAPPS) | 91 | dynamic: $(APPS) $(NONTMAKEAPPS) |
91 | 92 | ||
92 | docs: $(DOCS) | 93 | docs: $(DOCS) |
93 | 94 | ||
94 | $(COMPONENTS): $(LIBS) | 95 | $(COMPONENTS): $(LIBS) |
95 | 96 | ||
96 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 97 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
97 | 98 | ||
98 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 99 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
99 | $(MAKE) -C $@ -f Makefile | 100 | $(MAKE) -C $@ -f Makefile |
100 | 101 | ||
101 | showcomponents: | 102 | showcomponents: |
102 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 103 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
103 | 104 | ||
104 | clean: | 105 | clean: |
105 | $(MAKE) -C single -f Makefile $@ | 106 | $(MAKE) -C single -f Makefile $@ |
106 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 107 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
107 | 108 | ||
108 | lupdate: | 109 | lupdate: |
109 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 110 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
110 | 111 | ||
111 | lrelease: | 112 | lrelease: |
112 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 113 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
113 | 114 | ||
114 | 115 | ||
115 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 116 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |