####### This has been adapted from the Makefile of iris-coq# Forward most targets to Coq makefile (with some trick to make this phony)%:Makefile.coq phony +@make -f Makefile.coq $@all:Makefile.coq +@make -f Makefile.coq allclean:Makefile.coq +@make -f Makefile.coq clean
rm-f Makefile.coqMakefile.coq:_CoqProject Makefile awk.Makefile coq_makefile -f _CoqProject -o Makefile.coq# Some files that do *not* need to be forwarded to Makefile.coqMakefile:;_CoqProject:;awk.Makefile:;# Phony targets (i.e. targets that should be run no matter the timestamps of the involved files)phony:;.PHONY:all clean phony