aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/embryo.pc.in
blob: 540f27cc56b875d42ceb93130ddb34a616de1289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@/@PACKAGE@
embryoincludedir=@embryoincludedir@

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@