https://hal.archives-ouvertes.fr/hal-03445804
Makefile
include ../Makefile.config
DISTFILES=Makefile Doxyfile
INSTALLH=
INSTALLLIB=
all:
$(DOXYGEN)
clean:
rm -rf html latex *~
dist-files:
@echo $(DISTFILES)
install-h:
@echo $(INSTALLH)
install-lib:
@echo $(INSTALLLIB)