1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

fix compilation issue on CALMIP; Close #51

This commit is contained in:
q-posev 2021-06-22 11:30:46 +02:00
parent cba3a4e60a
commit b0f91978b7

View File

@ -55,13 +55,13 @@ lib_LTLIBRARIES = src/libtrexio.la
SOURCES = \ SOURCES = \
$(trexio_h) \ $(trexio_h) \
$(srcdir)/src/trexio.c \ src/trexio.c \
$(srcdir)/src/trexio_private.h \ src/trexio_private.h \
$(srcdir)/src/trexio_s.h \ src/trexio_s.h \
$(srcdir)/src/trexio_hdf5.c \ src/trexio_hdf5.c \
$(srcdir)/src/trexio_hdf5.h \ src/trexio_hdf5.h \
$(srcdir)/src/trexio_text.c \ src/trexio_text.c \
$(srcdir)/src/trexio_text.h src/trexio_text.h
ORG_FILES = \ ORG_FILES = \
src/templates_front/templator_front.org \ src/templates_front/templator_front.org \
@ -99,9 +99,6 @@ HTML_FILES = docs/trexio.css \
htmldir = $(docdir) htmldir = $(docdir)
dist_html_DATA = $(HTML_FILES) dist_html_DATA = $(HTML_FILES)
docs/index.html: $(SOURCES) src/README.org
cd tools && ./build_doc.sh
$(HTML_FILES): docs/index.html $(HTML_FILES): docs/index.html
$(test_trexio_f): $(trexio_f) $(test_trexio_f): $(trexio_f)
@ -123,6 +120,9 @@ src/trexio.c: $(trexio_h)
$(trexio_f): $(ORG_FILES) $(trexio_f): $(ORG_FILES)
cd $(srcdir)/tools && ./build_trexio.sh cd $(srcdir)/tools && ./build_trexio.sh
docs/index.html: $(SOURCES) $(srcdir)/src/README.org
cd $(srcdir)/tools && ./build_doc.sh
cppcheck: cppcheck.out cppcheck: cppcheck.out
cat cppcheck.out cat cppcheck.out