Loading GNUmakefile +2 −2 Original line number Diff line number Diff line ### ### Makefile for building libcsgeb.a with GNU Make. ### Makefile for building libcsg-eb.a with GNU Make. ### Only works with GCC compiler ### Expects to find paths for dependencies defined in: BOOST_HOME, CATCH2_HOME, CGAL_HOME, PEGTL_HOME ### TARGET ?= libcsgeb.a TARGET ?= libcsg-eb.a BUILD_DIR ?= ./build SRCFILENAMES := csg.cpp \ Loading Loading
GNUmakefile +2 −2 Original line number Diff line number Diff line ### ### Makefile for building libcsgeb.a with GNU Make. ### Makefile for building libcsg-eb.a with GNU Make. ### Only works with GCC compiler ### Expects to find paths for dependencies defined in: BOOST_HOME, CATCH2_HOME, CGAL_HOME, PEGTL_HOME ### TARGET ?= libcsgeb.a TARGET ?= libcsg-eb.a BUILD_DIR ?= ./build SRCFILENAMES := csg.cpp \ Loading