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

123 lines
2.5 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
2004-05-29 18:37:24 +00:00
# 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
2004-05-13 08:22:03 +00:00
: be libmedia.so ;
StdBinCommands
catattr.cpp
2002-12-03 18:46:45 +00:00
roster.cpp
: be stdc++.r4 ;
2004-05-29 18:06:04 +00:00
StdBinCommands
top.c
2004-06-01 09:40:42 +00:00
tput.c
: libtermcap.a ;
2003-07-04 17:03:21 +00:00
StdBinCommands
mail.cpp
: be /boot/beos/system/lib/libmail.so ;
StdBinCommands
chop.c
2004-05-29 18:06:04 +00:00
clear.c
2004-01-27 09:32:35 +00:00
# csplit.c
driveinfo.c
2004-05-29 18:06:04 +00:00
# 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
2004-03-19 08:19:11 +00:00
release.c
renice.c
rescan.c
rmattr.cpp
2002-12-08 17:17:52 +00:00
sysinfo.c
unchop.c
unmount.c
waitfor.c
2002-10-06 11:38:44 +00:00
whoami.c
;
SubInclude OBOS_TOP src apps bin addattr ;
2004-06-07 09:11:15 +00:00
SubInclude OBOS_TOP src apps bin bash ;
2004-05-26 08:28:32 +00:00
SubInclude OBOS_TOP src apps bin bc ;
2004-06-01 10:01:49 +00:00
SubInclude OBOS_TOP src apps bin bison ;
SubInclude OBOS_TOP src apps bin chkbfs ;
2004-06-16 21:34:59 +00:00
SubInclude OBOS_TOP src apps bin compress ;
2004-05-13 08:55:11 +00:00
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 ;
2004-06-20 22:48:12 +00:00
SubInclude OBOS_TOP src apps bin findutils ;
2004-06-14 09:20:52 +00:00
SubInclude OBOS_TOP src apps bin flex ;
2004-06-11 09:01:23 +00:00
SubInclude OBOS_TOP src apps bin gawk ;
#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 ;
2004-06-20 16:15:04 +00:00
SubInclude OBOS_TOP src apps bin make ;
2003-11-23 12:26:04 +00:00
SubInclude OBOS_TOP src apps bin makeudfimage ;
SubInclude OBOS_TOP src apps bin mkdos ;
2004-06-16 21:34:59 +00:00
SubInclude OBOS_TOP src apps bin patch ;
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 ;
2004-06-15 09:16:44 +00:00
SubInclude OBOS_TOP src apps bin vim ;
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 ;
SubInclude OBOS_TOP src apps bin ppp_up ;
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 ;
SubInclude OBOS_TOP src apps bin bzip2 ;
2004-05-12 08:39:40 +00:00
SubInclude OBOS_TOP src apps bin tar ;