From 93bf083d699c60f1ac40297bfa6783fb0cb800d8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:15 +0000 Subject: Sync Author: jgg Date: 1998-10-30 07:53:30 GMT Sync --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc623e246..9fa624ea8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ # This is the top level make file for APT, it recurses to each lower # level make file and runs it with the proper target +ifndef NOISY .SILENT: +endif .PHONY: headers library clean veryclean all binary program doc all headers library clean veryclean binary program doc: @@ -15,3 +17,15 @@ all headers library clean veryclean binary program doc: .PHONY: maintainer-clean dist-clean distclean pristine sanity maintainer-clean dist-clean distclean pristine sanity: veryclean + + +# The startup target builds the necessary configure scripts. It should +# be used after a CVS checkout. +.PHONY: startup +startup: configure + +configure: aclocal.m4 configure.in + autoconf + +aclocal.m4: + aclocal -I buildlib -- cgit v1.2.3