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