1SubDir HAIKU_TOP src add-ons input_server methods pen ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders interface ; 6SubDirSysHdrs [ FDirName $(SUBDIR) compat ] ; 7 8if $(TARGET_PLATFORM) != haiku { 9 SubDirC++Flags -fmultiple-symbol-spaces ; 10} 11 12Addon pen : 13 PenInputServerMethod.cpp 14 PenInputLooper.cpp 15 PenInputInkWindow.cpp 16 PenInputBackend.cpp 17 DumpMessage.cpp 18 StringIO.cpp 19 : be textencoding input_server ; 20 21SEARCH on [ FGristFiles StringIO.cpp ] = [ FDirName $(SUBDIR) compat ] ; 22