0b153628d8
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4532 a95241bf-73f2-0310-859d-f6bbb57e9c96
28 lines
629 B
Plaintext
28 lines
629 B
Plaintext
SubDir OBOS_TOP ;
|
|
|
|
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 :
|
|
libmedia.so media_server media_addon_server mixer.media_addon tone_producer_demo.media_addon video_producer_demo.media_addon
|
|
;
|
|
|
|
SubInclude OBOS_TOP src ;
|
|
|