Files
haiku-beta6/Jamfile
T

28 lines
567 B
Plaintext
Raw Normal View History

2002-07-09 12:24:59 +00:00
SubDir OBOS_TOP ;
2002-07-14 22:08:55 +00:00
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
NotFile alltests ;
Depends alltests : r5tests obostests ;
# Pseudo-target to build the network kit only
NotFile NetworkingKit ;
Depends NetworkingKit :
net_stack_driver net_server_driver
core
ethernet loopback
raw ipv4 icmp udp tcp
libnet.so libnetapi.so
ping ifconfig route traceroute arp
sis900 rtl8139
;
# Pseudo-target to build the media stuffs only
NotFile MediaKit ;
Depends MediaKit :
2003-06-01 21:12:24 +00:00
libmedia.so media_server media_addon_server mixer.media_addon
;
SubInclude OBOS_TOP src ;
2002-07-14 22:08:55 +00:00