author | llornkcor <llornkcor> | 2002-10-22 01:09:38 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-22 01:09:38 (UTC) |
commit | 69c1f36dd6f7be1cf043349752e548b519049b23 (patch) (unidiff) | |
tree | 1b910aa69999e81e9b5d85cb957fdb98134a644a /Makefile | |
parent | cfc75c71bea57ca49367242204f9d3fbfca92deb (diff) | |
download | opie-69c1f36dd6f7be1cf043349752e548b519049b23.zip opie-69c1f36dd6f7be1cf043349752e548b519049b23.tar.gz opie-69c1f36dd6f7be1cf043349752e548b519049b23.tar.bz2 |
added formatter. how many bets of how many _I used formatter app and now my (insert devicename) wont boot_ we hear
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,127 +1,128 @@ | |||
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 inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
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/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | 17 | core/applets/logoutapplet \ |
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
19 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
20 | core/applets/vmemo \ | 20 | core/applets/vmemo \ |
21 | noncore/net/networksetup/wlan \ | 21 | noncore/net/networksetup/wlan \ |
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
23 | 23 | ||
24 | MAIL= noncore/mail/libmail noncore/mail/bend | 24 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | 25 | ||
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
27 | core/multimedia/opieplayer/libmad \ | 27 | core/multimedia/opieplayer/libmad \ |
28 | core/multimedia/opieplayer/wavplugin \ | 28 | core/multimedia/opieplayer/wavplugin \ |
29 | core/multimedia/opieplayer/modplug | 29 | core/multimedia/opieplayer/modplug |
30 | 30 | ||
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | 32 | ||
33 | 33 | ||
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/pim/today core/pim/todo | 35 | core/pim/today core/pim/todo |
36 | 36 | ||
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
38 | core/pim/today/plugins/todolist \ | 38 | core/pim/today/plugins/todolist \ |
39 | core/pim/today/plugins/mail \ | 39 | core/pim/today/plugins/mail \ |
40 | 40 | ||
41 | 41 | ||
42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
43 | core/apps/textedit core/apps/embeddedkonsole \ | 43 | core/apps/textedit core/apps/embeddedkonsole \ |
44 | core/launcher \ | 44 | core/launcher \ |
45 | core/opie-login \ | 45 | core/opie-login \ |
46 | core/apps/oipkg core/apps/qcop | 46 | core/apps/oipkg core/apps/qcop |
47 | 47 | ||
48 | COREMULTIMEDIA = core/multimedia/opieplayer | 48 | COREMULTIMEDIA = core/multimedia/opieplayer |
49 | 49 | ||
50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
51 | core/settings/systemtime core/settings/citytime \ | 51 | core/settings/systemtime core/settings/citytime \ |
52 | core/settings/launcher | 52 | core/settings/launcher |
53 | 53 | ||
54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
55 | noncore/settings/appearance2 noncore/settings/sound \ | 55 | noncore/settings/appearance2 noncore/settings/sound \ |
56 | noncore/settings/mediummount \ | 56 | noncore/settings/mediummount \ |
57 | noncore/settings/tabmanager noncore/settings/appskey \ | 57 | noncore/settings/tabmanager noncore/settings/appskey \ |
58 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 58 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | 59 | noncore/settings/sshkeys noncore/settings/usermanager \ |
60 | noncore/settings/backup | 60 | noncore/settings/backup |
61 | 61 | ||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ |
64 | noncore/tools/formatter | ||
64 | 65 | ||
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | 66 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
66 | noncore/styles/flat noncore/styles/fresh | 67 | noncore/styles/flat noncore/styles/fresh |
67 | 68 | ||
68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | 69 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
69 | noncore/decorations/polished | 70 | noncore/decorations/polished |
70 | 71 | ||
71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
72 | noncore/games/tetrix noncore/games/wordgame \ | 73 | noncore/games/tetrix noncore/games/wordgame \ |
73 | noncore/games/parashoot noncore/games/snake \ | 74 | noncore/games/parashoot noncore/games/snake \ |
74 | noncore/games/mindbreaker \ | 75 | noncore/games/mindbreaker \ |
75 | noncore/games/go noncore/games/qasteroids \ | 76 | noncore/games/go noncore/games/qasteroids \ |
76 | noncore/games/fifteen noncore/games/tictac \ | 77 | noncore/games/fifteen noncore/games/tictac \ |
77 | noncore/games/kcheckers noncore/games/kpacman \ | 78 | noncore/games/kcheckers noncore/games/kpacman \ |
78 | noncore/games/kbill noncore/games/buzzword \ | 79 | noncore/games/kbill noncore/games/buzzword \ |
79 | noncore/games/bounce | 80 | noncore/games/bounce |
80 | 81 | ||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 83 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | 84 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ |
84 | noncore/apps/opie-console | 85 | noncore/apps/opie-console |
85 | 86 | ||
86 | NONNET = noncore/net/networksetup \ | 87 | NONNET = noncore/net/networksetup \ |
87 | noncore/net/opieftp \ | 88 | noncore/net/opieftp \ |
88 | noncore/mail | 89 | noncore/mail |
89 | 90 | ||
90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
91 | noncore/graphics/qpdf noncore/apps/confedit | 92 | noncore/graphics/qpdf noncore/apps/confedit |
92 | 93 | ||
93 | 94 | ||
94 | NONCOMM = noncore/comm/keypebble | 95 | NONCOMM = noncore/comm/keypebble |
95 | 96 | ||
96 | PLUGINS = freetype | 97 | PLUGINS = freetype |
97 | 98 | ||
98 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
99 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 100 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
100 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 101 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
101 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 102 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
102 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) | 103 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
103 | 104 | ||
104 | 105 | ||
105 | 106 | ||
106 | NONTMAKEAPPS := ipaq/opiealarm | 107 | NONTMAKEAPPS := ipaq/opiealarm |
107 | 108 | ||
108 | DOCS = docs/src/opie-policy | 109 | DOCS = docs/src/opie-policy |
109 | single: mpegplayer/libmpeg3 | 110 | single: mpegplayer/libmpeg3 |
110 | 111 | ||
111 | dynamic: $(APPS) $(NONTMAKEAPPS) | 112 | dynamic: $(APPS) $(NONTMAKEAPPS) |
112 | 113 | ||
113 | docs: $(DOCS) | 114 | docs: $(DOCS) |
114 | 115 | ||
115 | $(COMPONENTS): $(LIBS) | 116 | $(COMPONENTS): $(LIBS) |
116 | 117 | ||
117 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 118 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
118 | 119 | ||
119 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 120 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
120 | $(MAKE) -C $@ -f Makefile | 121 | $(MAKE) -C $@ -f Makefile |
121 | 122 | ||
122 | showcomponents: | 123 | showcomponents: |
123 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 124 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
124 | 125 | ||
125 | clean: | 126 | clean: |
126 | $(MAKE) -C single -f Makefile $@ | 127 | $(MAKE) -C single -f Makefile $@ |
127 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 128 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |