mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
Fix Makefile.am
This commit is contained in:
parent
8aa4721758
commit
6ee9221f33
@ -81,19 +81,19 @@ tests_test_c_LDFLAGS = -no-install
|
|||||||
|
|
||||||
test_trexio_f = $(srcdir)/tests/trexio_f.f90
|
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_LDADD = src/libtrexio.la
|
||||||
tests_test_f_LDFLAGS = -no-install
|
tests_test_f_LDFLAGS = -no-install
|
||||||
|
|
||||||
|
$(test_trexio_f): $(trexio_f)
|
||||||
|
cp $(trexio_f) $(test_trexio_f)
|
||||||
|
|
||||||
if TREXIO_DEVEL
|
if TREXIO_DEVEL
|
||||||
|
|
||||||
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h)
|
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h)
|
||||||
|
|
||||||
BUILT_SOURCES = $(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)
|
src/trexio.c: $(trexio_h)
|
||||||
|
|
||||||
$(trexio_h): $(ORG_FILES)
|
$(trexio_h): $(ORG_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user