mirror of https://github.com/CGAL/cgal
updated makefiles to add the test_regular_hierarchy_2
This commit is contained in:
parent
75a6821a65
commit
a67ec6ba8d
|
|
@ -5,7 +5,7 @@
|
|||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
|
||||
#CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-I/make/makefile_i686_Linux-2.2.18_g++-2.95_LEDA
|
||||
CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-I/make/makefile_i686_Linux-2.2.18_g++-2.95_LEDA
|
||||
include $(CGAL_MAKEFILE)
|
||||
|
||||
|
||||
|
|
@ -48,11 +48,17 @@ test_regular_triangulation_2: test_regular_triangulation_2.o
|
|||
test_delaunay_hierarchy_2: test_delaunay_hierarchy_2.o
|
||||
$(CGAL_CXX) -o test_delaunay_hierarchy_2 test_delaunay_hierarchy_2.o $(LDFLAGS)
|
||||
|
||||
test_regular_hierarchy_2: test_regular_hierarchy_2.o
|
||||
$(CGAL_CXX) -o test_regular_hierarchy_2 test_regular_hierarchy_2.o $(LDFLAGS)
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
- rm -f *.o *.obj *.exe \
|
||||
test_delaunay_triangulation_2 \
|
||||
test_regular_triangulation_2 \
|
||||
test_delaunay_hierarchy_2 \
|
||||
test_regular_hierarchy_2 \
|
||||
core \
|
||||
T??.triangulation file_tds?
|
||||
|
||||
|
|
|
|||
|
|
@ -50,10 +50,14 @@ test_delaunay_triangulation_2$(EXE_EXT): test_delaunay_triangulation_2$(OBJ_EXT)
|
|||
test_regular_triangulation_2$(EXE_EXT): test_regular_triangulation_2$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)test_regular_triangulation_2 test_regular_triangulation_2$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
test_regular_hierarchy_2$(EXE_EXT): test_regular_hierarchy_2$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)test_regular_hierarchy_2 test_regular_hierarchy_2$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
clean: \
|
||||
test_delaunay_hierarchy_2.clean \
|
||||
test_delaunay_triangulation_2.clean \
|
||||
test_regular_triangulation_2.clean
|
||||
test_regular_triangulation_2.clean \
|
||||
test_regular_hierarchy_2.clean
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
# suffix rules
|
||||
|
|
|
|||
Loading…
Reference in New Issue