1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00

Merge branch 'master' of github.com:TREX-CoE/trexio

This commit is contained in:
Anthony Scemama 2021-11-17 14:17:01 +01:00
commit cc7e7b33dc

View File

@ -174,6 +174,9 @@ dist_html_DATA = $(HTML_FILES)
$(HTML_TANGLED): $(htmlizer) $(HTML_TANGLED): $(htmlizer)
html: $(dist_html_DATA)
doc: html
# =============== DEVELOPER MODE =============== # # =============== DEVELOPER MODE =============== #
SWIG = @SWIG@ SWIG = @SWIG@
@ -183,7 +186,7 @@ HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
if TREXIO_DEVEL if TREXIO_DEVEL
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h) CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h) .git_hash
BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f) BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f)