2012-12-04 02:28:52 +08:00
|
|
|
##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===##
|
2012-12-04 02:12:45 +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 := ../..
|
2012-12-04 02:28:52 +08:00
|
|
|
LIBRARYNAME := clangFormat
|
2012-12-04 02:12:45 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|