File: libcutl.pc.in

package info (click to toggle)
libcutl 1.10.0%2Bds1-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,388 kB
  • sloc: sh: 11,547; ansic: 2,119; cpp: 1,304; makefile: 30
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : libcutl.pc.in
# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libcutl
Description: C++ utility library
URL: http://www.codesynthesis.com/projects/libcutl/
Version: @VERSION@
Libs: -L${libdir} -lcutl
Cflags: -I${includedir}