1. Bug fix: Don't use branch operand reg. as temp. reg. when
[oota-llvm.git] / runtime / Makefile
1 # Libraries Makefile:  Build all subdirectories automatically
2
3 LEVEL = ../..
4 DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
5
6 include ${LEVEL}/Makefile.common
7
8 # Install target for libraries: Copy into the gcc install directory in chris's
9 # tree...
10 #
11 install::
12
13 clean::