SubDir HAIKU_TOP src tests add-ons kernel file_systems userlandfs r5 src test
	netfs netfs_config ;

SetSubDirSupportedPlatforms r5 bone dano ;

local userlandFSTop = [ FDirName $(HAIKU_TOP) src tests add-ons kernel
	file_systems userlandfs r5 ] ;
local userlandFSIncludes = [ FDirName $(userlandFSTop) headers ] ;

SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
SubDirHdrs [ FDirName $(userlandFSTop) src test netfs headers fs ] ;
SubDirHdrs [ FDirName $(userlandFSTop) src test netfs headers shared ] ;

SEARCH_SOURCE += [ FDirName $(userlandFSTop) src shared ] ;
SEARCH_SOURCE += [ FDirName $(userlandFSTop) src test netfs shared ] ;

DEFINES += USER=1 ;
DEFINES += DEBUG_APP="\\\"server_config\\\"" ;

Application <test>netfs_config
	: Debug.cpp
#	  DriverSettings.cpp
#	  driver_settings.c
#	  Locker.cpp
#	  Referencable.cpp
#	  String.cpp

#	  Blocker.cpp

	  netfs_config.cpp
	: be # $(TARGET_NETWORK_LIBS)
;
