-rw-r--r-- | Makefile.x11 | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/Makefile.x11 b/Makefile.x11 new file mode 100644 index 0000000..8f37db5 --- a/dev/null +++ b/Makefile.x11 | |||
@@ -0,0 +1,132 @@ | |||
1 | indefault: dynamic | ||
2 | |||
3 | all: default docs | ||
4 | |||
5 | LIBS=x11/libqpe-x11 libopie | ||
6 | |||
7 | |||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | ||
9 | inputmethods/handwriting inputmethods/unikeyboard \ | ||
10 | inputmethods/jumpx inputmethods/kjumpx \ | ||
11 | inputmethods/dvorak inputmethods/multikey \ | ||
12 | |||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | ||
14 | core/applets/irdaapplet core/applets/volumeapplet \ | ||
15 | core/applets/clockapplet core/applets/netmonapplet \ | ||
16 | core/applets/homeapplet core/applets/suspendapplet \ | ||
17 | core/applets/logoutapplet \ | ||
18 | core/applets/screenshotapplet core/applets/clipboardapplet \ | ||
19 | core/applets/cardmon core/applets/obex \ | ||
20 | core/applets/vmemo noncore/net/netsetup/dialup \ | ||
21 | noncore/net/netsetup/lan \ | ||
22 | noncore/applets/wirelessapplet noncore/applets/notesapplet | ||
23 | |||
24 | MAIL= noncore/mail/libmail noncore/mail/bend | ||
25 | |||
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | ||
27 | core/multimedia/opieplayer/libmad \ | ||
28 | core/multimedia/opieplayer/wavplugin \ | ||
29 | core/multimedia/opieplayer/modplug | ||
30 | |||
31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | ||
32 | |||
33 | |||
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | ||
35 | core/pim/today core/pim/todo | ||
36 | |||
37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | ||
38 | core/pim/today/plugins/todolist \ | ||
39 | core/pim/today/plugins/mail \ | ||
40 | |||
41 | |||
42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | ||
43 | core/apps/textedit core/apps/embeddedkonsole \ | ||
44 | core/launcher \ | ||
45 | core/opie-login \ | ||
46 | core/apps/oipkg core/apps/qcop | ||
47 | |||
48 | COREMULTIMEDIA = core/multimedia/opieplayer | ||
49 | |||
50 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | ||
51 | core/settings/systemtime core/settings/citytime \ | ||
52 | core/settings/launcher | ||
53 | |||
54 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | ||
55 | noncore/settings/appearance2 noncore/settings/sound \ | ||
56 | noncore/settings/mediummount \ | ||
57 | noncore/settings/tabmanager noncore/settings/appskey \ | ||
58 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | ||
59 | noncore/settings/sshkeys noncore/settings/usermanager \ | ||
60 | noncore/apps/backup | ||
61 | |||
62 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | ||
63 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | ||
64 | |||
65 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ | ||
66 | noncore/styles/flat noncore/styles/fresh | ||
67 | |||
68 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | ||
69 | noncore/decorations/polished | ||
70 | |||
71 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | ||
72 | noncore/games/tetrix noncore/games/wordgame \ | ||
73 | noncore/games/parashoot noncore/games/snake \ | ||
74 | noncore/games/mindbreaker \ | ||
75 | noncore/games/go noncore/games/qasteroids \ | ||
76 | noncore/games/fifteen noncore/games/tictac \ | ||
77 | noncore/games/kcheckers noncore/games/kpacman \ | ||
78 | noncore/games/kbill noncore/games/buzzword \ | ||
79 | noncore/games/bounce | ||
80 | |||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | ||
82 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | ||
83 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ | ||
84 | |||
85 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | ||
86 | noncore/mail | ||
87 | |||
88 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | ||
89 | noncore/graphics/qpdf noncore/apps/confedit | ||
90 | |||
91 | |||
92 | NONCOMM = noncore/comm/keypebble | ||
93 | |||
94 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | ||
95 | $(CORESETTINGS) \ | ||
96 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | ||
97 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | ||
98 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | ||
99 | |||
100 | |||
101 | |||
102 | NONTMAKEAPPS := ipaq/opiealarm | ||
103 | |||
104 | DOCS = docs/src/opie-policy | ||
105 | single: mpegplayer/libmpeg3 | ||
106 | |||
107 | dynamic: $(APPS) $(NONTMAKEAPPS) | ||
108 | |||
109 | docs: $(DOCS) | ||
110 | |||
111 | $(COMPONENTS): $(LIBS) | ||
112 | |||
113 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | ||
114 | |||
115 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | ||
116 | $(MAKE) -C $@ -f Makefile | ||
117 | |||
118 | showcomponents: | ||
119 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | ||
120 | |||
121 | clean: | ||
122 | $(MAKE) -C single -f Makefile $@ | ||
123 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | ||
124 | |||
125 | lupdate: | ||
126 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | ||
127 | |||
128 | lrelease: | ||
129 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | ||
130 | |||
131 | |||
132 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | ||