123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /****************************************************************
- * This file is automatically generated. Do not edit it.
- * version.h updated at Thu May 31 18:41:32 EDT 2018 on shai-hulud by jczech
- ****************************************************************/
- /* Program version info */
- #define MCELL_VERSION "3.4"
- #define MCELL_REVISION "5bc18f1"
- #define MCELL_REVISION_DATE "Thu, 31 May 2018 15:39:19 -0400"
- #define MCELL_REVISION_COMMITTED 1
- #define MCELL_REVISION_BRANCH "nfsim_dynamic_meshes_pymcell"
- /* Build info */
- #define MCELL_BUILDDATE "Thu May 31 18:41:32 EDT 2018"
- #define MCELL_BUILDUSER "jczech"
- #define MCELL_BUILDHOST "shai-hulud"
- #define MCELL_SRCDIR "/home/jczech/mcell/src"
- #define MCELL_BUILDDIR "/home/jczech/mcell/build"
- #define MCELL_BUILDUNAME "Linux shai-hulud 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux"
- /* Tool identity and version info */
- #define MCELL_FLEX "flex"
- #define MCELL_FLEX_PATH "/usr/bin/flex"
- #define MCELL_FLEX_VERSION "flex 2.6.0"
- #define MCELL_FLEX_FLAGS "-Crema"
- #define MCELL_BISON "bison"
- #define MCELL_BISON_PATH "/usr/bin/bison"
- #define MCELL_BISON_VERSION "bison (GNU Bison) 3.0.4"
- #define MCELL_BISON_FLAGS ""
- #define MCELL_CC "cc"
- #define MCELL_CC_PATH "/usr/bin/cc"
- #define MCELL_CC_VERSION "cc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609"
- #define MCELL_LD "ld"
- #define MCELL_LD_PATH "/usr/bin/ld"
- #define MCELL_LD_VERSION "GNU ld (GNU Binutils for Ubuntu) 2.26.1"
- /* Build options */
- #define MCELL_LFLAGS "-Crema"
- #define MCELL_YFLAGS ""
- #define MCELL_CFLAGS ""
- #define MCELL_LDFLAGS ""
|