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