- Make get_dependency_version found the print_${LIB}_version.cpp, even
if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
- use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
- add a comment about FindQt3-patched,
- wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
"Model.cpp", line 121: Error: The function "sscanf" must have a prototype.
"Model.cpp", line 260: Error: The function "sprintf" must have a prototype.
"Model.cpp", line 61: Error: The function "sscanf" must have a prototype.
"Monomer.cpp", line 167: Error: The function "sprintf" must have a prototype.
"Monomer.cpp", line 221: Error: The function "sscanf" must have a prototype.
"Monomer_data.cpp", line 762: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
"Chain.cpp", line 40: Error: The function "sprintf" must have a prototype.
"Chain.cpp", line 73: Error: The function "sprintf" must have a prototype.
"Heterogen.cpp", line 95: Error: The function "sprintf" must have a prototype.
"PDB.cpp", line 66: Error: The function "sscanf" must have a prototype.
"PDB.cpp", line 68: Error: The function "sscanf" must have a prototype.
"PDB.cpp", line 92: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
- fix flags for Core and CGALQt shared libraries
- add $(CUSTOM_LDFLAGS) to $(CGAL_SHARED_LIB_LDFLAGS)
- move a few flags from $(CGAL_CGAL_LDFLAGS) to $(CGAL_LDFLAGS), so that
$(CGAL_CGAL_LDFLAGS) only contains -lCGAL (or the equivalent for other
compilers).
- new targets for libCGAL.a, libCGAL.so, libCGAL.so.*
- fix rules when SOVERSION is empty (use GNU/make idioms)
- Additional vpath in src/CGALQt/makefile, so that one can build it directly
from a checkout of the trunk.
- fix the build of libCGALBenchmark.
- fix the bison special stuff, so that we no longer rely on the expr and
the $(shell) function of GNU/make.