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