efl/pc/embryo.pc.in

16 lines
415 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@/@PACKAGE@
embryoincludedir=@datadir@/include
Name: embryo
Description: A small virtual machine engine and bytecode compiler
Version: @VERSION@
Requires.private: @requirements_pc_embryo@
Libs: -L${libdir} -lembryo
Libs.private: @EFL_FNMATCH_LIBS@ -lm
Cflags: -I${includedir}/embryo-@VMAJ@