5 # Bring in the default rules
6 include ../buildlib/defaults.mak
8 # The apt-cache program
10 SLIBS = -lapt-pkg $(INTLLIBS)
11 LIB_MAKES = apt-pkg/makefile
17 SLIBS = -lapt-pkg -lutil $(INTLLIBS)
18 LIB_MAKES = apt-pkg/makefile
19 SOURCE = apt-get.cc acqprogress.cc
22 # The apt-config program
24 SLIBS = -lapt-pkg $(INTLLIBS)
25 LIB_MAKES = apt-pkg/makefile
26 SOURCE = apt-config.cc
29 # The apt-cdrom program
31 SLIBS = -lapt-pkg $(INTLLIBS)
32 LIB_MAKES = apt-pkg/makefile
42 # The apt-mark program
44 SLIBS = -lapt-pkg $(INTLLIBS)
45 LIB_MAKES = apt-pkg/makefile
49 # The apt-report-mirror-failure program
50 #SOURCE=apt-report-mirror-failure
56 # the following programs are shipped in apt-utils
60 # The apt-sortpkgs program
62 SLIBS = -lapt-pkg $(INTLLIBS)
63 LIB_MAKES = apt-pkg/makefile
64 SOURCE = apt-sortpkgs.cc
67 # The apt-extracttemplates program
68 PROGRAM=apt-extracttemplates
69 SLIBS = -lapt-pkg -lapt-inst $(INTLLIBS)
70 LIB_MAKES = apt-pkg/makefile
71 SOURCE = apt-extracttemplates.cc
74 # The internal solver acting as an external
75 PROGRAM=apt-internal-solver
76 SLIBS = -lapt-pkg $(INTLLIBS)
77 LIB_MAKES = apt-pkg/makefile
78 SOURCE = apt-internal-solver.cc
81 # This just dumps out the state
82 PROGRAM=apt-dump-solver
83 SLIBS = -lapt-pkg $(INTLLIBS)
84 LIB_MAKES = apt-pkg/makefile
85 SOURCE = apt-dump-solver.cc