1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Fix Makefile.am

This commit is contained in:
Anthony Scemama 2021-06-02 11:39:35 +02:00
parent 8aa4721758
commit 6ee9221f33

View File

@ -81,19 +81,19 @@ tests_test_c_LDFLAGS = -no-install
test_trexio_f = $(srcdir)/tests/trexio_f.f90
tests_test_f_SOURCES = $(trexio_h) $(test_trexio_f)
tests_test_f_SOURCES = $(trexio_f) $(test_trexio_f)
tests_test_f_LDADD = src/libtrexio.la
tests_test_f_LDFLAGS = -no-install
$(test_trexio_f): $(trexio_f)
cp $(trexio_f) $(test_trexio_f)
if TREXIO_DEVEL
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h)
BUILT_SOURCES = $(SOURCES) $(trexio_f) $(trexio_h)
$(test_trexio_f): $(trexio_f)
cp $(trexio_f) $(test_trexio_f)
src/trexio.c: $(trexio_h)
$(trexio_h): $(ORG_FILES)