github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/apps/pkg-config/testdata/whitespace.pc (about) 1 prefix=/usr 2 exec_prefix=${prefix} 3 libdir="${exec_prefix}/white space/lib" 4 includedir="${prefix}/white space/include" 5 6 Name: Whitespace test 7 Description: Dummy pkgconfig test package for testing pkgconfig 8 Version: 1.0.0 9 Requires: 10 Libs: -L${libdir} -lfoo\ bar "-lbar baz" -r:foo 11 Cflags: -I${includedir} -I$(top_builddir) -Iinclude\ dir "-Iother include dir" -Dlala=misc