mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 05:30:03 +01:00
12 lines
256 B
PkgConfig
12 lines
256 B
PkgConfig
|
|
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}
|