]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
Improved message
[apt.git] / cmdline / makefile
index 65139c03203258fe0469ee74febd7277fbbeb59a..17042c0d2bab61877c1499e79c0e948a343918ce 100644 (file)
@@ -7,12 +7,28 @@ include ../buildlib/defaults.mak
 
 # The apt-cache program
 PROGRAM=apt-cache
-SLIBS = -lapt-pkg 
+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
+SLIBS = -lapt-pkg
+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)