1cppunit(1) General Commands Manual cppunit(1)
2
3
4
6 nurbs++-config - script to get information about the installed version
7 of nurbs++
8
10 nurbs++-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
11 [--libs] [--cflags]
12
14 nurbs++-config is a tool that is used to configure to determine the
15 compiler and linker flags that should be used to compile and link pro‐
16 grams that use nurbs++. It is also used internally to the .m4 macros
17 for GNU autoconf that are included with nurbs++.
18
20 nurbs++-config accepts the following options:
21
22 --version
23 Print the currently installed version of nurbs++ on the stan‐
24 dard output.
25
26 --libs Print the linker flags that are necessary to link a nurbs++
27 program.
28
29 --cflags
30 Print the compiler flags that are necessary to compile a
31 nurbs++ program.
32
33 --prefix
34 Print the prefix with which nurbs++ was compiled.
35
36 --prefix=PREFIX
37 If specified, use PREFIX instead of the installation prefix
38 that nurbs++ was built with when computing the output for the
39 --cflags and --libs options. This option is also used for the
40 exec prefix if --exec-prefix was not specified. This option
41 must be specified before any --libs or --cflags options.
42
43 --exec-prefix
44 Print the exec-prefix with which nurbs++ was compiled.
45
46 --exec-prefix=PREFIX
47 If specified, use PREFIX instead of the installation exec pre‐
48 fix that nurbs++ was built with when computing the output for
49 the --cflags and --libs options. This option must be specified
50 before any --libs or --cflags options.
51
53 NURBS++ Copyright © 1996-2002 by Philppe Lavoie
54 <philosophil@users.sourceforge.net>
55
56 This software is under the LGPL. You can find a copy of the LGPL some‐
57 where on the net, most likely at http://www.gnu.org.
58
60 This manpage is an almost word-for-word copy of the cppunit-config
61 which in turn is an almost word-for-word copy of the gtk-config man‐
62 page, written by Owen Taylor. It was modified by Philippe Lavoie
63 <philosophil@users.sourceforge.net>.
64
65
66
67 September 2001 cppunit(1)