Removed unneeded libroot.so shared objects; everything is linked against libroot.so by default, anyway.

Allowed to build the apps under BeOS (where libroot.so could not be found, btw).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-11-03 13:46:19 +00:00
parent cb4b485de1
commit 74ca3b24c2

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src bin ; SubDir HAIKU_TOP src bin ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders app ; UsePrivateHeaders app ;
UsePrivateHeaders kernel ; UsePrivateHeaders kernel ;
UsePrivateHeaders shared ; UsePrivateHeaders shared ;
@ -42,13 +44,13 @@ StdBinCommands
uptime.cpp uptime.cpp
waitfor.c waitfor.c
# whoami.c # whoami.c
: libroot.so ; ;
# standard commands that need libtermcap.a # standard commands that need libtermcap.a
StdBinCommands StdBinCommands
top.c top.c
tput.c tput.c
: libroot.so libtermcap.a : libtermcap.a
; ;
# standard commands that need libbe.so # standard commands that need libbe.so
@ -76,14 +78,14 @@ StdBinCommands
shutdown.cpp shutdown.cpp
version.cpp version.cpp
# yes.cpp # yes.cpp
: libroot.so libbe.so ; : libbe.so ;
# standard commands that need libbe.so, libstdc++.so # standard commands that need libbe.so, libstdc++.so
StdBinCommands StdBinCommands
copyattr.cpp copyattr.cpp
mountvolume.cpp mountvolume.cpp
xres.cpp xres.cpp
: root be $(TARGET_LIBSTDC++) : be $(TARGET_LIBSTDC++)
; ;
# standard commands that need libbe.so, libtranslation.so # standard commands that need libbe.so, libtranslation.so