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 3ac1b0b..f6416ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,125 +1,125 @@
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 noncore/applets/notesapplet 20 noncore/applets/wirelessapplet noncore/applets/notesapplet
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 core/settings/launcher 50 core/settings/launcher
51 51
52NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 52NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
53 noncore/settings/appearance2 noncore/settings/sound \ 53 noncore/settings/appearance2 noncore/settings/sound \
54 noncore/settings/mediummount \ 54 noncore/settings/mediummount \
55 noncore/settings/tabmanager noncore/settings/appskey \ 55 noncore/settings/tabmanager noncore/settings/appskey \
56 noncore/settings/netsystemtime noncore/settings/wlansetup \ 56 noncore/settings/netsystemtime noncore/settings/wlansetup \
57 noncore/settings/sshkeys noncore/settings/usermanager 57 noncore/settings/sshkeys noncore/settings/usermanager
58 58
59NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 59NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
60 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 60 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
61 61
62NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 62NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
63 63
64GAMES = noncore/games/minesweep noncore/games/solitaire \ 64GAMES = noncore/games/minesweep noncore/games/solitaire \
65 noncore/games/tetrix noncore/games/wordgame \ 65 noncore/games/tetrix noncore/games/wordgame \
66 noncore/games/parashoot noncore/games/snake \ 66 noncore/games/parashoot noncore/games/snake \
67 noncore/games/mindbreaker \ 67 noncore/games/mindbreaker \
68 noncore/games/go noncore/games/qasteroids \ 68 noncore/games/go noncore/games/qasteroids \
69 noncore/games/fifteen noncore/games/tictac \ 69 noncore/games/fifteen noncore/games/tictac \
70 noncore/games/kcheckers noncore/games/kpacman \ 70 noncore/games/kcheckers noncore/games/kpacman \
71 noncore/games/kbill noncore/games/buzzword \ 71 noncore/games/kbill noncore/games/buzzword \
72 noncore/games/bounce 72 noncore/games/bounce
73 73
74NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 74NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
75 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 75 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
76 noncore/apps/sysinfo \ noncore/net/opieirc \ 76 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\
77 77
78NONNET = noncore/net/netsetup noncore/net/opieftp \ 78NONNET = noncore/net/netsetup noncore/net/opieftp \
79 noncore/mail 79 noncore/mail
80 80
81NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 81NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
82 noncore/graphics/qpdf noncore/apps/confedit 82 noncore/graphics/qpdf noncore/apps/confedit
83 83
84 84
85NONCOMM = noncore/comm/keypebble 85NONCOMM = noncore/comm/keypebble
86 86
87APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 87APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
88 $(COREMULTIMEDIA) $(CORESETTINGS) \ 88 $(COREMULTIMEDIA) $(CORESETTINGS) \
89 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 89 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
90 $(NONAPPS) $(NONNET) $(NONMULT) \ 90 $(NONAPPS) $(NONNET) $(NONMULT) \
91 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) 91 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
92 92
93 93
94 94
95NONTMAKEAPPS := ipaq/opiealarm 95NONTMAKEAPPS := ipaq/opiealarm
96 96
97DOCS = docs/src/opie-policy 97DOCS = docs/src/opie-policy
98single: mpegplayer/libmpeg3 98single: mpegplayer/libmpeg3
99 99
100dynamic: $(APPS) $(NONTMAKEAPPS) 100dynamic: $(APPS) $(NONTMAKEAPPS)
101 101
102docs: $(DOCS) 102docs: $(DOCS)
103 103
104$(COMPONENTS): $(LIBS) 104$(COMPONENTS): $(LIBS)
105 105
106$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 106$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
107 107
108$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 108$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
109 $(MAKE) -C $@ -f Makefile 109 $(MAKE) -C $@ -f Makefile
110 110
111showcomponents: 111showcomponents:
112 @echo $(LIBS) $(APPS) $(COMPONENTS) single 112 @echo $(LIBS) $(APPS) $(COMPONENTS) single
113 113
114clean: 114clean:
115 $(MAKE) -C single -f Makefile $@ 115 $(MAKE) -C single -f Makefile $@
116 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 116 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
117 117
118lupdate: 118lupdate:
119 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 119 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
120 120
121lrelease: 121lrelease:
122 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 122 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
123 123
124 124
125.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 125.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean