2008-01-11 21:12:39 +03:00
|
|
|
SubDir HAIKU_TOP 3rdparty ;
|
|
|
|
|
2008-05-11 22:07:30 +04:00
|
|
|
# automatically pick any subdir that contains a Jamfile
|
|
|
|
# this should allow hooking projects locally
|
|
|
|
# without having to touch this file and get conflicts when it is updated.
|
|
|
|
for subdir in [ GLOB $(SUBDIR) : [^.]* ] {
|
|
|
|
if [ GLOB $(subdir:G=) : Jamfile ] {
|
|
|
|
SubInclude HAIKU_TOP 3rdparty $(subdir:D=) ;
|
|
|
|
}
|
|
|
|
}
|