All conditionals are put in libstore/Makefile because I think it may be easier to understand compared with putting the following in libstore-noparted/Makfile: ``` dir := libstore-noparted libname := libstore-noparted ``` and the following in libstore/Makefile: ``` dir ?= libstore libname ?= libstore ```
Zhaoming Luo (1): Add a libstore library without libparted Makefile | 1 + libstore-noparted/Makefile | 6 ++++++ libstore/Makefile | 19 +++++++++++++++---- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 libstore-noparted/Makefile -- 2.47.1