.PHONY: all all: makefiles allfiles .PHONY: makefiles makefiles: ./gnurl0.awk ../docs/libcurl/opts/Makefile.inc > ../docs/libcurl/opts/Makefile.inc.tmp; mv ../docs/libcurl/opts/Makefile.inc.tmp ../docs/libcurl/opts/Makefile.inc # manfiles: .PHONY: allfiles allfiles: sh ./gnurl1.sh .PHONY: lint lint: sh ./man_lint.sh # TODO: finally drop the gmake dependency. .PHONY: release release: (cd .. ; sh ./buildconf) (cd .. ; sh ./configure-gnurl) (cd .. ; make) (cd .. ; make -C tests test) # (cd .. ; gmake distcheck) (cd .. ; make clean ; cd aux-gnurl ; git restore makefile) (cd .. ; MAKE="make" ./maketgz 7.67.0) .PHONY: clean clean: git restore ..