X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/93bf083d699c60f1ac40297bfa6783fb0cb800d8..46976ca4e7393625fb25728d876e0c15b7e55c15:/Makefile diff --git a/Makefile b/Makefile index 9fa624ea8..55d7ade6c 100644 --- a/Makefile +++ b/Makefile @@ -10,22 +10,19 @@ endif all headers library clean veryclean binary program doc: $(MAKE) -C apt-pkg $@ $(MAKE) -C methods $@ +# $(MAKE) -C methods/ftp $@ $(MAKE) -C cmdline $@ $(MAKE) -C deity $@ $(MAKE) -C gui $@ $(MAKE) -C doc $@ +# Some very common aliases .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 +CONVERTED=environment.mak include/config.h makefile +$(BUILD)/include/config.h: buildlib/config.h.in +$(BUILD)/environment.mak: buildlib/environment.mak.in +include buildlib/configure.mak