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