xref: /haiku/src/tests/add-ons/print/ppd/model/Jamfile (revision 644fa5a93845dc4a1bc155f1fd0f94ebdf0b47bc)
1SubDir HAIKU_TOP src tests add-ons print ppd model ;
2
3# SetSubDirSupportedPlatformsBeOSCompatible ;
4
5StaticLibrary libppdtest.a :
6	PPD.cpp
7	Statement.cpp
8	StatementList.cpp
9	StatementListVisitor.cpp
10	StatementWrapper.cpp
11	Value.cpp
12;
13