hanchenye-llvm-project/clang/lib/AST/Makefile

23 lines
683 B
Makefile
Raw Normal View History

##===- clang/lib/AST/Makefile ------------------------------*- Makefile -*-===##
2006-08-17 13:55:28 +08:00
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
2006-08-17 13:55:28 +08:00
#
##===----------------------------------------------------------------------===##
#
# This implements the AST library for the C-Language front-end.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
2006-08-17 13:55:28 +08:00
LIBRARYNAME := clangAST
BUILD_ARCHIVE = 1
CXXFLAGS = -fno-rtti
2006-08-17 13:55:28 +08:00
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
2006-08-17 13:55:28 +08:00
include $(LEVEL)/Makefile.common