Added/fixed CGAL_MAKEFILE= line in makefiles

This commit is contained in:
Joachim Reichel 2006-03-14 19:35:55 +00:00
parent 4eb5dbd763
commit 11a449ae00
23 changed files with 44 additions and 8 deletions

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
3rd march 2006 Monique Teillaud
(and yesterday)
- removed all dependencies of CK from AK global functions

View File

@ -6,6 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
5 August 2005 Sylvain Pion
- Remove CGAL_STD.

View File

@ -6,7 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = /usr/pack/cgal-2.4-mh/make/makefile_sparc_SunOS-5.9_g++-2.95
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -6,6 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
27 February 2006 Andreas Fabri
- Added a Base::using in PM_point_locator.h
- Added using statements in Bounding_box_2.h

View File

@ -6,7 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
#CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-348/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -6,7 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
13 March 2006 Andreas Fabri
- Fixed the demo by using the same kernel in all .C files

View File

@ -5,7 +5,7 @@
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
22 December 2005 Sylvain Pion
- Add some "using Base::member" to please g++ 4.1.

View File

@ -1,3 +1,4 @@
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
CC = $(CGAL_CXX) $(CGAL_WINDOW_LIBPATH)

View File

@ -1,3 +1,5 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
9 March 2006 Andreas Fabri
- Changed names of examples

View File

@ -6,7 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = c:/cgal/CGAL-3.1-I-115/make/makefile_i686_CYGWINNT-5.1-1.5.6_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
9 March 2006 Fernando Cacciola
- Manual improvements
8 March 2006 Fernando Cacciola

View File

@ -5,7 +5,8 @@
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
#CGAL_MAKEFILE=c:/cgal/CGAL-3.2-I-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -5,7 +5,8 @@
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
#CGAL_MAKEFILE=c:/cgal/CGAL-3.2-I-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -5,7 +5,8 @@
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
#CGAL_MAKEFILE=c:/cgal/CGAL-3.2-I-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
10 March 2006 Mariette
- doc fixes

View File

@ -1,3 +1,4 @@
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -6,6 +6,7 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#

View File

@ -1,3 +1,6 @@
14 March 2006 Joachim Reichel
- Added/fixed CGAL_MAKEFILE= line in makefiles
13 March 2006 Andreas Fabri
- Instead of forwarding it is enough to ot use using

View File

@ -4,6 +4,8 @@
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
include $(CGAL_MAKEFILE)
# ---------------------------------------------------------------------#