xref: /haiku/src/libs/linprog/Jamfile (revision c90684742e7361651849be4116d0e5de3a817194)
1SubDir HAIKU_TOP src libs linprog ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UseLibraryHeaders lp_solve linprog ;
6UsePrivateHeaders shared ;
7
8StaticLibrary liblinprog.a :
9	Constraint.cpp
10	LinearSpec.cpp
11	Summand.cpp
12	PenaltyFunction.cpp
13	Variable.cpp
14;
15
16