BASIS  version 1.2.3 (revision 2104)
config.cxx
Go to the documentation of this file.
00001 /**
00002  * @file  config.cxx
00003  * @brief Default source file with project configuration.
00004  *
00005  * @note The config.cxx file is automatically generated by BASIS from the
00006  *       file config.cxx.in which is part of BASIS.
00007  *
00008  * Copyright (c) 2011 University of Pennsylvania. All rights reserved.<br />
00009  * See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00010  *
00011  * Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00012  */
00013 
00014 
00015 namespace sbia
00016 {
00017 
00018 namespace basis
00019 {
00020 
00021 
00022 // ===========================================================================
00023 // constants
00024 // ===========================================================================
00025 
00026 // ---------------------------------------------------------------------------
00027 // project attributes
00028 const char* cProjectName        = "BASIS";
00029 const char* cProjectNameLower   = "basis";
00030 const char* cProjectNameUpper   = "BASIS";
00031 const char* cVersion            = "1.2.3";
00032 const char* cVersionAndRevision = "version 1.2.3 (revision 2104)";
00033 
00034 const unsigned int cVersionMajor = 1;
00035 const unsigned int cVersionMinor = 2;
00036 const unsigned int cVersionPatch = 3;
00037 const unsigned int cRevision     = 2104;
00038 
00039 // ---------------------------------------------------------------------------
00040 // paths - build tree
00041 const char* cBuildRoot = "/sbia/home/schuha/sandbox/build/basis-1.2.3";
00042 
00043 const char* cRuntimeBuildPath = "/sbia/home/schuha/sandbox/build/basis-1.2.3/bin";
00044 const char* cLibexecBuildPath = "/sbia/home/schuha/sandbox/build/basis-1.2.3/lib";
00045 const char* cLibraryBuildPath = "/sbia/home/schuha/sandbox/build/basis-1.2.3/lib";
00046 const char* cDataBuildPath    = "/sbia/home/schuha/projects/basis-1.2.3/data";
00047 
00048 // ---------------------------------------------------------------------------
00049 // paths - installation
00050 const char* cRuntimePathPrefix = "..";
00051 const char* cLibexecPathPrefix = "..";
00052 
00053 const char* cRuntimePath = "bin";
00054 const char* cLibexecPath = "lib";
00055 const char* cLibraryPath = "lib";
00056 const char* cDataPath    = "share/data";
00057 
00058 
00059 } // namespace basis
00060 
00061 } // namespace sbia