summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/Makefile
blob: ac6ff3bb530cfd4dc1ebd2c2c1cee9887c056b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##

LEVEL = ../../..
LIBRARYNAME = LLVMCBackend
CXXFLAGS += -pedantic -Wno-long-long
include $(LEVEL)/Makefile.common