blob: 62ef1ad727dcb2c73acee9f4a5be704c5358dbc1 [file] [log] [blame]
Chris Lattner2abcf522004-01-09 06:24:06 +00001##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
John Criswelle488e932003-10-20 22:26:57 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner2abcf522004-01-09 06:24:06 +00009
Vikram S. Adve05f47452001-07-21 12:41:01 +000010LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMCodeGen
Reid Spencer18c8b492006-06-01 01:30:27 +000012PARALLEL_DIRS = SelectionDAG
Andrew Lenharth74bda2e2006-07-20 17:27:58 +000013BUILD_ARCHIVE = 1
Vikram S. Adve05f47452001-07-21 12:41:01 +000014
Vikram S. Adve05f47452001-07-21 12:41:01 +000015include $(LEVEL)/Makefile.common
Reid Spencer177284c2006-06-01 06:12:21 +000016
17CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
18CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))