Skip to content
Snippets Groups Projects
Commit 86aadaf1 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Improved dependencies for install target

parent a6974c82
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ compile-mpfr-lusi: $(LUSI_MPFR_LIB)
@echo Compiling $<
@$(LOCAL_BINDIR)/lustrec -verbose 0 -mpfr 1 -d include $<
install: clean-lusic compile-lusi compile-mpfr-lusi
install-base: clean-lusic
mkdir -p ${bindir}
install -m 0755 $(LOCAL_BINDIR)/* ${bindir}
mkdir -p ${includedir}/lustrec
......@@ -73,6 +73,8 @@ install: clean-lusic compile-lusi compile-mpfr-lusi
mkdir -p ${datarootdir}
install -m 0655 share/FindLustre.cmake ${datarootdir}
install: install-base compile-lusi compile-mpfr-lusi
test-config: ${bindir}/lustrec
if @PATH_TO_TESTS_DEFINED@; then \
mkdir -p test; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment