SubDir HAIKU_TOP src tests add-ons kernel disk_scanner ;

#UsePrivateHeaders $(DOT) ;
#
# the test app
#
#SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src system libroot os ] ;
#SimpleTest DiskScannerTest : DiskScannerTest.cpp
#	: <boot!home!config!lib>libkernelland_emu.so be stdc++.r4 ;
#LOCATE on <installed>DiskScannerTest = [ on DiskScannerTest return $(LOCATE) ] ;
#Depends <installed>DiskScannerTest : DiskScannerTest ;
#
# the add-on
#
#SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel disk_scanner ] ;
#
#{
#	local defines = [ FDefines USERLAND ] ;
#	SubDirCcFlags $(defines) ;
#	SubDirC++Flags $(defines) ;
#}
#
#Addon <userland>disk_scanner :
#	disk_scanner.c
#;
#LinkAgainst <userland>disk_scanner : libkernelland_emu.so ;
#
# for convenience: this target builds all userland modules
#
#NotFile userland_disk_scanner_modules ;
#Depends userland_disk_scanner_modules :
#	# the main module
#	<userland>disk_scanner
#
#	# FS modules
#	<userland>bfs
#	<userland>iso9660
#
#	# partition modules
#	<userland>intel
#
#	# session modules
#	<userland>cdrom
#;
#
#SubInclude HAIKU_TOP src tests add-ons kernel disk_scanner fs ;
#SubInclude HAIKU_TOP src tests add-ons kernel disk_scanner partition ;
#SubInclude HAIKU_TOP src tests add-ons kernel disk_scanner session ;
