freebsd-nq/tools/Makefile

17 lines
525 B
Makefile
Raw Normal View History

2009-06-02 17:58:47 +00:00
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2010-07-13 17:21:42 +00:00
CLANG_LEVEL := ..
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
clang-check
2009-06-02 17:58:47 +00:00
2010-07-13 17:21:42 +00:00
include $(CLANG_LEVEL)/../../Makefile.config
2010-03-10 17:45:58 +00:00
2010-07-13 17:21:42 +00:00
include $(CLANG_LEVEL)/Makefile