7 lines
184 B
OCaml
7 lines
184 B
OCaml
# 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
|