blob: a11f373d84c144d69bd2f54b2b63b86d7d8a3a5e (
plain) (
blame)
1
2
3
4
5
6
|
# We don't need -fpic on the alpha, so let's install both the shared and
# non-shared versions.
LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
DEPLIBS = ../$(SHLIB)
SHDEPS = -lm
|