1SubDir HAIKU_TOP src bin rc ;
2
3GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
4
5SubDirC++Flags -Wno-sign-compare -Wno-unused ;
6
7StaticLibrary librdef.a :
8	compile.cpp decompile.cpp lexer.l parser.y rdef.cpp ;
9
10BinCommand rc :
11	rc.cpp
12	: librdef.a [ TargetLibstdc++ ] be
13;
14