blob: 3c13ad69cc678e9a9600537b17400c1e06a3ed32 [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
Daniel Dunbarafed0992010-06-08 20:34:18 +000010CLANG_LEVEL := ../..
Daniel Dunbare1bd4e62009-03-02 06:16:29 +000011LIBRARYNAME := clangFrontend
Nico Weberfd54ebc2008-08-05 23:33:20 +000012
Daniel Dunbarafed0992010-06-08 20:34:18 +000013include $(CLANG_LEVEL)/Makefile
Nico Weberfd54ebc2008-08-05 23:33:20 +000014