1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/runtime/Makefile

14 lines
297 B
Makefile
Raw Normal View History

# Libraries Makefile: Build all subdirectories automatically
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::
2002-02-26 22:48:24 +01:00
clean::