github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/apps/pkg-config/testdata/sort-order-1-3.pc (about) 1 prefix=/path1 2 exec_prefix=${prefix} 3 libdir="${exec_prefix}/lib" 4 includedir="${prefix}/include" 5 6 Name: Sort order Cflags and Libs test 1-3 7 Description: Test package for testing flag sort order 8 Version: 1.0.0 9 Libs: -L${libdir} -Wl,-O1 -lpath1 10 Cflags: -I${includedir} -DPATH1 11 Requires: sort-order-2-3