blob: 05453a36ef7d025c450fd9fa6ab0779b553140c9 [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 = ../..
Misha Brukmande2a9432004-10-10 23:37:40 +000011PARALLEL_DIRS = SelectionDAG
Reid Spencer6cb21d42004-10-27 23:18:45 +000012LIBRARYNAME = LLVMCodeGen
Vikram S. Adve05f47452001-07-21 12:41:01 +000013
Vikram S. Adve05f47452001-07-21 12:41:01 +000014include $(LEVEL)/Makefile.common