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