183f81b2fSFrançois RevolSubDir HAIKU_TOP 3rdparty ; 283f81b2fSFrançois Revol 3*36a11cceSFrançois Revol# automatically pick any subdir that contains a Jamfile 4*36a11cceSFrançois Revol# this should allow hooking projects locally 5*36a11cceSFrançois Revol# without having to touch this file and get conflicts when it is updated. 6*36a11cceSFrançois Revolfor subdir in [ GLOB $(SUBDIR) : [^.]* ] { 7*36a11cceSFrançois Revol if [ GLOB $(subdir:G=) : Jamfile ] { 8*36a11cceSFrançois Revol SubInclude HAIKU_TOP 3rdparty $(subdir:D=) ; 9*36a11cceSFrançois Revol } 10*36a11cceSFrançois Revol} 11