1prefix=/usr/X11R6
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4
5Name: static-order1
6Description: static order test lib1
7Version: 1.0
8Requires.private: static-order2 static-order3
9Libs: -L${libdir} -lstatic-order1
10