]> www.ginac.de Git - ginac.git/blob - cint/launch.h.in
- cint/*: Revamped the launch-scheme for ginaccint.bin. It must be done
[ginac.git] / cint / launch.h.in
1 /* config.h.in  -->  config.h  (configure)
2  * ginaccint.bin shouldn't be invoked directly because CINTSYSDIR or other
3  * variables might not be in place when some user invokes it.  Instead, we need
4  * a little launcher binary.  This file should be included by those launchers
5  * so they know about some variables. */
6
7 // set some variables inherited from configure
8 string prefix = "@prefix@";
9 string exec_prefix = "@exec_prefix@";
10 string bindir = "@bindir@";
11 string libdir = "@libdir@";
12 string CINTSYSDIR = "@CINTSYSDIR@";