blob: e6a19526fdc864966cae1fba42e333d300ce2806 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=heapfrag
#
# 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
#
# Do not build bitcode library on Mac OS X; XCode will pre-install llvm-gcc,
# and that can cause the build to fail if it doesn't match the current version
# of LLVM.
#
ifneq ($(OS),Darwin)
BYTECODE_LIBRARY=1
endif
# Always build optimized and debug versions
all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)