blob: 9bcb96c954e1a46faffb2b3425d720f7df2272fa [file] [log] [blame]
Mikhail Glushenkov98d5ed52008-11-25 21:38:12 +00001##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
Anton Korobeynikov70548d82008-03-23 08:57:20 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open
6# Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Mikhail Glushenkovf40296b2008-10-02 21:15:05 +00009
Anton Korobeynikov70548d82008-03-23 08:57:20 +000010LEVEL = ../..
Anton Korobeynikov70548d82008-03-23 08:57:20 +000011
Mikhail Glushenkov938e9762010-08-15 07:07:12 +000012DIRS = src
Mikhail Glushenkovf40296b2008-10-02 21:15:05 +000013
Anton Korobeynikov70548d82008-03-23 08:57:20 +000014include $(LEVEL)/Makefile.common