mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Doxygen remove obsolete file
This commit is contained in:
parent
c812f3fea2
commit
4f7bb20a8f
@ -1,20 +0,0 @@
|
||||
SHELL := bash
|
||||
.ONESHELL:
|
||||
.SHELLFLAGS := -eu -o pipefail -c
|
||||
.DELETE_ON_ERROR:
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
ifeq ($(origin .RECIPEPREFIX), undefined)
|
||||
$(error This Make does not support .RECIPEPREFIX. Please use GNU Make 4.0 or later)
|
||||
endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
ifdef PROGRAMFILES
|
||||
DOXYGEN=C:/Program\ Files/doxygen/bin/doxygen.exe
|
||||
else
|
||||
DOXYGEN=doxygen
|
||||
endif
|
||||
|
||||
build:
|
||||
> $(DOXYGEN) Doxyfile
|
Loading…
x
Reference in New Issue
Block a user