Daniel Dunbar | 4ad19bf | 2009-03-02 19:50:00 +0000 | [diff] [blame] | 1 | ##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===## |
Nico Weber | fd54ebc | 2008-08-05 23:33:20 +0000 | [diff] [blame] | 2 | # |
| 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 Weber | fd54ebc | 2008-08-05 23:33:20 +0000 | [diff] [blame] | 9 | |
| 10 | LEVEL = ../../../.. |
Daniel Dunbar | e1bd4e6 | 2009-03-02 06:16:29 +0000 | [diff] [blame] | 11 | LIBRARYNAME := clangFrontend |
Nico Weber | fd54ebc | 2008-08-05 23:33:20 +0000 | [diff] [blame] | 12 | BUILD_ARCHIVE = 1 |
Nico Weber | fd54ebc | 2008-08-05 23:33:20 +0000 | [diff] [blame] | 13 | |
Jeffrey Yasskin | 3352406 | 2010-03-12 22:55:16 +0000 | [diff] [blame] | 14 | CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include |
Nico Weber | fd54ebc | 2008-08-05 23:33:20 +0000 | [diff] [blame] | 15 | |
| 16 | include $(LEVEL)/Makefile.common |
| 17 | |