blob: 96a9e2f9cfafe542d6f5973aa61c37da8e608ca5 [file] [log] [blame]
Chris Lattner39975d32004-04-13 20:59:24 +00001##===- utils/Makefile --------------------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +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 Lattner0a92ebf2003-10-05 19:27:59 +00009
Chris Lattner39975d32004-04-13 20:59:24 +000010LEVEL = ..
11DIRS = Burg TableGen fpcmp
Chris Lattner0a92ebf2003-10-05 19:27:59 +000012
13include $(LEVEL)/Makefile.common
14