Skip to content
Snippets Groups Projects
Commit 1173e2f9 authored by Niels Möller's avatar Niels Möller
Browse files

* examples/Makefile.in: Deleted all configure-related rules,

except the one rebuilding this Makefile. Run make at top level if
other configure related files change.
* tools/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.

Rev: src/nettle/examples/Makefile.in:1.5
Rev: src/nettle/testsuite/Makefile.in:1.5
Rev: src/nettle/tools/Makefile.in:1.6
parent 987e6dc0
No related branches found
No related tags found
No related merge requests found
......@@ -38,31 +38,9 @@ check: $(TS_ALL)
LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \
"$(srcdir)"/run-tests $(TS_ALL)
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in ../config.status
cd .. && $(SHELL) ./config.status examples/$@
../config.make: $(top_srcdir)/config.make.in ../config.status
cd .. && $(SHELL) ./config.status config.make
../config.status: $(top_srcdir)/configure
cd .. && $(SHELL) ./config.status --recheck
../configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
cd $(top_srcdir) && $(AUTOCONF)
# # FIXME: To we really need all this in all subdirs?
# ../config.h: ../stamp-h1
# @cd .. $(MAKE) stamp-h1;
#
# ../stamp-h1: $(top_srcdir)/config.h.in ../config.status
# cd .. && $(MAKE) stamp-h1
#
# $(top_srcdir)/config.h.in: $(top_srcdir)/configure.ac
# cd $(top_srcdir) && $(AUTOHEADER)
# rm -f ../stamp-h1
# touch $@
install uninstall:
true
......
......@@ -51,31 +51,9 @@ check: $(TS_ALL) $(srcdir)/run-tests
$(srcdir)/run-tests $(TS_ALL)
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in ../config.status
cd .. && $(SHELL) ./config.status testsuite/$@
../config.make: $(top_srcdir)/config.make.in ../config.status
cd .. && $(SHELL) ./config.status config.make
../config.status: $(top_srcdir)/configure
cd .. && $(SHELL) ./config.status --recheck
../configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
cd $(top_srcdir) && $(AUTOCONF)
# # FIXME: To we really need all this in all subdirs?
# ../config.h: ../stamp-h1
# @cd .. $(MAKE) stamp-h1;
#
# ../stamp-h1: $(top_srcdir)/config.h.in ../config.status
# cd .. && $(MAKE) stamp-h1
#
# $(top_srcdir)/config.h.in: $(top_srcdir)/configure.ac
# cd $(top_srcdir) && $(AUTOHEADER)
# rm -f ../stamp-h1
# touch $@
install uninstall:
true
......
......@@ -31,31 +31,9 @@ nettle-lfib-stream: nettle-lfib-stream.$(OBJEXT) ../libnettle.a
$(COMPILE) -c $< && $(DEP_PROCESS)
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in ../config.status
cd .. && $(SHELL) ./config.status tools/$@
../config.make: $(top_srcdir)/config.make.in ../config.status
cd .. && $(SHELL) ./config.status config.make
../config.status: $(top_srcdir)/configure
cd .. && $(SHELL) ./config.status --recheck
../configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
cd $(top_srcdir) && $(AUTOCONF)
# # FIXME: To we really need all this in all subdirs?
# ../config.h: ../stamp-h1
# @cd .. $(MAKE) stamp-h1;
#
# ../stamp-h1: $(top_srcdir)/config.h.in ../config.status
# cd .. && $(MAKE) stamp-h1
#
# $(top_srcdir)/config.h.in: $(top_srcdir)/configure.ac
# cd $(top_srcdir) && $(AUTOHEADER)
# rm -f ../stamp-h1
# touch $@
check:
true
......
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