mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
264 B
OCaml
8 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
|