github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/apps/pkg-config/testdata/sort/sort-order-2-2.pc (about)

     1  prefix=/path2
     2  exec_prefix=${prefix}
     3  libdir="${exec_prefix}/lib"
     4  includedir="${prefix}/include"
     5  
     6  Name: Sort order Cflags and Libs test 2-2
     7  Description: Test package for testing flag sort order
     8  Version: 1.0.0
     9  Libs: -L${libdir} -Wl,-O2 -lpath2
    10  Cflags: -I${includedir} -DPATH2
    11  Requires: sort-order-1-2