kolibrios/programs/develop/libraries/Mesa/bin/version.mk
Sergey Semyonov (Serge) a7ec4133b3 Mesa 7.10.1
git-svn-id: svn://kolibrios.org@1901 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-03-06 07:42:06 +00:00

18 lines
341 B
Makefile

#!/usr/bin/make -sf
# Print the various Mesa version fields. This is mostly used to add the
# version to configure.
# This reflects that this script is usually called from the toplevel
TOP = .
include $(TOP)/configs/default
version:
@echo $(MESA_VERSION)
major:
@echo $(MESA_MAJOR)
minor:
@echo $(MESA_MINOR)
tiny:
@echo $(MESA_TINY)