X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2569ac285813e0ca36d76c03cce92cf490c63e6d..3952f883f3b60aaebe538afe3e8fb2b9f75c9262:/cmdline/makefile?ds=sidebyside diff --git a/cmdline/makefile b/cmdline/makefile index 3260e375b..6d988a8f5 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -54,7 +54,28 @@ TARGET=program include $(COPY_H) # The apt-mark program -SOURCE=apt-mark -TO=$(BIN) -TARGET=program -include $(COPY_H) +PROGRAM=apt-mark +SLIBS = -lapt-pkg $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-mark.cc +include $(PROGRAM_H) + +# The apt-report-mirror-failure program +#SOURCE=apt-report-mirror-failure +#TO=$(BIN) +#TARGET=program +#include $(COPY_H) + +# The internal solver acting as an external +PROGRAM=apt-internal-solver +SLIBS = -lapt-pkg $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-internal-solver.cc +include $(PROGRAM_H) + +# The internal solver acting as an external +PROGRAM=apt-dump-solver +SLIBS = -lapt-pkg $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-dump-solver.cc +include $(PROGRAM_H)