X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/53da8d703e228f7107688aa38fe305a0ba8d91e4..e3c4391992c1a2670b79c504ec7b3137aa719d57:/Makefile diff --git a/Makefile b/Makefile index b10011873..88a451c93 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,11 @@ all headers library clean veryclean binary program doc: $(MAKE) -C methods $@ # $(MAKE) -C methods/ftp $@ $(MAKE) -C cmdline $@ + $(MAKE) -C dselect $@ +ifdef GUI $(MAKE) -C deity $@ $(MAKE) -C gui $@ +endif $(MAKE) -C doc $@ # Some very common aliases @@ -23,6 +26,7 @@ maintainer-clean dist-clean distclean pristine sanity: veryclean # The startup target builds the necessary configure scripts. It should # be used after a CVS checkout. CONVERTED=environment.mak include/config.h makefile +include buildlib/configure.mak $(BUILDDIR)/include/config.h: buildlib/config.h.in $(BUILDDIR)/environment.mak: buildlib/environment.mak.in -include buildlib/configure.mak +$(BUILDDIR)/makefile: buildlib/makefile.in