blob: 47c06a692b6403dbbf9e43d0d08daea1dd6ac502 [file] [log] [blame]
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..
#
# Give the name of a library. This will build a dynamic version.
#
BUILD_RELINKED=1
SHARED_LIBRARY=1
LIBRARYNAME=poolalloc
#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common
LDFLAGS += -lLLVMDataStructure
CFLAGS += -fPIC