summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2002-10-28 17:01:06 (UTC)
committer kergoth <kergoth>2002-10-28 17:01:06 (UTC)
commit098abdd59acd5a72127ac8abc9113238a53c546b (patch) (unidiff)
treef347ae3b7c9adca53e8136f1b175b6a37f83f977 /Makefile
parentd033fbaff92f1e8e89a96c69dadda068cf3177cd (diff)
downloadopie-098abdd59acd5a72127ac8abc9113238a53c546b.zip
opie-098abdd59acd5a72127ac8abc9113238a53c546b.tar.gz
opie-098abdd59acd5a72127ac8abc9113238a53c546b.tar.bz2
We need to ensure that noncore/net/networksetup/interfaces gets built before noncore/net/networksetup and noncore/net/networksetup/wlan.
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 def0021..5b28a16 100644
--- a/Makefile
+++ b/Makefile
@@ -1,44 +1,45 @@
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/homeapplet core/applets/suspendapplet \ 16 core/applets/homeapplet core/applets/suspendapplet \
17 core/applets/logoutapplet \ 17 core/applets/logoutapplet \
18 core/applets/screenshotapplet core/applets/clipboardapplet \ 18 core/applets/screenshotapplet core/applets/clipboardapplet \
19 core/applets/cardmon core/applets/obex \ 19 core/applets/cardmon core/applets/obex \
20 core/applets/vmemo \ 20 core/applets/vmemo \
21 noncore/net/networksetup/interfaces \
21 noncore/net/networksetup/wlan \ 22 noncore/net/networksetup/wlan \
22 noncore/applets/wirelessapplet noncore/applets/notesapplet 23 noncore/applets/wirelessapplet noncore/applets/notesapplet
23 24
24MAIL= noncore/mail/libmail noncore/mail/bend 25MAIL= noncore/mail/libmail noncore/mail/bend
25 26
26PLAYER = core/multimedia/opieplayer/libmpeg3 \ 27PLAYER = core/multimedia/opieplayer/libmpeg3 \
27 core/multimedia/opieplayer/libmad \ 28 core/multimedia/opieplayer/libmad \
28 core/multimedia/opieplayer/wavplugin \ 29 core/multimedia/opieplayer/wavplugin \
29 core/multimedia/opieplayer/modplug 30 core/multimedia/opieplayer/modplug
30 31
31 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 32 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
32 33
33 34
34PIMAPPS = core/pim/addressbook core/pim/datebook \ 35PIMAPPS = core/pim/addressbook core/pim/datebook \
35 core/pim/today core/pim/todo 36 core/pim/today core/pim/todo
36 37
37TODAYPLUGINS = core/pim/today/plugins/datebook \ 38TODAYPLUGINS = core/pim/today/plugins/datebook \
38 core/pim/today/plugins/todolist \ 39 core/pim/today/plugins/todolist \
39 core/pim/today/plugins/mail \ 40 core/pim/today/plugins/mail \
40 41
41 42
42COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 43COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
43 core/apps/textedit core/apps/embeddedkonsole \ 44 core/apps/textedit core/apps/embeddedkonsole \
44 core/launcher \ 45 core/launcher \
@@ -63,49 +64,49 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ 64 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
64 noncore/tools/formatter 65 noncore/tools/formatter
65 66
66NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 67NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
67 noncore/styles/flat noncore/styles/fresh 68 noncore/styles/flat noncore/styles/fresh
68 69
69NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 70NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
70 noncore/decorations/polished 71 noncore/decorations/polished
71 72
72GAMES = noncore/games/minesweep noncore/games/solitaire \ 73GAMES = noncore/games/minesweep noncore/games/solitaire \
73 noncore/games/tetrix noncore/games/wordgame \ 74 noncore/games/tetrix noncore/games/wordgame \
74 noncore/games/parashoot noncore/games/snake \ 75 noncore/games/parashoot noncore/games/snake \
75 noncore/games/mindbreaker \ 76 noncore/games/mindbreaker \
76 noncore/games/go noncore/games/qasteroids \ 77 noncore/games/go noncore/games/qasteroids \
77 noncore/games/fifteen noncore/games/tictac \ 78 noncore/games/fifteen noncore/games/tictac \
78 noncore/games/kcheckers noncore/games/kpacman \ 79 noncore/games/kcheckers noncore/games/kpacman \
79 noncore/games/kbill noncore/games/buzzword \ 80 noncore/games/kbill noncore/games/buzzword \
80 noncore/games/bounce 81 noncore/games/bounce
81 82
82NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 83NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
83 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 84 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
84 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 85 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
85 noncore/apps/opie-console 86 noncore/apps/opie-console
86 87
87NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \ 88NONNET = noncore/net/networksetup \
88 noncore/net/opieftp \ 89 noncore/net/opieftp \
89 noncore/mail 90 noncore/mail
90 91
91NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 92NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
92 noncore/graphics/qpdf noncore/apps/confedit 93 noncore/graphics/qpdf noncore/apps/confedit
93 94
94 95
95NONCOMM = noncore/comm/keypebble 96NONCOMM = noncore/comm/keypebble
96 97
97PLUGINS = freetype 98PLUGINS = freetype
98 99
99APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 100APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
100 $(COREMULTIMEDIA) $(CORESETTINGS) \ 101 $(COREMULTIMEDIA) $(CORESETTINGS) \
101 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 102 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
102 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 103 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
103 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 104 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
104 105
105 106
106 107
107NONTMAKEAPPS := ipaq/opiealarm 108NONTMAKEAPPS := ipaq/opiealarm
108 109
109DOCS = docs/src/opie-policy 110DOCS = docs/src/opie-policy
110single: mpegplayer/libmpeg3 111single: mpegplayer/libmpeg3
111 112