ar-vinyeard compiles and runs:
- ar-function-kernel uses int for sign rather than bool in sign_at
- switched to dealing with a single functions themselves in value_at
- order of thresholds is handled correctly in ar-vineyard (max is the last one)
include $(CGAL_MAKEFILE)
all: libpath libpaths ldflags cxxflags
libpath:
@echo "$(CGAL_LIB_DIR)"
libpaths:
@echo "$(CGAL_LIBPATHFLAGS)"
ldflags:
@echo "$(CGAL_LDFLAGS)"
cxxflags:
@echo "$(CGAL_CXXFLAGS)"