Remove stale port of glucose

Fixes #178
This commit is contained in:
Norman Feske
2020-04-22 15:41:54 +02:00
parent dbdc441258
commit c548f19c34
14 changed files with 0 additions and 361 deletions

View File

@@ -1,4 +0,0 @@
INC_DIR += $(call select_from_ports,glucose)/include/glucose
INC_DIR += $(call select_from_ports,glucose)/include/
CC_CXX_WARN_STRICT =

View File

@@ -1,15 +0,0 @@
GLUCOSE_DIR = $(call select_from_ports,glucose)/src/lib/glucose/
LIBS += stdcxx zlib libc libm
INC_DIR += $(GLUCOSE_DIR)
SRC_CC = Solver.cc
CC_OPT += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
CC_WARN =
vpath %.cc $(GLUCOSE_DIR)/core
vpath %.cc $(GLUCOSE_DIR)/utils
#SHARED_LIB = yes
CC_CXX_WARN_STRICT =