remove CGAL_MAKEFILE hardcoding (damn emacs users !)

This commit is contained in:
Sylvain Pion 2006-08-08 08:20:54 +00:00
parent 0b5364ba5c
commit ed25e93dc9
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# include platform specific settings # include platform specific settings
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory. # Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-384/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310 #CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-384/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE # CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE) include $(CGAL_MAKEFILE)
@ -16,6 +16,7 @@ include $(CGAL_MAKEFILE)
CXXFLAGS = \ CXXFLAGS = \
-I../../include \ -I../../include \
-I../../../Triangulation_3/include \ -I../../../Triangulation_3/include \
-I../../../Kernel_23/include \
$(TESTSUITE_CXXFLAGS) \ $(TESTSUITE_CXXFLAGS) \
$(EXTRA_FLAGS) \ $(EXTRA_FLAGS) \
$(CGAL_CXXFLAGS) \ $(CGAL_CXXFLAGS) \