efl/legacy/embryo/embryo.pc.in

15 lines
372 B
PkgConfig
Raw Normal View History

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