blob: 9e1a864d96e35ff3f27aa6b26cff8718639973f0 [file] [log] [blame]
Daniel Dunbar4ad19bf2009-03-02 19:50:00 +00001##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===##
Nico Weberfd54ebc2008-08-05 23:33:20 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Nico Weberfd54ebc2008-08-05 23:33:20 +00009
10LEVEL = ../../../..
Daniel Dunbare1bd4e62009-03-02 06:16:29 +000011LIBRARYNAME := clangFrontend
Nico Weberfd54ebc2008-08-05 23:33:20 +000012BUILD_ARCHIVE = 1
Nico Weberfd54ebc2008-08-05 23:33:20 +000013
Jeffrey Yasskin33524062010-03-12 22:55:16 +000014CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
Nico Weberfd54ebc2008-08-05 23:33:20 +000015
16include $(LEVEL)/Makefile.common
17