add sat target

This commit is contained in:
lperron@google.com
2013-12-15 20:05:11 +00:00
parent f7887a5fa9
commit 3afbef0b9d
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ else
endif
endif
.PHONY : python cc java csharp
.PHONY : python cc java csharp sat
all: cc java python csharp
clean: clean_cc clean_java clean_python clean_csharp clean_compat

View File

@@ -222,7 +222,7 @@ LPBINARIES = \
# Makefile targets.
# Main target
cc: cplibs cpexe algorithmslibs graphlibs lplibs lpexe
cc: cplibs cpexe algorithmslibs graphlibs lplibs lpexe sat
# Clean target
@@ -1087,6 +1087,8 @@ SAT_LIB_OBJS = \
$(OBJ_DIR)/sat_parameters.pb.$O\
$(OBJ_DIR)/sat_solver.$O\
sat: bin/sat_runner$E
satlibs: $(DYNAMIC_SAT_DEPS) $(STATIC_SAT_DEPS)
$(OBJ_DIR)/sat_solver.$O: $(SRC_DIR)/sat/sat_solver.cc $(SRC_DIR)/sat/sat_solver.h $(SRC_DIR)/sat/sat_base.h $(GEN_DIR)/sat/sat_parameters.pb.h