2002-07-09 16:24:59 +04:00
|
|
|
SubDir OBOS_TOP ;
|
|
|
|
|
2002-07-15 02:08:55 +04:00
|
|
|
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
|
|
|
|
|
2002-07-19 18:10:26 +04:00
|
|
|
NotFile alltests ;
|
|
|
|
Depends alltests : r5tests obostests ;
|
|
|
|
|
2003-05-13 00:50:04 +04:00
|
|
|
# Pseudo-target to build the network kit only
|
|
|
|
NotFile NetworkingKit ;
|
|
|
|
Depends NetworkingKit :
|
2003-05-13 00:42:24 +04:00
|
|
|
net_stack_driver net_server_driver
|
|
|
|
core
|
|
|
|
ethernet loopback
|
|
|
|
raw ipv4 icmp udp tcp
|
|
|
|
libnet.so libnetapi.so
|
|
|
|
ping ifconfig route traceroute arp
|
|
|
|
;
|
|
|
|
|
2003-05-31 03:04:41 +04:00
|
|
|
# Pseudo-target to build the media stuffs only
|
|
|
|
NotFile MediaKit ;
|
|
|
|
Depends MediaKit :
|
2003-06-02 01:12:24 +04:00
|
|
|
libmedia.so media_server media_addon_server mixer.media_addon
|
2003-05-31 03:04:41 +04:00
|
|
|
;
|
|
|
|
|
2002-07-13 02:54:34 +04:00
|
|
|
SubInclude OBOS_TOP src ;
|
2002-07-15 02:08:55 +04:00
|
|
|
|