X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/143abaebdefc9063ec78b7fc10aeaa62ccd6cafc..8c64fc132ce0743f02b4d7216a3646a8fb93d8b6:/cmdline/makefile diff --git a/cmdline/makefile b/cmdline/makefile index 17042c0d2..882a0e1b5 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -30,5 +30,25 @@ include $(PROGRAM_H) PROGRAM=apt-cdrom SLIBS = -lapt-pkg LIB_MAKES = apt-pkg/makefile -SOURCE = apt-cdrom.cc indexcopy.cc +SOURCE = apt-cdrom.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) + +# The apt-key program +SOURCE=apt-key +TO=$(BIN) +TARGET=program +include $(COPY_H)