diff options
Diffstat (limited to 'llvm/runtime/Makefile')
| -rw-r--r-- | llvm/runtime/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 5bf2cbf3271..2fad2286f87 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -1,4 +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:: |

