source: mainline/uspace/Makefile@ e1b4ae0

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since e1b4ae0 was 9621c7d, checked in by Jiri Svoboda <jiri@…>, 8 years ago

Add simple coastline package installer. Add downloader option to save output to file.

  • Property mode set to 100644
File size: 6.0 KB
Line 
1#
2# Copyright (c) 2005 Martin Decky
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8#
9# - Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.
11# - Redistributions in binary form must reproduce the above copyright
12# notice, this list of conditions and the following disclaimer in the
13# documentation and/or other materials provided with the distribution.
14# - The name of the author may not be used to endorse or promote products
15# derived from this software without specific prior written permission.
16#
17# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27#
28
29-include ../Makefile.common
30-include ../Makefile.config
31
32## Common binaries
33#
34
35DIRS = \
36 app/barber \
37 app/bdsh \
38 app/bithenge \
39 app/blkdump \
40 app/bnchmark \
41 app/corecfg \
42 app/devctl \
43 app/dnscfg \
44 app/dnsres \
45 app/download \
46 app/edit \
47 app/fdisk \
48 app/fontviewer \
49 app/getterm \
50 app/gunzip \
51 app/init \
52 app/inet \
53 app/kill \
54 app/killall \
55 app/kio \
56 app/loc \
57 app/logset \
58 app/mixerctl \
59 app/mkfat \
60 app/mkexfat \
61 app/mkmfs \
62 app/modplay \
63 app/netecho \
64 app/nterm \
65 app/redir \
66 app/rcutest \
67 app/rcubench \
68 app/sbi \
69 app/sportdmp \
70 app/stats \
71 app/taskdump \
72 app/tester \
73 app/testread \
74 app/testwrit \
75 app/tetris \
76 app/trace \
77 app/top \
78 app/untar \
79 app/usbinfo \
80 app/vuhid \
81 app/nic \
82 app/ping \
83 app/pkg \
84 app/sysinfo \
85 app/sysinst \
86 app/mkbd \
87 app/date \
88 app/vcalc \
89 app/vdemo \
90 app/viewer \
91 app/vlaunch \
92 app/vterm \
93 app/df \
94 app/wavplay \
95 app/websrv \
96 app/wifi_supplicant \
97 srv/audio/hound \
98 srv/clipboard \
99 srv/locsrv \
100 srv/logger \
101 srv/klog \
102 srv/devman \
103 srv/loader \
104 srv/net/dhcp \
105 srv/net/dnsrsrv \
106 srv/net/ethip \
107 srv/net/inetsrv \
108 srv/net/loopip \
109 srv/net/nconfsrv \
110 srv/net/slip \
111 srv/net/tcp \
112 srv/net/udp \
113 srv/ns \
114 srv/taskmon \
115 srv/vfs \
116 srv/bd/sata_bd \
117 srv/bd/file_bd \
118 srv/bd/rd \
119 srv/bd/vbd \
120 srv/fs/exfat \
121 srv/fs/udf \
122 srv/fs/fat \
123 srv/fs/cdfs \
124 srv/fs/tmpfs \
125 srv/fs/mfs \
126 srv/fs/locfs \
127 srv/fs/ext4fs \
128 srv/volsrv \
129 srv/hid/compositor \
130 srv/hid/console \
131 srv/hid/s3c24xx_ts \
132 srv/hid/isdv4_tablet \
133 srv/hid/input \
134 srv/hid/output \
135 srv/hid/remcons \
136 srv/hw/char/s3c24xx_uart \
137 srv/hid/rfb \
138 drv/audio/hdaudio \
139 drv/audio/sb16 \
140 drv/root/root \
141 drv/root/virt \
142 drv/block/ahci \
143 drv/block/ata_bd \
144 drv/block/ddisk \
145 drv/char/i8042 \
146 drv/char/pl050 \
147 drv/char/ps2mouse \
148 drv/char/atkbd \
149 drv/char/xtkbd \
150 drv/test/test1 \
151 drv/test/test2 \
152 drv/test/test3 \
153 drv/fb/kfb \
154 drv/bus/usb/ehci \
155 drv/bus/usb/ohci \
156 drv/bus/usb/uhci \
157 drv/bus/usb/usbflbk \
158 drv/bus/usb/usbhid \
159 drv/bus/usb/usbhub \
160 drv/bus/usb/usbmast \
161 drv/bus/usb/usbmid \
162 drv/bus/usb/vhc \
163 drv/nic/ne2k \
164 drv/nic/e1k \
165 drv/nic/rtl8139 \
166 drv/nic/rtl8169 \
167 drv/nic/ar9271 \
168 drv/platform/icp
169
170## Platform-specific hardware support
171#
172
173ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
174 DIRS += \
175 drv/platform/pc \
176 drv/bus/pci/pciintel \
177 drv/bus/isa \
178 drv/char/ns8250 \
179 drv/time/cmos-rtc \
180 srv/hw/irc/apic \
181 srv/hw/irc/i8259
182endif
183
184ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
185ifeq ($(MACHINE),msim)
186 DIRS += \
187 drv/platform/msim
188else
189 DIRS += \
190 drv/platform/malta \
191 drv/bus/pci/pciintel \
192 drv/bus/isa
193endif
194endif
195
196ifeq ($(UARCH),ppc32)
197 DIRS += \
198 drv/platform/mac \
199 drv/bus/pci/pciintel \
200 srv/hw/bus/cuda_adb
201endif
202
203ifeq ($(UARCH),sparc64)
204 DIRS += \
205 srv/hw/irc/obio
206ifeq ($(MACHINE),generic)
207 DIRS += \
208 drv/platform/sun4u \
209 drv/bus/pci/pciintel \
210 drv/bus/isa \
211 drv/char/ns8250
212endif
213endif
214
215ifeq ($(UARCH),arm32)
216 DIRS += \
217 drv/platform/amdm37x \
218 drv/fb/amdm37x_dispc \
219 srv/hw/irc/icp-ic
220endif
221
222## Dynamic linking tests
223#
224ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)
225 DIRS += \
226 app/dltest \
227 app/dltests
228endif
229
230## System libraries
231#
232
233LIBC = lib/c
234LIBS = \
235 lib/fs \
236 lib/block \
237 lib/crypto \
238 lib/clui \
239 lib/dltest \
240 lib/fdisk \
241 lib/fmtutil \
242 lib/scsi \
243 lib/compress \
244 lib/softint \
245 lib/softfloat \
246 lib/drv \
247 lib/graph \
248 lib/gui \
249 lib/hound \
250 lib/http \
251 lib/softrend \
252 lib/draw \
253 lib/label \
254 lib/math \
255 lib/nettl \
256 lib/nic \
257 lib/ext4 \
258 lib/trackmod \
259 lib/uri \
260 lib/usb \
261 lib/usbhost \
262 lib/usbdev \
263 lib/usbhid \
264 lib/usbvirt \
265 lib/pcm \
266 lib/pcut \
267 lib/bithenge \
268 lib/posix \
269 lib/ieee80211
270
271LIBC_BUILD = $(addsuffix .build,$(LIBC))
272LIBS_BUILD = $(addsuffix .build,$(LIBS))
273LIBN_BUILD = $(addsuffix .build,$(LIBN))
274BUILDS := $(addsuffix .build,$(DIRS))
275BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)
276
277CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC))
278
279.PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean
280
281all: $(BUILDS) $(BUILDS_TESTS)
282
283$(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
284 $(MAKE) -r -C $(basename $@) all-test PRECHECK=$(PRECHECK)
285
286clean: $(CLEANS)
287
288$(CLEANS):
289 -$(MAKE) -r -C $(basename $@) clean
290
291$(BUILDS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
292 $(MAKE) -r -C $(basename $@) all PRECHECK=$(PRECHECK)
293
294$(LIBN_BUILD): $(LIBC_BUILD) $(LIBS_BUILD)
295 $(MAKE) -r -C $(basename $@) all PRECHECK=$(PRECHECK)
296
297$(LIBS_BUILD): $(LIBC_BUILD)
298 $(MAKE) -r -C $(basename $@) all PRECHECK=$(PRECHECK)
299
300$(LIBC_BUILD):
301 $(MAKE) -r -C $(basename $@) all PRECHECK=$(PRECHECK)
Note: See TracBrowser for help on using the repository browser.