mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
264 B
OCaml
9 lines
264 B
OCaml
# Elf without shared libm -- we have to link with the archive library, even
|
|
# for programs that don't use complex.
|
|
|
|
LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
|
|
SHFLAGS = -h $(SHLIB)
|
|
DEPLIBS = ../$(SHLIB)
|
|
LDLIBS = -L.. -lstdc++ -lm
|
|
MLDLIBS = -L.. -lstdc++ -lm
|