Home
·
Classes
·
Annotated Classes
·
Modules
·
Members
·
Namespaces
·
Related Pages
OpenMS
openms_data_path.h
Go to the documentation of this file.
1
// ==========================================================================
2
//
3
// IMPORTANT:
4
// This is openms_data_path.h / openms_data_path.h.in
5
// Please do ONLY change openms_data_path.h.in, as openms_data_path.h is automagically
6
// created by CMAKE from openms_data_path.h.in
7
//
8
// Use appropriate options to configure instead of changing openms_data_path.h.
9
// Changes made in openms_data_path.h will be lost as soon as you call CMAKE again.
10
//
11
// ==========================================================================
12
//
13
// --------------------------------------------------------------------------
14
// OpenMS -- Open-Source Mass Spectrometry
15
// --------------------------------------------------------------------------
16
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
17
// ETH Zurich, and Freie Universitaet Berlin 2002-2012.
18
//
19
// This software is released under a three-clause BSD license:
20
// * Redistributions of source code must retain the above copyright
21
// notice, this list of conditions and the following disclaimer.
22
// * Redistributions in binary form must reproduce the above copyright
23
// notice, this list of conditions and the following disclaimer in the
24
// documentation and/or other materials provided with the distribution.
25
// * Neither the name of any author or any participating institution
26
// may be used to endorse or promote products derived from this software
27
// without specific prior written permission.
28
// For a full list of authors, refer to the file AUTHORS.
29
// --------------------------------------------------------------------------
30
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33
// ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
34
// INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
35
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
36
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
37
// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
38
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
39
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
40
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41
//
42
// --------------------------------------------------------------------------
43
// $Maintainer: Stephan Aiche $
44
// $Authors: $
45
// --------------------------------------------------------------------------
46
47
#ifndef OPENMS_DATA_PATH_H
48
#define OPENMS_DATA_PATH_H
49
50
// The path to the directory where OpenMS data is installed
51
#define OPENMS_DATA_PATH "/builddir/build/BUILD/OpenMS-Release2.0.0/share/OpenMS"
52
53
// The path to the directory where OpenMS doc is installed
54
#define OPENMS_DOC_PATH "/builddir/build/BUILD/OpenMS-Release2.0.0/doc"
55
56
// The directory where OpenMS is build
57
#define OPENMS_SOURCE_PATH "/builddir/build/BUILD/OpenMS-Release2.0.0/src/openms"
58
59
// The directory where the OpenMS sources are located
60
#define OPENMS_BINARY_PATH "/builddir/build/BUILD/OpenMS-Release2.0.0/src/openms"
61
62
// The directory containing the installed shared documents of OpenMS
63
#define OPENMS_INSTALL_DATA_PATH "/usr/share/OpenMS"
64
65
// The directory containing the installed documentation of OpenMS
66
#define OPENMS_INSTALL_DOC_PATH "/usr/share/doc/OpenMS"
67
68
#endif // #ifndef OPENMS_DATA_PATH_H
OpenMS / TOPP release 2.0.0
Documentation generated on Sat May 16 2015 16:13:29 using doxygen 1.8.9.1