1/* 2 This is a C-style comment, which technically isn't allowed, but 3 some pkg-config files use them. 4 */ 5 6prefix=/test 7exec_prefix=${prefix} 8libdir=${prefix}/lib 9includedir=${prefix}/include 10 11Name: c-comment 12Description: A testing pkg-config file 13Version: 1.2.3 14Libs: -L${libdir} -lfoo 15Cflags: -fPIC -I${includedir}/foo 16Cflags.private: -DFOO_STATIC 17License: ISC 18