xref: /haiku/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP ;
2
3InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
4
5NotFile alltests ;
6Depends alltests : r5tests obostests ;
7
8# Pseudo-target to build the network kit only
9NotFile NetworkingKit ;
10Depends NetworkingKit :
11	net_stack_driver net_server_driver
12	core
13	ethernet loopback ppp
14	pppoe
15	raw	ipv4 icmp udp tcp
16	libnet.so libnetapi.so
17	ping ifconfig route traceroute arp pppconfig
18	sis900 rtl8139
19;
20
21# Pseudo-target to build the media stuffs only
22NotFile MediaKit ;
23Depends MediaKit :
24	libmedia.so media_server media_addon_server mixer.media_addon tone_producer_demo.media_addon video_producer_demo.media_addon
25;
26
27SubInclude OBOS_TOP src ;
28