Changeset 25455
- Timestamp:
- 05/11/08 13:07:30 (6 days ago)
- Files:
-
- haiku/trunk/3rdparty/Jamfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
haiku/trunk/3rdparty/Jamfile
r23419 r25455 1 1 SubDir HAIKU_TOP 3rdparty ; 2 2 3 SubInclude HAIKU_TOP 3rdparty mmu_man ; 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=) ; 9 } 10 }
