[go: up one dir, main page]

File: coin.cfg.in

package info (click to toggle)
coin3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 48,344 kB
  • ctags: 70,042
  • sloc: cpp: 314,328; ansic: 15,927; sh: 13,635; makefile: 8,780; perl: 2,149; lex: 1,302; lisp: 1,247; yacc: 184; xml: 175; sed: 68
file content (24 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# prefix is determined in coin-config, making the package "movable"
# prefix="@prefix@"
host="@host@"
exec_prefix="@exec_prefix@"
version="@COIN_VERSION@"
cflags="@COIN_EXTRA_CFLAGS@"
cppflags="@COIN_EXTRA_CPPFLAGS@"
cxxflags="@COIN_EXTRA_CXXFLAGS@"
ldflags="@COIN_EXTRA_LDFLAGS@"
libs="@COIN_EXTRA_LIBS@"
msvcrt="@COIN_MSVC_LIBC@"
datadir="@datarootdir@"
includedir="@includedir@"
frameworkdir="@frameworkdir@"
htmldir="@htmldir@"
compiler="@COIN_COMPILER@"
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@
compiler_is_gcc=@ac_compiler_gnu@