"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.