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