blob: b31a245292f3bae1821f3ae7256bb6cde37dfab1 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Bytecode/Makefile -------------------------------*- Makefile -*-===##
2#
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 Lattnerc4f93ac2004-10-15 23:22:15 +00009
Chris Lattner2f7c9632001-06-06 20:29:01 +000010LEVEL = ../..
Reid Spencer044adab2004-11-14 21:55:27 +000011PARALLEL_DIRS = Reader Writer Archive
Chris Lattner2f7c9632001-06-06 20:29:01 +000012
13include $(LEVEL)/Makefile.common
14