author | kergoth <kergoth> | 2002-10-28 17:01:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-28 17:01:06 (UTC) |
commit | 098abdd59acd5a72127ac8abc9113238a53c546b (patch) (unidiff) | |
tree | f347ae3b7c9adca53e8136f1b175b6a37f83f977 /Makefile | |
parent | d033fbaff92f1e8e89a96c69dadda068cf3177cd (diff) | |
download | opie-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.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,32 +5,33 @@ all: default docs | |||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= 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 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= 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 | ||
24 | MAIL= noncore/mail/libmail noncore/mail/bend | 25 | MAIL= noncore/mail/libmail noncore/mail/bend |
25 | 26 | ||
26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 27 | PLAYER = 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 | ||
34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/pim/today core/pim/todo | 36 | core/pim/today core/pim/todo |
36 | 37 | ||
@@ -71,33 +72,33 @@ NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ | |||
71 | 72 | ||
72 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 73 | GAMES = 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 | ||
82 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 83 | NONAPPS = 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 | ||
87 | NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \ | 88 | NONNET = noncore/net/networksetup \ |
88 | noncore/net/opieftp \ | 89 | noncore/net/opieftp \ |
89 | noncore/mail | 90 | noncore/mail |
90 | 91 | ||
91 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 92 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
92 | noncore/graphics/qpdf noncore/apps/confedit | 93 | noncore/graphics/qpdf noncore/apps/confedit |
93 | 94 | ||
94 | 95 | ||
95 | NONCOMM = noncore/comm/keypebble | 96 | NONCOMM = noncore/comm/keypebble |
96 | 97 | ||
97 | PLUGINS = freetype | 98 | PLUGINS = freetype |
98 | 99 | ||
99 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 100 | APPS=$(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) |