2015-07-20 08:10:27 +00:00
|
|
|
prefix=/test
|
2012-05-03 06:50:57 +00:00
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: foo
|
|
|
|
Description: A testing pkg-config file
|
|
|
|
Version: 1.2.3
|
|
|
|
Libs: -L${libdir} -lfoo
|
|
|
|
Cflags: -fPIC -I${includedir}/foo
|
2013-08-14 05:36:43 +00:00
|
|
|
Cflags.private: -DFOO_STATIC
|