1 # SunOS doesn't provide a shared libm
, so we have
to link
with the archive
2 # library
, even
for programs that don't use complex
.
3 # SunOS requires a version number
in shared library filenames
.
5 LIBS
= $
(ARLIB
) $
(ARLINK
) $
(SHLIB
)
8 LDLIBS
= -L.. -lstdc
++ -lm
9 MLDLIBS
= -L.. -lstdc
++ -lm