Files
haiku-beta6/src/apps/bin/Jamfile
T

105 lines
2.0 KiB
Plaintext
Raw Normal View History

SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
beep.cpp
clipboard.cpp
df.cpp
2002-12-03 19:25:26 +00:00
ffm.cpp
2002-12-03 18:46:45 +00:00
iroster.cpp
isvolume.cpp
listattr.cpp
2002-12-03 18:46:45 +00:00
lsindex.cpp
modifiers.cpp
2003-02-25 18:00:40 +00:00
open.cpp
2003-11-04 09:28:00 +00:00
play.cpp
query.cpp
2002-12-03 19:33:52 +00:00
quit.cpp
setversion.cpp
shutdown.cpp
2002-12-03 18:46:45 +00:00
version.cpp
yes.cpp
: be ;
2004-03-02 00:45:50 +00:00
StdBinCommands
sleep.cpp
: root ;
#UsePrivateHeaders kernel ;
#StdBinCommands
# factor.cpp
# : be ;
StdBinCommands
translate.cpp
: be translation ;
StdBinCommands
installsound.cpp
: be media ;
StdBinCommands
catattr.cpp
2002-12-03 18:46:45 +00:00
roster.cpp
: be stdc++.r4 ;
2003-07-04 17:03:21 +00:00
StdBinCommands
mail.cpp
: be /boot/beos/system/lib/libmail.so ;
StdBinCommands
chop.c
# clear.c
2004-01-27 09:32:35 +00:00
# csplit.c
driveinfo.c
echo.c
eject.c
hd.c
listarea.c
listimage.c
listport.c
listsem.c
2002-07-25 02:56:47 +00:00
mount.c
prio.c
ps.c
renice.c
rescan.c
rmattr.cpp
2002-12-08 17:17:52 +00:00
sysinfo.c
# tput.c
unchop.c
unmount.c
waitfor.c
2002-10-06 11:38:44 +00:00
whoami.c
;
SubInclude OBOS_TOP src apps bin addattr ;
SubInclude OBOS_TOP src apps bin chkbfs ;
#SubInclude OBOS_TOP src apps bin coreutils-5.0 ;
2003-10-30 15:10:18 +00:00
SubInclude OBOS_TOP src apps bin desklink ;
SubInclude OBOS_TOP src apps bin diffutils-2.8.1 ;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin grep-2.5 ;
SubInclude OBOS_TOP src apps bin less-381 ;
SubInclude OBOS_TOP src apps bin listdev ;
2003-11-23 12:26:04 +00:00
SubInclude OBOS_TOP src apps bin makeudfimage ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ;
#SubInclude OBOS_TOP src apps bin sed ;
SubInclude OBOS_TOP src apps bin sed-4.0.9 ;
SubInclude OBOS_TOP src apps bin sharutils-4.2.1 ;
2003-07-04 17:37:48 +00:00
# RCS commands
SubInclude OBOS_TOP src apps bin rcs ;
# Network command line tools
SubInclude OBOS_TOP src apps bin arp ;
SubInclude OBOS_TOP src apps bin ifconfig ;
2003-10-23 18:03:42 +00:00
SubInclude OBOS_TOP src apps bin pppconfig ;
SubInclude OBOS_TOP src apps bin ping ;
SubInclude OBOS_TOP src apps bin route ;
SubInclude OBOS_TOP src apps bin traceroute ;
# Compression command line tools
2002-10-02 21:32:10 +00:00
SubInclude OBOS_TOP src apps bin unzip ;
2002-10-10 21:41:17 +00:00
SubInclude OBOS_TOP src apps bin zip ;
2003-07-04 17:37:48 +00:00
SubInclude OBOS_TOP src apps bin gzip ;