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