Files
haiku-beta6/src/bin/Jamfile
T

153 lines
3.2 KiB
Plaintext
Raw Normal View History

SubDir OBOS_TOP src bin ;
UsePrivateHeaders app ;
2004-11-22 17:26:28 +00:00
UsePrivateHeaders kernel ;
2004-12-01 04:50:06 +00:00
UsePrivateHeaders shared ;
UsePrivateHeaders storage ;
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_cache ;
2004-11-22 17:26:28 +00:00
2004-07-02 15:38:46 +00:00
# standard commands that don't need any additional library
StdBinCommands
boot_process_done.cpp
catattr.cpp
2004-07-02 15:38:46 +00:00
chop.c
clear.c
2004-11-22 17:26:28 +00:00
clockconfig.c
2004-07-02 15:38:46 +00:00
# csplit.c
driveinfo.c
# echo.c
eject.c
error.c
finddir.c
2004-07-02 15:38:46 +00:00
hd.c
2004-11-17 10:49:28 +00:00
idestatus.c
2004-07-02 15:38:46 +00:00
isvolume.cpp
listarea.c
listimage.c
listport.c
listsem.c
lsindex.cpp
mount.c
prio.c
ps.c
release.c
renice.c
rescan.c
rmattr.cpp
2004-08-29 19:20:38 +00:00
safemode.c
2004-07-02 15:38:46 +00:00
sysinfo.c
unchop.c
unmount.c
2005-04-13 16:05:03 +00:00
uptime.cpp
2004-07-02 15:38:46 +00:00
waitfor.c
2005-04-12 18:52:11 +00:00
# whoami.c
: libroot.so ;
2004-07-02 15:38:46 +00:00
StdBinCommands
top.c
tput.c
2004-11-19 19:36:29 +00:00
: libroot.so libtermcap.a
2004-07-02 15:38:46 +00:00
;
# standard commands that need libbe.so
StdBinCommands
alert.cpp
beep.cpp
clipboard.cpp
df.cpp
draggers.cpp
2004-12-14 16:28:23 +00:00
dstcheck.cpp
2004-07-02 15:38:46 +00:00
# factor.cpp
2002-12-03 19:25:26 +00:00
ffm.cpp
2002-12-03 18:46:45 +00:00
iroster.cpp
listattr.cpp
2005-01-14 23:34:23 +00:00
mkindex.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
roster.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
: libroot.so libbe.so ;
# standard commands that need libbe.so, libstdc++.so
StdBinCommands
mountvolume.cpp
: libroot.so libbe.so libstdc++.r4.so
;
2004-07-02 15:38:46 +00:00
# standard commands that need libbe.so, libtranslation.so
StdBinCommands
translate.cpp
2004-07-02 15:38:46 +00:00
: be translation
;
# standard commands that need libbe.so, libmedia.so
StdBinCommands
installsound.cpp
setvolume.cpp
2004-07-02 15:38:46 +00:00
: be libmedia.so
;
2004-05-29 18:06:04 +00:00
2004-07-02 15:38:46 +00:00
# standard commands that need libbe.so, libmail.so
2003-07-04 17:03:21 +00:00
StdBinCommands
mail.cpp
2004-09-27 22:32:27 +00:00
: be libmail.so
;
SubInclude OBOS_TOP src bin addattr ;
SubInclude OBOS_TOP src bin bash ;
SubInclude OBOS_TOP src bin bc ;
SubInclude OBOS_TOP src bin bemail_utils ;
SubInclude OBOS_TOP src bin bison ;
SubInclude OBOS_TOP src bin chkbfs ;
SubInclude OBOS_TOP src bin compress ;
SubInclude OBOS_TOP src bin coreutils ;
SubInclude OBOS_TOP src bin desklink ;
SubInclude OBOS_TOP src bin diffutils ;
SubInclude OBOS_TOP src bin findutils ;
SubInclude OBOS_TOP src bin flex ;
SubInclude OBOS_TOP src bin gawk ;
SubInclude OBOS_TOP src bin gdb ;
SubInclude OBOS_TOP src bin grep ;
SubInclude OBOS_TOP src bin ideinfo ;
SubInclude OBOS_TOP src bin keymap ;
SubInclude OBOS_TOP src bin less ;
SubInclude OBOS_TOP src bin listdev ;
SubInclude OBOS_TOP src bin make ;
SubInclude OBOS_TOP src bin makeudfimage ;
SubInclude OBOS_TOP src bin mkdos ;
SubInclude OBOS_TOP src bin patch ;
SubInclude OBOS_TOP src bin pc ;
SubInclude OBOS_TOP src bin playsound ;
SubInclude OBOS_TOP src bin rmd160 ;
SubInclude OBOS_TOP src bin screen_blanker ;
SubInclude OBOS_TOP src bin sed ;
SubInclude OBOS_TOP src bin sharutils ;
SubInclude OBOS_TOP src bin strace ;
SubInclude OBOS_TOP src bin vim ;
SubInclude OBOS_TOP src bin zic ;
2003-07-04 17:37:48 +00:00
# RCS commands
SubInclude OBOS_TOP src bin rcs ;
2004-07-02 15:38:46 +00:00
# Network command line tools
SubInclude OBOS_TOP src bin arp ;
SubInclude OBOS_TOP src bin ifconfig ;
SubInclude OBOS_TOP src bin ppp_up ;
SubInclude OBOS_TOP src bin pppconfig ;
SubInclude OBOS_TOP src bin ping ;
SubInclude OBOS_TOP src bin route ;
SubInclude OBOS_TOP src bin traceroute ;
# Compression command line tools
SubInclude OBOS_TOP src bin unzip ;
SubInclude OBOS_TOP src bin zip ;
SubInclude OBOS_TOP src bin gzip ;
SubInclude OBOS_TOP src bin bzip2 ;
SubInclude OBOS_TOP src bin tar ;