blob: e5c81e819326e8f06d054d370f2ba38bd5669057 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/CodeGen/Makefile ------------------------------*- Makefile -*-===##
2#
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##===----------------------------------------------------------------------===##
Vikram S. Adve05f47452001-07-21 12:41:01 +00009LEVEL = ../..
Chris Lattner75e26092004-01-09 06:17:12 +000010PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
Chris Lattner78cee7e2002-10-25 22:54:41 +000011LIBRARYNAME = codegen
Vikram S. Adve05f47452001-07-21 12:41:01 +000012
Vikram S. Adve05f47452001-07-21 12:41:01 +000013include $(LEVEL)/Makefile.common