File: polymake-config.1

package info (click to toggle)
polymake 3.0r2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,752 kB
  • ctags: 30,928
  • sloc: cpp: 151,785; perl: 32,510; ansic: 3,597; java: 2,654; python: 278; makefile: 181; xml: 103; sh: 79
file content (33 lines) | stat: -rw-r--r-- 992 bytes parent folder | download | duplicates (6)
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
30
31
32
33
.TH POLYMAKE "1" "January 2016" "polymake 3.0"
.SH NAME
polymake-config - script to get information about the installed version of polymake
.SH SYNOPSIS
.B polymake-config
\-\-help | \-\-version | [\-\-debug] \-\-OPTION
.SH DESCRIPTION
Print bits of polymake configuration useful to compose Makefiles
for programs linked with its callable library.
.SH OPTIONS
\fIpolymake-config\fP accepts the following options:
.TP 8
.B  \-\-cc
print the name of C++ compiler and linker
.TP 8
.B  \-\-cflags
print the C++ compiler flags without header paths
.TP 8
.B  \-\-includes
print the C++ compiler flags for header paths
.TP 8
.B  \-\-ldflags
 print the linker flags
.TP 8
.B  \-\-libs
 print the libraries to link with
.SH COPYRIGHT
Copyright \(co 1997-2015
Ewgenij Gawrilow, Michael Joswig (TU Berlin)
http://www.polymake.org
.PP
This is free software licensed under GPL; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.