common/autoconf/spec.gmk.in
changeset 33929 b6f2e71b26c5
parent 33926 3a19edba4808
child 33943 e7c2c3694189
equal deleted inserted replaced
33928:d2c9fee88260 33929:b6f2e71b26c5
   173 VERSION_STRING := @VERSION_STRING@
   173 VERSION_STRING := @VERSION_STRING@
   174 # The short version string, without trailing zeroes and just PRE, if present.
   174 # The short version string, without trailing zeroes and just PRE, if present.
   175 VERSION_SHORT := @VERSION_SHORT@
   175 VERSION_SHORT := @VERSION_SHORT@
   176 # The Java specification version. It should be equal to version number.
   176 # The Java specification version. It should be equal to version number.
   177 VERSION_SPECIFICATION := @VERSION_NUMBER@
   177 VERSION_SPECIFICATION := @VERSION_NUMBER@
       
   178 # A GA version is defined by the PRE string being empty. Rather than testing for
       
   179 # that, this variable defines it with true/false.
       
   180 VERSION_IS_GA := @VERSION_IS_GA@
   178 
   181 
   179 # Convenience CFLAGS settings for passing version information into native programs.
   182 # Convenience CFLAGS settings for passing version information into native programs.
   180 VERSION_CFLAGS := \
   183 VERSION_CFLAGS := \
   181     -DVERSION_MAJOR=$(VERSION_MAJOR) \
   184     -DVERSION_MAJOR=$(VERSION_MAJOR) \
   182     -DVERSION_MINOR=$(VERSION_MINOR) \
   185     -DVERSION_MINOR=$(VERSION_MINOR) \