2003-10-21 06:26:57 +08:00
|
|
|
##===- lib/Bytecode/Makefile -------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-07 04:29:01 +08:00
|
|
|
LEVEL = ../..
|
2004-06-30 07:21:16 +08:00
|
|
|
DIRS = Reader Writer
|
2001-06-07 04:29:01 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|