blob: dea8f67cde334babed05562eb41faa32b4f274d6 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=poolalloc_rt_vm
#
# Build shared libraries on all platforms except Cygwin and MingW (which do
# not support them).
#
ifneq ($(OS),Cygwin)
ifneq ($(OS),MingW)
SHARED_LIBRARY=1
endif
endif
include $(LEVEL)/Makefile.common
# Always build optimized and debug versions
all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)