5 # Bring in the default rules
6 include ../buildlib/defaults.mak
10 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
11 LIB_MAKES = apt-pkg/makefile
15 # The apt-cache program
17 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
18 LIB_MAKES = apt-pkg/makefile
24 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
25 LIB_MAKES = apt-pkg/makefile
29 # The apt-config program
31 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
32 LIB_MAKES = apt-pkg/makefile
33 SOURCE = apt-config.cc
36 # The apt-cdrom program
38 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
39 LIB_MAKES = apt-pkg/makefile
49 # The apt-mark program
51 SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
52 LIB_MAKES = apt-pkg/makefile
56 # The apt-report-mirror-failure program
57 #SOURCE=apt-report-mirror-failure
63 # the following programs are shipped in apt-utils
67 # The apt-sortpkgs program
69 SLIBS = -lapt-pkg $(INTLLIBS)
70 LIB_MAKES = apt-pkg/makefile
71 SOURCE = apt-sortpkgs.cc
74 # The apt-extracttemplates program
75 PROGRAM=apt-extracttemplates
76 SLIBS = -lapt-pkg -lapt-inst $(INTLLIBS)
77 LIB_MAKES = apt-pkg/makefile
78 SOURCE = apt-extracttemplates.cc
81 # The internal solver acting as an external
82 PROGRAM=apt-internal-solver
83 SLIBS = -lapt-pkg $(INTLLIBS)
84 LIB_MAKES = apt-pkg/makefile
85 SOURCE = apt-internal-solver.cc
88 # This just dumps out the state
89 PROGRAM=apt-dump-solver
90 SLIBS = -lapt-pkg $(INTLLIBS)
91 LIB_MAKES = apt-pkg/makefile
92 SOURCE = apt-dump-solver.cc