projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*** empty log message ***
[apt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 88a451c9332f654b5f1ed2364c2a7c0bd4c1eb23..72cac61b5ec7f5833e401956be4364fae4eb2654 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,18
+6,19
@@
ifndef NOISY
.SILENT:
endif
.SILENT:
endif
+.PHONY: default
+default: startup all
+
.PHONY: headers library clean veryclean all binary program doc
.PHONY: headers library clean veryclean all binary program doc
-all headers library clean veryclean binary program doc:
+all headers library clean veryclean binary program doc
dirs
:
$(MAKE) -C apt-pkg $@
$(MAKE) -C apt-pkg $@
+ $(MAKE) -C apt-inst $@
$(MAKE) -C methods $@
$(MAKE) -C methods $@
-# $(MAKE) -C methods/ftp $@
$(MAKE) -C cmdline $@
$(MAKE) -C cmdline $@
+ $(MAKE) -C ftparchive $@
$(MAKE) -C dselect $@
$(MAKE) -C dselect $@
-ifdef GUI
- $(MAKE) -C deity $@
- $(MAKE) -C gui $@
-endif
$(MAKE) -C doc $@
$(MAKE) -C doc $@
+ $(MAKE) -C po $@
# Some very common aliases
.PHONY: maintainer-clean dist-clean distclean pristine sanity
# Some very common aliases
.PHONY: maintainer-clean dist-clean distclean pristine sanity
@@
-25,8
+26,9
@@
maintainer-clean dist-clean distclean pristine sanity: veryclean
# The startup target builds the necessary configure scripts. It should
# be used after a CVS checkout.
# The startup target builds the necessary configure scripts. It should
# be used after a CVS checkout.
-CONVERTED=environment.mak include/config.h makefile
+CONVERTED=environment.mak include/config.h
include/apti18n.h
makefile
include buildlib/configure.mak
$(BUILDDIR)/include/config.h: buildlib/config.h.in
include buildlib/configure.mak
$(BUILDDIR)/include/config.h: buildlib/config.h.in
+$(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
$(BUILDDIR)/makefile: buildlib/makefile.in
$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
$(BUILDDIR)/makefile: buildlib/makefile.in