version.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /****************************************************************
  2. * This file is automatically generated. Do not edit it.
  3. * version.h updated at Thu Sep 24 13:55:35 EDT 2015 on michurin by jczech
  4. ****************************************************************/
  5. /* Program version info */
  6. #define MCELL_VERSION "3.3"
  7. #define MCELL_REVISION "4fc664c"
  8. #define MCELL_REVISION_DATE "Thu, 17 Sep 2015 17:16:21 -0400"
  9. #define MCELL_REVISION_COMMITTED 1
  10. #define MCELL_REVISION_BRANCH "master"
  11. /* Build info */
  12. #define MCELL_BUILDDATE "Thu Sep 24 13:55:35 EDT 2015"
  13. #define MCELL_BUILDUSER "jczech"
  14. #define MCELL_BUILDHOST "michurin"
  15. #define MCELL_SRCDIR "/home/jczech/mcell/source/mcell/src"
  16. #define MCELL_BUILDDIR "/home/jczech/mcell/source/mcell/build"
  17. #define MCELL_BUILDUNAME "Linux michurin 4.1.4-1-ARCH #1 SMP PREEMPT Mon Aug 3 21:30:37 UTC 2015 x86_64 GNU/Linux"
  18. /* Tool identity and version info */
  19. #define MCELL_FLEX "flex"
  20. #define MCELL_FLEX_PATH "/usr/bin/flex"
  21. #define MCELL_FLEX_VERSION "flex 2.5.39"
  22. #define MCELL_FLEX_FLAGS "-Crema"
  23. #define MCELL_BISON "bison"
  24. #define MCELL_BISON_PATH "/usr/bin/bison"
  25. #define MCELL_BISON_VERSION "bison (GNU Bison) 3.0.4"
  26. #define MCELL_BISON_FLAGS ""
  27. #define MCELL_CC "gcc"
  28. #define MCELL_CC_PATH "/usr/bin/gcc"
  29. #define MCELL_CC_VERSION "gcc (GCC) 5.2.0"
  30. #define MCELL_LD "ld"
  31. #define MCELL_LD_PATH "/usr/bin/ld"
  32. #define MCELL_LD_VERSION "GNU ld (GNU Binutils) 2.25.1"
  33. /* Build options */
  34. #define MCELL_LFLAGS "-Crema"
  35. #define MCELL_YFLAGS ""
  36. #define MCELL_CFLAGS "-g -O2"
  37. #define MCELL_LDFLAGS ""