summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 367cfda..9bcad17 100644
--- a/Makefile
+++ b/Makefile
@@ -1,117 +1,118 @@
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 noncore/applets/wirelessapplet
20 21
21MAIL= noncore/mail/libmail noncore/mail/bend 22MAIL= noncore/mail/libmail noncore/mail/bend
22 23
23PLAYER = core/multimedia/opieplayer/libmpeg3 \ 24PLAYER = core/multimedia/opieplayer/libmpeg3 \
24 core/multimedia/opieplayer/libmad \ 25 core/multimedia/opieplayer/libmad \
25 core/multimedia/opieplayer/wavplugin \ 26 core/multimedia/opieplayer/wavplugin \
26 core/multimedia/opieplayer/modplug 27 core/multimedia/opieplayer/modplug
27 28
28 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
29 30
30 31
31PIMAPPS = core/pim/addressbook core/pim/datebook \ 32PIMAPPS = core/pim/addressbook core/pim/datebook \
32 core/pim/today core/pim/todo 33 core/pim/today core/pim/todo
33 34
34COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 35COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
35 core/apps/textedit core/apps/embeddedkonsole \ 36 core/apps/textedit core/apps/embeddedkonsole \
36 core/launcher \ 37 core/launcher \
37 core/opie-login \ 38 core/opie-login \
38 core/apps/oipkg core/apps/qcop 39 core/apps/oipkg core/apps/qcop
39 40
40COREMULTIMEDIA = core/multimedia/opieplayer 41COREMULTIMEDIA = core/multimedia/opieplayer
41 42
42CORESETTINGS = core/settings/light-and-power core/settings/security \ 43CORESETTINGS = core/settings/light-and-power core/settings/security \
43 core/settings/systemtime core/settings/citytime \ 44 core/settings/systemtime core/settings/citytime \
44 45
45NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 46NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
46 noncore/settings/appearance noncore/settings/sound \ 47 noncore/settings/appearance noncore/settings/sound \
47 noncore/settings/mediummount \ 48 noncore/settings/mediummount \
48 noncore/settings/tabmanager noncore/settings/appskey \ 49 noncore/settings/tabmanager noncore/settings/appskey \
49 noncore/settings/netsystemtime \ 50 noncore/settings/netsystemtime \
50 noncore/settings/wlansetup \ 51 noncore/settings/wlansetup \
51 52
52NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 53NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
53 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 54 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
54 55
55NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 56NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
56 57
57GAMES = noncore/games/minesweep noncore/games/solitaire \ 58GAMES = noncore/games/minesweep noncore/games/solitaire \
58 noncore/games/tetrix noncore/games/wordgame \ 59 noncore/games/tetrix noncore/games/wordgame \
59 noncore/games/parashoot noncore/games/snake \ 60 noncore/games/parashoot noncore/games/snake \
60 noncore/games/mindbreaker \ 61 noncore/games/mindbreaker \
61 noncore/games/go noncore/games/qasteroids \ 62 noncore/games/go noncore/games/qasteroids \
62 noncore/games/fifteen noncore/games/tictac \ 63 noncore/games/fifteen noncore/games/tictac \
63 noncore/games/kcheckers noncore/games/kpacman \ 64 noncore/games/kcheckers noncore/games/kpacman \
64 noncore/games/kbill 65 noncore/games/kbill
65 66
66NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 67NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
67 noncore/apps/opie-reader noncore/apps/checkbook \ 68 noncore/apps/opie-reader noncore/apps/checkbook \
68 noncore/apps/sysinfo \ 69 noncore/apps/sysinfo \
69 70
70NONNET = noncore/net/netsetup noncore/net/opieftp \ 71NONNET = noncore/net/netsetup noncore/net/opieftp \
71 noncore/mail 72 noncore/mail
72 73
73NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 74NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
74 noncore/graphics/qpdf noncore/apps/confedit 75 noncore/graphics/qpdf noncore/apps/confedit
75 76
76 77
77NONCOMM = noncore/comm/keypebble 78NONCOMM = noncore/comm/keypebble
78 79
79APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 80APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
80 $(COREMULTIMEDIA) $(CORESETTINGS) \ 81 $(COREMULTIMEDIA) $(CORESETTINGS) \
81 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 82 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
82 $(NONAPPS) $(NONNET) $(NONMULT) \ 83 $(NONAPPS) $(NONNET) $(NONMULT) \
83 $(NONCOMM) $(GAMES) 84 $(NONCOMM) $(GAMES)
84 85
85 86
86 87
87NONTMAKEAPPS := ipaq/opiealarm 88NONTMAKEAPPS := ipaq/opiealarm
88 89
89DOCS = docs/src/opie-policy 90DOCS = docs/src/opie-policy
90single: mpegplayer/libmpeg3 91single: mpegplayer/libmpeg3
91 92
92dynamic: $(APPS) $(NONTMAKEAPPS) 93dynamic: $(APPS) $(NONTMAKEAPPS)
93 94
94docs: $(DOCS) 95docs: $(DOCS)
95 96
96$(COMPONENTS): $(LIBS) 97$(COMPONENTS): $(LIBS)
97 98
98$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 99$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
99 100
100$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 101$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
101 $(MAKE) -C $@ -f Makefile 102 $(MAKE) -C $@ -f Makefile
102 103
103showcomponents: 104showcomponents:
104 @echo $(LIBS) $(APPS) $(COMPONENTS) single 105 @echo $(LIBS) $(APPS) $(COMPONENTS) single
105 106
106clean: 107clean:
107 $(MAKE) -C single -f Makefile $@ 108 $(MAKE) -C single -f Makefile $@
108 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 109 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
109 110
110lupdate: 111lupdate:
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
113lrelease: 114lrelease:
114 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 115 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
115 116
116 117
117.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 118.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean