]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
* Implement EDSP in libapt-pkg so that all front-ends which
[apt.git] / cmdline / makefile
index e867dae73654fb573bdcaabc09ddf2fe5795261e..6d988a8f587f365355440619da2ad86a89e1fbc4 100644 (file)
@@ -65,3 +65,17 @@ include $(PROGRAM_H)
 #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)