github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/apps/pkg-config/testdata/other.pc (about) 1 prefix=/other 2 exec_prefix=${prefix} 3 libdir="${exec_prefix}/lib" 4 includedir="${prefix}/include" 5 6 Name: Other Cflags and Libs test 7 Description: Test package for testing variants of --cflags and --libs 8 Version: 1.0.0 9 Libs: -L${libdir} -Wl,--as-needed -lother 10 Cflags: -I${includedir} -DOTHER