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