Using two simulators in ARVineyard (one for simplices and one for trajectories)
  - Fixes #c66
  - Simulator::reached_infinity() examines the queue instead of
    keeping state in a variable
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)"