annotate libffi/libffi.pc.in @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 prefix=@prefix@
kono
parents:
diff changeset
2 exec_prefix=@exec_prefix@
kono
parents:
diff changeset
3 libdir=@libdir@
kono
parents:
diff changeset
4 toolexeclibdir=@toolexeclibdir@
kono
parents:
diff changeset
5 includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 Name: @PACKAGE_NAME@
kono
parents:
diff changeset
8 Description: Library supporting Foreign Function Interfaces
kono
parents:
diff changeset
9 Version: @PACKAGE_VERSION@
kono
parents:
diff changeset
10 Libs: -L${toolexeclibdir} -lffi
kono
parents:
diff changeset
11 Cflags: -I${includedir}