2013-09-05 01:35:07 +08:00
|
|
|
##===- clang-modernize/Core/Makefile -----------------------*- Makefile -*-===##
|
2013-04-05 04:19:58 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
CLANG_LEVEL := ../../../..
|
2013-09-05 02:03:44 +08:00
|
|
|
LIBRARYNAME := modernizeCore
|
2013-04-05 04:19:58 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|
|
|
|
|
2013-09-04 01:58:19 +08:00
|
|
|
CPP.Flags += -I$(PROJ_SRC_DIR)/.. -I$(PROJ_SRC_DIR)/../../clang-apply-replacements/include
|