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

19 lines
567 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.
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
2006-08-17 13:55:28 +08:00
LIBRARYNAME := clangAST
include $(CLANG_LEVEL)/Makefile
2006-08-17 13:55:28 +08:00