Michael Hoffmann
064e4fbb8c
Search for install_name_tool after OS_COMPILER is defined.
2006-04-24 08:30:26 +00:00
Laurent Saboret
fc15e54f87
Use multithreaded DLL runtime with Visual C++ and Intel compiler (-MD)
2006-04-21 14:34:07 +00:00
Michael Hoffmann
c4459c8a49
Commented CGAL_MAKEFILE replacement for example/test makefiles.
...
(Was not effective, anyway..)
2006-04-20 17:44:44 +00:00
Michael Hoffmann
2b3e66f6d7
Name Install Menu.
2006-04-20 09:19:35 +00:00
Sylvain Pion
00eda9d67b
Redo the CGAL_SHARED_LIB_INSTALL_NAME change, as it is needed
...
when no "install" procedure is run.
2006-04-19 21:05:39 +00:00
Sylvain Pion
8fa59948d4
Undo r29804 (CGAL_SHARED_LIB_INSTALL_NAME) as a better
...
approach is there now.
2006-04-19 15:43:21 +00:00
Michael Hoffmann
f75c90a48a
Add buildlog to install.log, even in case of success.
2006-04-19 15:19:15 +00:00
Michael Hoffmann
e392b3f7ea
Use install_name_tool to correct sharedlibnames on Darwin.
2006-04-18 14:26:28 +00:00
Michael Hoffmann
f26644d94f
Give reasonable error msg when parsing BUILD_ONE_CONFIG.
2006-04-18 11:45:49 +00:00
Sylvain Pion
0d0aad83ea
In create_standard_header_replacements(), do a first test with
...
all std headers included at once, to avoid the loop over all
individual headers (speed up).
2006-04-17 09:54:39 +00:00
Sylvain Pion
eed6175a1d
Undo r30319 as it was not the cause of the armageddon.
2006-04-15 16:23:50 +00:00
Sylvain Pion
601e136909
- Undo r30288 as it is probably the cause of buggy test-suite.
2006-04-14 13:00:41 +00:00
Sylvain Pion
0ef9da253a
Progress towards libraries makefile factorization
2006-04-13 23:42:26 +00:00
Sylvain Pion
22ad725de1
Move src/*.C to src/CGAL/*.C
2006-04-13 22:24:18 +00:00
Sylvain Pion
c1373346f2
Merge src/makefile_lib and src/makefile_sharedlib into src/makefile.
...
This required to pass CXXFLAGS on the make command-line, and therefore
I took this opportunity to also pass CGAL_MAKEFILE on the command-line,
which in turn allowed to get rid of the prepare_lib_makefiles function.
2006-04-13 22:02:29 +00:00
Michael Hoffmann
cf96be9ae6
Print supported libs on multiple lines in interactive menu.
2006-04-13 13:14:47 +00:00
Laurent Rineau
3e26709e52
make lib_menu exit if the setup is not correct, in non-interactive mode.
2006-04-13 11:45:42 +00:00
Michael Hoffmann
4b48954bb1
Output feature not package name when testing.
2006-04-11 13:02:56 +00:00
Michael Hoffmann
f32a974f9a
Cleanup of XLIBS and WINDOW_DIR (unused).
...
Introduce CGAL_CGAL_LDFLAGS.
2006-04-11 09:19:18 +00:00
Michael Hoffmann
8ff7788731
Fixed critical bug in return value processing in link_run_test.
...
(Reported by Fernando and Marc.)
2006-04-05 14:57:09 +00:00
Laurent Rineau
325a6aba59
Increase the width of the output of print_os_settings(), in install_cgal
2006-03-30 11:48:28 +00:00
Sylvain Pion
24045f8fd9
Add $CGAL_SHARED_LIB_INSTALL_NAME to specify the -install_name option for
...
building dylibs on Darwin (removes the need for $DYLD_LIBRARY_PATH).
2006-03-29 13:45:08 +00:00
Sylvain Pion
faf9a99f21
On Darwin, -fno-common is only needed when making the shared libs themselves,
...
not all the time, so move it from ADDITIONAL_CXXFLAGS to CGAL_SHARED_LIB_CXXFLAGS.
2006-03-28 21:30:31 +00:00
Michael Hoffmann
01228d2f2f
Make KEY case-insensitive in support_menu.
2006-03-27 12:20:34 +00:00
Laurent Saboret
2f2e783569
install_cgal detects now properly TAUCS on Cygwin/Visual C++. It probably also works for Cygwin/Intel Compiler.
...
Note: TAUCS is not compatible with Cygwin/g++ (no makefile provided).
2006-03-23 14:35:07 +00:00
Sylvain Pion
1aa2fda9f5
- Swap order of CUSTOM_CXXFLAGS and ADDITIONAL_CXXFLAGS
...
(spotted because I want to alter the default -Wall by -Wno-non-virtual-dtor)
2006-03-22 23:09:50 +00:00
Laurent Saboret
445397cbe8
Added detection of TAUCS library at installation time
2006-03-16 17:21:55 +00:00
Sylvain Pion
7579c1e54e
- Give back to Caesar what belongs to him.
2006-03-15 12:41:47 +00:00
Michael Hoffmann
75e9cfb32d
Make parsing 3rd party messages on screen less spacy (request by Sylvain).
2006-03-10 14:41:16 +00:00
Marc Glisse
59aea66a35
sunpro: add compiler flag to enable CGAL_PRETTY_FUNCTION.
2006-03-09 13:18:31 +00:00
Michael Hoffmann
65dc16cc4e
Scan packages in reverse order for command line parsing.
2006-03-09 09:58:37 +00:00
Michael Hoffmann
b29aef2453
Fixed bug in command line argument parsing.
2006-03-09 09:47:13 +00:00
Marc Glisse
1fecf12871
Remove deprecated flag for sunpro.
2006-03-08 12:35:41 +00:00
Andreas Fabri
afb6612310
Removed glut32.lib (again???)
2006-03-08 07:58:01 +00:00
Michael Hoffmann
c1d79d5429
Log environment variable parsing.
2006-03-07 15:57:49 +00:00
Michael Hoffmann
45f94339fb
Remove GLUT from OpenGL Libs.
...
Fix makefile_print_from_var.
2006-03-07 12:34:58 +00:00
Michael Hoffmann
b5cd2003e7
Set linker flags in link_run_test.
2006-03-06 15:29:53 +00:00
Michael Hoffmann
b4e006d082
Move ${START_LD_OPT} in _link_run_test.
2006-03-06 15:06:17 +00:00
Michael Hoffmann
33ccc4e6c5
Add ${START_LD_OPT} when linking testfiles.
2006-03-06 13:42:31 +00:00
Michael Hoffmann
4535b62b9a
Fixed "\nt" qualification bug in makefile_print_from_var.
...
Fixed bug in handling of --with-... commandline option.
Add CGALQt to linker flags when QT support is enabled.
2006-03-06 10:40:16 +00:00
Michael Hoffmann
e71c4a1ce6
Fixed flag generation for testfiles.
...
Re-enable test menu.
Do not call "link" for MSVC and Intel.
Do not remove RIS_LOGFILE after creating it.
2006-03-03 16:20:04 +00:00
Michael Hoffmann
ca753a3ec2
Fixed more bugs in makefile processing.
2006-03-02 16:20:08 +00:00
Michael Hoffmann
756eca876d
Fixed bugs in include makefile generation.
...
Handle spaces in file- and dirnames (more or less).
2006-03-01 16:19:10 +00:00
Michael Hoffmann
51ebb7517f
Complete rewrite of 3rd party lib support; this is now
...
stored in separate specfiles in config/support similar
to config/testfiles.
Default mode is to include support for as many libraries as possible.
(Can be switched off using the new cmdline switch --without-autofind.)
Forward a lot more into install.log.
Also cleaned up a lot of things.
QT support now requires $QTDIR to be set.
Custom ostag shows up in menus etc.
2006-02-28 16:12:09 +00:00
Andreas Fabri
1d25a892db
Removed glut from OPENGL_LIBS
2006-02-28 09:41:58 +00:00
Andreas Fabri
4f43059e1c
Added glut to the OPENGL_LIBS
2006-02-27 14:36:47 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
24c27026ba
Move packages to trunk root
2006-02-14 08:58:15 +00:00