1SubDir HAIKU_TOP src bin screenmode ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders [ FDirName graphics common ] ; 6UsePrivateHeaders [ FDirName graphics radeon ] ; 7 # for multimon.h 8 9SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src preferences screen ] ; 10 11BinCommand screenmode : 12 screenmode.cpp 13 14 # from Screen preferences 15 multimon.cpp 16 ScreenMode.cpp 17 18 : be $(TARGET_LIBSUPC++) libaccelerantscommon.a 19; 20