[go: up one dir, main page]

File: Coin.pc.in

package info (click to toggle)
coin3 4.0.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 54,428 kB
  • sloc: cpp: 256,086; ansic: 21,309; makefile: 8,661; sh: 3,141; perl: 1,504; lex: 1,372; lisp: 1,247; pascal: 961; xml: 604; yacc: 387; sed: 68
file content (29 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=${datarootdir}

Name: Coin
Description: A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1
Version: @COIN_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @COIN_EXTRA_LDFLAGS@ @COIN_EXTRA_LIBS@
Cflags: -I${includedir} @COIN_EXTRA_CFLAGS@ @COIN_EXTRA_CPPFLAGS@

coin_host=@host@
compiler=@COIN_COMPILER@
compiler_is_gcc=@ac_compiler_gnu@
frameworkdir=@frameworkdir@
htmldir=@htmldir@
msvcrt=@COIN_MSVC_LIBC@
objext=@OBJEXT@

have_3ds_import=@HAVE_3DS_IMPORT_CAPABILITIES@
have_vrml97=@HAVE_VRML97@
have_sound=@HAVE_SOUND@
have_superglu=@HAVE_SUPERGLU@
have_threads=@HAVE_THREADS@
have_threadsafe=@HAVE_THREADSAFE@