blob: 3f45da3d946e448a3c71ef7ae47f91eb97bee83f [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 = ../..
Chris Lattner2abcf522004-01-09 06:24:06 +000011PARALLEL_DIRS = InstrSched SelectionDAG
Chris Lattner78cee7e2002-10-25 22:54:41 +000012LIBRARYNAME = codegen
Vikram S. Adve05f47452001-07-21 12:41:01 +000013
Vikram S. Adve05f47452001-07-21 12:41:01 +000014include $(LEVEL)/Makefile.common