2002-07-11 22:10:58 +00:00
|
|
|
SubDir OBOS_TOP src apps bin ;
|
|
|
|
|
|
2004-11-22 17:26:28 +00:00
|
|
|
UsePrivateHeaders kernel ;
|
2004-12-01 04:50:06 +00:00
|
|
|
UsePrivateHeaders shared ;
|
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
|
|
|
|
|
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
|
2004-08-15 16:37:30 +00:00
|
|
|
finddir.c
|
2004-07-02 15:38:46 +00:00
|
|
|
hd.c
|
2004-11-17 10:49:28 +00:00
|
|
|
ideinfo.c
|
|
|
|
|
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
|
|
|
sleep.cpp
|
|
|
|
|
sysinfo.c
|
|
|
|
|
unchop.c
|
|
|
|
|
unmount.c
|
|
|
|
|
waitfor.c
|
|
|
|
|
whoami.c
|
2004-10-28 18:01:16 +00:00
|
|
|
: 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
|
2002-07-11 22:10:58 +00:00
|
|
|
StdBinCommands
|
2002-11-22 20:15:12 +00:00
|
|
|
alert.cpp
|
|
|
|
|
beep.cpp
|
|
|
|
|
clipboard.cpp
|
|
|
|
|
df.cpp
|
2004-08-16 09:44:39 +00:00
|
|
|
draggers.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
|
2002-11-22 20:15:12 +00:00
|
|
|
listattr.cpp
|
2002-12-08 15:19:35 +00:00
|
|
|
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
|
2002-11-22 20:15:12 +00:00
|
|
|
setversion.cpp
|
|
|
|
|
shutdown.cpp
|
2002-12-03 18:46:45 +00:00
|
|
|
version.cpp
|
2004-05-29 18:37:24 +00:00
|
|
|
# yes.cpp
|
2004-09-03 12:31:09 +00:00
|
|
|
: libroot.so be ;
|
2002-07-11 22:10:58 +00:00
|
|
|
|
2004-07-02 15:38:46 +00:00
|
|
|
# standard commands that need libbe.so, libtranslation.so
|
2003-11-05 11:03:24 +00:00
|
|
|
StdBinCommands
|
|
|
|
|
translate.cpp
|
2004-07-02 15:38:46 +00:00
|
|
|
: be translation
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
# standard commands that need libbe.so, libmedia.so
|
2003-11-05 11:03:24 +00:00
|
|
|
StdBinCommands
|
|
|
|
|
installsound.cpp
|
2004-07-02 15:38:46 +00:00
|
|
|
: be libmedia.so
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
# standard commands that need libbe.so, libstdc++.r4.so
|
2002-07-11 22:10:58 +00:00
|
|
|
StdBinCommands
|
2002-11-22 20:15:12 +00:00
|
|
|
catattr.cpp
|
2002-12-03 18:46:45 +00:00
|
|
|
roster.cpp
|
2004-07-02 15:38:46 +00:00
|
|
|
: be stdc++.r4
|
|
|
|
|
;
|
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
|
2002-11-22 20:15:12 +00:00
|
|
|
;
|
2002-07-11 22:10:58 +00:00
|
|
|
|
2004-11-12 02:55:05 +00:00
|
|
|
# standard commands that need libbe.so, libmail.so, libtracker.so
|
|
|
|
|
StdBinCommands
|
|
|
|
|
spamfilter.cpp
|
|
|
|
|
: be tracker stdc++.r4 libmail.so
|
|
|
|
|
;
|
|
|
|
|
|
2002-12-03 19:56:29 +00:00
|
|
|
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 ;
|
2002-11-22 20:15:12 +00:00
|
|
|
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 ;
|
2004-03-02 23:47:11 +00:00
|
|
|
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 ;
|
2004-03-02 23:47:11 +00:00
|
|
|
#SubInclude OBOS_TOP src apps bin gnu ;
|
|
|
|
|
SubInclude OBOS_TOP src apps bin grep-2.5 ;
|
2004-07-29 20:45:20 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin keymap ;
|
2004-03-02 23:47:11 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin less-381 ;
|
2002-07-12 22:11:53 +00:00
|
|
|
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 ;
|
2004-03-02 23:47:11 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin mkdos ;
|
2004-06-16 21:34:59 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin patch ;
|
2002-07-12 22:11:53 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin pc ;
|
2004-03-02 23:47:11 +00:00
|
|
|
#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 ;
|
2004-11-19 19:36:29 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin zic ;
|
2002-07-11 22:10:58 +00:00
|
|
|
|
2003-07-04 17:37:48 +00:00
|
|
|
# RCS commands
|
|
|
|
|
SubInclude OBOS_TOP src apps bin rcs ;
|
2004-07-02 15:38:46 +00:00
|
|
|
|
2002-08-27 07:18:11 +00:00
|
|
|
# Network command line tools
|
|
|
|
|
SubInclude OBOS_TOP src apps bin arp ;
|
|
|
|
|
SubInclude OBOS_TOP src apps bin ifconfig ;
|
2004-06-27 13:54:31 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin ppp_up ;
|
2003-10-23 18:03:42 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin pppconfig ;
|
2002-08-27 07:18:11 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin ping ;
|
|
|
|
|
SubInclude OBOS_TOP src apps bin route ;
|
|
|
|
|
SubInclude OBOS_TOP src apps bin traceroute ;
|
2002-12-03 19:56:29 +00:00
|
|
|
|
|
|
|
|
# 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 ;
|
2004-03-17 08:46:32 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin bzip2 ;
|
2004-05-12 08:39:40 +00:00
|
|
|
SubInclude OBOS_TOP src apps bin tar ;
|