summaryrefslogtreecommitdiff
path: root/legacy/embryo/embryo.pc.in
blob: 9c6b25bfba12e7b53c238ef2e1a8331297e4c097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
Version: @VERSION@
Libs: -L${libdir} -lembryo
Cflags: -I${includedir}/embryo-@VMAJ@