summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e60978..1a22d79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,113 +1,114 @@
1indefault: dynamic 1indefault: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7 7
8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ 8INPUTCOMPONENTS= 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
13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ 13APPLETS= 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
21MAIL= noncore/mail/libmail noncore/mail/bend 21MAIL= noncore/mail/libmail noncore/mail/bend
22 22
23PLAYER = core/multimedia/opieplayer/libmpeg3 \ 23PLAYER = 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
30PIMAPPS = core/pim/addressbook core/pim/datebook \ 30PIMAPPS = core/pim/addressbook core/pim/datebook \
31 core/pim/today core/pim/todo 31 core/pim/today core/pim/todo
32 32
33COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 33COREAPPS = 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
38COREMULTIMEDIA = core/multimedia/opieplayer 38COREMULTIMEDIA = core/multimedia/opieplayer
39 39
40CORESETTINGS = core/settings/light-and-power core/settings/security \ 40CORESETTINGS = 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
44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 44NONCORESETTINGS =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
50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 50NONCORETOOLS = 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
53NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings 53NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \
54 noncore/styles/theme noncore/styles/theme/settings
54 55
55GAMES = noncore/games/minesweep noncore/games/solitaire \ 56GAMES = noncore/games/minesweep noncore/games/solitaire \
56 noncore/games/tetrix noncore/games/wordgame \ 57 noncore/games/tetrix noncore/games/wordgame \
57 noncore/games/parashoot noncore/games/snake \ 58 noncore/games/parashoot noncore/games/snake \
58 noncore/games/mindbreaker \ 59 noncore/games/mindbreaker \
59 noncore/games/go noncore/games/qasteroids \ 60 noncore/games/go noncore/games/qasteroids \
60 noncore/games/fifteen noncore/games/tictac \ 61 noncore/games/fifteen noncore/games/tictac \
61 noncore/games/kcheckers noncore/games/kpacman \ 62 noncore/games/kcheckers noncore/games/kpacman \
62 noncore/games/kbill 63 noncore/games/kbill
63 64
64NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ 65NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
65 66
66NONNET = noncore/net/netsetup noncore/net/opieftp \ 67NONNET = noncore/net/netsetup noncore/net/opieftp \
67 noncore/mail 68 noncore/mail
68 69
69NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 70NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
70 noncore/graphics/qpdf 71 noncore/graphics/qpdf
71 72
72 73
73NONCOMM = noncore/comm/keypebble 74NONCOMM = noncore/comm/keypebble
74 75
75APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 76APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
76 $(COREMULTIMEDIA) $(CORESETTINGS) \ 77 $(COREMULTIMEDIA) $(CORESETTINGS) \
77 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 78 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
78 $(NONAPPS) $(NONNET) $(NONMULT) \ 79 $(NONAPPS) $(NONNET) $(NONMULT) \
79 $(NONCOMM) $(GAMES) 80 $(NONCOMM) $(GAMES)
80 81
81 82
82 83
83NONTMAKEAPPS := ipaq/opiealarm 84NONTMAKEAPPS := ipaq/opiealarm
84 85
85DOCS = docs/src/opie-policy 86DOCS = docs/src/opie-policy
86single: mpegplayer/libmpeg3 87single: mpegplayer/libmpeg3
87 88
88dynamic: $(APPS) $(NONTMAKEAPPS) 89dynamic: $(APPS) $(NONTMAKEAPPS)
89 90
90docs: $(DOCS) 91docs: $(DOCS)
91 92
92$(COMPONENTS): $(LIBS) 93$(COMPONENTS): $(LIBS)
93 94
94$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 95$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
95 96
96$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 97$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
97 $(MAKE) -C $@ -f Makefile 98 $(MAKE) -C $@ -f Makefile
98 99
99showcomponents: 100showcomponents:
100 @echo $(LIBS) $(APPS) $(COMPONENTS) single 101 @echo $(LIBS) $(APPS) $(COMPONENTS) single
101 102
102clean: 103clean:
103 $(MAKE) -C single -f Makefile $@ 104 $(MAKE) -C single -f Makefile $@
104 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 105 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
105 106
106lupdate: 107lupdate:
107 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 108 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
108 109
109lrelease: 110lrelease:
110 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 111 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
111 112
112 113
113.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 114.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean