mirror of https://github.com/CGAL/cgal
Added/fixed CGAL_MAKEFILE= line in makefiles
This commit is contained in:
parent
4eb5dbd763
commit
11a449ae00
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
3rd march 2006 Monique Teillaud
|
3rd march 2006 Monique Teillaud
|
||||||
(and yesterday)
|
(and yesterday)
|
||||||
- removed all dependencies of CK from AK global functions
|
- removed all dependencies of CK from AK global functions
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# Choose the right include file from the <cgalroot>/make directory.
|
||||||
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
5 August 2005 Sylvain Pion
|
5 August 2005 Sylvain Pion
|
||||||
- Remove CGAL_STD.
|
- Remove CGAL_STD.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# 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)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# Choose the right include file from the <cgalroot>/make directory.
|
||||||
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
27 February 2006 Andreas Fabri
|
27 February 2006 Andreas Fabri
|
||||||
- Added a Base::using in PM_point_locator.h
|
- Added a Base::using in PM_point_locator.h
|
||||||
- Added using statements in Bounding_box_2.h
|
- Added using statements in Bounding_box_2.h
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# 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-348/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# 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)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
13 March 2006 Andreas Fabri
|
13 March 2006 Andreas Fabri
|
||||||
- Fixed the demo by using the same kernel in all .C files
|
- Fixed the demo by using the same kernel in all .C files
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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-361/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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
22 December 2005 Sylvain Pion
|
22 December 2005 Sylvain Pion
|
||||||
- Add some "using Base::member" to please g++ 4.1.
|
- Add some "using Base::member" to please g++ 4.1.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
CC = $(CGAL_CXX) $(CGAL_WINDOW_LIBPATH)
|
CC = $(CGAL_CXX) $(CGAL_WINDOW_LIBPATH)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
9 March 2006 Andreas Fabri
|
9 March 2006 Andreas Fabri
|
||||||
- Changed names of examples
|
- Changed names of examples
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# 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.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)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
9 March 2006 Fernando Cacciola
|
9 March 2006 Fernando Cacciola
|
||||||
- Manual improvements
|
- Manual improvements
|
||||||
8 March 2006 Fernando Cacciola
|
8 March 2006 Fernando Cacciola
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
# 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-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
# 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-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
# 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-361/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
10 March 2006 Mariette
|
10 March 2006 Mariette
|
||||||
- doc fixes
|
- doc fixes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# Choose the right include file from the <cgalroot>/make directory.
|
||||||
|
|
||||||
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 March 2006 Joachim Reichel
|
||||||
|
- Added/fixed CGAL_MAKEFILE= line in makefiles
|
||||||
|
|
||||||
13 March 2006 Andreas Fabri
|
13 March 2006 Andreas Fabri
|
||||||
- Instead of forwarding it is enough to ot use using
|
- Instead of forwarding it is enough to ot use using
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
# 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 = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
# ---------------------------------------------------------------------#
|
# ---------------------------------------------------------------------#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue