Project ERROR: Module does not define version. make[1]: *** [Makefile:45:sub-xlsx-make_first] 错误 3 make[1]: 离开目录“/home/zhouyingge1104/Downloads/QtXlsxWriter-master/src” make: *** [Makefile:49:sub-src-make_first] 错误 2 很怪异的问题,之前其他电脑上build没问题,为啥这个电脑上...
# This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' ...
Files main .configurations .devcontainer .github android-patches benchmark deps doc lib src test tools typings .clang-format .cpplint .editorconfig .gitattributes .gitignore .gitpod.yml .mailmap .nycrc .yamllint.yaml BSDmakefile BUILD.gn BUILDING.md ...
SRPM_BASE = $(PROGRAM)-$(VERSION)-$(RELEASE).src.rpm RPM = rpmbuild/RPMS/$(PROGRAM)-$(VERSION)-$(RELEASE).$(ARCH).rpm USERNAME := $(shell cat ~/.config/copr 2>/dev/null | grep username | awk -F '=' '{print $$2}' | tr -d ' ') ...
[DEPRECATED] Old, Semi-official mirror of the CVS repository of the LAME MP3 encoder. - deprecated-lame-mirror/Makefile.in at origin · rbrito/deprecated-lame-mirror
(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS)) # 将处理留给上面的 make 调用 skip-makefile := 1 endif # ifneq ($(KBUILD_OUTPUT),) endif # ifeq ($(KBUILD_SRC),) # 如果这是 make 的最终调用,我们将处理 Makefile 的其余部分 ifeq ($(skip-makefile),) # 不要打印“...
__sub-make: $(Q)$(MAKE) $(no-print-directory) -C $(abs_output) \ -f $(abs_srctree)/Makefile $(MAKECMDGOALS) else # need-sub-make # We process the rest of the Makefile if this is the final invocation of make ifndef KBUILD_EXTMOD ...
@:sub-make:FORCE$(Q)$(MAKE)-C$(KBUILD_OUTPUT)KBUILD_SRC=$(CURDIR)\-f $(CURDIR)/Makefile$(filter-out _all sub-make,$(MAKECMDGOALS))# Leave processing to above invocation of makeskip-makefile:=1endif# ifneq ($(KBUILD_OUTPUT),)endif# ifeq ($(KBUILD_SRC),)# We process the rest ...
ifneq ($(sub_make_done),1) # Do not use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour) MAKEFLAGS += -rR # Avoid funny character set dependencies unexport LC_ALL LC_COLLATE=C LC_NUMERIC=C export LC_COLLATE LC_NUMERIC # Avoid ...
iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt # This directory's subdirectorie...