OpenMPI  0.1.1
installdirs_conf.h
1 /**
2  * VampirTrace
3  * http://www.tu-dresden.de/zih/vampirtrace
4  *
5  * Copyright (c) 2005-2012, ZIH, TU Dresden, Federal Republic of Germany
6  *
7  * Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing
8  * Centre, Federal Republic of Germany
9  *
10  * See the file COPYING in the package base directory for details
11  *
12  * util/installdirs_conf.h. Generated from installdirs_conf.h.in by configure.
13  **/
14 
15 #ifndef _INSTALLDIRS_CONF_H
16 #define _INSTALLDIRS_CONF_H
17 
18 #define VT_PREFIX "/usr/local"
19 #define VT_EXEC_PREFIX "${prefix}"
20 #define VT_BINDIR "${exec_prefix}/bin"
21 #define VT_INCLUDEDIR "${prefix}/include/vampirtrace"
22 #define VT_LIBDIR "${exec_prefix}/lib"
23 #define VT_DATADIR "${datarootdir}"
24 #define VT_DATAROOTDIR "${prefix}/share/vampirtrace"
25 #define VT_DOCDIR "${datarootdir}/doc"
26 #define VT_SYSCONFDIR "${prefix}/etc"
27 
28 #endif /* _INSTALLDIRS_CONF_H */