Add include needed for MSVC.
[clang/acc.git] / lib / Makefile
blobadf9474a2aecb950e4627a890d0ea6ad05e8daa8
1 ##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite \
12 Frontend Index Driver
14 include $(LEVEL)/Makefile.common