mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
mesa: minor Makefile improvement for versioning
This commit is contained in:
parent
285b500bb7
commit
681a13e7f9
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
|
@ -174,10 +174,11 @@ ultrix-gcc:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
DIRECTORY = Mesa-7.5-devel
|
||||
LIB_NAME = MesaLib-7.5-devel
|
||||
DEMO_NAME = MesaDemos-7.5-devel
|
||||
GLUT_NAME = MesaGLUT-7.5-devel
|
||||
VERSION=7.5-devel
|
||||
DIRECTORY = Mesa-$(VERSION)
|
||||
LIB_NAME = MesaLib-$(VERSION)
|
||||
DEMO_NAME = MesaDemos-$(VERSION)
|
||||
GLUT_NAME = MesaGLUT-$(VERSION)
|
||||
|
||||
MAIN_FILES = \
|
||||
$(DIRECTORY)/Makefile* \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue