Skip to content
Snippets Groups Projects
Commit 643797e1 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Optionally silent a few more rules.

parent 0721d8e1
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -4,10 +4,10 @@ SUBDIRS = src interfaces app examples examples/pio tests
doc/cdi_cman.pdf: doc/cdi_fman.pdf
doc/cdi_cman.pdf:
(cd $(top_srcdir)/doc/tex ; ./makepdf_c ; mv cdi_cman.pdf .. ; ./cleanup)
$(AM_V_GEN)$(am__cd) $(top_srcdir)/doc/tex && ./makepdf_c && mv cdi_cman.pdf .. && ./cleanup
doc/cdi_fman.pdf:
(cd $(top_srcdir)/doc/tex ; ./makepdf_f ; mv cdi_fman.pdf .. ; ./cleanup)
$(AM_V_GEN)$(am__cd) $(top_srcdir)/doc/tex && ./makepdf_f && mv cdi_fman.pdf .. && ./cleanup
EXTRA_DIST = \
LICENSE \
......
......@@ -309,16 +309,16 @@ cmake/cdi/cdi-config-version.cmake: cmake/cdi/cdi-config-version.cmake.in $(top_
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
pkgconfig/cdi.pc: pkgconfig/cdi.pc.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
pkgconfig/cdipio.pc: pkgconfig/cdipio.pc.in ../config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
pkgconfig/cdi_f2003.pc: pkgconfig/cdi_f2003.pc.in ../config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
cdilib.c:
(cd $(top_srcdir)/src ; ./make_cdilib )
$(AM_V_GEN)(cd $(top_srcdir)/src ; ./make_cdilib)
MOSTLYCLEANFILES = make_fint
CLEANFILES =
......
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