1SubDir HAIKU_TOP 3rdparty mmu_man ; 2 3# theme manager from osdrawer 4# to use it symlink it here. 5{ 6 local subDir 7 = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : themes ] ; 8 if $(subDir) { 9 SubInclude HAIKU_TOP 3rdparty mmu_man themes ; 10 } 11} 12 13# distro stuff located in my own branch, 14# to use it symlink it here. 15{ 16 local subDir 17 = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ; 18 if $(subDir) { 19 SubInclude HAIKU_TOP 3rdparty mmu_man distro ; 20 } 21} 22