summaryrefslogtreecommitdiff
path: root/check/variables.pc
blob: b27ab78e1efffc5f516f0c03e7403f36c2a8f391 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir="${prefix}/include"
cppflags=-I${includedir}/foo \
 -DFOO=\"/bar\"

Name: Complex variables
Description: Test complex variable output
Version: 1.0
Cflags: -I${includedir} ${cppflags}