summaryrefslogtreecommitdiff
path: root/embryo.pc.in
blob: 22fce9d4fba39d43384f7be3e16e00581be15657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PACKAGE_TARNAME=@PACKAGE_TARNAME@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@/@PACKAGE@
embryoincludedir=@embryoincludedir@
docdir=@docdir@

Name: embryo
Description: A small virtual machine engine and bytecode compiler
@pkgconfig_requires_private@: @requirement_embryo@
Version: @VERSION@
Libs: -L${libdir} -lembryo
Libs.private: @EFL_FNMATCH_LIBS@ -lm
Cflags: -I${includedir}/embryo-@VMAJ@