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 |
| 13 | CXXFLAGS = -fno-rtti |
| 14 | |
| 15 | CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include |
| 16 | |
| 17 | include $(LEVEL)/Makefile.common |
| 18 | |