10 lines
237 B
Makefile
10 lines
237 B
Makefile
include ../tmp/usr/share/cgal/makefile
|
|
|
|
rounding_modes: rounding_modes.o
|
|
$(CGAL_CXX) -o rounding_modes rounding_modes.o $(CGAL_LDFLAGS) $(CGAL_LIBPATH)
|
|
|
|
.cpp.o:
|
|
$(CGAL_CXX) $(CGAL_CXXFLAGS) -c $< -o $@
|
|
clean:
|
|
rm -f *.o rounding_modes
|