blob: e5453e9a389ec1548015eb93060dbc9dbd4af8eb [file] [log] [blame]
Chris Lattner8bd12b82007-09-15 22:21:22 +00001##===- clang/Rewrite/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner6298b8c2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Chris Lattner8bd12b82007-09-15 22:21:22 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements code transformation / rewriting facilities.
11#
12##===----------------------------------------------------------------------===##
13
14LEVEL = ../../..
15LIBRARYNAME := clangRewrite
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti
18
19CPPFLAGS += -I$(PROJ_SRC_DIR)/../include
20
21include $(LEVEL)/Makefile.common
22