Merge remote-tracking branch 'origin/sandbox/jaehwan/devel' into tizen
[platform/upstream/efl.git] / pc / embryo.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 datarootdir=@datarootdir@
6 datadir=@datadir@/@PACKAGE@
7 embryoincludedir=@datadir@/include
8
9 Name: embryo
10 Description: A small virtual machine engine and bytecode compiler
11 Version: @VERSION@
12 Requires.private: @requirements_pc_embryo@
13 Libs: -L${libdir} -lembryo
14 Libs.private: @requirements_libs_embryo@
15 Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/embryo-@VMAJ@