X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=runtime%2FMakefile;h=2fad2286f87684a33440bd80055f1837e984b119;hb=8fc625836e42c721bf3279399ccbfdd9d6eb7c65;hp=33386d7b3cf35243859e63dfe522d58c02f98f71;hpb=7aeed26bc44c3d8bc02ee3328627eb2d80222041;p=oota-llvm.git diff --git a/runtime/Makefile b/runtime/Makefile index 33386d7b3cf..2fad2286f87 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -1,2 +1,13 @@ +# Libraries Makefile: Build all subdirectories automatically -all:: +LEVEL = ../.. +DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) + +include ${LEVEL}/Makefile.common + +# Install target for libraries: Copy into the gcc install directory in chris's +# tree... +# +install:: + +clean::