Files
haiku-beta6/3rdparty/Jamfile
T

11 lines
337 B
Plaintext
Raw Normal View History

2008-01-11 18:12:39 +00:00
SubDir HAIKU_TOP 3rdparty ;
# 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=) ;
}
}