SubDir HAIKU_TOP src apps aboutsystem ;

UsePrivateHeaders app shared ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
	UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
}
if $(TARGET_PLATFORM) = r5 {
	SubDirC++Flags -DR5_COMPATIBLE ;
}
if $(TARGET_PLATFORM) = dano {
	SubDirC++Flags -DR5_COMPATIBLE ;
}

Application AboutSystem :
	AboutSystem.cpp
	HyperTextActions.cpp
	HyperTextView.cpp
	Utilities.cpp
	: $(TARGET_LIBSTDC++) be translation liblocale.so
	: AboutSystem.rdef
;

DoCatalogs AboutSystem :
	x-vnd.Haiku-About
	:
	AboutSystem.cpp
	Utilities.cpp
;
