1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/runtime/Makefile
Chris Lattner 6393ff6e14 Adjust level, build things in parallel
llvm-svn: 7863
2003-08-15 02:38:18 +00:00

14 lines
306 B
Makefile

# llvm/runtime Makefile: Build all subdirectories automatically
LEVEL = ..
PARALLEL_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::