add sat target
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user