2008-01-12 01:11:18 +03:00
|
|
|
SubDir HAIKU_TOP 3rdparty mmu_man ;
|
|
|
|
|
2010-08-13 03:26:48 +04:00
|
|
|
# theme manager from osdrawer
|
|
|
|
# to use it symlink it here.
|
|
|
|
{
|
|
|
|
local subDir
|
|
|
|
= [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : themes ] ;
|
|
|
|
if $(subDir) {
|
|
|
|
SubInclude HAIKU_TOP 3rdparty mmu_man themes ;
|
|
|
|
}
|
|
|
|
}
|
2008-03-06 22:57:21 +03:00
|
|
|
|
|
|
|
# distro stuff located in my own branch,
|
|
|
|
# to use it symlink it here.
|
|
|
|
{
|
|
|
|
local subDir
|
|
|
|
= [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ;
|
|
|
|
if $(subDir) {
|
|
|
|
SubInclude HAIKU_TOP 3rdparty mmu_man distro ;
|
|
|
|
}
|
|
|
|
}
|