Files
haiku-beta6/Jamfile
T

113 lines
1.6 KiB
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 mail kit only
NotFile MailKit ;
Depends MailKit :
libmail.so
mail_daemon
E-mail
BeMail
# mail_daemon addons
Inbox
Outbox
Message\ Parser
New\ Mail\ Notification
Match\ Header
R5\ Daemon\ Filter
IMAP
POP3
SMTP
Fortune
;
# Pseudo-target to build the network kit only
NotFile NetworkingKit ;
Depends NetworkingKit :
net_stack_driver net_server_driver
core
ethernet loopback ppp
raw route ipv4 icmp udp tcp
libnet.so libnetapi.so libbind.so libsocket.so
ping ifconfig <bin>route traceroute arp pppconfig
# network drivers:
sis900 rtl8139 rtl8169 via-rhine ipro1000 wb840 bcm440x bcm570x
# PPP devices:
modem pppoe
# PPP protocols:
ipcp
# PPP authenticators:
pap
;
# Pseudo-target to build the media stuffs only
NotFile MediaKit ;
Depends MediaKit :
libmedia.so
# Servers
media_addon_server
media_server
# Preference
Sounds
Media
# Deskbar replicant
desklink
# add-ons
mixer.media_addon
tone_producer_demo.media_addon
video_producer_demo.media_addon
legacy.media_addon
multi_audio.media_addon
2003-12-06 16:26:08 +00:00
# reader.media_addon
# writer.media_addon
# demultiplexer.media_addon
# codecs
2004-03-06 22:41:38 +00:00
ac3_decoder
2003-12-26 00:01:08 +00:00
aiff_reader
au_reader
avcodec
avi_reader
2004-12-25 19:41:23 +00:00
matroska
mp3_decoder
2003-12-26 00:01:08 +00:00
mp3_reader
2004-01-25 22:01:23 +00:00
musepack
2003-12-26 00:01:08 +00:00
ogg
2004-01-25 22:01:23 +00:00
raw_decoder
speex
2003-12-26 00:01:08 +00:00
vorbis
wav_reader
2003-09-07 22:23:59 +00:00
;
2002-07-14 22:08:55 +00:00
2004-10-07 08:35:51 +00:00
# Pseudo-target to build the input kit only
NotFile InputKit ;
Depends InputKit :
# Servers
input_server
# Addons
<input>keyboard
<input>mouse
# Apps
keymap
# Preferences
Keymap
Keyboard
Mouse
;
SubInclude OBOS_TOP src ;