1999-10-04 08:12:38 +00:00
|
|
|
# We don't need -fpic on the alpha, so let's install both the shared and
|
|
|
|
# non-shared versions.
|
|
|
|
|
1999-10-16 03:52:48 +00:00
|
|
|
LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
|
1999-10-04 08:12:38 +00:00
|
|
|
DEPLIBS = ../$(SHLIB)
|
|
|
|
SHDEPS = -lm
|