hanchenye-llvm-project/llvm/lib/Bitcode/Makefile

15 lines
415 B
Makefile
Raw Normal View History

2007-04-22 14:26:05 +08:00
##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
#
2007-04-22 14:26:05 +08:00
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
2007-04-22 14:26:05 +08:00
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = Reader Writer
include $(LEVEL)/Makefile.common