2012-03-13 08:33:15 +00:00
|
|
|
##===- lib/ExecutionEngine/JITProfile/Makefile -------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMIntelJITEvents
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2012-09-28 17:35:20 +00:00
|
|
|
SOURCES := IntelJITEventListener.cpp \
|
|
|
|
jitprofiling.c
|
|
|
|
CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
2012-03-13 08:33:15 +00:00
|
|
|
|
|
|
|
include $(LLVM_SRC_ROOT)/Makefile.rules
|