File: dime.pc.in

package info (click to toggle)
dime 0.20111205-2.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,408 kB
  • sloc: cpp: 15,452; sh: 9,711; perl: 862; makefile: 642; ansic: 96
file content (20 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=${datarootdir}

Name: Dime
Description: library for reading, constructing, manipulating, and writing DXF file data
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @DIME_EXTRA_LDFLAGS@ @DIME_EXTRA_LIBS@
Cflags: -I${includedir} @DIME_EXTRA_CFLAGS@ @DIME_EXTRA_CPPFLAGS@

dime_host="@host@"
compiler=@DIME_COMPILER@
compiler_is_gcc=@ac_compiler_gnu@
frameworkdir=@frameworkdir@
msvcrt=@DIME_MSVC_LIBC@