xref: /aosp_15_r20/external/liburing/Makefile.common (revision 25da2bea747f3a93b4c30fd9708b0618ef55a0e6)
1TOP := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
2NAME=liburing
3SPECFILE=$(TOP)/$(NAME).spec
4VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECFILE))
5VERSION_MAJOR=$(shell echo $(VERSION) | cut -d. -f1)
6TAG = $(NAME)-$(VERSION)
7