mirror of https://github.com/CGAL/cgal
restored correct makefile / cgal_test
This commit is contained in:
parent
2bfba63cff
commit
07f0fdea00
|
|
@ -81,7 +81,6 @@ else
|
|||
compile_and_run Counted_number
|
||||
compile_and_run double
|
||||
compile_and_run doubletst
|
||||
compile_and_run EPoint-test
|
||||
compile_and_run float
|
||||
compile_and_run floattst
|
||||
compile_and_run Gmpq
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ all: \
|
|||
Counted_number$(EXE_EXT) \
|
||||
double$(EXE_EXT) \
|
||||
doubletst$(EXE_EXT) \
|
||||
EPoint-test$(EXE_EXT) \
|
||||
float$(EXE_EXT) \
|
||||
floattst$(EXE_EXT) \
|
||||
Gmpq$(EXE_EXT) \
|
||||
|
|
@ -111,9 +110,6 @@ double$(EXE_EXT): double$(OBJ_EXT)
|
|||
doubletst$(EXE_EXT): doubletst$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)doubletst doubletst$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
EPoint-test$(EXE_EXT): EPoint-test$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)EPoint-test EPoint-test$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
float$(EXE_EXT): float$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)float float$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
|
|
@ -227,7 +223,6 @@ clean: \
|
|||
Counted_number.clean \
|
||||
double.clean \
|
||||
doubletst.clean \
|
||||
EPoint-test.clean \
|
||||
float.clean \
|
||||
floattst.clean \
|
||||
Gmpq.clean \
|
||||
|
|
|
|||
Loading…
Reference in New Issue