]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
Resynch
[apt.git] / cmdline / makefile
index a6911c9916aec92c1e4c72a8ef7233141a55f357..0c34c1ff97ec02b43341acbe53d505dab05f40d6 100644 (file)
@@ -8,11 +8,41 @@ include ../buildlib/defaults.mak
 # The apt-cache program
 PROGRAM=apt-cache
 SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
 SOURCE = apt-cache.cc
 include $(PROGRAM_H)
 
-# The apt-config program
+# The apt-get program
 PROGRAM=apt-get
 SLIBS = -lapt-pkg
-SOURCE = apt-get.cc
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-get.cc acqprogress.cc
+include $(PROGRAM_H)
+
+# The apt-config program
+PROGRAM=apt-config
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-config.cc
+include $(PROGRAM_H)
+
+# The apt-cdrom program
+PROGRAM=apt-cdrom
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-cdrom.cc indexcopy.cc
+include $(PROGRAM_H)
+
+# The apt-sortpkgs program
+PROGRAM=apt-sortpkgs
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-sortpkgs.cc
+include $(PROGRAM_H)
+
+# The apt-extracttemplates program
+PROGRAM=apt-extracttemplates
+SLIBS = -lapt-pkg -lapt-inst
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-extracttemplates.cc 
 include $(PROGRAM_H)