blob: e5c81e819326e8f06d054d370f2ba38bd5669057 [file] [log] [blame]
John Criswell4436c492003-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. Adve9c049ca2001-07-21 12:41:01 +00009LEVEL = ../..
Chris Lattnerb9c79992004-01-09 06:17:12 +000010PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
Chris Lattner9e337592002-10-25 22:54:41 +000011LIBRARYNAME = codegen
Vikram S. Adve9c049ca2001-07-21 12:41:01 +000012
Vikram S. Adve9c049ca2001-07-21 12:41:01 +000013include $(LEVEL)/Makefile.common