xref: /haiku/src/tests/add-ons/print/ppd/model/Jamfile (revision 820dca4df6c7bf955c46e8f6521b9408f50b2900)
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