1 SubDir HAIKU_TOP 3rdparty ;
3 # automatically pick any subdir that contains a Jamfile
4 # this should allow hooking projects locally
5 # without having to touch this file and get conflicts when it is updated.
6 for subdir in [ GLOB $(SUBDIR) : [^.]* ] {
7 if [ GLOB $(subdir:G=) : Jamfile ] {
8 SubInclude HAIKU_TOP 3rdparty $(subdir:D=) ;