File: libgclib.pc.in

package info (click to toggle)
libgclib 0.11.10%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 972 kB
  • sloc: cpp: 18,275; makefile: 58; sh: 21
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include


Name: libgclib
Version: @VERSION@
Description: Genomic C(++) library of reusable code for bioinformatics projects
Libs: -L${libdir} -lgclib
Cflags: -I${includedir}