X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2204bd804ded02d3ca8f04ebc6de30204468530a..44438931bea209d0432c2f7e984521b3fa8072e9:/methods/makefile diff --git a/methods/makefile b/methods/makefile index 80f749255..d0b5a28c0 100644 --- a/methods/makefile +++ b/methods/makefile @@ -6,6 +6,10 @@ SUBDIR=methods include ../buildlib/defaults.mak BIN := $(BIN)/methods +# FIXME.. +LIB_APT_PKG_MAJOR = 3.11 +APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) + # The file method PROGRAM=file SLIBS = -lapt-pkg @@ -27,6 +31,13 @@ LIB_MAKES = apt-pkg/makefile SOURCE = gzip.cc include $(PROGRAM_H) +# The gpgv method +PROGRAM=gpgv +SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile +SOURCE = gpgv.cc +include $(PROGRAM_H) + # The cdrom method PROGRAM=cdrom SLIBS = -lapt-pkg @@ -48,6 +59,13 @@ LIB_MAKES = apt-pkg/makefile SOURCE = ftp.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) +# The rred method +PROGRAM=rred +SLIBS = -lapt-pkg $(SOCKETLIBS) +LIB_MAKES = apt-pkg/makefile +SOURCE = rred.cc +include $(PROGRAM_H) + # The rsh method PROGRAM=rsh SLIBS = -lapt-pkg @@ -56,7 +74,7 @@ SOURCE = rsh.cc include $(PROGRAM_H) # SSH and vzip2 method symlink -all: $(BIN)/ssh $(BIN)/bzip2 +binary: $(BIN)/ssh $(BIN)/bzip2 veryclean: clean-$(BIN)/ssh clean-$(BIN)/bzip2 $(BIN)/ssh: echo "Installing ssh method link"