llvm-6502/lib/Transforms/Makefile
Chris Lattner 0ed2e4b554 Build Transforms Utils library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2514 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-07 18:08:50 +00:00

8 lines
115 B
Makefile

LEVEL = ../..
DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms
include $(LEVEL)/Makefile.common